/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*google_fonts*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700');
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.clear{clear:both}
body {
    font-family: 'Josefin Sans', sans-serif;
    background: #FFFFFF;
}
#body_bg {
    background: url(img/body_bg.jpg);
}
#body_wrapper {
    width: 1281px;
    margin: 50px auto;
    border: 1px solid #DDD;
    background-color: #FFFFFF;
}
.container{
    min-width: 1230px;
    margin: 0 auto;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*for_mobile_menu*/
#sidebar_menu {
    position: absolute;
    top: 182px;
    right: 0;
    width: 100%;
    height: auto;
    background: rgba(255,255,255, 0.95);
    z-index: 99999;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

#sidebar_menu.visible{
   opacity: 1;
    visibility: visible;
    transition: .3s;
}
.menu_top {
    padding-top: 81px;
}
.main_menu {
    background: #C50B0B;
    padding: 50px 0;
}
.main_menu ul{}
.main_menu ul > li {
    text-align: right;
    position: relative;
    margin-bottom: 17px;
}
.main_menu ul > li i{
    color: #969696;
}
.main_menu ul li > a {
    text-align: right;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}

.main_menu ul li ul {
    position: absolute;
    background: transparent;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
}
.main_menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    position: inherit;
}
.main_menu ul li ul li {
    margin-top: 17px;
    margin-bottom: -9px;
}
.main_menu ul li ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 0px 10px 0;
    border-bottom: none;
    color: #4D4D4D;
    transition: .3s;
}
.main_menu .mobile_header {
    padding-top: 23px;
    margin-bottom: -20px;
}
.main_menu .mobile_header li {
    margin: 6px 0;
}
.main_menu .mobile_header li a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.menu_btn {
    position: absolute;
    right: 15px;
    top: -40px;
    background: transparent;
    z-index: 99;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.menu_btn button{
    margin-top: -9px;
    right: 0;
    width: 83px;
    height: 37px;
    background: #C70B0B;
    color: #FFF;
    display: inline-block;
    font-size: 13.5px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 400;
    border-radius: 3px;
    transition: .3s;
    border: 1px solid transparent;
}
.focus:focus {
  background-color: #303030;
  color: white;
}

/*header_area*/
header{
    background-color: #FFFFFF;
}
.header_area {
    padding: 18px 0;
}
.header_top {
    margin-top: -8px;
}
.header_top ul {
    float: right;
}
.header_top ul li {
    display: inline-block;
    margin-right: 17px;
}
.header_top ul li:last-child{
    margin-right: 0;
}
.header_top ul li a {
    font-size: 11px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #919191;
    text-transform: uppercase;
}
.sel_lan {
    border-left: 1px solid #E1E1E1;
    padding-left: 22px;
}
.sel_lan a {
    color: #C50B0B !important;
}
.sel_lan i {
    font-size: 12px;
    font-weight: 700;
}
.sel_lan span {
    margin: 0 5px;
}
.search_bar > a i {
    width: 36px;
    height: 36px;
    border: 1px solid #E1E1E1;
    display: inline-block;
    text-align: center;
    line-height: 34px !important;
    color: #C50B0B;
    border-radius: 50%;
    font-size: 12px !important;
}
.header_menu {
    position: absolute;
    right: 15px;
    bottom: 0px;
}
.logo {
    width: 106px;
}
.logo img{}
.login{
    margin-left: 30px;
}
.login a {
    background: #0970B9;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 600;
    width: 127px;
    height: 41px;
    display: inline-block;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0;
}
.header_menu ul{}
.header_menu ul > li {
    display: inline-block;
    margin-left: 20px;
}
.header_menu ul > li:first-child{
    margin-left: 0px;
}
.header_menu ul li > a {
    color: #303030;
    font-size: 13.5px;
    font-weight: 400;
    text-transform: uppercase;
}
.header_menu ul li a.signin {
    background: #C70B0B;
    color: #FFFFFF;
    width: 158px;
    height: 36px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
}
/*slider_area*/
.slider_area{}
.single-slider {
    background: url(img/slider-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.slider_content {
    color: #FFFFFF;
    width: 500px;
    text-align: right;
    float: right;
    padding-right: 80px;
    margin-top: 105px;
}
.slider_content h1 {
    font-weight: bold;
    line-height: 43px;
    margin-bottom: 22px;
}
.slider_content p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 26px;
}
.slider_content a {
    width: 128px;
    height: 43px;
    border: 2px solid #FFFFFF;
    display: inline-block;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 43px;
    font-weight: 400;
    text-transform: capitalize;
}
.owl-carousel .owl-stage-outer {
    height: 505px;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
}
.owl-dot {
    width: 5px;
    height: 5px;
    background: #EFBFC0;
    display: inline-block;
    margin: 0 9px;
    border-radius: 50%;
}
.owl-dot.active{
  background: #C70B0B;
}
.owl-nav div {
    position: absolute;
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 25px;
    font-weight: 700;
}
.owl-nav div.owl-next{
  left: auto;
  right: 25px;
}
/*body_content*/
.body_content {
    background-color: #EBEBEB;
    width: 1280px;
    margin: 0 auto;
    margin-top: 28px;
}
.border_right {
    border-right: 1px solid #C8C8C8;
}
.its_News {
    padding: 47px 40px 45px 15px;
}
.news_title {
    color: #C50B0B;
    font-size: 36px;
    font-weight: 700;
    border-bottom: 3px solid #C50B0B;
    margin: 0;
    padding-bottom: 11px;
}
.its_News_info {
    margin-top: 30px;
}
.its_News_info ul{}
.its_News_info ul li {
    margin-bottom: 32px;
}
.its_News_info ul li:last-child{
    margin-bottom: 0;
}
.its_News_info ul li .date {
    float: left;
    padding-top: 5px;
}
.its_News_info ul li .date span {
    color: #303030;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.its_News_info ul li .its_News_content {
    margin-left: 142px;
}
.its_News_info ul li .its_News_content h3 {
    font-size: 25px;
    line-height: 31px;
    color: #54595F;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.its_News_info ul li .its_News_content p {
    font-size: 18px;
    color: #303030;
    line-height: 24px;
    font-weight: 300;
}
.event {
    margin-top: 6px;
    width: 90px;
    height: 96px;
    background: #FFFFFF;
    border-radius: 3px;
    line-height: 96px;
    text-align: center;
    float: left;
}
.event h4 {
    font-size: 18px;
    font-weight: 400;
    color: #54595F;
    margin: 0;
    transform: translateY(50%);
    text-transform: uppercase;
}
.event span {
    color: #54595F;
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 35px;
}
.its_event {
    padding: 47px 14px 42px 42px;
}
.its_News.member_news {
    padding: 47px 94px 85px 116px;
}
.its_News_info ul li .its_News_content.member_content > p {
    font-size: 25px;
    color: #303030;
    line-height: 31px;
    font-weight: 300;
    padding-right: 45px;
}
/*footer*/
footer{
    background-color: #C70B0B;
    height: 170px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.footer_area {
    text-align: center;
    color: #FFFFFF;
    transform: translateY(-42%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.footer_icon{
    margin-bottom: 28px;
}
.footer_icon a {
    font-size: 24px;
    color: #C70B0B;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    line-height: 55px;
    margin: 0 4px;
}
.copy_wright{}
.copy_wright p {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
}
/*for_inner*/
.inner_banner_area{
    background: url(img/banner/inner_banner.png)no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 160px;
    position: relative;
}
.inner_info {
    padding-left: 23px;
}
.inner_title {
    margin-left: 15px;
    margin-top: 40px;
}
.inner_title h1 {
    margin: 0;
    font-size: 48px;
    line-height: 60px;
    text-transform: capitalize;
    font-weight: 700;
    color: #FFFFFF;
}
/*inner_body_menu*/
.inner_body_menu {
    
}
.body_menu{
    padding: 10px 0;
}
.body_menu ul{}
.body_menu ul li{
    display: inline-block;
    position: relative;
}
.body_menu ul li::before {
    position: absolute;
    content: ".";
    color: #E8E8E8;
    right: 0;
    top: -2px;
}
.body_menu ul li:last-child:before{
    display: none;
}
.body_menu ul li a {
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 600;
    padding-right: 10px;
    text-transform: capitalize;
    transition: .3s;
}
.body_menu ul li a:hover {
    opacity: .7;
}
.color_2{
    color: #575757 !important;
}
/*inner_body_content*/
.inner_body_content {
    position: relative;
}

.inner_body_info {
    padding: 7px 0 0 63px;
}
.inner_body_info h1 {
    color: #0A70BA;
    font-size: 48px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 36px;
}
.inner_body_info h2 {
    color: #C50B0B;
    font-size: 36px;
    font-weight: 700;
    margin: 28px 0 23px 0;
    text-transform: capitalize;
}
.inner_body_info > p {
    color: #303030;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    padding-right: 30px;
}
.inner_body_info .heading_2 {
    color: #54595F;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 16px;
}
.mb_18 {
    margin-bottom: 20px;
}
.mb_103 {
    padding-bottom: 130px;
}
.body_list {
    padding-left: 42px;
}
.body_list ul {
}
.body_list ul li {
    position: relative;
    margin-bottom: 18px;
}
.body_list ul li span{
    color: #4D4D4D;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    display: inline-block;
}
.body_list ul li::before {
    content: "•";
    color: #54595F;
    position: absolute;
    top: 8px;
    left: -30px;
    font-weight: 700;
    font-size: 22px;
}
/*inner_side_menu*/
.inner_side_menu {
    position: relative;
    margin-top: 40px;
    padding-left: 14px;
    padding-right: 45px;
}
.side_menu_title {
    color: #54595F;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    border-bottom: 3px solid #EAEAEA;
    padding-bottom: 6px;
    text-transform: capitalize;
}
.inner_side_menu::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 220px;
    top: -40px;
    left: -27px;
    background: #EAEAEA;
}
.inner_side_menu ul {
    padding-top: 21px;
}
.inner_side_menu ul li {
    margin-bottom: 4px;
}
.inner_side_menu ul li .drop_title{
    color: #0970B9;
    font-weight: 600;
}
.inner_side_menu ul > li > a > i {
    font-size: 16px;
    font-weight: 700;
    padding-right: 5px;
    opacity: 0;
    visibility: hidden;
}
.inner_side_menu ul > li > a:hover i {
    opacity: 1;
    visibility: visible;
}
/*.color_active{
    color: #C70B0B !important;
}*/
.inner_side_menu ul > li > a {
    font-size: 15px;
    color: #303030;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 400;
}
.inner_side_menu ul > li:hover > a{
    color: #C70B0B;
}
.inner_side_menu ul li > ul {
    left: 0;
    padding-left: 0;
}
.inner_side_menu ul li > ul  >li{
    margin-bottom: 6px;
}
.inner_side_menu ul li ul > li > a {
    font-size: 15px;
    line-height: 21px;
    color: #8D8D8D;
    font-weight: 400;
    text-transform: capitalize;
}
.inner_side_menu ul li ul > li > a:hover {
    color: #8D8D8D;
}
.inner_side_menu ul li ul > li:hover .inner_side_menu ul > li > a > i{
    opacity: 1;
    visibility: visible;
}
.pl_20{
    padding-left: 20px;
}
/*for_stylesheet*/
.style_title {
    margin-left: 15px;
}
.color_black{
    color: #343434;
    font-weight: 400;
}
.color_red{
    color: #C50B0B;
}
.heading_2.style_heading {
    margin-top: 40px;
}
.mtb_32{
    margin: 52px 0 4px 0;
}
.order_list {
    padding-left: 42px;
}
.order_list ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.order_list ol li {
    margin-bottom: 18px;
    position: relative;
    counter-increment: li;
    color: #4D4D4D;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 18px;
}

.order_list ol li span{

    
}

.order_list ol li::before {
    content: counter(li);
    color: #54595F;
    margin-right: 0.5em;
    text-align: right;
    position: absolute;
    top: 0px;
    left: -32px;
    font-weight: 600;
}
.order_list ol li::after {
    content: "•";
    color: #54595F;
    position: absolute;
    top: 7px;
    left: -21px;
    font-size: 12px;
}
.inner_body_info .p_hightight {
    font-size: 16px;
    line-height: 26px;
    color: #C50B0B;
    font-weight: 700;
    padding: 4px 0 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.lrg_btn {
    width: 154px;
    height: 52px;
    color: #FFFFFF;
    background: #C70B0B;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 57px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 33px 0 60px 0;
    border-radius: 3px;
}
.lrg_btn:hover{
    color: #FFFFFF;
}
.stylesheet_banner_two{}
.stylesheet_banner_two img{
    width: 100%;
}
.stylesheet_banner_two p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #8B8B8B;
    margin: 13px 0 30px 0;
}
.smbtn {
    width: 129px;
    height: 43px;
    color: #C50B0B;
    background: transparent;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 43px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 30px 0 24px 0;
    border: 2px solid #C50B0B;
    border-radius: 3px;
}
.author_massage {
    background: #EBEBEB;
    padding: 28px 40px 20px;
    margin: 60px 0 100px;
}
.author_massage p {
    color: #303030;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-right: 12px;
}
.author_massage span {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #54595F;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.mb_40 {
    margin-bottom: 40px;
}


