@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    background-color:#fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     position: relative;
     font-weight: normal;
     line-height: normal;
     padding: 0 0 10px 0;
     color: #333;
     letter-spacing: 0;
     margin: 0;
}


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

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
}

p {
    margin: 10px;
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    text-align:justify;
}

video{
    width:auto;
    height:100vw;
    position: absolute;
    top:0;
    left:0;
    z-index: 10;
}

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #11aefe;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:71px;color:#FFF; 
    font-weight:bold
}


.header {
    width: 100%;
    
    padding: 35px 30px;
    position: relative;
    z-index: 980;
}


.logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}



.banner {
    position: relative;
    z-index: 980;
    padding: 75px 0 90px 0;
}

.text-bg {
    text-align: left;
    float: right;
    width: 100%;
    max-width: 431px;
}

.text-bg h1 {
    color: #fff;
    padding-top: 50px;
    font-size: 71px;
    line-height: 85px;
    padding-bottom: 25px;
    font-weight: bold;
}

.text-bg p {
    font-size: 17px;
    display: block;
    color: #fff;
    line-height: 25px;
    padding-bottom: 50px;
    font-weight: 500;
}

img {
    width:100%
}

.images  {
    margin-left: 30px;
}

.images img {
    width: 55%;
}

.title_block {
    text-align: center;
    padding-bottom: 60px;
}

.title_block h2 {
    font-size: 50px;
    color: #382d3c;
    line-height: 55px;
    padding: 0;
}

.blue {
    color: #11aeef;
}

.about {
    padding: 90px 0;
    position: relative;
    z-index: 980;
    background-color:#fff;
}

.left{
    text-align:left;
}


.choose{
    padding-top:50px;
    padding-bottom:50px;
    position: relative;
    z-index: 980;
    background:#FFF;
}

.choose_bg {
    background-color: #336699;
    padding: 120px 0;
}


ul.choise_menu li a {
    font-size: 27px;
    padding: 18px 21px;
    width: 100%;
    line-height: 36px;
    margin-bottom: 35px;
    display: block;
    color:#DDD;
}

ul.choise_menu li:last-child a {
    margin-bottom: 0;
}

ul.choise_menu li.active a {
    background: #11aefe;
    color: #fff;
}

ul.choise_menu li a:hover {
    background: #11aefe;
    color: #fff;
}


.choose_content{
    background: #fff;
    padding: 35px 35px;
    text-align: center;
    min-height:430px;
    max-height:430px;
    display:none;
}


.choose_content h3{
    font-size:50px;
    font-weight:bold;
    color:#11aefe;
    padding:30px;
}

.choose_item .active{
    display:block !important;
}

.footer {
    position: relative;
    z-index: 980;
    background: #212120;
    padding-top: 85px;
    text-align: center;
}

.footer .title_block {
    text-align: left;
    padding-bottom: 0px;
}

.footer .title_block h2 {
    color: #fff;
}

.footer .address h3 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: left;
}

ul.ul_address li {
    font-size: 17px;
    text-align: left;
    padding-right: 40px;
    color:#AAA;
}


.works{
    background: #ffffff;
    padding: 90px 0;
    position: relative;
    z-index: 980;
}
