@charset "utf-8";
/* CSS Document */
@font-face { font-family: 'ArialRoundedMTStd'; src: url('../fonts/ArialRoundedMTStd.eot'); src: url('../fonts/ArialRoundedMTStd.woff') format('woff'), url('../fonts/ArialRoundedMTStd.ttf') format('truetype'), url('../fonts/ArialRoundedMTStd.svg') format('svg'); font-weight: normal; font-style: normal; }
*, *::before, *::after { box-sizing: border-box; }
html { font-family: 'ArialRoundedMTStd', sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
 @-ms-viewport {
 width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
body { margin: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; }
h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1rem; }
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) {
.container { max-width: 540px; }
}

@media (min-width: 768px) {
.container { max-width: 720px; }
}

@media (min-width: 992px) {
.container { max-width: 960px; }
}

@media (min-width: 1200px) {
.container { max-width: 1200px; }
}
.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.order-first { -ms-flex-order: -1; order: -1; }
.order-last { -ms-flex-order: 13; order: 13; }
.order-0 { -ms-flex-order: 0; order: 0; }
.order-1 { -ms-flex-order: 1; order: 1; }
.order-2 { -ms-flex-order: 2; order: 2; }
.order-3 { -ms-flex-order: 3; order: 3; }
.order-4 { -ms-flex-order: 4; order: 4; }
.order-5 { -ms-flex-order: 5; order: 5; }
.order-6 { -ms-flex-order: 6; order: 6; }
.order-7 { -ms-flex-order: 7; order: 7; }
.order-8 { -ms-flex-order: 8; order: 8; }
.order-9 { -ms-flex-order: 9; order: 9; }
.order-10 { -ms-flex-order: 10; order: 10; }
.order-11 { -ms-flex-order: 11; order: 11; }
.order-12 { -ms-flex-order: 12; order: 12; }
.offset-1 { margin-left: 8.333333%; }
.offset-2 { margin-left: 16.666667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.333333%; }
.offset-5 { margin-left: 41.666667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.333333%; }
.offset-8 { margin-left: 66.666667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.333333%; }
.offset-11 { margin-left: 91.666667%; }

@media (min-width: 576px) {
.col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
.col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.order-sm-first { -ms-flex-order: -1; order: -1; }
.order-sm-last { -ms-flex-order: 13; order: 13; }
.order-sm-0 { -ms-flex-order: 0; order: 0; }
.order-sm-1 { -ms-flex-order: 1; order: 1; }
.order-sm-2 { -ms-flex-order: 2; order: 2; }
.order-sm-3 { -ms-flex-order: 3; order: 3; }
.order-sm-4 { -ms-flex-order: 4; order: 4; }
.order-sm-5 { -ms-flex-order: 5; order: 5; }
.order-sm-6 { -ms-flex-order: 6; order: 6; }
.order-sm-7 { -ms-flex-order: 7; order: 7; }
.order-sm-8 { -ms-flex-order: 8; order: 8; }
.order-sm-9 { -ms-flex-order: 9; order: 9; }
.order-sm-10 { -ms-flex-order: 10; order: 10; }
.order-sm-11 { -ms-flex-order: 11; order: 11; }
.order-sm-12 { -ms-flex-order: 12; order: 12; }
.offset-sm-0 { margin-left: 0; }
.offset-sm-1 { margin-left: 8.333333%; }
.offset-sm-2 { margin-left: 16.666667%; }
.offset-sm-3 { margin-left: 25%; }
.offset-sm-4 { margin-left: 33.333333%; }
.offset-sm-5 { margin-left: 41.666667%; }
.offset-sm-6 { margin-left: 50%; }
.offset-sm-7 { margin-left: 58.333333%; }
.offset-sm-8 { margin-left: 66.666667%; }
.offset-sm-9 { margin-left: 75%; }
.offset-sm-10 { margin-left: 83.333333%; }
.offset-sm-11 { margin-left: 91.666667%; }
}

