/*----------------About modules----------------*/
.main_table_full_hd { max-width: 1920px; width: 100%; margin: auto; }
.main_table { max-width: 1280px; width: auto; margin: auto; position: relative;}

.about_cover {
    height: 300px;
    width: 100%;
    max-width: 1280px;
	margin: auto;
	margin-top: 30px;
	background-size: 70%!important;
    background-repeat: no-repeat!important;
    margin-bottom: 20px;
	background-attachment: fixed!important;
	background-position: center center!important;
}

.about_cover .logo_bg {
    position: relative;
    max-width: 1280px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin: auto;
}
.about_cover .logo_img {
    position: absolute;
    display: block;
    max-width: 200px;
    width: 100%;
    height: 76px;
    z-index: 10;
    top: 30px;
}

.main_container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 0px;
    min-height: 250px;
	margin-top:40px;
}

.main_container .rule_container { position: relative; }

.about_us_container {padding:0; font-size: 15px; color: #525252; line-height: 24px;}
.about_us_container .w30 { margin-top: 20px;}

.inner_bg { width: 100%; height: 920px; /*background: url(bg_inner.png) no-repeat top center;*/ position: relative; top: 0px; }
.inner_top { background: #fcfcfc; width: 100%; margin-top: -70%; position: relative; z-index:5; margin-bottom: 20px; }
.inner { min-height: 500px; padding: 20px; }
.inner h1 { font-family: arial; font-size: 30px; color: #7ab0da; line-height: 45px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; text-align: left; }
.inner_inline { display: inline-block; vertical-align: middle; max-width: 100%; width: 246px; height: 246px; border-radius: 50%; }
.inner_inline_2 { display: inline-block; vertical-align: middle; /*max-width: 78%;padding-left: 50px;*/ width: 100%;  }
.inner p { font-size: 15px; color: #3d3d3d; line-height: 18px; text-align: justify; -webkit-margin-before: 0; -webkit-margin-after: 0; }
.inner ul { display: block; text-align: justify; color: #868686; font-size: 18px; line-height: 30px; }
.inner li { font-size: 15px; color: #3d3d3d; line-height: 18px; text-align: justify; -webkit-margin-before: 0; -webkit-margin-after: 0; }
.inner h2 { font-family: arial; font-size: 30px; color: #7ab0da; line-height: 56px; font-weight: bold; /*margin-bottom: 45px;*/ text-align: left; }
.inner h3 { font-family: arial; font-size: 24px; color: #7ab0da; line-height: 40px; font-weight: bold; text-align: left; /*text-transform: uppercase; */}
.inner_inline_margin { display: block; margin-bottom: 20px; }
/*----------------About modules----------------*/

.right_services h3, .right_services p { text-align: right; }
.right_services { padding-left: 0px; padding-right: 50px; }
.services_title { font-family: arial !important; font-size: 30px !important; color: #7ab0da !important; line-height: 45px !important; font-weight: bold !important; text-align: center !important; text-transform: uppercase !important; }
.services p { font-size: 16px; color: #656565; line-height: 24px; }
.services ul { font-size: 16px; color: #656565; line-height: 24px; }
.services .inner_inline { width: 180px; height: 180px; }
.inner_inline img { width: 100%; }
.services .inner_inline_2 { max-width: 75%; }
.hide_services { display: inline-block; }
.show_services { display: none; }

a span { transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; }
a:hover span { opacity: 0.8; }
.inner_d2_margin { margin-bottom: 30px !important; }
.inner_p { font-family: arial !important; font-size: 24px !important; color: #676767 !important; font-weight: bold !important; text-transform: uppercase !important; margin-bottom: 40px !important; }

@media screen and (max-width: 1100px) {
.inner h1 { font-size: 30px; text-align: center; margin-bottom: 20px; }
.inner_inline,.inner_inline_2 { max-width: none; }
.inner_inline { text-align: center; }
.inner { padding: 20px; }
.inner_inline_2 { padding-left: 0; }
.inner p { font-size: 14px; line-height: 18px; text-align: justify; }
.inner_inline_margin { margin-bottom: 20px; }
.inner h2 { margin-bottom: 15px; font-size: 24px; text-align: left; }
.inner h3 { margin-bottom: 15px; font-size: 20px; text-align: left; }
.inner_top { margin-top: 0px; }
.inner_bg { height: 300px; background-size: cover; }
}

@media screen and (max-width: 880px) {
.inner_bg { display: none; }
.about_us_container {padding: 10px;}
.about_cover {height: 100px;margin-top: 70px;margin-bottom: 0px;background-attachment: unset!important;}
.main_container {margin-top: 0px}
.about_cover .logo_img {display: none;}
}

@media screen and (max-width: 428px) {
	#main {margin-top: 70px;}
}