* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}


::-webkit-scrollbar{
    width: 10px;

}
::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent, blue) ;
   border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(transparent, blueviolet) ;
   
}
/*:::::::::::::::::::::::::::::::HEADER START::::::::::::::::::::::*/

/*:::::::::::::::::::::::::HEADER_NAV START::::::::::::*/


header .header_nav .logo_top {
    width: 100px;
    height: 15px;
    background: #0e57a1;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 0;
}
header .header_nav .navbar .navbar-brand{
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
header .header_nav .navbar .collapse .navbar-nav{
    justify-content: space-around;
    width: 60%;

}





/*:::::::::::::::::::::::::HEADER_NAV END:::::::::::::::::::*/

/*:::::::::::::::::::::::::HEADER_GRAD START:::::::::::::::::::*/


header .header_grad {

    background: url(../images/MCBW_Smart-Up-Your-City_App_Hyve.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
}

header .header_grad .logo-icon .fa:hover {
    background: #8eb61c;
}

header .header_grad .iconca {
    width: 100%;
    background: none;

}

header .header_grad .logo-icon a {
    margin: 0;
}

header .header_grad .logo-icon .fa-facebook {
    padding: 10px 15px;
}

header .header_grad .logo-icon .fa {
    font-size: 20px;
    padding: 10px 10px;
    background: #c3c5c73f;
    color: #ffffff;
    margin: 0.5;

}

header .header_grad .textlar h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 40px;
    line-height: 25px;
}

header .header_grad .textlar p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 15px;

}

header .header_grad .textlar .playstore a {
    padding: 20px 20px;
    background: #ffffff;
    margin-right: 20px;

}

header .header_grad .textlar .playstore span {
    color: #ffffff;

}

header .header_grad .textlar .playstore {
    margin-top: 30px;
    margin-bottom: 25px;
}

header .header_grad .textlar .playstore .fa-play {
    padding: 10px 15px;
    background: #194168;
    color: #ffffff;
}

header .header_grad .textlar button:first-of-type {
    background: linear-gradient(#7f9e23, #83ae17, #68990b, #447504);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.849);
    border-right: 1px solid rgba(0, 0, 0, 0.849);
    font-size: 10px;
    font-weight: 700;
    padding: 10px 20px;
    color: #ffffff;
}

header .header_grad .textlar button:nth-of-type(2) {
    background: linear-gradient(#ad744b, #b55a28, #963814);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.849);
    border-right: 1px solid rgba(0, 0, 0, 0.849);
    font-size: 10px;
    font-weight: 700;
    padding: 10px 20px;
    color: #ffffff;
    margin-left: 10px;
    margin-bottom: 30px;
}

/*::::::::::::::::::::::::::::::::::HEADER END:::::::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::::MAIN START::::::::::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::::::::::MAIN_NEWS START::::::::::::::::::::::::::::*/

main .main_news {
    padding: 30px 0;
}

.martop {
    margin-top: 30px;
}

main .main_news .linia2 {
    color: gray;
    padding: 0 15px;
}

@media (max-width:992px){
    main .main_news .linia2 p{
      font-size: 5px !important;
    }   
}
@media (max-width:768px){
    main .main_news .linia2 p{
      font-size: 5px !important;
    }   
}
main .main_news .beat {
    margin: auto;
    color: #57728d;
}

main .main_news .iconlist {
    text-align: center;
    flex-direction: column;
    width: 100%;
    background: #f8f8f8;
    padding: 15px 0;
    margin-top: 30px;
}

main .main_news .iconlist:hover span {
    color: white;
}

main .main_news .iconlist:hover .fa {
    color: white;
    transform: scale(1.5) translate3d(4px, 4px, 100px);
    text-shadow: 2px 2px 10px blue;
    transition: 2s ease;
}

main .main_news .iconlist:hover {
    background: blueviolet;
    transition: 2s ease;

}

main .main_news .iconlist .fa {
    font-size: 60px;
    color: #437cb5;
}

main .main_news .iconlist span {
    font-size: 13px;
    font-weight: 400;
    color: #0e57a1;
    display: block;
}

main .main_news .text-list {
    text-align: center;
}

main .main_news .text-list p {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #5a5a5a;
}

main .main_news .text-list a:hover {
    color: #0e0f57;
    font-weight: 700;
}

main .main_news .text-list a {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #0e57a1;
    border-bottom: 1px solid #0e57a1;
    display: inline;
}

/*:::::::::::::::::::::::::::::MAIN_NEWSEND::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::::MAIN_CARD START:::::::::::::::::::::::::::::::*/

main .main_card .photo {
    background: #0e57a1;
    height: 120px;
    position: relative;
    margin-top: 30px;
    padding-top: 75px;

}
@media (max-width:992px ){
 main .main_card .linia2 p{
    
 }  
}

main .main_card .photo .won {
    padding: 10px 15px;
    background: #0e0f57;
    position: absolute;
    display: inline;
    color: white;
    top: 0;
}

main .main_card .photo h4 {
    font-size: 19px;
    font-weight: 600;
    color: white;
    text-align: center;


}

main .main_card .sanatext .bacround-color {
    background: #f4f4f4;
    padding: 10px 0;
}

main .main_card .sanatext {
    margin-top: 30px;
}

main .main_card .sanatext .sana {
    padding-top: 30px;
}

main .main_card .sanatext .sana p {
    font-size: 12px;
    font-weight: 600;
    color: #0e57a1;
    line-height: 13px;
    text-align: center;

}

main .main_card .sanatext .sana p span {
    font-size: 24px;
}

main .main_card .sanatext .malumot {
    font-size: 11px;
    font-weight: 400;
    color: #a2a2a2;
    margin: 0;

}

main .main_card .sanatext .malumot span {
    color: #074481;
    font-weight: 800;
    border-bottom: 1px solid #074481;
}

main .main_card .sanatext button {
    background: #001e3c;
    font-size: 10px;
    font-weight: 600;
    padding: 10px 20px;
    color: white;
    border: none;
    margin: 0;

}


/*::::::::::::::::::::::::::::::::::::;:::::::::::::::SECTION START :::::::::::::::::::::::::::::::::*/

section .carousel-item {
    background: #f1f1f1;
    margin-top: 30px;
    padding:30px 0;
}
.carousel-control-next{
    background: blue;
  width: 20px;
  height: 30px;
}
.carousel-control-prev{
    background: blue;
  width: 20px;
  height: 30px;
}
.carousel {
    width: 100%;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-skew 2s ;
    transition: transform 2s ease-in;
    transition: transform 2s ease-in-out, -webkit-transform 1s ease-in;
   
}


section .gray .malumot {
    font-size: 12px;
    font-weight: 400;
    color: black;
    padding: 20px;
    background: white;
    margin-bottom: 40px;
}

section .gray .malumot span {
    color: #074481;
    font-weight: 800;
    border-bottom: 1px solid #074481;
}

section .gray .ptext {
    color: #84a3c7;
    font-size: 15px;
    font-weight: 600;
    margin-top: 35px;
    margin-left: 35px;
}
section .gray .divo{
    margin-left: 25px;
    margin-bottom: 20px;
}
.linia2{
    color: #a2a2a2;
    padding: 0 15px;
}

/*::::::::::::::::::::::::::::::::::::;:::::::::::::::SECTION END:::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::::;::::::::::::::FOOTER:::::::::::::::::::::::::::::::::*/

footer .footer-text p{
    font-size: 11px;
    font-weight: 900;
    color:#0e57a1;
}
footer .footer-text p span{
   
    color:#032649;
}
footer .footer-icon a .fa{
   font-size: 18px;
   margin: 0 3px;
}




