
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */

html{
	font-size: 10px;
    overflow-x: hidden !important;
}
body {
    width: 100%;
    height: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:16px;
    color: #000;
    line-height:21px;
    overflow-x: hidden !important;
    font-family: "Roboto-Regular";
    font-weight: normal;
}
/* .body_box{
    padding-top:160px;
} */

a {
    color: #000;
}
a:hover{
    color: #2FB4C6;
    text-decoration:none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
    /*line-height: 0;*/
}
h1, h2, h3, h4, h5{
    color: #282422;
    font-weight: bold;
    margin:0;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
select {
    -webkit-appearance: none;
}
figure{
    margin-bottom:0;
}


@media (min-width: 1100px) and (max-width: 1200.9px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 900px;
    }
}
@media (min-width: 1201px) and (max-width: 1300.9px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 900px;
    }
}
@media (min-width: 1301px) and (max-width: 1400.9px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1000px;
    }
}
@media (min-width: 1401px) and (max-width: 1500.9px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1100px;
    }
}
@media (min-width: 1501px) and (max-width: 1920px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1200px;
    }
}

@media (min-width:2000px){
    .e-container {
        width: 1600px !important;
        max-width: 1600px !important;
    }
    .container{
        max-width: 1540px;
    }
}

@media (min-width:3800px){
    .e-container {
        width: 2000px !important;
        max-width: 2000px !important;
    }
    .container{
        max-width: 1940px;
    }
}