@media (min-width: 768px) {
.col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
.col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.order-md-first { -ms-flex-order: -1; order: -1; }
.order-md-last { -ms-flex-order: 13; order: 13; }
.order-md-0 { -ms-flex-order: 0; order: 0; }
.order-md-1 { -ms-flex-order: 1; order: 1; }
.order-md-2 { -ms-flex-order: 2; order: 2; }
.order-md-3 { -ms-flex-order: 3; order: 3; }
.order-md-4 { -ms-flex-order: 4; order: 4; }
.order-md-5 { -ms-flex-order: 5; order: 5; }
.order-md-6 { -ms-flex-order: 6; order: 6; }
.order-md-7 { -ms-flex-order: 7; order: 7; }
.order-md-8 { -ms-flex-order: 8; order: 8; }
.order-md-9 { -ms-flex-order: 9; order: 9; }
.order-md-10 { -ms-flex-order: 10; order: 10; }
.order-md-11 { -ms-flex-order: 11; order: 11; }
.order-md-12 { -ms-flex-order: 12; order: 12; }
.offset-md-0 { margin-left: 0; }
.offset-md-1 { margin-left: 8.333333%; }
.offset-md-2 { margin-left: 16.666667%; }
.offset-md-3 { margin-left: 25%; }
.offset-md-4 { margin-left: 33.333333%; }
.offset-md-5 { margin-left: 41.666667%; }
.offset-md-6 { margin-left: 50%; }
.offset-md-7 { margin-left: 58.333333%; }
.offset-md-8 { margin-left: 66.666667%; }
.offset-md-9 { margin-left: 75%; }
.offset-md-10 { margin-left: 83.333333%; }
.offset-md-11 { margin-left: 91.666667%; }
}

@media (min-width: 992px) {
.col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
.col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.order-lg-first { -ms-flex-order: -1; order: -1; }
.order-lg-last { -ms-flex-order: 13; order: 13; }
.order-lg-0 { -ms-flex-order: 0; order: 0; }
.order-lg-1 { -ms-flex-order: 1; order: 1; }
.order-lg-2 { -ms-flex-order: 2; order: 2; }
.order-lg-3 { -ms-flex-order: 3; order: 3; }
.order-lg-4 { -ms-flex-order: 4; order: 4; }
.order-lg-5 { -ms-flex-order: 5; order: 5; }
.order-lg-6 { -ms-flex-order: 6; order: 6; }
.order-lg-7 { -ms-flex-order: 7; order: 7; }
.order-lg-8 { -ms-flex-order: 8; order: 8; }
.order-lg-9 { -ms-flex-order: 9; order: 9; }
.order-lg-10 { -ms-flex-order: 10; order: 10; }
.order-lg-11 { -ms-flex-order: 11; order: 11; }
.order-lg-12 { -ms-flex-order: 12; order: 12; }
.offset-lg-0 { margin-left: 0; }
.offset-lg-1 { margin-left: 8.333333%; }
.offset-lg-2 { margin-left: 16.666667%; }
.offset-lg-3 { margin-left: 25%; }
.offset-lg-4 { margin-left: 33.333333%; }
.offset-lg-5 { margin-left: 41.666667%; }
.offset-lg-6 { margin-left: 50%; }
.offset-lg-7 { margin-left: 58.333333%; }
.offset-lg-8 { margin-left: 66.666667%; }
.offset-lg-9 { margin-left: 75%; }
.offset-lg-10 { margin-left: 83.333333%; }
.offset-lg-11 { margin-left: 91.666667%; }
}

@media (min-width: 1200px) {
.col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
.col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.order-xl-first { -ms-flex-order: -1; order: -1; }
.order-xl-last { -ms-flex-order: 13; order: 13; }
.order-xl-0 { -ms-flex-order: 0; order: 0; }
.order-xl-1 { -ms-flex-order: 1; order: 1; }
.order-xl-2 { -ms-flex-order: 2; order: 2; }
.order-xl-3 { -ms-flex-order: 3; order: 3; }
.order-xl-4 { -ms-flex-order: 4; order: 4; }
.order-xl-5 { -ms-flex-order: 5; order: 5; }
.order-xl-6 { -ms-flex-order: 6; order: 6; }
.order-xl-7 { -ms-flex-order: 7; order: 7; }
.order-xl-8 { -ms-flex-order: 8; order: 8; }
.order-xl-9 { -ms-flex-order: 9; order: 9; }
.order-xl-10 { -ms-flex-order: 10; order: 10; }
.order-xl-11 { -ms-flex-order: 11; order: 11; }
.order-xl-12 { -ms-flex-order: 12; order: 12; }
.offset-xl-0 { margin-left: 0; }
.offset-xl-1 { margin-left: 8.333333%; }
.offset-xl-2 { margin-left: 16.666667%; }
.offset-xl-3 { margin-left: 25%; }
.offset-xl-4 { margin-left: 33.333333%; }
.offset-xl-5 { margin-left: 41.666667%; }
.offset-xl-6 { margin-left: 50%; }
.offset-xl-7 { margin-left: 58.333333%; }
.offset-xl-8 { margin-left: 66.666667%; }
.offset-xl-9 { margin-left: 75%; }
.offset-xl-10 { margin-left: 83.333333%; }
.offset-xl-11 { margin-left: 91.666667%; }
}
/*----------------------------- Menu --------------------------*/
header { position: fixed; width: 100%; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 25px 0; z-index: 99; }
.header_inner { float: left !important; width: 100%; position: none;   }

