 /*-----------------------------------------------------------------------------------

    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=Montserrat:400,500,600,700|Roboto:300,400,500');


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 {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
}
p{
    font-weight: 400;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  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: 'Roboto', sans-serif;
    font-weight: 400;
}

::-moz-selection {
    background: #0E55B5;
    text-shadow: none;
}
::selection {
    background: #0E55B5;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.ptb_80{
    padding: 80px 0;
}
.ptb_50{
    padding: 50px 0;
}
.mt_60{
    margin-top:60px;
}
.mb_30{
    margin-bottom: 20px;
}
.fw_600{
    font-weight: 500;
}

/*header_area*/
#header_bg {
    background: url(img/header_bd_1.png);
    background-size: cover;
    position: relative;
    height: 737px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
.main_header{

}
.main_header{
  /*  position: relative;
    background: url(img/header_bd_1.jpg);
    background-size: cover;*/
}
.logo{}
.logo img {
    position: absolute;
    top: 0;
    left: 0;
}
.header_content {
    position: absolute;
    bottom: 1px;
    left: 0;
}
.header_content h2 {
    font-size: 48px;
    color: #fff;
    z-index: 11;
    bottom: -32px;
    position: relative;
}
.header_content p {
    width: 560px;
    background: rgba(0,0,0, 0.4);
    color: #fff;
    padding: 35px;
    font-size: 18px;
    margin: 0;
    left: -30px;
    position: relative;
}
.header_content strong{
    color: #fff;
}
.header_link {
    position: absolute;
    bottom: 21px;
    right: 0;
}
.header_link a{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #862B7F;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    width: 330px;
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
}
.header_link a i{
    padding-right: 10px;
    font-size: 18px;
    color: #fff;
}
.header_link a:hover {
    background: #fff;
    color: #862B7F;
}
.header_link a:hover i{
    color: #862B7F;
    transition: .3s;
}

