@font-face {
    font-family: "ARDARLING";
    src: url("../font/ARDARLING.eot");
    src: url("../font/ARDARLING.eot?#iefix") format("embedded-opentype"),
        url("../font/ARDARLING.otf") format("opentype"),
        url("../font/ARDARLING.svg") format("svg"),
        url("../font/ARDARLING.ttf") format("truetype"),
        url("../font/ARDARLING.woff") format("woff"),
        url("../font/ARDARLING.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../font/Poppins-Medium0.eot");
    src: url("../font/Poppins-Medium0.eot?#iefix") format("embedded-opentype"),
        url("../font/Poppins-Medium0.otf") format("opentype"),
        url("../font/Poppins-Medium0.svg") format("svg"),
        url("../font/Poppins-Medium0.ttf") format("truetype"),
        url("../font/Poppins-Medium0.woff") format("woff"),
        url("../font/Poppins-Medium0.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Futura-ExtraBold";
    src: url("../font/FUTURA-EXTRA-BOLD.eot");
    src: url("../font/FUTURA-EXTRA-BOLD.eot?#iefix") format("embedded-opentype"),
        url("../font/FUTURA-EXTRA-BOLD.otf") format("opentype"),
        url("../font/FUTURA-EXTRA-BOLD.svg") format("svg"),
        url("../font/FUTURA-EXTRA-BOLD.ttf") format("truetype"),
        url("../font/FUTURA-EXTRA-BOLD.woff") format("woff"),
        url("../font/FUTURA-EXTRA-BOLD.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("../font/MONTSERRAT-EXTRABOLD.eot");
    src: url("../font/MONTSERRAT-EXTRABOLD.eot?#iefix") format("embedded-opentype"),
        url("../font/MONTSERRAT-EXTRABOLD.otf") format("opentype"),
        url("../font/MONTSERRAT-EXTRABOLD.svg") format("svg"),
        url("../font/MONTSERRAT-EXTRABOLD.ttf") format("truetype"),
        url("../font/MONTSERRAT-EXTRABOLD.woff") format("woff"),
        url("../font/MONTSERRAT-EXTRABOLD.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../font/MONTSERRAT-REGULAR.eot");
    /* IE9 Compat Modes */
    src: url("../font/MONTSERRAT-REGULAR.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../font/MONTSERRAT-REGULAR.otf") format("opentype"),
        /* Open Type Font */
        url("../font/MONTSERRAT-REGULAR.svg") format("svg"),
        /* Legacy iOS */
        url("../font/MONTSERRAT-REGULAR.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../font/MONTSERRAT-REGULAR.woff") format("woff"),
        /* Modern Browsers */
        url("../font/MONTSERRAT-REGULAR.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Heavy";
    src: url("../font/Lato-Heavy.eot");
    /* IE9 Compat Modes */
    src: url("../font/Lato-Heavy.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../font/Lato-Heavy.otf") format("opentype"),
        /* Open Type Font */
        url("../font/Lato-Heavy.svg") format("svg"),
        /* Legacy iOS */
        url("../font/Lato-Heavy.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../font/Lato-Heavy.woff") format("woff"),
        /* Modern Browsers */
        url("../font/Lato-Heavy.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Regular";
    src: url("../font/Lato-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../font/Lato-Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../font/Lato-Regular.otf") format("opentype"),
        /* Open Type Font */
        url("../font/Lato-Regular.svg") format("svg"),
        /* Legacy iOS */
        url("../font/Lato-Regular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../font/Lato-Regular.woff") format("woff"),
        /* Modern Browsers */
        url("../font/Lato-Regular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Black";
    src: url("../font/Lato-Black.eot");
    /* IE9 Compat Modes */
    src: url("../font/Lato-Black.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../font/Lato-Black.otf") format("opentype"),
        /* Open Type Font */
        url("../font/Lato-Black.svg") format("svg"),
        /* Legacy iOS */
        url("../font/Lato-Black.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../font/Lato-Black.woff") format("woff"),
        /* Modern Browsers */
        url("../font/Lato-Black.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}


/* Loading.....  Page Design  Css*/
.flag-loader.ground {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    background: rgba(15, 15, 15, 0.95);
    z-index: 999;
}

.flag {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #3b3b3b;
    border-left-color: #575353;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve3d;
    -webkit-transform-origin: 0 250px;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
    -webkit-animation-name: wave;
    -webkit-animation-duration: 8s;
    -webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve3d;
    transform-origin: 0 250px;
    transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
    animation-name: wave;
    animation-duration: 8s;
    animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.flag:nth-child(odd) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.flag:before {}

.flag.rect {
    width: 300px;
    /* position: absolute; */
    margin: 0 auto;
    display: block;
    margin-top: calc(50vh - 75px);
    height: 150px;
}

.flag-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.flag-pattern.us {
    background-color: #d50f0f;
    background-image: linear-gradient(#d50f0f 50%, #0f0f0f 50.5%);
    background-size: 100% 15.38%;
    background-repeat: repeat-y;
    overflow: hidden;
    position: relative;
}

.flag-pattern.us:before,
.flag-pattern.us:after {
    position: absolute;
    max-width: 52%;
    overflow: hidden;
    word-break: break-word;
    text-align: center;
    font-size: 7px;
    color: white;
    line-height: 1.9em;
    letter-spacing: 1em;
}

.flag-pattern.us:before {
    content: "";
    background-color: #118442;
    border-left: 49px solid #118442;
    line-height: 63px;
    position: absolute;
    width: 22%;
    height: 54.5%;
}

.flag-pattern.us:after {
    content: "\2605";
    box-sizing: border-box;
    margin-left: 3px;
    padding: 0px;
    font-size: 67.5px;
    position: absolute;
    top: -18%;
    color: #ffd000;
    left: 9%;
}

.flag-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, 0 -25%, 100% top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(0, 0, 0, 0.04)), color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: gradient(linear, 0 -25%, 100% top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(0, 0, 0, 0.04)), color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-size: 200%;
    -webkit-animation-name: flutter;
    -webkit-animation-duration: 8s;
    -webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    -webkit-animation-iteration-count: infinite;
    animation-name: flutter;
    animation-duration: 8s;
    animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    animation-iteration-count: infinite;
}

@keyframes flutter {
    0% {
        background-position: -200% 0px;
    }

    30% {
        background-position: -60% 5px;
    }

    70% {
        background-position: 70% -5px;
    }

    100% {
        background-position: 200% 0px;
    }
}

@-webkit-keyframes flutter {
    0% {
        background-position: -200% 0px;
    }

    30% {
        background-position: -60% 5px;
    }

    70% {
        background-position: 70% -5px;
    }

    100% {
        background-position: 200% 0px;
    }
}

@keyframes wave {
    0% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
    }

    20% {
        box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.1);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
    }

    40% {
        box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.4);
        transform: translate3d(0, 0, 0) rotateZ(6deg) rotateY(-22deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(6deg) rotateY(-22deg);
    }

    60% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
    }

    80% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.3);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(16deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(16deg);
    }

    100% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
    }
}

@-webkit-keyframes wave {
    0% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
    }

    20% {
        box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.1);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
    }

    40% {
        box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.4);
        transform: translate3d(0, 0, 0) rotateZ(6deg) rotateY(-22deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(6deg) rotateY(-22deg);
    }

    60% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
    }

    80% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.3);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(16deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(16deg);
    }

    100% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
        transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(22deg);
    }
}



li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.r_ow {
    width: 1250px;
}

.row {
    width: 100%;
    margin: auto;
    max-width: 1250px;
}

.sec01 {
    background-image: url(../images/bannerbg.png);
    background-position: 0px 150%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 70px;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 91%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 91%);
    background-color: #000000;
}

section#sec01:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 400%;
    top: 100%;
    opacity: 0.75;
}

.cont_wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.img1 {
    width: 100%;
}

.images_top {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

img.img2 {
    width: 82%;
    left: 2%;
    position: relative;
}

.txt_inner1 {
    position: absolute;
    width: 100%;
    color: #ffd000;
    text-transform: uppercase;
    font-family: Futura-ExtraBold;
    font-size: 7rem;
    line-height: 1em;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #a10809;
    text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    top: 3%;
}

.mon_pera {
    font-size: 12.5rem;
    font-family: ARDARLING;
    line-height: 0.5em;
    line-height: .9em;
    position: relative;
    left: 3%;
}

.last_in01 {
    font-family: Futura-ExtraBold;
    color: #b30606;
    font-size: 3.2rem;
    font-weight: bold;
    margin-top: 2%;
}

/* section3 */
section#sec02 .robb_wrap {
    padding: 0 0 90px 0px;
}

section#sec03 {
    margin-top: -75px;
}

.sec03 .red_sec {
    background: #fac533;
    margin-top: 0px;
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);

    padding-top: 0px;
}

/*Section 2*/

.red_sec {
    background: #d41f20;
    margin-top: -133px;
    /*clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
  padding-bottom: 100px;*/
}

.red_sec img {
    width: 100%;
    padding: 60px 0px 30px 0px;
    box-sizing: border-box;
}

.img_sla {
    position: relative;
    transform: rotate(-4deg);
    top: 70px;
}

#sec02 .img_sla {
    position: relative;
    transform: rotate(-1deg);
    top: 15px;
}

.img_sla.let_see {
    transform: rotate(-2deg);
    top: 0px;
}

section#sec13 .img_sla.let_see {
    transform: rotate(0deg);
}

section#sec09 .img_sla.let_see {
    transform: rotate(0deg);
}

.list_trans {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    top: 4%;
    text-align: center;
    font-family: ARDARLING;
    color: #fff;
    font-size: 7rem;
    text-transform: uppercase;
    line-height: 1em;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
    width: 95%;
    padding-top: 7%;
    padding-left: 11%;
}

/*map_section */
.main_map {
    background-image: url(../images/mapbackgropund.png);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 125vh;
    text-align: center;
    padding-top: 87px;
}

.blak_map img {
    width: 100%;
}

/* ROBBER 3  IMAGES*/
.sec_lis {
    background: #d41f20;
}

.robb_wrap {
    text-align: center;
    padding: 0 0 50px 0px;
    box-sizing: border-box;
}

.sem_cs.img_03 {
    margin-left: -3%;
}

.sem_cs {
    width: 25%;
    display: inline-block;
}

.sem_cs.img_01 {
    margin-right: -3%;
}

.sem_cs.img_02 {
    width: 30%;
    z-index: 1;
    position: relative;
}

.red_sec .robb_wrap img {
    padding: 30px 0px 30px 0px;
}

/*.bd_imagesyello{
    background-image: url(../images/POP-yellow-back.jpg);
  }*/
.main_wrap {
    text-align: center;
}

.sem_li {
    display: inline-block;
}

