@font-face {
    font-family: raleway;
    src: url(../fonts/Raleway-Regular_0.ttf);
}

@font-face {
    font-family: raleway_semi;
    src: url(../fonts/Raleway-Medium_0.ttf);
}

@font-face {
    font-family: raleway_light;
    src: url(../fonts/Raleway-Light_0.ttf);
}

@font-face {
    font-family: raleway_bold;
    src: url(../fonts/Raleway-Bold_0.ttf);
}

@font-face {
    font-family: raleway_black;
    src: url(../fonts/Raleway-ExtraBold_0.ttf);
}

@font-face {
    font-family: lato_semi;
    src: url(../fonts/Lato-Semibold.ttf);
}

@font-face {
    font-family: lato_black;
    src: url(../fonts/Lato-Black.ttf);
}

@font-face {
    font-family: lato_medium;
    src: url(../fonts/Lato-Medium.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1;
    font-family: raleway;
    overflow-x: hidden;
}

em {
    font-style: normal;
}

button {
    border: 0;
    outline: inherit;
    cursor: pointer;
}

a,
img {
    border: 0;
    text-decoration: inherit !important;
    outline: none;
    display: inline-block;
    color: #ccc;
    text-transform: uppercase;
}

ul,
ol li,
li {
    list-style: none inside;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

p {
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}

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

textarea,
input,
select {
    font-family: raleway;
    font-size: 14px;
    outline: inherit;
}

button:focus {
    outline: inherit;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.flex_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}

.align_item_start {
    align-items: flex-start;
}

.align_item_end {
    align-items: flex-end;
}

.text_right {
    text-align: right;
}

.flex_row_align {
    align-items: center;
}


.tittle2 {
    font-family: raleway_black;
    font-size: 25px;
    margin: 20px 0;
    position: relative;
}



.web_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1e2248 url(../images/dots.png) left bottom;
    height: 100%;
    width: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: flex
}

.web_popup_inr {
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 10px;
    flex-basis: 60%;
    position: relative;
    z-index: 2
}

.pop_logo {
    width: 12%;
    margin: 0 auto;

}

.chs_btn {
    justify-content: center
}

.chs_btn a {
    font-family: raleway_semi;
    color: #000;
    padding: 10px;
   
}
.chs_btn img{
    display: block;
    margin:0 auto;
    width: 150px;
}
.chs_btn div {
    padding: 0 30px;
    border-top: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
}
.chs_btn div:last-child {
    border-right: 0;
}

.chs_btn a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}


.pop_logo img {
    width: 100%;
}

.hide {
    display: none
}

.cont_tab {
    padding: 30px 0
}

.min_tittle2 {
    font-size: 16px;
    font-family: raleway_bold;
    color: #333;
}

.tab_blg {}

.tab_blg li a {
    padding: 15px 30px;
    border: 1px solid #eee;
    margin: 15px 0
}

.tab_blg li a:hover,
.tab_blg li a.active {
    background: #1e2248;
    color: #fff;
}

.tab_ctn {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: -16px
}

.tab_ctn h4 {
    margin-bottom: 15px
}

.sta_con {
    padding: 15px 0
}

.sta_con img {
    width: 100%;
}

.sta_con h4 {
    font-size: 13px;
    text-align: center
}

.border_to {
    border-top: 1px dashed #eee;
}

.border_bo {
    border-bottom: 1px dashed #ccc;
}

.border_le {
    border-left: 1px dashed #ccc;
}

.border_ri {
    border-right: 1px dashed #ccc;
}


.field_sta_img {
    margin-left: 10px;
}

.field_sta img {
    /* width: 100%; */
    height: 105px;
}




.field_sta {
    text-align: right;
    flex-wrap: nowrap;
    padding: 10px 0
}

.field_sta_all2 .field_sta {
    text-align: left
}

.field_sta_all2 .field_sta_img {
    margin-right: 10px;
    margin-left: 0
}

.field_sta_all p {
    font-size: 14px;
    line-height: 20px;
}

.tittle span {
    font-size: 100px;
    color: #eee;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 0;
}

.tittle span.light {
    color: #292d51;
}

.min_tittle {
    font-family: raleway_bold;
    color: #f2cf2a;
    font-size: 25px;
}

.tittle {
    font-family: raleway_black;
    font-size: 40px;
    margin: 20px 0;
    position: relative;
}

.white {
    color: #fff;
}
.btn_style {
    color: #1e2248;
    border-radius: 50px;
    padding: 10px 25px;
    background: #f2cf2a;
    font-family: raleway_black;
    margin-top: 5px;
    font-size: 13px
}
.btn_style:hover{
    color: #fff
}
.web_popup_inr p{
    font-size: 13px
}
.prb img{
    margin-bottom: 20px;
}
.btn_style2{
    background: #fff
}
.btn_style2:hover{
    background: #f2cf2a;
    color: #fff;
}

.sat {
    top: 5%;
    left: 5%;
    animation-name: updown4;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
    transform: rotate(-20deg);
}
.mmk {
    position: absolute;
    z-index: 9;
}
.tower{
    bottom: 20px;
    right: 20px
}
@keyframes updown4 {
    0% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(50deg);
    }
    100% {
        transform: rotate(-20deg);
    }
}
.web_popup::before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: url(../images/dot_map.png);
    content: "";
    z-index: 1
}