/*main_content_area*/
.main_content_area{}
.news_top_title {
    overflow: hidden;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
.news_top_title h2 {
    font-size: 40px;
    color: #000;
    margin: 0;
    padding-bottom: 16px;
    float: left;
}
.news_top_title a {
    float: right;
    color: #9A3F93;
    text-transform: uppercase;
    border: 1px solid #E4E4E4;
    padding: 7px 22px;
    border-radius: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 10px 0px 5px 0px;
}
.news_top_area{}
.news_top_img {
    width: 48%;
    float: left;
}
.news_top_img img{}
.news_info {
    width: 48%;
    float: right;
    border-top: 10px solid #F7F7F7;
    position: relative;
}
.news_info:before{
    position: absolute;
    content: "";
    background: #862B7F;
    width: 60px;
    height: 10px;
    top: -10px;
    left: 0;
}
.news_info h3 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 20px;
}
.news_info span {
    color: #993366;
    font-size: 13px;
    text-transform: uppercase;
}
.news_info p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 18px;
}
.news_bottom {
    margin-top: 60px;
    display: inline-block;
}
.news_bottom > .news_info{
    width: 31%;
    float: left;
    margin-right: 25px;
}
.news_bottom > .news_info:last-child{
    margin-right: 0px;
}
.top_nemders{}
.top_nemders h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    padding: 25px 35px 20px 15px;
    margin: 0;
}
.top_nemders p {
    margin: 0;
    background: #f7f7f7;
    color: #999999;
    font-style: italic;
    padding: 10px 0;
    padding-left: 8px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th {
    background: #9A3F93;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}                                                          
td{
    background: #F7F7F7;
    color: #000;
    font-size: 14px;
}
th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.subscribe_area {
    border: 10px solid #F7F7F7;
    padding: 30px;
    margin-top: 30px;
}
.subscribe_area h2{
    color: #993366;
    font-size: 26px;
    text-transform: uppercase;
}
.subscribe_area p {
    font-size: 18px;
    line-height: 26px;
}
.subscribe_area form{}
.subscribe_area form input {
    width: 100%;
    height: 30px;
    border: 1px solid #999;
    border-color: transparent;
    border-bottom-color: #999;
    color: #993366;
    margin-bottom: 20px;
    font-weight: 400;
}
.subscribe_area form img {
    float: left;
    margin-top: 4px;
    padding-right: 10px;
}
.subscribe_area form p {
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
}
.subscribe_area form button {
    background: #872B80;
    color: #fff;
    border: none;
    padding: 7px 25px;
    border-radius: 18px;
    text-transform: uppercase;
}
/*growth_area*/
.growth_area{
    background: #9A3F93;
}
.growth_info{}
.growth_info h2 {
    font-size: 40px;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    line-height: 50px;
    letter-spacing: 1px;
}
.growth_info h2:before{
    position: absolute;
    content: "";
    background: #6B2267;
    width: 60px;
    height: 10px;
    bottom: 0;
    left: 0;
}
.growth_info p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.growth_graph {
    position: relative;
}
.growth_graph img {
    border-radius: 4px;
}
.growth_graph h2 {
    font-size: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*events_area*/
.events_area{}
.single_event{
    margin-top: 30px;
}
.single_event p {
    color: #862B7F;
    margin-left: 65px;
    text-transform: uppercase;
}
.single_event span {
    font-size: 40px;
    font-size: ;
    font-weight: 700;
    background: #f7f7f7;
    padding: 5px;
    top: 5px;
    position: absolute;
    left: 15px;
    font-family: 'Montserrat', sans-serif;
}
.month{

}
.single_event h3 {
    margin: 0;
    margin-top: 35px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 32px;
}

/*ask_area*/
.ask_area{
    padding-bottom: 80px;
}
.ask_info{}
.ask_info h2 {
    color: #9B4294;
    font-size: 40px;
    margin-bottom: 27px;
}
.ask_info p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #000;
}
.ask_info a {
    color: #9B4294;
    text-transform: uppercase;
    border: 2px solid #993366;
    padding: 15px 22px;
    border-radius: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    display: inline-block;
}
.ask_img {
    border: 10px solid #f7f7f7;
    padding: 25px;
}
.ask_img img{}

/*footer-area*/
footer{}
.footer_area{
    background: #000;
    padding: 45px 0;
}
.footer_widget{}
.one_line {
    margin-left: -27px;
}
.single_footer span {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
.footer_header{}
.footer_header p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.footer_menu{}
.footer_menu ul{}
.footer_menu ul li {
}
.footer_menu ul li a{
    color: #fff;
    opacity: .5;
    font-size: 13px;
}
.copy_right {
}
.copy_right p {
    margin: 0;
    font-size: 12px;
    text-align: right;
    color: #fff;
    line-height: 25px;
    opacity: .5;
}
.copy_right a{
    color: #fff;
}









#sidebar_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background: #872B80;
    z-index: 99999;
    padding: 25px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
#sidebar_menu.visible{
   opacity: 1;
    visibility: visible;
    transition: .3s;
}
.menu_top {
    padding-top: 81px;
}
.menu_top span a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #999;
    padding: 7px 25px;
    border-radius: 22px;
    top: 30px;
    position: absolute;
}
.in_btn{}
.in_btn span{}
.in_btn span i{}
.main_menu{}
.main_menu ul{}
.main_menu ul > li{
    text-align: right;
    position: relative;
}
.main_menu ul li > a{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding-top: 12px;
    display: block;
    text-decoration: none;
    border-bottom: 2px solid #999;
    transition: .3s;
    padding-right: 34px;
}
.main_menu ul li > a:hover{
    opacity: .7;
}
.first {
    font-size: 15px;
    position: absolute;
    top: 35px;
    right: 1px;
    color: #fff;
}
.second {
    font-size: 15px;
    position: absolute;
    top: 35px;
    right: 1px;
    color: #fff;
    opacity: 0;
    visibility: hidden;

}
.main_menu ul li:hover .first{
    opacity: 0;
    visibility: hidden;
}
.main_menu ul li:hover .second{
    opacity: 1;
    visibility: visible;
}
.main_menu ul li ul {
    position: absolute;
    background: #872B80;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: .3s;
    display: inline-block;
}
.main_menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    position: inherit;
}
.main_menu ul li ul li {
    
}
.main_menu ul li ul li a {
    font-weight: 300;
    font-size: 20px;
    padding: 5px 0px 10px 0;
    border-bottom: none;
    color: #fff;
    opacity: .8;
    transition: .3s;
}
.menu_btn {
    position: absolute;
    right: 0;
    top: 25px;
    background: #862B7F;
    z-index: 99;
    width: 180px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
}
.menu_btn img {
    margin-top: -9px;
}
.menu_btn i {
    font-size: 20px;
}
.menu_btn span{}
.menu_btn big {
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 15px;
    font-size: 24px;
}
/*for_inner_html*/
#home_bg {
    background: url(img/header_bd_1.png);
    background-size: cover%;
    position: relative;
    height: 404px;
    background-repeat: no-repeat;
     background-position: 100% 100%; 
}
.main_header{

}
.main_header{
  /*  position: relative;
    background: url(img/header_bd_1.jpg);
    background-size: cover;*/
}
.logo{}
.logo img {
    position: absolute;
    top: 0;
    left: 0;
}
.header_content_2 {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 50%;
}
.header_content_2 h2 {
    font-size: 48px;
    color: #fff;
    z-index: 11;
    bottom: -33px;
    position: relative;
    left: 15px;
}
/*.header_content p {
    width: 560px;
    background: rgba(0,0,0, 0.4);
    padding: 35px;
    margin: 0;
    left: -30px;
    position: relative;
}*/
.opacity_header {
    background: #000;
    height: 60px;
    opacity: .5;
}