.bd_imagesyello {
    background-image: url(../images/banner011.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 170px;
    box-sizing: border-box;
    padding-top: 30px;
}

.main_wrap {
    text-align: center;
}

.sem_li {
    display: inline-block;
    width: 33%;
}

.listn1 img {
    width: auto;
    padding: 15px 0px 30px 0px;
}

.textred {
    font-size: 4rem;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "Futura-ExtraBold";
    color: #d41f20;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 1rem;
}

.subtextred {
    font-size: 1.8rem;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: "Futura-ExtraBold";
    color: #262525;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 1rem;
}

/*section  4*/
.img_group {
    background: #04803d;
    padding: 20px 0px;
    box-sizing: border-box;
    display: block;
}

.clr {
    clear: both;
    `
}

.list01 img {
    width: 100%;
}

.tex_wper {
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
    font-family: "Futura-ExtraBold";
    color: #fff;
    padding-top: 12px;
    margin-bottom: 1em;
}

.tex_des {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
}

.tex_des::before {
    content: "";
    background-repeat: no-repeat;
    background-image: url(../images/leftw.png);
    position: absolute;
    height: 70px;
    width: 16.1%;
    background-position: left 0;
    left: 0%;
    bottom: 0;
    z-index: 1;
}

.tex_des::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(../images/rightw.png);
    position: absolute;
    height: 70px;
    width: 16.1%;
    background-position: left 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.sec05 {
    background-color: #0c0c0c;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 93%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 93%);

}

.top_prosess {
    position: relative;
    text-align: center;
}

.tile_proses {
    top: 0;
    width: 100%;
    position: absolute;
    color: #ffd000;
    text-transform: uppercase;
    font-family: Futura-ExtraBold;
    font-size: 4rem;
    line-height: 7rem;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #b50809;
    text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
}

.procces_main {
    padding: 150px 0px;
    box-sizing: border-box;
}

.profit_images {
    text-align: center;
}

/* section 6 */
.cloud_sec {
    padding-top: 50px;
}

.cloud_sec .list_trans {
    top: 10px;
}

.sec06 .red_sec {
    background: #04803d;
    background-image: url(../images/green-back.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
}

.cloud_sec .list_trans {
    top: 10%;
}

.sec06 {
    /*clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 91%);*/
}

.sec06 .red_sec .image_wrap1 {
    display: inline-block;
    width: 44%;
}

section#sec06 {
    padding-bottom: 50px;
}

.sec06 .red_sec .image_wrap1 img {
    width: 100%;
    padding-top: 40px;
}

.sec06 .image_secti {
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.img_texts {
    padding-bottom: 150px;
    box-sizing: border-box;
}

section#sec07 {
    clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0 100%);

}

.sec07 .red_sec {
    background: #d41f20;
    margin-top: -200px;
}

.sec07 .cloud_sec .list_trans {
    top: 19%;
}

.sec07 .cloud_sec {
    padding-top: 5%;
}

section#sec07 .img_sla.let_see {
    transform: rotate(-1deg);
    top: -70px;
}

.sec_name {
    background-image: url('../images/red-lockup.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

/* sec07 */
.sec07 .red_sec .sec_name .sem_cs {
    margin-left: 1%;
    margin-right: 1%;
    width: 30%;
}

.sec07 .red_sec .sec_name .robb_wrap img {
    vertical-align: top;
    width: 100%;
}

.red_sec .jail1 img {
    width: auto;
}

.tex_area {
    text-align: center;
    position: absolute;
    top: 38%;
    width: 100%;
}

.list_tar {
    position: relative;
}

p.war span {
    background: #191919;
    padding: 10px;
}

.drugs {
    text-align: center;
}

.war {
    color: #ffd108;
    text-transform: uppercase;
    font-size: 4vh;
    margin-top: 100px;
    font-family: "Montserrat-ExtraBold";
}

.img_jail {
    text-align: center;
}

.num_text {
    font-size: 7rem;
    padding-top: 0;
    font-family: "Montserrat-ExtraBold";
    margin-bottom: 0;
}

.subtext {
    font-size: 3rem;
    line-height: 1em;
    color: #ffd108;
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold";
    margin-top: 2%;
}

.use {
    color: #fff;
    font-size: 2rem;
    line-height: 1em;
    padding-top: 5px;
    font-family: "Lato-Regular";
}

.bolduse {
    color: #fff;
    font-weight: 800;
    font-size: 3rem;
    line-height: 15px;
    font-family: "Lato-Heavy";
    margin-top: 10px;
}

.sec_na {
    position: relative;
}

.jail1 {
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -10%;
    top: 10%;
}

.jail1.jail2 {
    text-align: center;
    display: inline-block;
    position: absolute;
    right: -10%;
    top: 10%;
}

.jail2 {
    text-align: center;
    display: inline-block;
    position: absolute;
    right: -13%;
    top: 10%;
}

.red_sec .jail2 img {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: bottom;
}

.time {
    color: #fff;
    font-size: 3rem;
    line-height: 1.3em;
    font-family: "Lato-Regular";
    padding-bottom: 50px;
    text-align: center;
}

.senmine {
    color: #ffd108;
    font-weight: 700;
    font-family: "Montserrat-ExtraBold";
}

.bolder_look {
    font-weight: 700;
    font-family: "Montserrat-ExtraBold";
}

.secmine2 {
    font-weight: 800;
}

.sec_resr {
    padding-bottom: 50px;
    box-sizing: border-box;
}

/* section 08*/
.list_racaial .red_sec {
    background-color: #212529;
    margin-top: 0;
}

.sec08 .img_sla {
    z-index: 1;
}

.sec08 {
    position: relative;
}

.daller_img {
    position: absolute;
    top: -7%;
    z-index: 0;
    width: 1250px;
    text-align: center;
    left: auto;
}



/* sectopn 9*/
.sec09 .doller_sec {
    background: #0c0c0c;
}

.sec09 .doller_img {
    text-align: center;
}

.sec09 .doller_img img {
    width: 100%;
}

.sec09 .section_norotes {
    position: absolute;
    width: 100%;
    top: 0;
}

.sec09 {
    position: relative;
}

.sec09 .red_sec {
    background: transparent;
    margin-top: 0;
}

.sec09 .list_trans {
    padding-top: 6%;
    padding-left: 4%;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(0deg);
}

.sec09 .sec_no1 {
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
    left: 5%;
}

.sec09 .sec_no2 {
    display: inline-block;
    float: right;
    text-align: center;
}

.sec09 .textwhite {
    font-size: 26px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "Montserrat-Regular";
    color: #fff;
}

.sec09 .subtextgreen {
    font-size: 45px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #0aae55;
    font-family: "Montserrat-ExtraBold";
}

.sec09 .redtext {
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold";
    color: #d41f20;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.sec09 .whitetext {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-family: "Montserrat-Regular";
    margin-bottom: 10px;
}

.sec09 .row_are {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.sec_mo1 {
    background-image: url('../images/greyback.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: block;
    padding: 50px 0;
}

.list_n1 {
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
    min-height: 176px;

}

.ame_lang .txt {
    font-family: ARDARLING;
    color: #fff;
    font-size: 7rem;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    margin-bottom: 0px;
}

.inner_round {
    width: 250px;
    height: 250px;
    margin: auto;
    background: #04803d;
    line-height: 250px;
    border-radius: 100%;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: #d41f20;
    font-size: 9rem;
    font-family: "Montserrat-ExtraBold";
    border: 4px solid white;
    position: absolute;
    left: 20%;
    transform: scale(1.2);
    z-index: 999;
    top: -35px;
}

.round_n1 {
    display: block;
}

.sec_texter {
    margin-bottom: 0;
    font-family: "Lato-Regular";
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: 700;
}

.sec_m1 {
    text-align: center;
}

.sec_m3 .sec_texter {
    padding-top: 76px;
}

.sec_m1 .sec_texter {
    padding-top: 76px;
    text-align: left;
}

.sec_m3 {
    text-align: left;
}

.sec_m1,
.sec_m2,
.sec_m3 {
    float: left;
    width: 33.33%;
}

.sec_m2 {
    text-align: center;
    width: 33.33%;
}

.sec_m1 {}

.sec_m3 {
    padding-left: 6%;
}

.img_sed {
    margin-top: -10px;
}

.lis_numbreng.seo1 .seo9 .sec_m1 .sec_texter {
    padding-top: 70px;
    box-sizing: border-box;
}

.seo2 .sec_m1 .sec_texter {
    padding-top: 49px;
    box-sizing: border-box;
}

.seo2 .sec_m3 .sec_texter,
.seo8 .sec_m1 .sec_texter,
.seo8 .sec_m3 .sec_texter {
    padding-top: 50px;
    box-sizing: border-box;
}

.seo3 .sec_m1 .sec_texter {
    padding-top: 35px;
}

.seo3 .sec_m3 .sec_texter {
    padding-top: 34px;
}

.seo4 .sec_m1 .sec_texter,
.seo6 .sec_m1 .sec_texter,
.seo6 .sec_m3 .sec_texter {
    padding-top: 45px;
}

.seo4 .sec_m3 .sec_texter {
    padding-top: 55px;
}

.seo10 .sec_m1 .sec_texter,
.seo10 .sec_m3 .sec_texter,
.seo11 .sec_m1 .sec_texter,
.seo11 .sec_m3 .sec_texter,
.seo12 .sec_m1 .sec_texter,
.seo12 .sec_m3 .sec_texter,
.seo13 .sec_m1 .sec_texter,
.seo13 .sec_m3 .sec_texter {
    padding-top: 30px;
}

.seo4 .sec_m1 .sec_texter {
    padding-top: 45px;
}

.seo12 .sec_m2 .img_sed {
    margin-top: -30px;
}

.seo13 .sec_m2 .img_sed {
    margin-top: -53px;
}

.lis_numbreng.seo1 {
    padding-top: 100px;
    box-sizing: border-box;
}

.row_copy {
    width: 95%;
    margin: 0 auto;
}

.sec11 {
    background-image: url('../images/timeline-background.png');
    background-position: bottom center;
    background-size: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);

    padding-bottom: 10%;
    background-repeat: no-repeat;
}

.sec12 .red_sec {
    margin-top: -13%;
}

.sec12 .red_sec img {
    width: 100%;
    padding: 100px 0px 30px 0px;
    box-sizing: border-box;
    margin-top: -100px
}

.sec12 .red_sec .list_trans {
    top: 20%;
}

.sec12 .img_sla.let_see {
    transform: rotate(0deg);
    top: -30px;
}

.sec12 .img_sla.let_see {
    transform: rotate(-2deg);
    top: 44px;
}

.img_wrapn {
    text-align: center;
}

.ma_usd .red_sec {
    background-color: #046938;
    margin-top: 0;
}

.ma_usd .red_sec .list_trans {
    transform: rotate(0deg);
    top: 4%;
    width: auto;
    padding-top: 7%;
    padding-left: 16%;
}

.ma_usd .red_sec .list_trans .span1 {
    color: #d41f20;
}

.ma_usd .red_sec .list_trans .span3 {
    color: #4774f0;
}

.ma_usd .list_imgd img {
    width: auto;
}

.first_wrpa1 {
    width: 33.33%;
    float: left;
    text-align: center;
}

.first_wrpa2 {
    width: 33.33%;
    float: left;
    text-align: center;
    border-right: 2px dashed rgba(0, 0, 0, 0.3);
    border-left: 2px dashed rgba(0, 0, 0, 0.3);
}

.first_wrpa3 {
    width: 33.33%;
    float: left;
    text-align: center;
}

.ma_usd .textwhite {
    font-family: "Futura-ExtraBold";
    color: #000;
    font-size: 26px;
    line-height: 1.1em;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
}

.main_secwhon .red_sec {
    padding-bottom: 5%;
    box-sizing: border-box;
}

.sec14 {
    background-color: #fac533;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    box-sizing: border-box;
}

.btn_inner {
    background: #d41f20;
    border-radius: 50px;
    font-size: 40px;
    border: 2px solid #b00e0f;
    font-family: "Lato-Regular";
}

.btn_inner a {
    color: #fff;
    font-family: Montserrat-Regular;
    font-weight: 300;
}

.btn_desin {
    width: 50%;
    float: left;
}

.btn_inner {
    background: #d41f20;
    border-radius: 50px;
    font-size: 40px;
    border: 2px solid #b00e0f;
    font-family: "Lato-Regular";
    display: inline-block;
    width: 70%;
    line-height: 60px;
}

/* new chnages*/
.txt_inner1 {
    margin-left: 2.5%;
}

.ma_usd .list_imgd img {
    width: 80%;
}

.sem_cs.img_01 {
    margin-right: -2.5%;
}

.sem_cs.img_02 {
    top: 50px;
}

.sem_cs.img_03 {
    margin-left: -2.5%;
}

.second_li .mai_rate {
    position: relative;
    top: 30px;
}

.blak_map {
    position: relative;
}

.tex_man {
    position: absolute;
    right: 30%;
    bottom: 20%;
    float: right;
    text-align: left;
    color: #fff;
    margin-top: -187px;
    font-family: "Poppins-Medium";
    font-size: 14px;
}

p.tra_wrap span.span1,
p.tra_wrap span.span2,
p.tra_wrap span.span3 {
    letter-spacing: -20px !important;
}

@media(min-width:1921px) {
    section#sec01:before {
        height: 400%;
    }

    .sec_m1 .sec_texter {
        padding-top: 76px;
        padding-left: 20%;
        text-align: left;
        box-sizing: border-box;
    }

    .image_wrap1.image_wrapnext {
        vertical-align: top;
        padding-top: 5%;
        box-sizing: border-box;
    }
}

@media(min-width:1881px) and (max-width: 1920px) {
    .tex_man {
        right: 20%;
    }

    .sec12 .red_sec .list_trans {
        top: 5%;
        left: 5%;
        width: 75%;
    }

    .sec07 .cloud_sec .list_trans {
        width: 86%;
        padding-left: 12%;
    }

    .sec06 .cloud_sec .list_trans {
        width: 86%;
    }

    #sec03 .list_trans {
        width: 86%;
    }

    .inner_round {
        width: 250px;
        height: 250px;
        margin: auto;
        background: #04803d;
        line-height: 250px;
        border-radius: 100%;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        color: #d41f20;
        font-size: 9rem;
        font-family: "Montserrat-ExtraBold";
        border: 4px solid white;
        position: absolute;
        left: 30%;
        transform: scale(1.2);
        z-index: 999;
        top: -8px;
    }

    .sec_mo1 {
        background-image: url(../images/greyback.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        display: block;
        padding: 20px 0;
    }

    .tex_man {
        right: 20%;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 30px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 7rem;
    }

    .mon_pera {
        font-size: 13rem;
        left: 2%;
        top: -30px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 3rem;
        font-weight: bold;
        margin-top: 0%;
    }

    .sec01 {
        padding-bottom: 200px;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: 4%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.1rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 8.5%;
        padding-left: 7%;
        line-height: 85px;
    }

    .sec06 .list_trans {
        padding-left: 10%;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 30px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 118px;
        box-sizing: border-box;
        padding-top: 30px;
        background-color: #fac533;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -82px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 84px;
        width: 20.1%;
        background-position: left 0;
        left: 2%;
        bottom: 15px;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 84px;
        width: 20.1%;
        background-position: left 0;
        right: 2%;
        bottom: 15px;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: 0;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 5.7rem;
        line-height: 10rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #b50809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 80px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 16%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 40px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -25px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 38px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 64px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 6.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 60px;
        padding-left: 11%;
        font-size: 6rem;
        line-height: 100px;
    }

    .tex_man {
        right: 18%;
        margin-top: 0px;
        bottom: 90px;
        font-size: 24px;
    }

    section#sec01:before {
        content: '';
        background: #000;
        position: absolute;
        width: 100%;
        height: 400%;
        top: 100%;
        opacity: 0.75;
    }

    .main_map {
        height: 90vh;
        min-height: 945px;
    }

    #sec02 .red_sec {
        background: #d41f20;
        margin-top: -146px;
    }

    section#sec03 .list_trans {
        padding-left: 10%;
        font-size: 5.6rem;
        padding-top: 8.5%;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 40px;
    }

    .list_n1 {
        width: 33.33%;
        float: left;
        text-align: center;
        position: relative;
        min-height: 235px;
    }

    .sec_m2 {
        text-align: center;
    }

    .sec_m3 .sec_texter {
        padding-top: 76px;
        padding-left: 0px;
    }

    .sec_m1 .sec_texter {
        padding-top: 76px;
        padding-left: 20%;
        text-align: left;
        box-sizing: border-box;
    }

    section#sec01:before {
        height: 400%;
        top: 0px;
    }

    .image_wrap1.image_wrapnext {
        vertical-align: top;
        padding-top: 5%;
        box-sizing: border-box;
    }
}

@media(min-width:1681px) and (max-width: 1880px) {
    .tex_man {
        right: 20%;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 30px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 7rem;
    }

    .mon_pera {
        font-size: 12rem;
        left: 2%;
        top: -30px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 3rem;
        font-weight: bold;
        margin-top: 0%;
    }

    .sec01 {
        padding-bottom: 200px;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: 4%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.1rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 8.5%;
        padding-left: 7%;
        line-height: 85px;
    }

    .sec06 .list_trans {
        padding-left: 4%;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
        top: -15px;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 30px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 118px;
        box-sizing: border-box;
        padding-top: 30px;
        background-color: #fac533;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -84px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 84px;
        width: 20.1%;
        background-position: left 0;
        left: 2%;
        bottom: 15px;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 84px;
        width: 20.1%;
        background-position: left 0;
        right: 2%;
        bottom: 15px;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: 0;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 5.7rem;
        line-height: 10rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #b50809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 80px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 16%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 40px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -25px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 38px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 64px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 75px;
        padding-left: 2%;
        font-size: 5.5rem;
        line-height: 90px;
    }

    .tex_man {
        right: 18%;
        margin-top: 0px;
        bottom: 90px;
        font-size: 24px;
    }

    section#sec01:before {
        content: '';
        background: #000;
        position: absolute;
        width: 100%;
        height: 400%;
        top: 100%;
        opacity: 0.75;
    }

    .main_map {
        height: 90vh;
        min-height: 945px;
    }

    #sec02 .red_sec {
        background: #d41f20;
        margin-top: -146px;
    }

    section#sec03 .list_trans {
        padding-left: 4%;
        font-size: 5.6rem;
        padding-top: 9.5%;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 40px;
    }

    section#sec01:before {
        height: 400%;
    }

    section#sec01:before {
        height: 400%;
    }

    .sec_m1 .sec_texter {
        text-align: left;
        padding-left: 20%;
        box-sizing: border-box;
    }

    .image_wrap1.image_wrapnext {
        vertical-align: top;
        padding-top: 5%;
        box-sizing: border-box;
    }
}

@media(min-width:1595px) and (max-width: 1680px) {

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 30px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 6rem;
    }

    .mon_pera {
        font-size: 11.5rem;
        left: 2%;
        top: -30px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 3rem;
        font-weight: bold;
        margin-top: 0%;
    }

    .sec01 {
        padding-bottom: 200px;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: 4%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.1rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 8.5%;
        padding-left: 7%;
        line-height: 85px;
    }

    .sec06 .list_trans {
        padding-left: 4%;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 30px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 118px;
        box-sizing: border-box;
        padding-top: 30px;
        background-color: #fac533;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -80px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 84px;
        width: 20.1%;
        background-position: left 0;
        left: 2%;
        bottom: 0;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 84px;
        width: 20.1%;
        background-position: left 0;
        right: 2%;
        bottom: 0;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: 0;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 5.7rem;
        line-height: 10rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #a10809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 80px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 16%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 40px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -25px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 38px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 64px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 10px;
    }

    .tex_man {
        right: 13%;
        margin-top: 0px;
        bottom: 90px;
        font-size: 24px;
    }

    section#sec01:before {
        content: '';
        background: #000;
        position: absolute;
        width: 100%;
        height: 400%;
        top: 89%;
        opacity: 0.75;
    }

    .main_map {
        height: 943px;
    }

    section#sec01:before {
        height: 400%;
    }

    .image_wrap1.image_wrapnext {
        vertical-align: top;
        padding-top: 5%;
        box-sizing: border-box;
    }
}

@media(min-width:1441px) and (max-width: 1594px) {
    .tex_man {
        right: 11%;
        margin-top: 0px;
        bottom: 90px;
        font-size: 24px;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 30px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 5.8rem;
    }

    .mon_pera {
        font-size: 10.3rem;
        left: 2%;
        top: -30px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 3rem;
        font-weight: bold;
        margin-top: 0%;
    }

    .sec01 {
        padding-bottom: 200px;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: 3%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4.7rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 7.5%;
        padding-left: 11%;
        line-height: 85px;
    }

    #sec06 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: 3%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 11.5%;
        padding-left: 2%;
        line-height: 85px;
    }

    .main_map {
        background-image: url(../images/mapbackgropund.png);
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 125vh;
        text-align: center;
        padding-top: 87px;
        min-height: 1037px;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 30px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 118px;
        box-sizing: border-box;
        padding-top: 30px;
        background-color: #fac533;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -80px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 84px;
        width: 20.1%;
        background-position: left 0;
        left: 2%;
        bottom: 15px;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 84px;
        width: 20.1%;
        background-position: left 0;
        right: 2%;
        bottom: 15px;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: 0;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 5.7rem;
        line-height: 10rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #a10809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 80px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 20%;
        padding-left: 4%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 40px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -25px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 38px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 64px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .inner_round {
        left: 27%;
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 10px;
    }

    /* my changes*/
    .sec03 .list_trans {
        padding-top: 8.5%;
        padding-left: 3%;
    }

    .sec03 .bd_imagesyello {
        padding-bottom: 60px;
    }

    .sec04 .list_trans {
        padding-top: 9%;
    }

    .sec06 .red_sec .image_wrap1.image_wrapnext {
        vertical-align: top;
    }

    .sec06 .red_sec .image_wrap1.image_wrapnext {
        vertical-align: top;
        padding-top: 60px;
        box-sizing: border-box;
    }

    .image_wrap1.image_wrapnext {
        vertical-align: top;
        padding-top: 5%;
        box-sizing: border-box;
    }
}

@media(min-width:1367px) and (max-width: 1440px) {
    .tex_man {
        right: 20%;
    }

    .tex_man {
        right: 20%;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 44px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 5.5rem;
        top: 14px;
    }

    .mon_pera {
        font-size: 9.8rem;
        left: 2%;
        top: -28px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 2.6rem;
        font-weight: bold;
        margin-top: 0%;
        margin-left: 39px;

    }

    section#sec01:before {
        content: '';
        background: #000;
        position: absolute;
        width: 100%;
        height: 400%;
        top: 90%;
        opacity: 0.75;
    }

    .sec01 {
        padding-bottom: 200px;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 9.5%;
        padding-left: 11%;
        line-height: 75px;
    }

    .main_map {
        padding-top: 50px;
        height: 880px;
        background-position: 0px 64px !important;
        min-height: 880px;
    }

    .sec06 .img_sla.let_see {
        transform: rotate(1deg);
        top: 0px;
        width: 101.1%;
        padding-left: 0px;
    }

    section#sec03 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 101.1%;
        padding-left: 8px;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 0px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 53px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 66px;
        box-sizing: border-box;
        padding-top: 30px;
        background-color: #fac533;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -80px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 84px;
        width: 18.1%;
        background-position: left 0;
        left: 2.9%;
        bottom: 1px;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 84px;
        width: 17.1%;
        background-position: left 0;
        right: 4%;
        bottom: -9px;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
        font-size: 3.5rem;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: 0;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 4.8rem;
        line-height: 8.5rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #a10809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .procces_main {
        padding-bottom: 93px;
        box-sizing: border-box;
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 80px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 16%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 40px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -25px;
        width: 99%;
        padding-left: 10px;
    }

    section#sec13 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 99%;
        padding-left: 8px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 38px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 64px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 10px;
    }

    section#sec03 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4.5rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 11.5%;
        padding-left: 4%;
        line-height: 75px;
    }

    .textred {
        font-size: 2.5rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #d41f20;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 0px;
    }

    .subtextred {
        font-size: 1.4rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #262525;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 1rem;
    }

    section#sec06 .list_trans {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 9%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 9.5%;
        padding-left: 4%;
        line-height: 85px;
    }

    .sec6 .cloud_sec {
        padding-top: 62px;
    }

    .sec6 .list_trans {
        padding-top: 10.5%;
        padding-left: 4%;
    }

    .sec06 .red_sec .image_wrap1 {
        display: inline-block;
        width: 46%;
    }

    .sec06 .red_sec .image_wrap1.image_wrapnext {
        vertical-align: top;
        margin-top: 1.7%;
        width: 51%;
    }

    .sec06 .red_sec {
        background-position: bottom;
    }

    .sec07 .cloud_sec {
        padding-top: 6%;
    }

    .sec07 .red_sec img {
        width: 100%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    .sec07 .red_sec .sec_name .sem_cs img {
        padding-top: 0;
    }

    .sec07 .sec_name {
        background-position: center center;
    }

    .sec07 .red_sec .img_jail img {
        width: 80%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    section#sec07 .num_text {
        font-size: 6.5rem;
        padding-top: 0;
        font-family: "Montserrat-ExtraBold";
        margin-bottom: 0;
    }

    section#sec07 .subtext {
        font-size: 1.8rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 3.5%;
    }

    section#sec07 .jail1 {
        text-align: center;
        display: inline-block;
        position: absolute;
        left: -1%;
        top: 10%;
    }

    section#sec07 .jail2 {
        text-align: center;
        display: inline-block;
        position: absolute;
        right: -2%;
        top: 10%;
    }

    section#sec07 .bolduse {
        font-size: 2.5rem;
    }

    section#sec07 .time {
        font-size: 2.5rem;
        line-height: 1.2em;
        padding-top: 50px;
    }

    .sec09 .doller_img img {
        width: 68%;
    }

    .sec09 .red_sec img {
        width: 100%;
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
    }

    .sec09 .list_trans {
        padding-top: 7%;
        transform: rotate(2deg);
        font-size: 5rem;
    }

    .sec09 .sec_no1 {
        display: inline-block;
        float: left;
        text-align: center;
        position: relative;
        left: 15%;
    }

    .sec09 .sec_no2 {
        display: inline-block;
        float: right;
        text-align: center;
        position: relative;
        right: 16%;
    }

    .sec09 .whitetext {
        text-align: center;
        color: #fff;
        font-size: 34px;
        line-height: 1.1em;
        margin-bottom: 10px;
        font-family: "Montserrat-Regular";
        margin-bottom: 10px;
    }

    .sec09 .redtext {
        font-size: 41px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        color: #d41f20;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .sec09 .list_acon {
        padding-bottom: 3%;
        box-sizing: border-box;
        padding-top: 1%;
    }

    .sec_mo1 {
        padding: 35px 0;
    }

    .sec10 .inner_round {
        width: 200px;
        height: 200px;
        margin: auto;
        background: #04803d;
        line-height: 200px;
        border-radius: 100%;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        color: #d41f20;
        font-size: 7rem;
        font-family: "Montserrat-ExtraBold";
        border: 4px solid white;
        position: absolute;
        left: 29%;
        transform: scale(1.2);
        z-index: 999;
        top: -7px;
    }

    .sec10 .sec_mo1 {
        padding: 20px 0;
    }

    .sec10 .ame_lang .txt {
        font-size: 4rem;
    }

    .sec10 .list_n1.ni_wrap1 .txt {
        padding-left: 10%;
    }

    .sec10 .list_n1.ni_wrap2 .txt {
        padding-right: 10%;
    }

    .sec11 .lis_numbreng.seo1 {
        padding-top: 100px;
        box-sizing: border-box;
    }

    .sec11 .lis_numbreng.seo1 {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);

    }

    .sec_texter {
        margin-bottom: 0;
        font-family: "Lato-Regular";
        font-size: 1.4rem;
        line-height: 1.4em;
        font-weight: 700;
    }

    .sec12 .red_sec {
        margin-top: -12.3%;
    }

    .sec12 .img_sla.let_see {
        transform: rotate(2deg);
        top: 44px;
        width: 101%;
        padding-left: 0px;
    }

    .sec12 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 85%;
        padding-top: 4.5%;
        padding-left: 11%;
        line-height: 82px;
    }

    .sec12 .main_secwhon .red_sec {
        padding-bottom: 0%;
    }

    .sec13 .cloud_sec {
        padding-top: 30px;
    }

    .sec13 .red_sec img {
        width: 100%;
        padding: 0px 0px 30px 0px;
        box-sizing: border-box;
    }

    p.tra_wrap span.span1,
    p.tra_wrap span.span2,
    p.tra_wrap span.span3 {
        letter-spacing: -20px !important;
    }

    .sec13 .tra_wrap {
        font-size: 4.7rem;
        line-height: 5rem;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 4%;
        padding-left: 26%;
    }

    .sec13 .ma_usd .textwhite {
        font-size: 22px
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 10.5%;
        padding-left: 4%;
    }

    section#sec07 .img_sla.let_see {
        transform: rotate(-1deg);
        top: -70px;
        width: 101%;
        padding-left: 0px;
    }

    .tex_man {
        right: 7%;
        margin-top: 0px;
        bottom: 90px;
        font-size: 24px;
    }
}

@media(min-width:1281px) and (max-width: 1366px) {
    .tex_man {
        right: 20%;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 44px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 5.3rem;
        top: 12px;
    }

    .mon_pera {
        font-size: 9rem;
        left: 2%;
        top: -30px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 2.6rem;
        font-weight: bold;
        margin-top: 0%;
        margin-left: 39px;

    }

    .sec01 {
        padding-bottom: 200px;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 9.5%;
        padding-left: 11%;
        line-height: 75px;
    }

    .main_map {
        padding-top: 50px;
        height: 880px;
        background-position: 0px 64px !important;
        min-height: 880px;
    }

    .sec06 .img_sla.let_see {
        transform: rotate(1deg);
        top: 0px;
        width: 101.1%;
        padding-left: 0px;
    }

    section#sec03 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 101.1%;
        padding-left: 8px;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 0px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 53px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 66px;
        box-sizing: border-box;
        padding-top: 30px;
        background-color: #fac533;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -80px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 84px;
        width: 18.1%;
        background-position: left 0;
        left: 2.9%;
        bottom: 1px;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 84px;
        width: 17.1%;
        background-position: left 0;
        right: 4%;
        bottom: -9px;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
        font-size: 3.5rem;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: 0;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 4.8rem;
        line-height: 8.5rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #a10809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .procces_main {
        padding-bottom: 93px;
        box-sizing: border-box;
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 80px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 16%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 40px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -25px;
        width: 99%;
        padding-left: 10px;
    }

    section#sec13 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 99%;
        padding-left: 8px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 38px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 64px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 10px;
    }

    section#sec03 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4.5rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 11.5%;
        padding-left: 4%;
        line-height: 75px;
    }

    .textred {
        font-size: 2.5rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #d41f20;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 0px;
    }

    .subtextred {
        font-size: 1.4rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #262525;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 1rem;
    }

    section#sec06 .list_trans {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 9%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 9.5%;
        padding-left: 4%;
        line-height: 85px;
    }

    .sec6 .cloud_sec {
        padding-top: 62px;
    }

    .sec6 .list_trans {
        padding-top: 10.5%;
        padding-left: 4%;
    }

    .sec06 .red_sec .image_wrap1 {
        display: inline-block;
        width: 46%;
    }

    .sec06 .red_sec .image_wrap1.image_wrapnext {
        vertical-align: top;
        margin-top: 1.7%;
        width: 51%;
    }

    .sec06 .red_sec {
        background-position: bottom;
    }

    .sec07 .cloud_sec {
        padding-top: 6%;
    }

    .sec07 .red_sec img {
        width: 100%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    .sec07 .red_sec .sec_name .sem_cs img {
        padding-top: 0;
    }

    .sec07 .sec_name {
        background-position: center center;
    }

    .sec07 .red_sec .img_jail img {
        width: 80%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    section#sec07 .num_text {
        font-size: 6.5rem;
        padding-top: 0;
        font-family: "Montserrat-ExtraBold";
        margin-bottom: 0;
    }

    section#sec07 .subtext {
        font-size: 1.8rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 3.5%;
    }

    section#sec07 .jail1 {
        text-align: center;
        display: inline-block;
        position: absolute;
        left: -1%;
        top: 10%;
    }

    section#sec07 .jail2 {
        text-align: center;
        display: inline-block;
        position: absolute;
        right: -2%;
        top: 10%;
    }

    section#sec07 .bolduse {
        font-size: 2.5rem;
    }

    section#sec07 .time {
        font-size: 2.5rem;
        line-height: 1.2em;
        padding-top: 50px;
    }

    .sec09 .doller_img img {
        width: 68%;
    }

    .sec09 .red_sec img {
        width: 100%;
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
    }

    .sec09 .list_trans {
        padding-top: 7%;
        transform: rotate(2deg);
        font-size: 5rem;
    }

    .sec09 .sec_no1 {
        display: inline-block;
        float: left;
        text-align: center;
        position: relative;
        left: 15%;
    }

    .sec09 .sec_no2 {
        display: inline-block;
        float: right;
        text-align: center;
        position: relative;
        right: 16%;
    }

    .sec09 .whitetext {
        text-align: center;
        color: #fff;
        font-size: 34px;
        line-height: 1.1em;
        margin-bottom: 10px;
        font-family: "Montserrat-Regular";
        margin-bottom: 10px;
    }

    .sec09 .redtext {
        font-size: 41px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        color: #d41f20;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .sec09 .list_acon {
        padding-bottom: 3%;
        box-sizing: border-box;
        padding-top: 1%;
    }

    .sec_mo1 {
        padding: 35px 0;
    }

    .sec10 .inner_round {
        width: 200px;
        height: 200px;
        margin: auto;
        background: #04803d;
        line-height: 200px;
        border-radius: 100%;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        color: #d41f20;
        font-size: 7rem;
        font-family: "Montserrat-ExtraBold";
        border: 4px solid white;
        position: absolute;
        left: 29%;
        transform: scale(1.2);
        z-index: 999;
        top: -7px;
    }

    .sec10 .sec_mo1 {
        padding: 20px 0;
    }

    .sec10 .ame_lang .txt {
        font-size: 4rem;
    }

    .sec10 .list_n1.ni_wrap1 .txt {
        padding-left: 10%;
    }

    .sec10 .list_n1.ni_wrap2 .txt {
        padding-right: 10%;
    }

    .sec11 .lis_numbreng.seo1 {
        padding-top: 100px;
        box-sizing: border-box;
    }

    .sec11 .lis_numbreng.seo1 {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);

    }

    .sec_texter {
        margin-bottom: 0;
        font-family: "Lato-Regular";
        font-size: 1.4rem;
        line-height: 1.4em;
        font-weight: 700;
    }

    .sec12 .red_sec {
        margin-top: -12.3%;
    }

    .sec12 .img_sla.let_see {
        transform: rotate(2deg);
        top: 44px;
        width: 101%;
        padding-left: 0px;
    }

    .sec12 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 85%;
        padding-top: 4.5%;
        padding-left: 11%;
        line-height: 82px;
    }

    .sec12 .main_secwhon .red_sec {
        padding-bottom: 0%;
    }

    .sec13 .cloud_sec {
        padding-top: 30px;
    }

    .sec13 .red_sec img {
        width: 100%;
        padding: 0px 0px 30px 0px;
        box-sizing: border-box;
    }

    p.tra_wrap span.span1,
    p.tra_wrap span.span2,
    p.tra_wrap span.span3 {
        letter-spacing: -20px !important;
    }

    .sec13 .tra_wrap {
        font-size: 4.7rem;
        line-height: 5rem;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 4%;
        padding-left: 26%;
    }

    .sec13 .ma_usd .textwhite {
        font-size: 22px
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 10.5%;
        padding-left: 4%;
    }

    section#sec07 .img_sla.let_see {
        transform: rotate(-1deg);
        top: -70px;
        width: 101%;
        padding-left: 0px;
    }

    .tex_man {
        right: 6%;
        margin-top: 0px;
        bottom: 80px;
        font-size: 24px;
    }
}

@media(min-width:1150px) and (max-width: 1280px) {
    .tex_man {
        right: 6%;
        margin-top: 0px;
        bottom: 80px;
        font-size: 22px;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 44px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 4.8rem;
        top: 10px;
    }

    section#sec01:before {
        content: '';
        background: #000;
        position: absolute;
        width: 100%;
        height: 400%;
        top: 182px;
        opacity: 0.75;
    }

    .mon_pera {
        font-size: 8rem;
        left: 2%;
        top: -30px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 2.6rem;
        font-weight: bold;
        margin-top: 0%;
        margin-left: 39px;

    }

    .sec01 {
        padding-bottom: 200px;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 9.5%;
        padding-left: 11%;
        line-height: 75px;
    }

    .main_map {
        padding-top: 50px;
        height: 826px;
        background-position: 0px 64px !important;
    }

    .sec06 .img_sla.let_see {
        transform: rotate(1deg);
        top: 0px;
        width: 101.1%;
        padding-left: 0px;
    }

    section#sec03 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 101.1%;
        padding-left: 8px;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 0px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 53px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 66px;
        box-sizing: border-box;
        padding-top: 30px;
        background-color: #fac533;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -80px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 84px;
        width: 18.1%;
        background-position: left 0;
        left: 2.9%;
        bottom: 1px;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 84px;
        width: 17.1%;
        background-position: left 0;
        right: 4%;
        bottom: -9px;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
        font-size: 3.5rem;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: 0;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 4.8rem;
        line-height: 8.5rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #a10809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .procces_main {
        padding-bottom: 93px;
        box-sizing: border-box;
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 80px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 16%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 40px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -25px;
        width: 99%;
        padding-left: 10px;
    }

    section#sec13 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 99%;
        padding-left: 8px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 38px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 64px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 10px;
    }

    section#sec03 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4.5rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 11.5%;
        padding-left: 4%;
        line-height: 75px;
    }

    .textred {
        font-size: 2.5rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #d41f20;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 0px;
    }

    .subtextred {
        font-size: 1.4rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #262525;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 1rem;
    }

    section#sec06 .list_trans {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 9%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 9.5%;
        padding-left: 4%;
        line-height: 85px;
    }

    .sec6 .cloud_sec {
        padding-top: 62px;
    }

    .sec6 .list_trans {
        padding-top: 10.5%;
        padding-left: 4%;
    }

    .sec06 .red_sec .image_wrap1 {
        display: inline-block;
        width: 46%;
    }

    .sec06 .red_sec .image_wrap1.image_wrapnext {
        vertical-align: top;
        margin-top: 1.7%;
        width: 51%;
    }

    .sec06 .red_sec {
        background-position: bottom;
    }

    .sec07 .cloud_sec {
        padding-top: 6%;
    }

    .sec07 .red_sec img {
        width: 100%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    .sec07 .red_sec .sec_name .sem_cs img {
        padding-top: 0;
    }

    .sec07 .sec_name {
        background-position: center center;
    }

    .sec07 .red_sec .img_jail img {
        width: 80%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    section#sec07 .num_text {
        font-size: 6.5rem;
        padding-top: 0;
        font-family: "Montserrat-ExtraBold";
        margin-bottom: 0;
    }

    section#sec07 .subtext {
        font-size: 1.8rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 3.5%;
    }

    section#sec07 .jail1 {
        text-align: center;
        display: inline-block;
        position: absolute;
        left: -1%;
        top: 10%;
    }

    section#sec07 .jail2 {
        text-align: center;
        display: inline-block;
        position: absolute;
        right: -2%;
        top: 10%;
    }

    section#sec07 .bolduse {
        font-size: 2.5rem;
    }

    section#sec07 .time {
        font-size: 2.5rem;
        line-height: 1.2em;
        padding-top: 50px;
    }

    .sec09 .doller_img img {
        width: 68%;
    }

    .sec09 .red_sec img {
        width: 100%;
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
    }

    .sec09 .list_trans {
        padding-top: 7%;
        transform: rotate(2deg);
        font-size: 5rem;
    }

    .sec09 .sec_no1 {
        display: inline-block;
        float: left;
        text-align: center;
        position: relative;
        left: 15%;
    }

    .sec09 .sec_no2 {
        display: inline-block;
        float: right;
        text-align: center;
        position: relative;
        right: 16%;
    }

    .sec09 .whitetext {
        text-align: center;
        color: #fff;
        font-size: 34px;
        line-height: 1.1em;
        margin-bottom: 10px;
        font-family: "Montserrat-Regular";
        margin-bottom: 10px;
    }

    .sec09 .redtext {
        font-size: 41px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        color: #d41f20;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .sec09 .list_acon {
        padding-bottom: 3%;
        box-sizing: border-box;
        padding-top: 1%;
    }

    .sec_mo1 {
        padding: 35px 0;
    }

    .sec10 .inner_round {
        width: 200px;
        height: 200px;
        margin: auto;
        background: #04803d;
        line-height: 200px;
        border-radius: 100%;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        color: #d41f20;
        font-size: 7rem;
        font-family: "Montserrat-ExtraBold";
        border: 4px solid white;
        position: absolute;
        left: 29%;
        transform: scale(1.2);
        z-index: 999;
        top: -7px;
    }

    .sec10 .sec_mo1 {
        padding: 20px 0;
    }

    .sec10 .ame_lang .txt {
        font-size: 4rem;
    }

    .sec10 .list_n1.ni_wrap1 .txt {
        padding-left: 10%;
    }

    .sec10 .list_n1.ni_wrap2 .txt {
        padding-right: 10%;
    }

    .sec11 .lis_numbreng.seo1 {
        padding-top: 100px;
        box-sizing: border-box;
    }

    .sec11 .lis_numbreng.seo1 {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);

    }

    .sec_texter {
        margin-bottom: 0;
        font-family: "Lato-Regular";
        font-size: 1.3rem;
        line-height: 1.4em;
        font-weight: 700;
    }

    .sec12 .red_sec {
        margin-top: -12.3%;
    }

    .sec12 .img_sla.let_see {
        transform: rotate(2deg);
        top: 44px;
        width: 101%;
        padding-left: 0px;
    }

    .sec12 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 85%;
        padding-top: 4.5%;
        padding-left: 11%;
        line-height: 82px;
    }

    .sec12 .main_secwhon .red_sec {
        padding-bottom: 0%;
    }

    .sec13 .cloud_sec {
        padding-top: 30px;
    }

    .sec13 .red_sec img {
        width: 100%;
        padding: 0px 0px 30px 0px;
        box-sizing: border-box;
    }

    p.tra_wrap span.span1,
    p.tra_wrap span.span2,
    p.tra_wrap span.span3 {
        letter-spacing: -20px !important;
    }

    .sec13 .tra_wrap {
        font-size: 4.7rem;
        line-height: 5rem;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 4%;
        padding-left: 26%;
    }

    .sec13 .ma_usd .textwhite {
        font-size: 22px
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 10.5%;
        padding-left: 4%;
    }

    section#sec07 .img_sla.let_see {
        transform: rotate(-1deg);
        top: -70px;
        width: 101%;
        padding-left: 0px;
    }

    section#sec01:before {
        height: 400%;
    }
}



@media(min-width: 900px) and (max-width: 1149px) {
    .tex_man {
        right: 6%;
        margin-top: 0px;
        bottom: 70px;
        font-size: 18px;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 65px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 3.5rem;
        top: 12px;
    }

    .mon_pera {
        font-size: 6.5rem;
        left: 2%;
        top: -27px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 2rem;
        font-weight: bold;
        margin-top: -1%;
        margin-left: 39px;

    }

    .sec01 {
        padding-bottom: 110px;
    }

    section#sec01:before {
        content: '';
        background: #000;
        position: absolute;
        width: 100%;
        height: 400%;
        top: 0px;
        opacity: 0.75;
        padding-top: 170px;

    }

    section#sec02 .list_trans {
        padding-top: 9.5%;
        padding-left: 11%;
        line-height: 55px;
        font-size: 2.6rem;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 9.5%;
        padding-left: 11%;
        line-height: 75px;
    }

    .main_map {
        padding-top: 50px;
        height: 700px;
        background-position: 0px 84px !important;
    }

    .sec06 .img_sla.let_see {
        transform: rotate(1deg);
        top: 0px;
        width: 101.1%;
        padding-left: 0px;
    }

    section#sec03 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 101.1%;
        padding-left: 8px;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 0px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 53px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 66px;
        box-sizing: border-box;
        padding-top: 30px;
        background-color: #fac533;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -80px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 48px;
        width: 18.1%;
        background-position: left 0;
        left: 2.9%;
        bottom: 1px;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 48px;
        width: 17.1%;
        background-position: left 0;
        right: 4%;
        bottom: -2px;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
        font-size: 2.05rem;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: 4px;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 2.8rem;
        line-height: 4rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #a10809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .procces_main {
        padding-bottom: 93px;
        box-sizing: border-box;
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 80px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 16%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 40px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -25px;
        width: 99%;
        padding-left: 10px;
    }

    section#sec13 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 99%;
        padding-left: 8px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 25px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 40px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 15px;
        font-size: 3rem;
        line-height: 50px;
    }

    section#sec03 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 2.5rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 14.5%;
        padding-left: 3%;
        line-height: 44px;
    }

    .sem_li {
        display: inline-block;
        width: 32%;
    }

    .textred {
        font-size: 1.5rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #d41f20;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 0px;
    }

    .subtextred {
        font-size: 0.9rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #262525;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 1rem;
        margin-top: 10px;
    }

    section#sec06 .list_trans {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 9%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 2.5rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 13.5%;
        padding-left: 4%;
        line-height: 50px;
    }

    .sec06 .red_sec .image_wrap1 img {
        width: 100%;
        padding-top: 0px;
    }

    .sec6 .cloud_sec {
        padding-top: 62px;
    }

    .sec6 .list_trans {
        padding-top: 10.5%;
        padding-left: 4%;
    }

    .sec06 .red_sec .image_wrap1 {
        display: inline-block;
        width: 46%;
    }

    .sec06 .red_sec .image_wrap1.image_wrapnext {
        vertical-align: top;
        margin-top: 1.7%;
        width: 51%;
    }

    .sec06 .red_sec {
        background-position: bottom;
    }

    .sec07 .cloud_sec {
        padding-top: 6%;
    }

    .sec07 .red_sec img {
        width: 100%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    .sec07 .red_sec .sec_name .sem_cs img {
        padding-top: 0;
    }

    .sec07 .sec_name {
        background-position: center center;
    }

    .sec07 .red_sec .img_jail img {
        width: 62%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    section#sec07 .num_text {
        font-size: 1.8rem;
        padding-top: 0;
        font-family: "Montserrat-ExtraBold";
        margin-bottom: 34px;
    }

    section#sec07 .subtext {
        font-size: 1.8rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 0.5%;
    }

    section#sec07 .jail1 {
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 0%;
        top: 10%;
    }

    section#sec07 .jail2 {
        text-align: center;
        display: inline-block;
        position: absolute;
        right: 0%;
        top: 10%;
    }

    section#sec07 .bolduse {
        font-size: 1.5rem;
    }

    section#sec07 .time {
        font-size: 1.8rem;
        line-height: 1.2em;
        padding-top: 50px;
    }

    .sec09 .doller_img img {
        width: 68%;
    }

    .use {
        color: #fff;
        font-size: 1rem;
        line-height: 1em;
        padding-top: 5px;
        font-family: "Lato-Regular";
    }

    .sec09 .red_sec img {
        width: 100%;
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
    }

    .sec09 .list_trans {
        padding-top: 9%;
        transform: rotate(2deg);
        font-size: 3rem;
        line-height: 55px;
    }

    .sec09 .sec_no1 {
        display: inline-block;
        float: left;
        text-align: center;
        position: relative;
        left: 15%;
    }

    .sec09 .sec_no2 {
        display: inline-block;
        float: right;
        text-align: center;
        position: relative;
        right: 16%;
    }

    .sec09 .whitetext {
        text-align: center;
        color: #fff;
        font-size: 22px;
        line-height: 1.1em;
        margin-bottom: 10px;
        font-family: "Montserrat-Regular";
        margin-bottom: 10px;
    }

    .sec09 .redtext {
        font-size: 25px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        color: #d41f20;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .sec09 .list_acon {
        padding-bottom: 3%;
        box-sizing: border-box;
        padding-top: 1%;
    }

    .sec_mo1 {
        padding: 35px 0;
    }

    .sec10 .inner_round {
        width: 200px;
        height: 200px;
        margin: auto;
        background: #04803d;
        line-height: 200px;
        border-radius: 100%;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        color: #d41f20;
        font-size: 7rem;
        font-family: "Montserrat-ExtraBold";
        border: 4px solid white;
        position: absolute;
        left: 15%;
        transform: scale(1);
        z-index: 999;
        top: -49px;
    }

    .sec_texter {
        margin-bottom: 0;
        font-family: "Lato-Regular";
        font-size: 0.5rem;
        line-height: 1em;
        font-weight: 700;
    }

    .sec_m1 .sec_texter {
        padding-top: 48px;
    }

    .seo4 .sec_m1 .sec_texter,
    .seo6 .sec_m1 .sec_texter,
    .seo6 .sec_m3 .sec_texter {
        padding-top: 27px;
    }

    .seo10 .sec_m1 .sec_texter,
    .seo10 .sec_m3 .sec_texter,
    .seo11 .sec_m1 .sec_texter,
    .seo11 .sec_m3 .sec_texter,
    .seo12 .sec_m1 .sec_texter,
    .seo12 .sec_m3 .sec_texter,
    .seo13 .sec_m1 .sec_texter,
    .seo13 .sec_m3 .sec_texter {
        padding-top: 4px;
    }

    .sec_m3 .sec_texter {
        padding-top: 42px;
    }

    .list_n1 {
        width: 33.33%;
        float: left;
        text-align: center;
        position: relative;
        min-height: 105px;
    }

    .sec10 .sec_mo1 {
        padding: 20px 0;
    }

    .sec10 .ame_lang .txt {
        font-size: 3rem;
    }

    .sec10 .list_n1.ni_wrap1 .txt {
        padding-left: 10%;
    }

    .sec10 .list_n1.ni_wrap2 .txt {
        padding-right: 10%;
    }

    .sec11 .lis_numbreng.seo1 {
        padding-top: 100px;
        box-sizing: border-box;
    }

    .sec11 .lis_numbreng.seo1 {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);

    }

    .sec_texter {
        margin-bottom: 0;
        font-family: "Lato-Regular";
        font-size: 0.9rem;
        line-height: 1.4em;
        font-weight: 700;
    }

    .sec12 .red_sec {
        margin-top: -12.3%;
    }

    .sec12 .img_sla.let_see {
        transform: rotate(2deg);
        top: 15px;
        width: 101%;
        padding-left: 0px;
    }

    .sec12 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 85%;
        padding-top: 4.5%;
        padding-left: 11%;
        line-height: 82px;
    }

    .sec12 .main_secwhon .red_sec {
        padding-bottom: 0%;
    }

    .sec13 .cloud_sec {
        padding-top: 30px;
    }

    .sec13 .red_sec img {
        width: 100%;
        padding: 0px 0px 30px 0px;
        box-sizing: border-box;
    }

    p.tra_wrap span.span1,
    p.tra_wrap span.span2,
    p.tra_wrap span.span3 {
        letter-spacing: -8px !important;
    }

    .sec13 .tra_wrap {
        font-size: 2.4rem;
        line-height: 47px;
        letter-spacing: 1px;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 7%;
        padding-left: 34%;
    }

    .sec13 .ma_usd .textwhite {
        font-size: 11px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 12.5%;
        padding-left: 4%;
        font-size: 2.4rem;
        line-height: 45px;
    }

    section#sec07 .img_sla.let_see {
        transform: rotate(-1deg);
        top: -70px;
        width: 101%;
        padding-left: 0px;
    }

    section#sec07 .tex_area {
        text-align: center;
        position: absolute;
        top: 48%;
        width: 100%;
    }

    section#sec07 .subtext {
        font-size: 1.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: -1.5%;
    }

    .btn_inner {
        background: #d41f20;
        border-radius: 50px;
        font-size: 24px;
        border: 2px solid #b00e0f;
        font-family: "Lato-Regular";
        display: inline-block;
        width: 70%;
        line-height: 49px;
    }

    .sec_m3 .sec_texter {
        padding-left: 20%;
        box-sizing: border-box;
    }

    .sec_m3 .sec_texter {
        padding-left: 14%;
        box-sizing: border-box;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -40px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 33px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .sec_m3 .sec_texter {
        padding-top: 50px;
    }

    .sec_m1 .sec_texter {
        padding-top: 65px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 47px;
        box-sizing: border-box;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 50px;
    }

    .seo5 .sec_m3 .sec_texter {
        padding-top: 65px;
    }

    .seo6 .sec_m1 .sec_texter {
        padding-top: 32px;
    }

    .seo6 .sec_m3 .sec_texter {
        padding-top: 32px;
    }

    .seo8 .sec_m3 .sec_texter {
        padding-top: 47px;
    }

    .seo10 .sec_m3 .sec_texter {
        padding-top: 26px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 26px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .sec10 .inner_round {
        width: 170px;
        height: 170px;
        line-height: 170px;
        font-size: 6rem;
        left: 23%;
        top: -30px;
    }

    .sec13 .ma_usd .textwhite {
        font-size: 13px;
        line-height: 18px;
    }
}

@media(min-width: 768px) and (max-width: 899px) {

    .tex_man {

        right: 6%;
        margin-top: 0px;
        bottom: 64px;
        font-size: 13px;
    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 65px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 3.4rem;
        top: 9px
    }

    .mon_pera {
        font-size: 5.6rem;
        left: 2%;
        top: -27px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: -1%;
        margin-left: 39px;

    }

    .sec01 {
        padding-bottom: 110px;
    }

    section#sec01:before {
        content: '';
        background: #000;
        position: absolute;
        width: 100%;
        height: 400%;
        top: 0px;
        opacity: 0.75;
    }

    section#sec02 .list_trans {
        padding-top: 9.5%;
        padding-left: 11%;
        line-height: 55px;
        font-size: 2.6rem;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 9.5%;
        padding-left: 11%;
        line-height: 75px;
    }

    .main_map {
        padding-top: 50px;
        height: 53vh;
        background-position: 0px 84px !important;
        min-height: 600px
    }

    .sec06 .img_sla.let_see {
        transform: rotate(1deg);
        top: 0px;
        width: 101.1%;
        padding-left: 0px;
    }

    section#sec03 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 101.1%;
        padding-left: 8px;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 0px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 53px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 66px;
        box-sizing: border-box;
        padding-top: 30px;
        background-color: #fac533;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -80px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 48px;
        width: 18.1%;
        background-position: left 0;
        left: 2.9%;
        bottom: 1px;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 48px;
        width: 17.1%;
        background-position: left 0;
        right: 4%;
        bottom: -2px;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
        font-size: 2.05rem;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: 4px;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 2.8rem;
        line-height: 4rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #a10809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .procces_main {
        padding-bottom: 93px;
        box-sizing: border-box;
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 80px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 16%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 40px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -25px;
        width: 99%;
        padding-left: 10px;
    }

    section#sec13 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 99%;
        padding-left: 8px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 25px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 40px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 0px;
        font-size: 3rem;
        line-height: 50px;
    }

    section#sec03 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 2.5rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 14.5%;
        padding-left: 3%;
        line-height: 44px;
    }

    .sem_li {
        display: inline-block;
        width: 32%;
    }

    .textred {
        font-size: 1.5rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #d41f20;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 0px;
    }

    .subtextred {
        font-size: 0.9rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #262525;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 1rem;
        margin-top: 10px;
    }

    section#sec06 .list_trans {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 9%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 2.5rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 15.5%;
        padding-left: 4%;
        line-height: 50px;
    }

    .sec06 .red_sec .image_wrap1 img {
        width: 100%;
        padding-top: 0px;
    }

    .sec6 .cloud_sec {
        padding-top: 62px;
    }

    .sec6 .list_trans {
        padding-top: 10.5%;
        padding-left: 4%;
    }

    .sec06 .red_sec .image_wrap1 {
        display: inline-block;
        width: 46%;
    }

    .sec06 .red_sec .image_wrap1.image_wrapnext {
        vertical-align: top;
        margin-top: 1.7%;
        width: 51%;
    }

    .sec06 .red_sec {
        background-position: bottom;
    }

    .sec07 .cloud_sec {
        padding-top: 6%;
    }

    .sec07 .red_sec img {
        width: 100%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    .sec07 .red_sec .sec_name .sem_cs img {
        padding-top: 0;
    }

    .sec07 .sec_name {
        background-position: center center;
    }

    .sec07 .red_sec .img_jail img {
        width: 62%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    section#sec07 .num_text {
        font-size: 1.8rem;
        padding-top: 0;
        font-family: "Montserrat-ExtraBold";
        margin-bottom: 34px;
    }

    section#sec07 .subtext {
        font-size: 1.8rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 0.5%;
    }

    section#sec07 .jail1 {
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 0%;
        top: 10%;
    }

    section#sec07 .jail2 {
        text-align: center;
        display: inline-block;
        position: absolute;
        right: 0%;
        top: 10%;
    }

    section#sec07 .bolduse {
        font-size: 1.5rem;
    }

    section#sec07 .time {
        font-size: 1.8rem;
        line-height: 1.2em;
        padding-top: 50px;
    }

    .sec09 .doller_img img {
        width: 68%;
    }

    .use {
        color: #fff;
        font-size: 1rem;
        line-height: 1em;
        padding-top: 5px;
        font-family: "Lato-Regular";
    }

    .sec09 .red_sec img {
        width: 100%;
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
    }

    .sec09 .list_trans {
        padding-top: 9%;
        transform: rotate(2deg);
        font-size: 3rem;
        line-height: 55px;
    }

    .sec09 .sec_no1 {
        display: inline-block;
        float: left;
        text-align: center;
        position: relative;
        left: 15%;
    }

    .sec09 .sec_no2 {
        display: inline-block;
        float: right;
        text-align: center;
        position: relative;
        right: 16%;
    }

    .sec09 .whitetext {
        text-align: center;
        color: #fff;
        font-size: 22px;
        line-height: 1.1em;
        margin-bottom: 10px;
        font-family: "Montserrat-Regular";
        margin-bottom: 10px;
    }

    .sec09 .redtext {
        font-size: 25px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        color: #d41f20;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .sec09 .list_acon {
        padding-bottom: 3%;
        box-sizing: border-box;
        padding-top: 1%;
    }

    .sec_mo1 {
        padding: 35px 0;
    }

    .sec10 .inner_round {
        width: 200px;
        height: 200px;
        margin: auto;
        background: #04803d;
        line-height: 200px;
        border-radius: 100%;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        color: #d41f20;
        font-size: 7rem;
        font-family: "Montserrat-ExtraBold";
        border: 4px solid white;
        position: absolute;
        left: 15%;
        transform: scale(1);
        z-index: 999;
        top: -49px;
    }

    .sec_texter {
        margin-bottom: 0;
        font-family: "Lato-Regular";
        font-size: 0.5rem;
        line-height: 1em;
        font-weight: 700;
    }

    .sec_m1 .sec_texter {
        padding-top: 48px;
    }

    .seo4 .sec_m1 .sec_texter,
    .seo6 .sec_m1 .sec_texter,
    .seo6 .sec_m3 .sec_texter {
        padding-top: 27px;
    }

    .seo10 .sec_m1 .sec_texter,
    .seo10 .sec_m3 .sec_texter,
    .seo11 .sec_m1 .sec_texter,
    .seo11 .sec_m3 .sec_texter,
    .seo12 .sec_m1 .sec_texter,
    .seo12 .sec_m3 .sec_texter,
    .seo13 .sec_m1 .sec_texter,
    .seo13 .sec_m3 .sec_texter {
        padding-top: 4px;
    }

    .sec_m3 .sec_texter {
        padding-top: 42px;
    }

    .list_n1 {
        width: 33.33%;
        float: left;
        text-align: center;
        position: relative;
        min-height: 105px;
    }

    .sec10 .sec_mo1 {
        padding: 20px 0;
    }

    .sec10 .ame_lang .txt {
        font-size: 3rem;
    }

    .sec10 .list_n1.ni_wrap1 .txt {
        padding-left: 10%;
    }

    .sec10 .list_n1.ni_wrap2 .txt {
        padding-right: 10%;
    }

    .sec11 .lis_numbreng.seo1 {
        padding-top: 100px;
        box-sizing: border-box;
    }

    .sec11 .lis_numbreng.seo1 {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);

    }

    .sec_texter {
        margin-bottom: 0;
        font-family: "Lato-Regular";
        font-size: 1rem;
        line-height: 1.4em;
        font-weight: 700;
    }

    .sec12 .red_sec {
        margin-top: -12.3%;
    }

    .sec12 .img_sla.let_see {
        transform: rotate(2deg);
        top: 15px;
        width: 101%;
        padding-left: 0px;
    }

    .sec12 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 85%;
        padding-top: 4.5%;
        padding-left: 11%;
        line-height: 82px;
    }

    .sec12 .main_secwhon .red_sec {
        padding-bottom: 0%;
    }

    .sec13 .cloud_sec {
        padding-top: 30px;
    }

    .sec13 .red_sec img {
        width: 100%;
        padding: 0px 0px 30px 0px;
        box-sizing: border-box;
    }

    p.tra_wrap span.span1,
    p.tra_wrap span.span2,
    p.tra_wrap span.span3 {
        letter-spacing: -8px !important;
    }

    .sec13 .tra_wrap {
        font-size: 2.4rem;
        line-height: 47px;
        letter-spacing: 1px;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 6%;
        padding-left: 28%;
    }

    .sec13 .ma_usd .textwhite {
        font-size: 11px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 12.5%;
        padding-left: 4%;
        font-size: 2.4rem;
        line-height: 45px;
    }

    section#sec07 .img_sla.let_see {
        transform: rotate(-1deg);
        top: -70px;
        width: 101%;
        padding-left: 0px;
    }

    section#sec07 .tex_area {
        text-align: center;
        position: absolute;
        top: 48%;
        width: 100%;
    }

    section#sec07 .subtext {
        font-size: 1.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: -1.5%;
    }

    .btn_inner {
        background: #d41f20;
        border-radius: 50px;
        font-size: 24px;
        border: 2px solid #b00e0f;
        font-family: "Lato-Regular";
        display: inline-block;
        width: 70%;
        line-height: 49px;
    }

    section#sec01:before {
        height: 400%;
    }

    .sec_m3 .sec_texter {
        padding-left: 2%;
        box-sizing: border-box;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -40px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 13px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 12px;
    }

    .sec_texter {
        font-size: 12.5px;
    }

    .seo8 .sec_m1 .sec_texter,
    .seo8 .sec_m3 .sec_texter {
        padding-top: 30px;
        box-sizing: border-box;
    }

    .sec_m1 .sec_texter {
        padding-top: 40px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 30px;
        box-sizing: border-box;
    }

    .seo2 .sec_m1 .sec_texter {
        padding-top: 30px;
        box-sizing: border-box;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 33px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 15px;
    }
}

@media(min-width: 300px) and (max-width: 767px) {
    .tex_man {
        right: 6%;
        margin: 0px;
        bottom: -47px;
        font-size: 10px;
    }

    .sem_cs.img_02 {
        top: 10px;
    }

    .sec01 {
        background-position: 0px 125% !important;

    }

    #sec02 .img_sla {
        position: relative;
        transform: rotate(-1deg);
        top: 80px;
    }

    .row {
        width: 100%;
        max-width: 1250px;
        margin: auto;
    }

    .txt_inner1 {
        font-size: 1.4rem;
        top: 7px;
    }

    .mon_pera {
        font-size: 2.6rem;
        left: 2%;
        top: -9px;
    }

    .last_in01 {
        font-family: Futura-ExtraBold;
        color: #b30606;
        font-size: 0.8rem;
        font-weight: bold;
        margin-top: -1%;
        margin-left: 17px;

    }

    .sec01 {
        padding-bottom: 78px;
    }

    section#sec01:before {
        content: '';
        background: #000;
        position: absolute;
        width: 100%;
        height: 400%;
        top: 0px;
        opacity: 0.75;
    }

    section#sec02 .list_trans {
        padding-top: 17.5%;
        padding-left: 11%;
        line-height: 20px;
        font-size: 1rem;
    }

    .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 4.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 9.5%;
        padding-left: 11%;
        line-height: 75px;
    }

    .main_map {
        padding-top: 50px;
        height: 53vh;
        background-position: 0px 84px !important;
    }

    .sec06 .img_sla.let_see {
        transform: rotate(1deg);
        top: 0px;
        width: 101.1%;
        padding-left: 0px;
    }

    section#sec03 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 101.1%;
        padding-left: 8px;
    }

    section#sec02 .red_sec img {
        width: 100%;
        padding: 40px 0px 30px 0px;
        box-sizing: border-box;
    }

    section#sec02 .blak_map .row {
        max-width: 1400px;
    }

    section#sec02 .sec_lis .row {
        max-width: 1530px;
    }

    .bd_imagesyello .row {
        max-width: 1530px;
    }

    .bd_imagesyello .listn1 img {
        width: 85%;
        padding: 15px 0px 0px 0px;
    }

    .bd_imagesyello {
        background-image: url(../images/banner011.png);
        background-position: 0px 53px;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 22px;
        box-sizing: border-box;
        padding-top: 0px;
        background-color: #fac533;
    }

    .second_li.sem_li {
        top: -5px;
        position: relative;
    }

    .fist_li.sem_li {

        position: relative;
        top: -15px;
    }

    section#sec02 .robb_wrap {
        padding: 0 0 120px 0px;
    }

    section#sec03 {
        margin-top: -80px;
    }

    section#sec04 .row {
        max-width: 1530px;
    }

    .tex_des::after {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/rightw.png);
        position: absolute;
        height: 48px;
        width: 17.1%;
        background-position: left 0;
        right: 4%;
        bottom: -24px;
        z-index: 1;
        background-size: 100%;
    }

    .tex_des::before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(../images/leftw.png);
        position: absolute;
        height: 48px;
        width: 18.1%;
        background-position: left 0;
        left: 2.9%;
        bottom: -25px;
        z-index: 1;
        background-size: 100%;
    }

    section#sec04 .tex_wper {
        margin-bottom: 0px;
        font-size: 16px;
    }

    section#sec05 .row {
        max-width: 1530px;
    }

    section#sec05 .top_prosess img {
        width: 80%;
    }

    .tile_proses {
        top: -13px;
        width: 100%;
        position: absolute;
        color: #ffd000;
        text-transform: uppercase;
        font-family: Futura-ExtraBold;
        font-size: 1.4rem;
        line-height: 4rem;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #a10809;
        text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.42);
    }

    .procces_main {
        padding-bottom: 50px;
        box-sizing: border-box;
        padding-top: 40px;
    }

    .profit_images img {
        width: 85%;
    }

    .profit_images {
        text-align: center;
        padding-bottom: 30px;
    }

    section#sec07 .robb_wrap {
        padding-bottom: 0px;
    }

    section#sec06 .row {
        max-width: 1530px;
    }

    .war {
        color: #ffd108;
        text-transform: uppercase;
        font-size: 10px;
        margin-top: 28px;
        font-family: "Montserrat-ExtraBold";
    }

    section#sec07 .row {
        max-width: 1530px;
    }

    .sec07 .cloud_sec .list_trans {
        top: 16%;
    }

    section#sec07 .row.ro_wrap {
        max-width: 1200px;
    }

    p.war span {
        background: #191919;
        padding: 10px;
        font-size: 20px;
    }

    section#sec07 .subtext {
        font-size: 2.2rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 4%;
    }

    section#sec09 .img_sla.let_see {
        transform: rotate(0deg);
        top: -58px;
        width: 99%;
        padding-left: 10px;
    }

    section#sec13 .img_sla.let_see {
        transform: rotate(-2deg);
        top: 0px;
        width: 99%;
        padding-left: 8px;
    }

    .sec09 .list_trans {
        padding-top: 8%;
        padding-left: 4%;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(0deg);
        font-size: 6rem;
    }

    .sec09 .textwhite {
        font-size: 15px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-Regular";
        color: #fff;
    }

    .sec09 .subtextgreen {
        font-size: 20px;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #0aae55;
        font-family: "Montserrat-ExtraBold";
    }

    .ame_lang .txt {
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.5rem;
        text-transform: uppercase;
        line-height: 1em;
        text-align: center;
        margin-bottom: 0px;
    }

    .sec12 .red_sec {
        margin-top: -16%;
    }

    .sec11 {
        padding-bottom: 200px;
    }

    .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 4%;
        width: auto;
        padding-top: 9%;
        padding-left: 30%;
    }

    .sec12 .red_sec .list_trans {
        top: 1px;
        font-size: 2rem;
        line-height: 36px;
    }

    section#sec03 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 1.5rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 20.5%;
        padding-left: 3%;
        line-height: 26px;
    }

    .sem_li {
        display: inline-block;
        width: 32%;
    }

    .second_li .mai_rate {
        position: relative;
        top: 5px;
    }

    .textred {
        font-size: 1rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #d41f20;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 0px;
    }

    .subtextred {
        font-size: 10px;
        line-height: 1.2em;
        text-transform: uppercase;
        font-family: "Futura-ExtraBold";
        color: #262525;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: #fff;
        margin-bottom: 1rem;
        margin-top: 10px
    }

    section#sec06 .list_trans {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 9%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 95%;
        padding-top: 28.5%;
        padding-left: 4%;
        line-height: 24px;
    }

    .sec06 .red_sec .image_wrap1 img {
        width: 100%;
        padding-top: 0px;
    }

    .sec6 .cloud_sec {
        padding-top: 62px;
    }

    .sec6 .list_trans {
        padding-top: 10.5%;
        padding-left: 4%;
    }

    .sec06 .red_sec .image_wrap1 {
        display: inline-block;
        width: 46%;
    }

    .sec06 .red_sec .image_wrap1.image_wrapnext {
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    .jail2 img,
    .jail1 img {
        width: 50px !important;

    }

    .sec06 .red_sec {
        background-position: 100%;
    }

    .sec07 .cloud_sec {
        padding-top: 6%;
    }

    .sec07 .red_sec img {
        width: 100%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    .sec07 .red_sec .sec_name .sem_cs img {
        padding-top: 0;
    }

    .sec07 .sec_name {
        background-position: center center;
    }

    .sec07 .red_sec .img_jail img {
        width: 62%;
        padding: 60px 0px 0px 0px;
        box-sizing: border-box;
    }

    section#sec07 .num_text {
        font-size: 1.8rem;
        padding-top: 0;
        font-family: "Montserrat-ExtraBold";
        margin-bottom: 34px;
    }

    section#sec07 .subtext {
        font-size: 1.8rem;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        margin-top: 0.5%;
    }

    section#sec07 .jail1 {
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 0%;
        top: 10%;
    }

    section#sec07 .jail2 {
        text-align: center;
        display: inline-block;
        position: absolute;
        right: 0%;
        top: 10%;
    }

    section#sec07 .bolduse {
        font-size: 12px;
        top: 0px;
        margin-top: 0px;
    }

    section#sec07 .time {
        font-size: 14px;
        line-height: 20px;
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .sec09 .doller_img img {
        width: 68%;
    }

    .use {
        color: #fff;
        font-size: 10px;
        line-height: 1em;
        padding-top: 5px;
        font-family: "Lato-Regular";
    }

    .sec09 .red_sec img {
        width: 100%;
        padding: 30px 0px 30px 0px;
        box-sizing: border-box;
    }

    .sec09 .list_trans {
        padding-top: 20%;
        transform: rotate(2deg);
        font-size: 1rem;
        line-height: 22px;
    }

    .sec09 .sec_no1 {
        display: inline-block;
        float: left;
        text-align: center;
        position: relative;
        left: 15%;
    }

    .sec09 .sec_no2 {
        display: inline-block;
        float: right;
        text-align: center;
        position: relative;
        right: 16%;
    }

    .sec09 .whitetext {
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 1.1em;
        margin-bottom: 10px;
        font-family: "Montserrat-Regular";
        margin-bottom: 10px;
    }

    .sec09 .redtext {
        font-size: 16px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        color: #d41f20;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .sec09 .list_acon {
        padding-bottom: 3%;
        box-sizing: border-box;
        padding-top: 1%;
    }

    .sec_mo1 {
        padding: 35px 0;
    }

    .sec10 .inner_round {
        width: 100px;
        height: 100px;
        margin: auto;
        background: #04803d;
        line-height: 100px;
        border-radius: 100%;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #fff;
        color: #d41f20;
        font-size: 54px;
        font-family: "Montserrat-ExtraBold";
        border: 2px solid white;
        position: absolute;
        left: 25%;
        transform: scale(1);
        z-index: 999;
        top: -28px;
    }

    .sec_texter {
        margin-bottom: 0;
        font-family: "Lato-Regular";
        font-size: 0.5rem;
        line-height: 1em;
        font-weight: 700;
    }

    .sec_m1 .sec_texter {
        padding-top: 48px;
    }

    .seo4 .sec_m1 .sec_texter,
    .seo6 .sec_m1 .sec_texter,
    .seo6 .sec_m3 .sec_texter {
        padding-top: 27px;
    }

    .seo10 .sec_m1 .sec_texter,
    .seo10 .sec_m3 .sec_texter,
    .seo11 .sec_m1 .sec_texter,
    .seo11 .sec_m3 .sec_texter,
    .seo12 .sec_m1 .sec_texter,
    .seo12 .sec_m3 .sec_texter,
    .seo13 .sec_m1 .sec_texter,
    .seo13 .sec_m3 .sec_texter {
        padding-top: 4px;
    }

    .sec_m3 .sec_texter {
        padding-top: 42px;
    }

    .list_n1 {
        width: 33.33%;
        float: left;
        text-align: center;
        position: relative;
        min-height: 25px;
    }

    .sec10 .sec_mo1 {
        padding: 20px 0;
    }

    .sec10 .ame_lang .txt {
        font-size: 1rem;
    }

    .sec10 .list_n1.ni_wrap1 .txt {
        padding-left: 10%;
    }

    .sec10 .list_n1.ni_wrap2 .txt {
        padding-right: 10%;
    }

    .sec11 .lis_numbreng.seo1 {
        padding-top: 50px;
        box-sizing: border-box;
    }

    .sec11 .lis_numbreng.seo1 {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);

    }

    .sec_texter {
        margin-bottom: 0;
        font-family: "Lato-Regular";
        font-size: 10px;
        line-height: 1.4em;
        font-weight: 700;
    }

    .sec12 .red_sec {
        margin-top: -18.3%;
    }

    .sec12 .img_sla.let_see {
        transform: rotate(2deg);
        top: 15px;
        width: 101%;
        padding-left: 0px;
    }

    .sec12 .list_trans {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        top: -1%;
        text-align: center;
        font-family: ARDARLING;
        color: #fff;
        font-size: 5.2rem;
        text-transform: uppercase;
        line-height: 1em;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6.5deg);
        width: 85%;
        padding-top: 4.5%;
        padding-left: 11%;
        line-height: 82px;
    }

    .sec12 .main_secwhon .red_sec {
        padding-bottom: 0%;
    }

    .sec13 .cloud_sec {
        padding-top: 30px;
    }

    .sec13 .red_sec img {
        width: 100%;
        padding: 0px 0px 30px 0px;
        box-sizing: border-box;
    }

    p.tra_wrap span.span1,
    p.tra_wrap span.span2,
    p.tra_wrap span.span3 {
        letter-spacing: -8px !important;
    }

    .sec13 .tra_wrap {
        font-size: 1.5rem;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 10%;
        padding-left: 31%;
    }

    .sec13 .ma_usd .textwhite {
        font-size: 11px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 19.5%;
        padding-left: 4%;
        font-size: 1rem;
        line-height: 22px;
    }

    section#sec07 .img_sla.let_see {
        transform: rotate(-1deg);
        top: -50px;
        width: 101%;
        padding-left: 0px;
    }

    section#sec07 .tex_area {
        text-align: center;
        position: absolute;
        top: 48%;
        width: 100%;
    }

    section#sec07 .subtext {
        font-size: 10px;
        line-height: 1.2em;
        color: #ffd108;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        bottom: -19px;
        position: relative;
    }

    .btn_inner {
        background: #d41f20;
        border-radius: 50px;
        font-size: 11px;
        border: 2px solid #b00e0f;
        font-family: "Lato-Regular";
        display: inline-block;
        width: 70%;
        line-height: 30px;
    }

    footer.main-footer p {
        color: #ffffff;
        padding: 15px;
        /*font-family: Montserrat-Regular;*/
        font-family: "Lato-Regular";
        font-weight: 300;
        font-size: 10px;
        float: left;
    }
}

@media (max-width: 800px) and (min-width: 768px) {


    .txt_inner1 {
        font-size: 3rem;
        top: 7px;
    }
}

footer.main-footer {
    display: block;
    width: 100%;
    background-color: #262525;
    text-align: center;
}

footer.main-footer p {
    color: #ffffff;
    padding: 15px;
    /*font-family: Montserrat-Regular;*/
    font-family: "Lato-Regular";
    font-weight: 300;
    float: left !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #d41f20;
    color: #fff;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

/* section11 Redesign*/
.for_mobile {
    display: none;
}

.for_desktop {
    display: block;
}

@media (max-width: 767px) {
    .for_mobile {
        display: block;
    }

    .for_desktop {
        display: none;
    }

    /*.seo1 .sec_m3 .sec_texter {
      padding-top: 0;
  }
  .seo1 .sec_m1 .sec_texter {
      padding-top: 10px;
  }
  .sec_texter{
      font-size: 9px;
  }
  .seo2 .sec_m1 .sec_texter {
      padding-top: 4px;
  }
  .seo2 .sec_m3 .sec_texter {
      padding-top: 4px;
  }
  .seo3 .sec_m1 .sec_texter {
      padding-top: 0px;
  }
  .seo3 .sec_m3 .sec_texter {
      padding-top: 0px;
  }
  .seo4 .sec_m1 .sec_texter{
    padding-top: 4px;
  }
  .seo4 .sec_m3 .sec_texter{
    padding-top: 4px;
  }
  .seo5 .sec_m1 .sec_texter {
      padding-top: 0px;
  }
  .secimg5 .img_sed {
      margin-top: -20px;
  }
  .seo5 .sec_m3 .sec_texter {
      padding-top: 0px;
  }
  .seo6 .sec_m1 .sec_texter{
      padding-top: 0px;
      }
  .seo6 .sec_m3 .sec_texter{
      padding-top: 0px;
  }
  .seo7 .sec_m1 .sec_texter {
      padding-top: 8px;
  }
  .seo7 .sec_m3 .sec_texter {
      padding-top: 8px;
  }
  .seo8 .sec_m1 .sec_texter {
      padding-top: 0px;
  }
  .seo8 .sec_m3 .sec_texter {
      padding-top: 0px;
  }
  .seo9 .sec_m1 .sec_texter {
      padding-top: 10px;
  }
  .seo9 .sec_m3 .sec_texter {
      padding-top: 10px;
  }
  .seo13 .sec_m2 .img_sed {
      margin-top: -10px;
  }
  .seo12 .sec_m2 .img_sed {
      margin-top: -10px;
  }
  .seo13 .sec_m1 .sec_texter {
      padding-top: 15px;
  }
  .seo13 .sec_m3 .sec_texter {
      padding-top: 15px;
  }
  .seo11 .sec_m1 .sec_texter {
      padding-top: 30px;
  }*/

}

@media (min-width:701px) and (max-width:767px) {
    .sec_texter {
        font-size: 10px;
    }

    .seo1 .sec_m3 .sec_texter {
        padding-top: 35px;
    }

    .seo1 .sec_m1 .sec_texter {
        padding-top: 38px;
    }

    .seo2 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo3 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo3 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo4 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 35px;
    }

    .secimg5 .img_sed {
        margin-top: -20px;
    }

    .seo5 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo5 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo6 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo6 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo7 .sec_m1 .sec_texter {
        padding-top: 40px;
    }

    .seo7 .sec_m3 .sec_texter {
        padding-top: 40px;
    }

    .seo8 .sec_m1 .sec_texter {
        padding-top: 28px;
    }

    .seo8 .sec_m3 .sec_texter {
        padding-top: 28px;
    }

    .seo9 .sec_m1 .sec_texter {
        padding-top: 42px;
    }

    .seo9 .sec_m3 .sec_texter {
        padding-top: 42px;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 35px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -38px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 50px;
    }

    .seo10 .sec_m3 .sec_texter {
        padding-top: 50px;
    }

    .seo12 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 20%;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 22%;
    }

    .seo11 .sec_m3 .sec_texter {
        padding-top: 50px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 50px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -51px;
    }

    .secimg10 .img_sed {
        margin-top: -27px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -68px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -67px;
    }

    .seo12 .sec_m3 .sec_texter {
        padding-top: 0;
    }

    .seo12 .sec_m1 .sec_texter {
        padding-top: 0;
    }

}

@media (min-width:651px) and (max-width:700px) {
    .sec_texter {
        font-size: 10px;
    }

    .seo1 .sec_m3 .sec_texter {
        padding-top: 35px;
    }

    .seo1 .sec_m1 .sec_texter {
        padding-top: 38px;
    }

    .seo2 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo3 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo3 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo4 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 35px;
    }

    .secimg5 .img_sed {
        margin-top: -20px;
    }

    .seo5 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo5 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo6 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo6 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo7 .sec_m1 .sec_texter {
        padding-top: 40px;
    }

    .seo7 .sec_m3 .sec_texter {
        padding-top: 40px;
    }

    .seo8 .sec_m1 .sec_texter {
        padding-top: 28px;
    }

    .seo8 .sec_m3 .sec_texter {
        padding-top: 28px;
    }

    .seo9 .sec_m1 .sec_texter {
        padding-top: 42px;
    }

    .seo9 .sec_m3 .sec_texter {
        padding-top: 42px;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 35px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -38px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .seo10 .sec_m3 .sec_texter {
        padding-top: 35px;
    }

    .seo12 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 35px;
    }

    .seo11 .sec_m3 .sec_texter {
        padding-top: 35px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 40px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -51px;
    }

    .secimg10 .img_sed {
        margin-top: -27px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -63px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -32px;
    }
}

@media (min-width:601px) and (max-width:650px) {
    .sec_texter {
        font-size: 10px;
    }

    .seo1 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo1 .sec_m1 .sec_texter {
        padding-top: 35px;
    }

    /*.sec_texter{
      font-size: 9px;
  }*/
    .seo2 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo3 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo3 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo4 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .secimg5 .img_sed {
        margin-top: -20px;
    }

    .seo5 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo5 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo6 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo6 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo7 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo7 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo8 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo8 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo9 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo9 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -38px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo10 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo12 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo11 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 40px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -51px;
    }

    .secimg10 .img_sed {
        margin-top: -27px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -40px;
    }
}

@media (min-width:551px) and (max-width:600px) {
    .sec_texter {
        font-size: 10px;
    }

    .seo1 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo1 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    /*.sec_texter{
      font-size: 9px;
  }*/
    .seo2 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo3 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo3 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo4 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .secimg5 .img_sed {
        margin-top: -20px;
    }

    .seo5 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo5 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo6 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo6 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo7 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo7 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo8 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo8 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo9 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo9 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -38px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo10 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo12 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo11 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 40px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -51px;
    }

    .secimg10 .img_sed {
        margin-top: -27px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -40px;
    }
}

@media (min-width:521px) and (max-width:550px) {
    .sec_texter {
        font-size: 10px;
    }

    .seo1 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo1 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    /*.sec_texter{
      font-size: 9px;
  }*/
    .seo2 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo3 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo3 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo4 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .secimg5 .img_sed {
        margin-top: -20px;
    }

    .seo5 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo5 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo6 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo6 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo7 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo7 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo8 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo8 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo9 .sec_m1 .sec_texter {
        padding-top: 25px;
    }

    .seo9 .sec_m3 .sec_texter {
        padding-top: 25px;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -38px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo10 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo12 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo11 .sec_m3 .sec_texter {
        padding-top: 30px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 40px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -51px;
    }

    .secimg10 .img_sed {
        margin-top: -27px;
    }
}

@media (min-width:421px) and (max-width:520px) {
    .sec_texter {
        font-size: 10px;
    }

    .seo1 .sec_m3 .sec_texter {
        padding-top: 18px;
    }

    .seo1 .sec_m1 .sec_texter {
        padding-top: 18px;
    }

    /*.sec_texter{
      font-size: 9px;
  }*/
    .seo2 .sec_m1 .sec_texter {
        padding-top: 15px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .seo3 .sec_m1 .sec_texter {
        padding-top: 15px;
    }

    .seo3 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .seo4 .sec_m1 .sec_texter {
        padding-top: 15px;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .secimg5 .img_sed {
        margin-top: -20px;
    }

    .seo5 .sec_m1 .sec_texter {
        padding-top: 7px;
    }

    .seo5 .sec_m3 .sec_texter {
        padding-top: 7px;
    }

    .seo6 .sec_m1 .sec_texter {
        padding-top: 15px;
    }

    .seo6 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .seo7 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo7 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo8 .sec_m1 .sec_texter {
        padding-top: 12px;
    }

    .seo8 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .seo9 .sec_m1 .sec_texter {
        padding-top: 17px;
    }

    .seo9 .sec_m3 .sec_texter {
        padding-top: 17px;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 15px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -38px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo10 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .seo12 .sec_m1 .sec_texter {
        padding-top: 20px;
    }
}

@media (min-width:393px) and (max-width:420px) {
    .sec_texter {
        font-size: 9px;
    }

    .seo1 .sec_m3 .sec_texter {
        padding-top: 10px;
    }

    .seo1 .sec_m1 .sec_texter {
        padding-top: 15px;
    }

    .sec_texter {
        font-size: 9px;
        line-height: 12px;
    }

    .sec12 .red_sec .list_trans {
        top: -3px;
        font-size: 2rem;
        line-height: 30px;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 10%;
        padding-left: 27%;
    }

    .sec13 .tra_wrap {
        font-size: 1.2rem;
        line-height: 23px;
        letter-spacing: 1px;
    }

    .seo2 .sec_m1 .sec_texter {
        padding-top: 10px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 10px;
    }

    .seo3 .sec_m1 .sec_texter {
        padding-top: 10px;
    }

    .seo3 .sec_m3 .sec_texter {
        padding-top: 10px;
    }

    .seo4 .sec_m1 .sec_texter {
        padding-top: 10px;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 10px;
    }

    .secimg5 .img_sed {
        margin-top: -20px;
    }

    .seo5 .sec_m1 .sec_texter {
        padding-top: 7px;
    }

    .seo5 .sec_m3 .sec_texter {
        padding-top: 7px;
    }

    .seo6 .sec_m1 .sec_texter {
        padding-top: 10px;
    }

    .seo6 .sec_m3 .sec_texter {
        padding-top: 10px;
    }

    .seo7 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo7 .sec_m3 .sec_texter {
        padding-top: 20px;
    }

    .seo8 .sec_m1 .sec_texter {
        padding-top: 12px;
    }

    .seo8 .sec_m3 .sec_texter {
        padding-top: 10px;
    }

    .seo9 .sec_m1 .sec_texter {
        padding-top: 17px;
    }

    .seo9 .sec_m3 .sec_texter {
        padding-top: 17px;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 15px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 30px;
    }

    .sec_texter.secimg11 .img_sed {
        margin-top: -38px;
    }

    .seo10 .sec_m1 .sec_texter {
        padding-top: 20px;
    }

    .seo10 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .seo12 .sec_m1 .sec_texter {
        padding-top: 20px;
    }
}

@media (max-width:392px) {
    .for_mobile {
        display: block;
    }

    .for_desktop {
        display: none;
    }

    .seo1 .sec_m3 .sec_texter {
        padding-top: 0;
    }

    .seo1 .sec_m1 .sec_texter {
        padding-top: 10px;
    }

    .sec_texter {
        font-size: 9px;
    }

    .seo2 .sec_m1 .sec_texter {
        padding-top: 4px;
    }

    .seo2 .sec_m3 .sec_texter {
        padding-top: 4px;
    }

    .seo3 .sec_m1 .sec_texter {
        padding-top: 0px;
    }

    .seo3 .sec_m3 .sec_texter {
        padding-top: 0px;
    }

    .seo4 .sec_m1 .sec_texter {
        padding-top: 4px;
    }

    .seo4 .sec_m3 .sec_texter {
        padding-top: 4px;
    }

    .seo5 .sec_m1 .sec_texter {
        padding-top: 0px;
    }

    .secimg5 .img_sed {
        margin-top: -20px;
    }

    .seo5 .sec_m3 .sec_texter {
        padding-top: 0px;
    }

    .seo6 .sec_m1 .sec_texter {
        padding-top: 0px;
    }

    .seo6 .sec_m3 .sec_texter {
        padding-top: 0px;
    }

    .seo7 .sec_m1 .sec_texter {
        padding-top: 8px;
    }

    .seo7 .sec_m3 .sec_texter {
        padding-top: 8px;
    }

    .seo8 .sec_m1 .sec_texter {
        padding-top: 0px;
    }

    .seo8 .sec_m3 .sec_texter {
        padding-top: 0px;
    }

    .seo9 .sec_m1 .sec_texter {
        padding-top: 10px;
    }

    .seo9 .sec_m3 .sec_texter {
        padding-top: 10px;
    }

    .seo13 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo12 .sec_m2 .img_sed {
        margin-top: -10px;
    }

    .seo13 .sec_m1 .sec_texter {
        padding-top: 15px;
    }

    .seo13 .sec_m3 .sec_texter {
        padding-top: 15px;
    }

    .seo11 .sec_m1 .sec_texter {
        padding-top: 30px;
    }
}

@media (min-width: 421px) and (max-width:767px) {
    .ma_usd .textwhite {
        color: #000;
        line-height: 15px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
        box-sizing: border-box;
        font-weight: 600;
        font-family: 'Montserrat-Regular';
    }
}

@media (max-width: 420px) {
    .ma_usd .textwhite {
        color: #000;
        line-height: 15px;
        padding-left: 5px;
        padding-right: 5px;
        text-transform: uppercase;
        box-sizing: border-box;
        font-weight: 600;
        font-family: 'Montserrat-Regular';
    }
}

/* secn Agenda Page Design */
.main_agenda {
    background-color: #046938;
    color: #fff;
    font-family: "Lato-Regular";
}

.lisr_w {
    font-size: 30px;
    text-transform: capitalize;
    font-family: Futura-ExtraBold;
}

.sec_ag1 .red_sec {
    background: #046938;
    margin-top: 0px;
}

.list_raopei ol {
    font-size: 22px;
    padding-left: 80px;
    margin-top: 0;
    padding-bottom: 20px;
}

.secagenda2 .repation1 {
    color: #ffd108;
    font-size: 1.4rem;
    font-family: inherit;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
}

.list_raopei ol li {
    list-style: decimal;
    line-height: 35px;
    font-size: 22px;
}

.repation1 h2 {
    font-size: 2rem;
    font-weight: 400;
    font-family: inherit;
}

.secagenda2 .row {
    width: 1140px;
}

.main_agenda .list_trans .tra_wrap {
    padding-right: 9%;
}

.main_agenda .img_sla.let_see {
    transform: rotate(1deg);
    top: 0px;
}

@media (max-width: 1280px) and (min-width: 1150px) {
    .main_agenda .list_trans .tra_wrap {
        padding-right: 9%;
    }

    .main_agenda .list_trans {
        font-size: 3.5rem;
    }
}

@media (max-width: 1149px) and (min-width: 900px) {
    .main_agenda .list_trans .tra_wrap {
        padding-right: 9%;
    }

    .main_agenda .list_trans {
        font-size: 2.8rem;
        padding-top: 11.5%;
    }

}

/* Who We Are*/
.list_forapm {
    font-size: 50px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    box-sizing: border-box;
}

.pre_des {
    font-size: 22px;
    padding-bottom: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

.buttonWho {
    margin: 20px;
    text-align: center;
    padding-top: 7px;
}

span.butt {
    background: #d41f20;
    padding: 10px 20px;
    border-radius: 20px;
    border: 4px solid #8e0f0f;
}

span.butt a {
    font-family: "Lato-Regular";
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.list_first {
    width: 33.33%;
    float: left;
}

section.btn_grpope {
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.list_first {
    width: 33.33%;
    float: left;
    text-align: center;
}

.flaglink {
    width: 100px;
    display: block;
    margin: auto;
}

.flaglink a {
    display: block;
}

.buttonWho {
    margin: 0 20px;
    text-align: center;
    padding-top: 0;
    display: block;
}

.flaglink {
    margin-top: -10px;
}

/* eDIT dATE 14/10/2019*/
@media (max-width: 359px) {
    .txt_inner1 {
        font-size: 1.1rem;
        top: 7px;
    }

    .mon_pera {
        font-size: 2.2rem;
        left: 2%;
        top: -9px;
    }

    section#sec02 .list_trans {
        padding-top: 18.5%;
        padding-left: 12%;
        line-height: 19px;
        font-size: 1.1rem;
    }

    .main_map {
        height: 350px;
    }

    section#sec03 .list_trans {
        padding-top: 23%;
    }

    section#sec04 .tex_wper {
        font-size: 14px;
    }

    .tile_proses {
        font-size: 1.2rem;
        line-height: 3.8rem;
    }

    section#sec06 .list_trans {
        font-size: 1.9rem;
        padding-top: 29%;
        line-height: 29px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 22.5%;
        font-size: 1rem;
        line-height: 16px;
    }

    section#sec07 .subtext {
        bottom: 7px;
        font-size: 9px;
        line-height: 10px;
    }

    section#sec07 .num_text {
        font-size: 19px;
        margin-bottom: 0px;
        line-height: 41px;
    }

    .sec09 .list_trans {
        padding-top: 23%;
        font-size: 1.3rem;
        line-height: 21px;
    }

    section#sec07 .time {
        font-size: 12px;
        line-height: 15px
    }
}

@media (min-width:360px) and (max-width: 400px) {
    .txt_inner1 {
        font-size: 1.31rem;
        top: 7px;
    }

    .mon_pera {
        font-size: 2.5rem;
        left: 1.5%;
        top: -9px;
    }

    section#sec02 .list_trans {
        padding-top: 17%;
        padding-left: 11%;
        line-height: 20px;
        font-size: 1.2rem;
    }

    .main_map {
        height: 380px;
    }

    section#sec06 .list_trans {
        padding-top: 27.5%;
        line-height: 31px;
        font-size: 1.5rem;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 21%;
        font-size: 1.2rem;
        line-height: 20px;
    }

    section#sec07 .subtext {
        font-size: 10px;
        line-height: 1em;
        bottom: -64px;
    }

    section#sec07 .num_text {
        font-size: 1.2rem;
        margin-bottom: 0;
        position: relative;
        top: 11px;
    }

    .sec_texter {
        font-size: 9px;
        line-height: 11px;
    }

    .sec10 .inner_round {
        width: 100px;
        height: 100px;
        margin: auto;
        background: #04803d;
        line-height: 100px;
        border-radius: 100%;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #fff;
        color: #d41f20;
        font-size: 54px;
        font-family: "Montserrat-ExtraBold";
        border: 2px solid white;
        position: absolute;
        left: 9%;
        transform: scale(1);
        z-index: 999;
        top: -28px;
    }

    .sec09 .whitetext {
        text-align: center;
        color: #fff;
        font-size: 11px;
        line-height: 1.1em;
        margin-bottom: 10px;
        font-family: "Montserrat-Regular";
        margin-bottom: 10px;
    }

    .sec09 .redtext {
        font-size: 13px;
        line-height: 1em;
        text-transform: uppercase;
        font-family: "Montserrat-ExtraBold";
        color: #d41f20;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .sec13 .tra_wrap {
        font-size: 1.1rem;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 10%;
        padding-left: 27%;
    }

    .sec12 .red_sec .list_trans {
        top: -8px;
        font-size: 2rem;
        line-height: 33px;
    }

    .sec09 .list_trans {
        padding-top: 20%;
        font-size: 1.4rem;
        line-height: 22px;
    }

    section#sec07 .time {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (min-width: 401px) and (max-width: 450px) {
    .txt_inner1 {
        font-size: 1.5rem;
        top: 7px;
    }

    .mon_pera {
        font-size: 2.8rem;
        left: 1.5%;
        top: -9px;
    }

    section#sec02 .list_trans {
        padding-top: 16.5%;
        padding-left: 11%;
        line-height: 21px;
        font-size: 1.4rem;
    }

    .main_map {
        height: 420px;
    }

    section#sec03 .list_trans {
        font-size: 1.9rem;
    }

    .tile_proses {
        font-size: 1.5rem;
        line-height: 4.4rem;
    }

    section#sec06 .list_trans {
        padding-top: 24%;
        line-height: 34px;
        font-size: 2.2rem;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 19%;
        font-size: 1.3rem;
        line-height: 20px;
    }

    section#sec07 .subtext {
        font-size: 10px;
        line-height: 1.2em;
        bottom: -5px;
    }

    section#sec07 .num_text {
        font-size: 1.8rem;
        margin-bottom: 0px;
    }

    .sec09 .list_trans {
        padding-top: 19%;
        font-size: 1.6rem;
        line-height: 23px;
    }

    section#sec07 .time {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (min-width: 451px) and (max-width: 500px) {
    .txt_inner1 {
        font-size: 1.8rem;
        top: 6px;
    }

    .mon_pera {
        font-size: 3.1rem;
        left: 2%;
        top: -9px;
    }

    section#sec02 .list_trans {
        padding-top: 15%;
        padding-left: 11%;
        line-height: 23px;
        font-size: 1.6rem;
    }

    .main_map {
        height: 420px;
    }

    section#sec03 .list_trans {
        font-size: 2.2rem;
        padding-top: 19%;
    }

    .tile_proses {
        font-size: 1.7rem;
        line-height: 4.8rem;
    }

    section#sec06 .list_trans {
        font-size: 2.6rem;
        padding-top: 22%;
        line-height: 38px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 17%;
        font-size: 1.5rem;
        line-height: 25px;
    }

    section#sec07 .subtext {
        font-size: 12px;
        line-height: 1.2em;
        bottom: 0px;
    }

    section#sec07 .num_text {
        font-size: 1.8rem;
        margin-bottom: 0px;
    }

    .sec09 .list_trans {
        padding-top: 17%;
        font-size: 1.9rem;
        line-height: 28px;
    }

    section#sec07 .time {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (min-width: 501px) and (max-width: 550px) {
    .txt_inner1 {
        font-size: 1.8rem;
        top: 6px;
    }

    .mon_pera {
        font-size: 3.1rem;
        left: 2%;
        top: -9px;
    }

    .last_in01 {
        font-size: 1.1rem;
    }

    section#sec02 .list_trans {
        padding-top: 14.5%;
        padding-left: 11%;
        line-height: 25px;
        font-size: 1.7rem;
    }

    .main_map {
        height: 464px;
    }

    section#sec03 .list_trans {
        font-size: 2.5rem;
        padding-top: 16.5%;
        line-height: 35px;
    }

    .tile_proses {
        font-size: 1.9rem;
        line-height: 5rem;
    }

    section#sec06 .list_trans {
        font-size: 2.9rem;
        padding-top: 20%;
        line-height: 42px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 17%;
        font-size: 1.7rem;
        line-height: 27px;
    }

    section#sec07 .subtext {
        font-size: 14px;
        line-height: 1.2em;
        bottom: 0px;
    }

    section#sec07 .num_text {
        font-size: 2rem;
        margin-bottom: 0px;
    }

    .sec09 .list_trans {
        padding-top: 15%;
        font-size: 2.1rem;
        line-height: 31px;
    }
}

@media (max-width: 600px) and (min-width: 551px) {
    .txt_inner1 {
        font-size: 2rem;
        top: 10px;
    }

    .mon_pera {
        font-size: 3.8rem;
        left: 2%;
        top: -9px;
    }

    .last_in01 {
        font-size: 1.2rem;
    }

    section#sec02 .list_trans {
        padding-top: 13%;
        padding-left: 11%;
        line-height: 28px;
        font-size: 1.9rem;
    }

    .main_map {
        height: 420px;
    }

    .tex_man {
        bottom: 47px;
    }

    section#sec03 .list_trans {
        font-size: 2.8rem;
        padding-top: 16%;
        line-height: 38px;
    }

    .tile_proses {
        font-size: 2.1rem;
        line-height: 5.3rem;
    }

    section#sec06 .list_trans {
        font-size: 2.3rem;
        padding-top: 19%;
        line-height: 44px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 17%;
        font-size: 1.9rem;
        line-height: 28px;
    }

    section#sec07 .subtext {
        font-size: 12px;
        line-height: 1.2em;
        bottom: -18px;
    }

    section#sec07 .num_text {
        font-size: 2rem;
        margin-bottom: 0px;
    }

    .sec09 .list_trans {
        padding-top: 14%;
        font-size: 2.3rem;
        line-height: 33px;
    }
}

@media (max-width: 650px) and (min-width: 601px) {
    .txt_inner1 {
        font-size: 2.3rem;
        top: 10px;
    }

    .mon_pera {
        font-size: 4.1rem;
        left: 1.5%;
        top: -9px;
    }

    .last_in01 {
        font-size: 1.3rem;
    }

    section#sec02 .list_trans {
        padding-top: 12.5%;
        padding-left: 11%;
        line-height: 29px;
        font-size: 2.1rem;
    }

    .main_map {
        height: 450px;
    }

    .tex_man {
        bottom: 60px;
    }

    section#sec03 .list_trans {
        font-size: 3rem;
        padding-top: 15.5%;
        line-height: 44px;
    }

    .tile_proses {
        font-size: 2.3rem;
        line-height: 5.7rem;
    }

    section#sec06 .list_trans {
        font-size: 3.3rem;
        padding-top: 19%;
        line-height: 44px;
    }

    section#sec06 .list_trans {
        font-size: 3.6rem;
        padding-top: 17.5%;
        line-height: 49px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 15.5%;
        font-size: 2.1rem;
        line-height: 32px;
    }

    section#sec07 .subtext {
        font-size: 15px;
        line-height: 1.2em;
        bottom: 0px;
    }

    section#sec07 .num_text {
        font-size: 2.2rem;
        margin-bottom: 0px;
    }

    .sec09 .list_trans {
        padding-top: 13%;
        font-size: 2.5rem;
        line-height: 37px;
    }
}

@media (max-width: 700px) and (min-width: 651px) {
    .txt_inner1 {
        font-size: 2.6rem;
        top: 7px;
    }

    .mon_pera {
        font-size: 4.4rem;
        left: 1.8%;
        top: -9px;
    }

    .last_in01 {
        font-size: 1.4rem;
    }

    section#sec02 .list_trans {
        padding-top: 12.5%;
        padding-left: 11%;
        line-height: 31px;
        font-size: 2.2rem;
    }

    .main_map {
        height: 500px;
    }

    .tex_man {
        bottom: 60px;
    }

    section#sec03 .list_trans {
        font-size: 3.3rem;
        padding-top: 14%;
        line-height: 46px;
    }

    .tile_proses {
        font-size: 2.5rem;
        line-height: 6rem;
    }

    section#sec06 .list_trans {
        font-size: 3rem;
        padding-top: 16%;
        line-height: 53px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 15%;
        font-size: 2.2rem;
        line-height: 32px;
    }

    section#sec07 .subtext {
        font-size: 16px;
        line-height: 1em;
        bottom: -13px;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 9%;
        padding-left: 29%;
    }

    .sec13 .tra_wrap {
        font-size: 2rem;
        line-height: 32px;
        letter-spacing: 1px;
    }

    section#sec07 .num_text {
        font-size: 2.4rem;
        margin-bottom: 0px;
    }

    .sec09 .list_trans {
        padding-top: 12%;
        font-size: 2.8rem;
        line-height: 39px;
    }
}

@media (max-width: 767px) and (min-width: 701px) {
    .txt_inner1 {
        font-size: 2.8rem;
        top: 10px;
    }

    .mon_pera {
        font-size: 4.85rem;
        left: 1.5%;
        top: -11px;
    }

    .last_in01 {
        font-size: 1.5rem;
    }

    section#sec02 .list_trans {
        padding-top: 11.5%;
        padding-left: 11%;
        line-height: 35px;
        font-size: 2.4rem;
    }

    .red_sec .main_map {
        height: 539px;
    }

    .tex_man {
        right: 6%;
        margin: 0px;
        bottom: 60px;
        font-size: 10px;
    }

    section#sec03 .list_trans {
        font-size: 3.6rem;
        padding-top: 13%;
        line-height: 50px;
    }

    .tile_proses {
        font-size: 2.7rem;
        line-height: 6.3rem;
    }

    section#sec06 .list_trans {
        padding-top: 14.5%;
        font-size: 3.4rem;
        line-height: 57px;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 7%;
        padding-left: 30%;
    }

    .sec13 .tra_wrap {
        font-size: 2rem;
        line-height: 37px;
        letter-spacing: 1px;
    }

    .sec07 .cloud_sec .list_trans {
        padding-top: 15%;
        font-size: 2.5rem;
        line-height: 36px;
    }

    section#sec07 .subtext {
        font-size: 18px;
        line-height: 1.2em;
        bottom: 0px;
    }

    section#sec07 .num_text {
        font-size: 2.6rem;
        margin-bottom: 0px;
    }

    .sec09 .list_trans {
        padding-top: 11%;
        font-size: 3rem;
        line-height: 43px;
    }
}

@media (max-width: 350px) and (min-width: 320px) {
    .tex_man br {
        display: none;
    }

    .tex_man {
        right: 0%;
        margin: 0px;
        bottom: -47px;
        font-size: 10px;
        margin-left: 12px;
    }

    .sec_m3 {
        padding-left: 5px;
    }

    .sec_texter {
        font-size: 9px;
        line-height: 11px;
    }

    .sec12 .red_sec .list_trans {
        top: -4px;
        font-size: 1.5rem;
        line-height: 26px;
    }

    .sec13 .ma_usd .red_sec .list_trans {
        transform: rotate(0deg);
        top: 0%;
        width: auto;
        padding-top: 11%;
        padding-left: 27%;
    }

    .sec13 .tra_wrap {
        font-size: 1rem;
        line-height: 19px;
        letter-spacing: 1px;
    }

    .btn_inner {
        background: #d41f20;
        border-radius: 50px;
        font-size: 11px;
        border: 2px solid #b00e0f;
        font-family: "Lato-Regular";
        display: inline-block;
        width: 80%;
        line-height: 30px;
    }

    .sec10 .inner_round {
        width: 100px;
        height: 100px;
        margin: auto;
        background: #04803d;
        line-height: 100px;
        border-radius: 100%;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: #fff;
        color: #d41f20;
        font-size: 54px;
        font-family: "Montserrat-ExtraBold";
        border: 2px solid white;
        position: absolute;
        left: 4%;
        transform: scale(1);
        z-index: 999;
        top: -28px;
    }

    .sec09 .whitetext br {
        display: none;
    }

    section#sec07 .subtext {
        bottom: -38px;
        font-size: 9px;
        line-height: 12px;
    }

    section#sec06 .list_trans {
        font-size: 1.6rem;
        padding-top: 30%;
        line-height: 29px;
    }

    .sec06 .image_secti {
        text-align: center;
        display: block;
        box-sizing: border-box;
        margin-top: -40px;
    }

    .bd_imagesyello {
        padding-bottom: 5px;

    }

    section#sec07 .num_text {
        font-size: 19px;
        margin-bottom: 0px;
        line-height: 42px;
        position: relative;
        top: 8px;
    }

    .flag.rect {
        width: 279px;
        /* position: absolute; */
        margin: 0 auto;
        display: block;
        margin-top: calc(50vh - 75px);
        height: 150px;
        left: -18px;
    }
}

@media(min-width:1150px) and (max-width: 1280px) {
    .tex_des::before {
        height: 64px;
        width: 15.1%;
    }

    .tex_des::after {
        height: 70px;
        width: 14.1%;
    }
}

@media(min-width:1281px) and (max-width: 1366px) {
    .tex_des::before {
        height: 74px;
    }

}

@media(min-width:1367px) and (max-width: 1440px) {
    .tex_des::before {
        height: 74px;
    }

}

@media(min-width:1441px) and (max-width: 1594px) {
    .tex_des::before {
        height: 65px;
        left: 4%;
        width: 16.1%;
    }

    .tex_des::after {
        height: 68px;
        width: 16.1%;
        right: 3%;
    }

}

@media(min-width:1595px) and (max-width: 1680px) {

    .tex_des::before {
        height: 83px;
        width: 17.1%;
        left: 5%;
    }

    .tex_des::after {
        height: 83px;
        width: 17.1%;
        right: 5%;
    }
}

@media (max-width:780px) {
footer .footer-bttom {
      display: flex;
    flex-direction: column !important;
    }
footer .social {
    margin-right: 0 !important;
    margin-top: 20px;
}
}