header .container { padding: 0; }
.logo { position: relative; z-index: 123; }
.logo a { color: #4c0028; display: block; position: absolute; text-align: center; left: 0; right: 0; background: #fff; border-radius: 10px; padding-bottom: 15px; }
.logo a::after { content: ''; box-shadow: 0 0 10px rgba(0,0,0,0.5); display: block; position: absolute; left: 0; right: 0; width: 100%; height: 50%; top: 75px; z-index: -1; border-radius: 10px; }
nav { position: relative; width: 980px; margin: 0 auto; }
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile { border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; float: right; }
#cssmenu:after, #cssmenu > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 }
#cssmenu #head-mobile { display: none }
#cssmenu > ul > li { float: left }
#cssmenu > ul > li > a { padding: 17px 12px; font-size: 14px; font-weight: normal; letter-spacing: 1px; text-decoration: none; color: #2d2d2d; text-transform: uppercase; }
/*#cssmenu > ul > li:hover > a, #cssmenu ul li.active a { color: #fff }*/
/*#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover { background: #4c0028!important; -webkit-transition: background .3s ease; -ms-transition: background .3s ease; transition: background .3s ease; }*/
#cssmenu > ul > li.has-sub > a { padding-right: 30px }
#cssmenu > ul > li.has-sub > a:after { position: absolute; top: 22px; right: 11px; width: 8px; height: 2px; display: block; background: #ddd; content: '' }
#cssmenu > ul > li.has-sub > a:before { position: absolute; top: 19px; right: 14px; display: block; width: 2px; height: 8px; background: #ddd; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease }
#cssmenu > ul > li.has-sub:hover > a:before { top: 23px; height: 0 }
#cssmenu ul ul { position: absolute; left: -9999px }
#cssmenu ul ul li { height: 0; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease }
#cssmenu ul ul li:hover { }
#cssmenu li:hover > ul { left: auto }
#cssmenu li:hover > ul > li { height: 35px }
#cssmenu ul ul ul { margin-left: 100%; top: 0 }
#cssmenu ul ul li a { border-bottom: 1px solid rgba(150,150,150,0.15); padding: 11px 15px; width: 170px; font-size: 12px; text-decoration: none; color: #ddd; font-weight: 400; }
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a { border-bottom: 0 }
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover { color: #fff }
#cssmenu ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #ddd; content: '' }
#cssmenu ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #ddd; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease }
#cssmenu ul ul > li.has-sub:hover > a:before { top: 17px; height: 0 }
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover { background: #363636; }
#cssmenu ul ul ul li.active a { border-left: 1px solid #333 }
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a { border-top: 1px solid #333 }

@media screen and (max-width:1000px) {
.logo { position: absolute; top: 0; left: 0; width: 100%; height: 46px; text-align: center; padding: 10px 0 0 0; float: none }
.logo2 { display: none }
nav { width: 100%; }
#cssmenu { width: 100% }
#cssmenu ul { width: 100%; display: none; padding-top: 20px; }
#cssmenu ul li { width: 100%; }
#cssmenu ul li:hover { background: #363636; }
#cssmenu ul ul li, #cssmenu li:hover > ul > li { height: auto }
#cssmenu ul li a, #cssmenu ul ul li a { width: 100%; border-bottom: 0 }
#cssmenu > ul > li { float: none }
#cssmenu ul ul li a { padding-left: 25px }
#cssmenu ul ul li { }
#cssmenu ul ul li:hover { background: #363636!important }
#cssmenu ul ul ul li a { padding-left: 35px }
#cssmenu ul ul li a { color: #ddd; background: none }
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a { color: #fff }
#cssmenu ul ul, #cssmenu ul ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left }
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before { display: none }
#cssmenu #head-mobile { display: block; padding: 23px; color: #ddd; font-size: 12px; font-weight: 700 }
.button { width: 55px; height: 46px; position: absolute; right: 0; top: 0; cursor: pointer; z-index: 12399994; }
.button:after { position: absolute; top: 22px; right: 20px; display: block; height: 8px; width: 20px; border-top: 2px solid #222; border-bottom: 2px solid #222; content: '' }
.button:before { -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; position: absolute; top: 16px; right: 20px; display: block; height: 2px; width: 20px; background: #222; content: '' }
.button.menu-opened:after { -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; top: 23px; border: 0; height: 2px; width: 19px; background: #222; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg) }
.button.menu-opened:before { top: 23px; background: #222; width: 19px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg) }
#cssmenu .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #444; height: 46px; width: 46px; cursor: pointer }
#cssmenu .submenu-button.submenu-opened { background: #262626 }
#cssmenu ul ul .submenu-button { height: 34px; width: 34px }
#cssmenu .submenu-button:after { position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #ddd; content: '' }
#cssmenu ul ul .submenu-button:after { top: 15px; right: 13px }
#cssmenu .submenu-button.submenu-opened:after { background: #fff }
#cssmenu .submenu-button:before { position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #ddd; content: '' }
#cssmenu ul ul .submenu-button:before { top: 12px; right: 16px }
#cssmenu .submenu-button.submenu-opened:before { display: none }
#cssmenu ul ul ul li.active a { border-left: none }
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a { border-top: none }
}
/*----------------------------- Banner -------------------------------------*/
#mainSlider { padding: 0; background: #474747; background: -moz-linear-gradient(left, #474747 0%, #a0a0a0 100%); background: -webkit-linear-gradient(left, #474747 0%, #a0a0a0 100%); background: linear-gradient(to right, #474747 0%, #a0a0a0 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#a0a0a0', GradientType=1);
}
#mainSlider h1 { color: #fff; text-align: center; font-size: 70px; line-height: 110%; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 0; transition: font 200ms ease-out; text-shadow: 0 0 30px rgba(0,0,0,0.4); }
#mainSlider p { color: #fff; font-size: 42px; line-height: 150%; font-weight: 300; letter-spacing: .015em; text-transform: none; margin-top: 20px; margin-bottom: 20px; transition: font 200ms ease-out; text-shadow: 0 0 30px rgba(0,0,0,0.4); }
#mainSlider a.banner_link { display: inline-block; background: #4c0028; color: #fff; text-decoration: none; font-size: 24px; border: 1px solid rgba(255,255,255,0.5); border-radius: 4px; padding: 10px 30px; transition: font 200ms ease-out; text-transform: uppercase; }
.owl-carousel { text-align: center; cursor: default; }
.owl-buttons { display: block; }
.owl-prev, .owl-next { display: inline-block; position: absolute; top: 0; bottom: 0; width: 30px; height: 30px; font-size: 30px; color: #FFF; border: none; margin: auto; transition: all 200ms ease-out; }
.owl-prev { left: 40px; }
.owl-next { right: 40px; }
.owl-prev svg, .owl-next svg { fill: #fff; }
/*#owl-main .item::before { content: ""; position: absolute; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0, 38, 57, .3); }*/
#owl-main .item { height: 44vh; background-color: #FFF; background-position: center 55%; background-size: cover; }
#owl-main.height-md .item { height: 100vh; }
#owl-main.height-lg .item { height: 100vh; }
#owl-main .item>.container { position: relative }
#owl-main .container { display: table; height: inherit; }
#owl-main .caption { display: table-cell; vertical-align: middle; }
#owl-main .owl-controls { display: block; position: static; }
#owl-main .owl-prev, #owl-main .owl-next { bottom: 0; }
.owl-controls .owl-pagination { text-align: center; position: absolute; bottom: 10px; left: 0; right: 0; }

.owl-controls .owl-pagination .owl-page { display: inline-block; margin: 0 5px; cursor: pointer; width: 20px; height: 20px;  border-radius: 100%; 
    border:1px solid #4c0028;  }
.owl-controls .owl-pagination .owl-page.active { background: #4c0028; }





  #events .owl-prev {background: url(../images/left-arrow.svg) no-repeat 0 0;width: 48px; height: 48px;text-indent: -555px; background-size: cover;left: 10px;  overflow: hidden; }
   #events .owl-next {background: url(../images/right-arrow.svg) no-repeat 0 0;width: 48px; height: 48px;text-indent: -555px;background-size: cover;right: 10px; overflow: hidden;}


 #achievement .owl-prev {background: url(../images/left-arrow.svg) no-repeat 0 0;width: 48px; height: 48px;text-indent: -555px; background-size: cover;left: 10px;  overflow: hidden; }
   #achievement .owl-next {background: url(../images/right-arrow.svg) no-repeat 0 0;width: 48px; height: 48px;text-indent: -555px;background-size: cover;right: 10px; overflow: hidden;}


/*--------------------------------- Upcoming Events ---------------------------------------------------*/
.upcoming_events { background: url(../images/upcoming_events.jpg) no-repeat  -15% 0; min-height: 400px; overflow: hidden; background-size: 51%; }
.whatido { background: url(../images/banner4.jpg) no-repeat 115% 35%; min-height: 400px; overflow: hidden;background-size: 55%; }
.whatido .slider_border_left { width: 120px; }
.whatido .slider_border_left svg { fill: #4c0028; }
.whoweare { background: url(../images/whoweare.jpg) no-repeat 120% 0%; min-height: 400px; overflow: hidden;background-size: 57%; }
.whoweare .slider_border_left { width: 120px; }
.whoweare .slider_border_left svg { fill: #fff; }

.border_sec, .border_sec_left { position: relative; }
.slider_border_right, .slider_border_left { width: 92px; position: absolute; z-index: 2; top: 0; right: auto; bottom: 0; left: auto; height: 102%; display: block; }
.slider_border_left { left: -1px; top: -2px; }
.slider_border_right { right: -2px; bottom: -2px; }
.slider_container.left_border .slider_border_left { display: block; }
.flip_horizontal { -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); -ms-filter: fliph; /*IE*/ filter: fliph; /*IE*/ }
.slider_border_left svg { fill: #862656; }
.sec_block { padding:80px 30px; }
.sec_block h2 { color: #862656; font-size: 32px; font-weight: bold; margin-bottom: 30px; }
.sec_block h2.page_name { color: #fff; font-size: 32px; font-weight: bold; margin-top: 0; text-align: right; }
.sec_block p { color: #4e4e4e; font-size: 15px; margin-bottom: 15px; }
.sec_block a.btn_main, .btn_main { padding: 10px 30px; background: #862656; color: #fff; font-size: 16px; text-decoration: none; margin: 10px 0; display: inline-block; transform: skewX(-20deg); }

.sec_block ul { list-style: none; margin-left: 0; padding-left: 0;}
.sec_block ul li { margin-bottom: 7px; list-style: none; float: left; margin-left: 0; position: relative; }

.sec_block ul li::before { 
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 30px;
    height: 25px;
    background: url(../images/bulet.jpg) no-repeat 0 0;
        background-size: auto auto;
    background-size: cover;
}

.sec_block ul li p {padding-left: 40px;  }

.sec_block_inner { padding:30px 30px; }
.sec_block_inner h2 { color: #862656; font-size: 32px; font-weight: bold; text-align: right; }

.sec_block a.btn_main span, .btn_main span { transform: skewX(20deg); display: block; }
.reverse { background: #4c0028; }
.reverse h2 { color: #fff; }
.reverse p { color: #fff; }
.reverse .sec_block { padding-left: 0; }
.section { padding: 60px 0; }
.sec_title { padding: 30px; text-align: center; }
.sec_title h2 { color: #862656; font-size: 32px; font-weight: bold; text-transform: uppercase; }
.sec_title p { color: #4e4e4e; font-size: 15px; margin-bottom: 15px; }
.d_block { display: block; }
.d_block .d_block_icon { width: 175px; height: 250px; margin: 0 auto; position: relative; z-index: 2 }
/*.d_block .d_block_content {width: 255px; height: 255px; border-radius: 100%;background: #4c0028;color: #fff;margin:0 auto;padding-top: 36%;text-align: center;}*/
.d_block .d_block_content { /* width: 255px; */
	/* height: 255px; */
	/* border-radius: 100%; */
	/* background: #4c0028; */
color: #4c0028; margin: 0 auto; padding-top: 15%; text-align: center; }
.d_block .d_block_content h2 { font-size: 26px; margin: 0; }
.d_block .d_block_content h2 a { text-decoration: none; color: #862656; }
.d_block .d_block_content p { font-size: 14px; margin: 0; }
.d_block .d_block_icon.icon_football { background: url(../images/football.jpg) no-repeat center center; }
.d_block .d_block_icon.icon_cricket { background: url(../images/cricket.jpg) no-repeat center center; }
.d_block .d_block_icon.icon_badminton { background: url(../images/badminton.jpg) no-repeat center center; }
.d_block .d_block_icon.icon_tennis { background: url(../images/tennis.jpg) no-repeat center center; }
.d_block .d_block_icon.icon_martialarts { background: url(../images/martialarts.jpg) no-repeat center center;}
.d_block .d_block_icon.icon_basketball { background: url(../images/basketball.jpg) no-repeat center center; background-size: 100%;}
/*.p_a {background: url(../images/p-a.jpg) no-repeat 90% top;min-height: 400px;overflow: hidden;}*/
.p_a { background: #4c0028; overflow: hidden; min-height: 400px; }
.img_sec_mask { display: block; background: #4c0028; border: 10px solid #7d204e; transform: skewX(-10deg); width: 100%; height: 100%; max-height: 500px;overflow: hidden; }
.img_sec_mask img { transform: skewX(10deg); min-width: 100%; margin-left: -35px; }
.t_block { display: block; text-align: center; }
.t_block .trainerImg { }
.t_block .t_block_content { }
.t_block .t_block_content h2 { font-size: 26px; margin: 0 0 20px 0; }
.t_block .t_block_content h2 span { font-size: 14px; margin: 0; color: #b40862; display: block; }
.t_block .t_block_content h2 span small {color: #999; display: block;margin: 5px 0 0 0; font-size: 14px; color: #868585; }

.t_block .t_block_content p { font-size: 16px; margin: 0; line-height: 30px; color: #868585; text-overflow: ellipsis; overflow: hidden; min-height: 120px; height: 100%; padding:8px; }

.t_block .t_block_content a { font-size: 16px; margin: 20px 0; background: #862656; color: #fff; padding: 10px 30px; text-decoration: none; display: inline-block; border-radius: 4px; }
/**/


.achivement-bg { background: #f4f4f4; }
.archivement {  }
.archivement h2 { font-size: 26px; margin: 0; padding: 20px 0 0 30px; color: #862656; }
.a_img { position: relative; }
.a_img img { position: absolute; right: -120px; top: -52px; }
.archivement_list { padding: 20px; }
.archivement_list ul { padding: 0px; margin: 0; }
.archivement_list ul li { padding: 10px 20px; margin: 0; display: block; list-style-type: none; position: relative; font-size: 14px; }
.archivement_list ul li svg { width: 20px; max-width: 5%; float: left; fill: #862656; margin-right: 15px; }
.archivement_list ul li span { width: left; }

.archivement_list ul li::after { clear: both; content: ''; display: table; }
/**/
.last_events_header { position: relative; width: 60%; }
.last_events_header::before { background: #7d204e; color: #fff; content: ''; display: block; -webkit-transform: skew(-11.5deg, 0); -ms-transform: skew(-11.5deg, 0); transform: skew(-11.5deg, 0); position: absolute; z-index: -1; top: 0; right: 12px; bottom: 0; left: -4500px; }
.last_events_header h2 { color: #fff; font-size: 30px; text-align: right; padding: 30px 10% 30px 3px; margin: 0; }
.events_slider { max-height: 400px; overflow: hidden; margin-top: 30px; }
.events_slider .slider_border_left svg { fill: #fff; }
.events_slider .col-sm-5 { padding: 0; }
.events_content { padding-top: 40px; }
.events_content p { line-height: 25px;  margin-bottom: 15px; font-size: 14px;}
.swiper-button-prev { top: 42% !important; background-image: none !important; left: 26px !important; }
.swiper-button-next { left: 10px !important; top: 53% !important; background-image: none !important; }
.events_slider .btn_main { text-transform: uppercase; }
/**/
.footer_social { background: #4c0028; color: #fff; padding: 30px 0; text-align: center; font-size: 22px; }
.footer_social a { color: #fff; font-size: 22px; text-decoration: none; }
.footer_social svg {  width: 24px; margin-bottom: -4px; }
.footer_social col5:nth-child(1) svg { fill: #004aab;}
.footer_social col5:nth-child(2) svg { fill: #00b7eb;}
.footer_social col5:nth-child(3) svg { fill: #ff0004;}
.footer_social col5:nth-child(4) svg { fill: #0278b6;}
.footer_social col5:nth-child(5) svg { fill: #015d8e;}
a.fb svg { fill: #004aab;}
a.tw svg { fill: #00b7eb;}
a.in svg { fill: #0278b6;}
a.you svg { fill: #ff0004;}
a.ins svg { fill: #015d8e;}

.footer { background: #7d204e; color: #fff; padding: 30px 0 0; }
.footer p { font-size: 15px; line-height: 30px; }
.footer ul { padding: 0; }
.footer li { list-style-type: none; padding: 5px 0 5px 20px; font-size: 15px; position: relative; }
.footer li a { color: #fff; text-decoration: none; }
.footer ul.link li::before { content: ''; width: 10px; height: 10px; background-size: 100%; padding-right: 10px; position: absolute; left: 0; top: 13px; background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0ibTQwLjQsMTIxLjNjLTAuOCwwLjgtMS44LDEuMi0yLjksMS4ycy0yLjEtMC40LTIuOS0xLjJjLTEuNi0xLjYtMS42LTQuMiAwLTUuOGw1MS01MS01MS01MWMtMS42LTEuNi0xLjYtNC4yIDAtNS44IDEuNi0xLjYgNC4yLTEuNiA1LjgsMGw1My45LDUzLjljMS42LDEuNiAxLjYsNC4yIDAsNS44bC01My45LDUzLjl6IiBmaWxsPSIjZmZjY2U2Ii8+CiAgPC9nPgo8L3N2Zz4K) }
.footer ul.address li svg { width: 5%; float: left; fill: #fff; }
.footer ul.address li span { width: 95%; float: left; padding-left: 7px; }
.footer ul.address li::after { clear: both; content: ''; display: table; }
.copyright { background: #4c0028; color: #fff; text-align: center; padding: 30px 0; margin-top: 30px; }
.copyright a { color: #fff; text-decoration: none; }

.inner-main { padding-top: 90px; }
.con_pic { margin-top: 100px; margin-bottom: 80px;  }
.con_pic img { max-width: 100%; width: 100%; border: 5px solid #a72c69; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
   box-shadow: 0 0 10px rgba(0,0,0,0.5); }


/*************************** about us **************************/

.about_head {  }
.about_head .slider_border_left { width: 120px; }
.about_head .slider_border_left svg { fill: #4c0028; }

.about_con {  }
.about_con .slider_border_left { width: 120px; }
.about_con .slider_border_left svg { fill: #fff; }

/*************************** events **************************/

.events_pic { margin-top: 20px; margin-bottom: 10px; padding: 20px;  }
.events_pic img { max-width: 100%; height: 300px; border: 5px solid #a72c69;    box-shadow: 0 0 10px rgba(0,0,0,0.5); }
/**/
.gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
.gallery a.big img {
  width: 40%;
}
.align-center {
  text-align: center;
}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .7;
    display: none;
    z-index: 6
}

.sl-wrapper {
    z-index: 10
}

.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 24px;
    padding: 0;
    cursor: pointer
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 15
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-algin: center;
    display: block;
    z-index: 15
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 40px
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 40px
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: #000;
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.sl-spinner {
    display: none;
    background-image: url("../images/loder.gif");
    border-radius: 50px;
    height: 100px;
    left: 50%;
    margin:0px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 100px;
    z-index: 10;
/*    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite*/
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-ms-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

/**/
.m0 { margin: 0; }
.p0 { padding: 0; }
.db { display: block; }
.pr { position: relative; }
.f_12 { font-size: 12px !important; }
.h100 { height: 100%; }
.d_block { display: block; }
.m_top0 { margin-top: 0px; }
.m_top2 { margin-top: 2px; }
.m_top5 { margin-top: 5px; }
.m_top8 { margin-top: 8px; }
.m_top10 { margin-top: 10px; }
.m_top15 { margin-top: 15px; }
.m_top20 { margin-top: 20px; }
.m_top25 { margin-top: 25px; }
.m_top30 { margin-top: 30px; }
.m_top35 { margin-top: 35px; }
.m_top60 { margin-top: 60px; }
.m_top70 { margin-top: 70px; }
.m_top80 { margin-top: 80px; }
.m_top90 { margin-top: 90px; }
.m_right3 { margin-right: 3px; }
.m_right5 { margin-right: 5px; }
.m_right8 { margin-right: 8px; }
.m_right10 { margin-right: 10px; }
.m_right15 { margin-right: 15px; }
.m_right20 { margin-right: 20px; }
.m_right30 { margin-right: 30px; }
.m_right50 { margin-right: 50px; }
.m_left5 { margin-left: 5px; }
.m_left10 { margin-left: 10px; }
.m_left15 { margin-left: 15px; }
.m_left20 { margin-left: 20px; }
.m_left30 { margin-left: 30px; }
.m_left40 { margin-left: 40px; }
.m_bot0 { margin-bottom: 0px; }
.m_bot5 { margin-bottom: 5px; }
.m_bot8 { margin-bottom: 8px; }
.m_bot10 { margin-bottom: 10px; }
.m_bot15 { margin-bottom: 15px; }
.m_bot20 { margin-bottom: 20px; }
.m_bot30 { margin-bottom: 30px; }
.m_l_r60 { margin-left: 60px; margin-right: 60px; }
.p_top0 { padding-top: 0px; }
.p_top2 { padding-top: 2px; }
.p_top5 { padding-top: 5px; }
.p_top10 { padding-top: 10px; }
.p_top15 { padding-top: 15px; }
.p_top20 { padding-top: 20px; }
.p_top25 { padding-top: 25px; }
.p_top30 { padding-top: 30px; }
.p_top45 { padding-top: 45px; }
.p_top60 { padding-top: 60px; }
.p_left5 { padding-left: 5px; }
.p_left10 { padding-left: 10px; }
.p_left15 { padding-left: 15px; }
.p_left20 { padding-left: 20px; }
.p_left30 { padding-left: 30px; }
.p_left35 { padding-left: 35px; }
.p_left70 { padding-left: 70px; }
.p_left110 { padding-left: 110px; }
.p_bot0 { padding-bottom: 0px; }
.p_bot5 { padding-bottom: 5px; }
.p_bot8 { padding-bottom: 8px; }
.p_bot10 { padding-bottom: 10px; }
.p_bot15 { padding-bottom: 15px; }
.p_bot20 { padding-bottom: 20px; }
.p_bot30 { padding-bottom: 30px; }
.p_bot40 { padding-bottom: 40px; }
.p_bot50 { padding-bottom: 50px; }
.p_bot60 { padding-bottom: 60px; }
.p_rig05 { padding-right: 5px; }
.p_rig10 { padding-right: 10px; }
.p_rig15 { padding-right: 15px; }
.p_rig20 { padding-right: 20px; }
.p_rig25 { padding-right: 25px; }
.p_rig30 { padding-right: 30px; }
.padding0 { padding: 0 !important; }
.p_20 { padding: 20px; }
.p_40 { padding: 40px; }
.p_top0 { padding-top: 0; }
.p_bot0 { padding-bottom: 0; }

.gal-pad-bot { padding-bottom: 100px; float: left; }

/*********************  contact start  *********************/
.contact {  margin-top: 50px; text-align: center; }
.map-canvas { 	width: 100%;	position: relative;		box-shadow: 0 0 15px rgba(0,0,0, 0.13);}
.contact i.icon { font-size: 50px; color: #871109; }
.contact h2 { font-size: 20px; color: #333; margin-top: 15px; margin-bottom: 15px;  text-align: center; font-family: "Montserrat", sans-serif;  }
.contact p { line-height: 20px; }
.sub-heading { font-size: 20px; display: block; padding-bottom: 10px; font-family: "Montserrat", sans-serif; }


.btn-info { color: #fff;	background-color: #d59617;	border-color: #d59617; }
.btn-info:hover { 	color: #000;	background-color: #d59617;	border-color: #d59617; }

.sub-heading { 	font-size: 20px;	display: block;	padding-bottom: 10px;	font-family: "Montserrat", sans-serif; }
.form-group { 	margin-bottom: 1rem; }

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;

	border-radius: 3px;

	
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}
input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
	line-height: 34px
}
.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
	line-height: 30px
}
.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
	line-height: 46px
}
}
.form-group {
	margin-bottom: 15px
}
.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}
.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}
.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
select[multiple].input-sm, textarea.input-sm {
	height: auto
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background-image: none
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}
.btn-default .badge {
	color: #fff;
	background-color: #333
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	background-image: none
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}
.btn-info {
	color: #fff;
	background-color: #7d204e;;
	border-color: ##7d204e;
}
.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #4c0028;
	border-color: #4c0028
}
.btn-info:hover {
	color: #fff;
	background-color: #4c0028;
	border-color: #4c0028
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	background-image: none
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	background-image: none
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}
.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}
.btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent; 
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.form-control {
	min-height: 48px;
	border-radius: 2px;
    border:1px solid #ced4da;
    
}

.contact a { color: #4e4e4e; text-decoration: none; }
.contact a:hover { color: #7d204e;  text-decoration: none;}

    .t_block {padding: 0 30px;}
    .owl-prev {background: url(assets/images/left-arrow.svg) no-repeat 0 0;width: 48px; height: 48px;text-indent: -555px; background-size: cover;left: -40px; overflow: hidden;}
    .owl-next {background: url(assets/images/right-arrow.svg) no-repeat 0 0;width: 48px; height: 48px;text-indent: -555px;background-size: cover;right: -40px;  overflow: hidden;}

.modal-body img {  max-width: 100%; width: 100%;   }


/******************************* disiplin start ************************/


  .contact_info { 	position: relative;	color: #fff;	margin: 10% 0 15%;	min-height: 300px; }
    .ar_h5_overlay { 	position: absolute;	top: 0;	left: 0;		min-height: 200px;	width: 80%;	background-color: #7d204e;	z-index: 1; }
         .add_img_right { 	position: relative;	z-index: 2;	width: 60%;	padding: 0;	margin-top: -7%;	float: right; }
    .dici { 	position: relative;	z-index: 2;	width: 40%;	float: left;	padding: 5% 7%; }
    .dici .h3 { 	font-size: 24px; margin-top: 100px; }
         .add_img_right { 	position: relative;	z-index: 2;	width: 60%;	padding: 0;	margin-top: -7%;	float: right; }
      .add_img_left { 	position: relative;	z-index: 2;	width: 60%;	padding: 0;	margin-top: -7%;	float: left; }   
         
       .dici2 {	position: relative;	z-index: 2;	width: 40%;	float: right;	padding: 5% 7%;}  
          .dici2 .h3 { 	font-size: 24px; margin-top: 100px; }
         .right { 	right: 0;	left: auto !important; }
         
         .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}
a:hover, a:focus { 	color: #fff;	text-decoration: none; }

/****************************** social media ********************/



@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}



#sticky-social {
   left: 0;
   position: fixed;
   top: 35%;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="youtube"],
#sticky-social a[class*="youtube"]:hover,
#sticky-social a[class*="youtube"] span { background: #ff0004; } 

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }

.achi img { max-width: 100%;  Width:100%; }