/*main_content_area*/
.main_content_area {
    padding-top: 20px;
}
.sort_menu{}
.sort_menu ul{}
.sort_menu ul li{
    display: inline-block;
}
.sort_menu ul li a {
    color: #862B7F;
    text-transform: uppercase;
    padding-right: 15px;
    font-size: 13px;
}
.sort_menu ul li:hover a{
    color:#000000;
}
.voerview_area {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 40px;
}
.voerview_area h2 {
    color: #993366;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 50px 0 40px 0;
}
.voerview_area p {
    font-size: 18px;
    line-height: 28px;
}
.directirs_area {
    border-bottom: 1px solid #ECECEC;
    padding: 60px 0 40px 0;
    display: inline-block;
}
.director_title{}
.director_title h2 {
    color: #862B7F;
    font-size: 40px;
}
.gallary {
    margin: 0 -15px;
}
.single_director {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-top: 30px;
}
.single_director img {
    width: 100%;
}
.single_director h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    line-height: 17px;
}
.single_director span{
    font-size: 12px;
}
.membership_area {
    padding-top: 60px;
    padding-bottom: 100px;
}
.membership_area a {
    color: #872B80;
    text-transform: uppercase;
    border: 2px solid #872B80;
    padding: 12px 25px;
    border-radius: 30px;
    letter-spacing: 2px;
    display: inline-block;
}
.membership_title h2 {
    color: #862B7F;
    font-size: 40px;
    margin-bottom: 30px;
}
.Membership{}
.Membership ul {
    padding-left: 35px;
}
.Membership ul li {
    list-style: initial;
    color: #000;
    font-size: 18px;
    margin-bottom: 22px;
}
/*side_menu*/
#inner_bg {
    background: url(img/header_bd_1.png);
    background-size: cover;
    position: relative;
    height: 404px;
    background-repeat: no-repeat;
     background-position: 100% 0%; 
}
.side_menu {
    border: 10px solid #F7F7F7;
    padding: 30px;
    margin-top: 40px;
}
.menu_title h2 {
    font-size: 26px;
    color: #862B7F;
    text-transform: uppercase;
}
.sidebar_menu{}
.sidebar_menu ul{}
.sidebar_menu ul > li{
    position: relative;
}
.sidebar_menu ul li > a {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    padding-top: 10px;
    display: block;
    text-decoration: none;
    transition: .3s;
    font-weight: 400;
}
.sidebar_menu ul li > a:hover{
    color: #862B7F;
}

}
.sidebar_menu ul li:hover .first{
    opacity: 0;
    visibility: hidden;
}
.sidebar_menu ul li:hover .second{
    opacity: 1;
    visibility: visible;
}
.sidebar_menu ul li ul {
    position: absolute;
    width: 100%;
    right: 0;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
    transform: .3s;
    display: inline-block;
}
.sidebar_menu ul li:hover ul{
    opacity: .5;
    visibility: visible;
    position: inherit;
}
.sidebar_menu ul li ul li {
    margin-bottom: 5px;
}
.sidebar_menu ul li ul li a {
    font-size: 14px;
    border-bottom: none;
    color: #8C8C8C;
    transition: .3s;
    font-weight: 400;
}
.sidebar_menu ul li ul li:hover a{
    color: #8C8C8C;
}
/*for_home*/
#home_bg {
    background: url(img/header_bd_1.png);
    background-size: cover;
    position: relative;
    height: 404px;
    background-repeat: no-repeat;
     background-position: 100% 0%; 
}.voerview_area {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 40px;
}
.voerview_area h2 {
    color: #862B7F;
    font-size: 40px;
    line-height: 16px;
    margin: 50px 0 40px 0;
}
.voerview_area p {
    font-size: 18px;
    line-height: 28px;
}
.heading_2{}
.heading_2 h2 {
    color: #862B7F;
    font-size: 40px;
    line-height: 16px;
    margin: 50px 0 40px 0;
}
.heading_2 h3 {
    color: #000;
    font-size: 22px;
    line-height: 7px;
    margin: 40px 0 30px 0;
    text-transform: uppercase;
}
.heading_2 p{
    font-size: 18px;
    line-height: 28px;
}
.heading_2 > a{
    color: #993366;
    text-transform: uppercase;
    border: 2px solid #993366;
    padding: 12px 25px;
    border-radius: 30px;
    letter-spacing: 2px;
    display: inline-block;
}
.Membership{}
.Membership ul {
    padding-left: 35px;
}
.Membership ul li {
    list-style: initial;
    color: #000;
    font-size: 18px;
    margin-bottom: 22px;
    padding-left: 10px;
    font-weight: 400;
}
.number{}
.number ul {
    padding-left: 35px;
}
.number ul li {
    list-style: url;
    color: #000;
    font-size: 18px;
    margin-bottom: 22px;
    padding-left: 10px
}
.heading_2 h4 {
    font-size: 14px;
    text-transform: uppercase;
}
.caption{
    padding: 60px 0 5px 0;
}
.caption img{
    width: 100%;
}
.caption p {
    line-height: 18px;
    margin-top: 20px;
    color: #6B2267;
}
 .block_btn {
    margin-bottom: 120px;
}
.block_btn a {
    background: #862B7F;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 23px;
    display: inline-block;
   border-radius: 20px;
}
