/*------------------------------------------------------------------

[TABLE OF CONTENTS]

- GLOBAL
- GUI
  -- Titles
  -- Paragrafs
  -- Buttons
  -- Images
  -- List
  -- Forms
    -- Radio/check customisation
  -- Tables
  -- Decor
  -- Tabs
  -- Dropcap
  -- Blockquote
  -- Pagination
  -- Alert
  -- Tooltip
  -- Progress bar
  -- Effects
  -- Sections
  -- Other
- COMPONENTS
- FOOTER
-------------------------------------------------------------------*/
/* ======= GLOBAL ======= */
body {
  font: 14px/1.8571 Lato;
  color: #777;
  background-color: #222;
}

.l-theme {
  position: relative;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  overflow-x: hidden;
}

.l-main-content {
  padding-top: 100px;
  padding-right: 68px;
  padding-bottom: 140px;
}

.l-sidebar {
  margin-bottom: 70px;
  padding-top: 100px;
}

.l-sidebar_right {
  margin-left: -30px;
}

p + p {
  margin-top: 20px;
}
.btn-primary{
  background: #0ea9dd;
  color: #fff;
  padding: 11px 30px;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-primary:hover{
  background: #da2750;
  color: #fff !important;
}
.btn-primary:active:hover, 
.btn-primary.active:hover,  
.btn-primary:active:focus, 
.btn-primary.active:focus,  
.btn-primary:active.focus{
  background-color: #da2750 !important;
  border-color: #da2750 !important;
  color: #fff !important;
} 
.btn-primary:focus, .btn-primary.focus{
  background-color: #da2750 !important;
  border-color: #da2750 !important;
  color: #fff !important;
}
.btn-secondary{
  background: #da2750;
  color: #fff;
  border: 1px solid #da2750;
  padding: 11px 30px;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-secondary:hover{
  background: #0ea9dd;
  border-color: #0ea9dd;
  color: #fff !important;
}
/* ======= GUI ======= */
/* Titles */
.ui-title-page {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding: 38px 88px 32px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.b-isotope .tab-content .b-isotope-grid{
 display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
.b-isotope .tab-content .b-isotope-grid .rightcontent .show-read-more{
  font-size: 15px;
  color: #717171;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.b-isotope .tab-content .b-isotope-grid .rightcontent .show-read-more p{
      margin-top: 8px;
}
.b-isotope .tab-content .b-isotope-grid li{
     display: inline-block;
    margin-bottom: 5rem;
}
.b-isotope .tab-content .b-isotope-grid li:nth-child(16n+4), .b-isotope .tab-content .b-isotope-grid li:nth-child(16n+10){
  clear: left;
}
.b-isotope .tab-content .b-isotope-grid .rightcontent .buttondiv{
      margin-top: 1rem;
}
.b-isotope .tab-content .b-isotope-grid .rightcontent a.btn{
    font-size: 14px;
}
.b-isotope .tab-content .b-isotope-grid .leftimg .imgleftdiv a{
  display: block;
}
.b-isotope .tab-content .b-isotope-grid .leftimg .imgleftdiv img{
      margin-bottom: 0;
    /* height: 400px; */
    object-fit: cover;
    width: 100%;
    display: block;    object-position: top;
}
.b-isotope .tab-content .b-isotope-grid .leftimg .imgleftdiv .social{
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 10px;
} 

.b-isotope .tab-content .b-isotope-grid .leftimg .imgleftdiv .social a{
      font-size: 16px;
    background: #da2750;
    padding: 0;
    color: #fff;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin: 0 5px;
    transition: all 0.3s ease-in-out 0s;
}
.b-isotope .tab-content .b-isotope-grid .leftimg .imgleftdiv .social a:hover{
  background-color: #333;
}

.ui-title-block {
  margin-top: 23px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.ui-title-block .text-primary {
  font-weight: 400;
}

.ui-title-block_lg {
  margin-bottom: 22px;
  font-size: 48px;
  font-weight: 300;
}

.ui-title-block_lg .text-primary {
  font-weight: 300;
}

.ui-title-block_weight_normal {
  margin-bottom: 25px;
  font-weight: 400;
}

.ui-title-block_weight_normal .text-primary {
  font-weight: 600;
}

.ui-subtitle-block {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.67;
  color: #222;
}

.ui-subtitle-block .ui-decor-2 {
  display: inline-block;
  width: 20px;
  margin-right: 15px;
  vertical-align: super;
}

.ui-title-inner {
  font-size: 18px;
}

.survey-div .questions1{    text-align: left;
    padding: 35px;
    border: #ececec solid 1px;
    border-radius: 10px;
    box-shadow: rgb(238 238 238 / 75%) 5px 3px 10px;
    margin-bottom: 35px;}
.survey-div .questions1 h4{margin-bottom: 20px;}
.survey-div .questions1 ul li{margin-bottom: 15px;}
.survey-div .form-group{text-align: left;}
.survey-div .form-group .form-control, .survey-div .form-group .form-control:focus{box-shadow: none;}

/* Paragrafs */
.block-paragraphs-1 p {
  margin-bottom: 25px;
  padding-right: 45px;
  line-height: 1.85;
}

.block-paragraphs-1 p:last-child {
  margin-bottom: 40px;
}

.block-paragraphs-2 p {
  margin-bottom: 25px;
}

.block-paragraphs-2 .list {
  margin-top: 52px;
}

.block-paragraphs-2 .ui-subtitle-block {
  margin-top: 67px;
}

/* Buttons */
.btn-shadow {
  box-shadow: 2.5px 4.3px 14.3px 0.8px rgba(0, 0, 0, 0.05);
}

.btn-type-1 {
  background-color: #f1f1f1;
}

.btn-type-1:hover {
  color: #fff;
}

.btn .icon {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: 10px;
  margin-left: -5px;
  vertical-align: super;
  background-color: #ddd;
}

/* Button effect*/
.btn {
  position: relative;
  margin-right: 1px;
  overflow: hidden;
  z-index: 1;
}

.btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  z-index: -1;
  content: '';
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn:hover:after {
  height: 500%;
  opacity: 1;
}

.btn.btn-primary:after {
  background-color: #fff;
}

.btn_no-effect:after {
  content: none;
}

/* Images */
.img-default {
  margin-bottom: 30px;
}

.img-default_mrg_lg {
  margin-bottom: 50px;
}

.img-post {
  margin-top: 30px;
}

.img-w-radius {
  border-radius: 20px 0 20px 0;
}

.img_mr-10 {
  margin-right: 10px;
  margin-left: 10px;
}

img.pull-right {
  padding-left: 20px;
}

img.pull-left {
  padding-right: 20px;
}

.img_type-1 {
  margin-right: -30px;
  margin-left: -30px;
}

.img_type-2 {
  margin-top: -45px;
  margin-left: -147px;
}

.img-mask {
  -webkit-clip-path: polygon(27% 0%, 100% 0%, 73% 100%, 0% 100%);
          clip-path: polygon(27% 0%, 100% 0%, 73% 100%, 0% 100%);
}

#events-2024 ul li::nth-child(6n+4){
  clear: left;
}

/* Lists */
.list {
  margin-top: 30px;
  margin-bottom: 40px; 
  padding-left: 0;
  list-style-type: none;
}

.list li {
  position: relative;
  margin-bottom: 5px;
  margin-bottom: 9px;
  padding-left: 30px;
}

.list li:before {
  position: absolute;
  top: 5px;
  left: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.list li > a {
  color: #777;
}

.list li > a:hover {
  text-decoration: none;
}

.list_bold {
  font-weight: 700;
}

.list-mark-1 li:before {
  font: 12px 'ElegantIcons';
  content: '\52';
}

.list-mark-2 li {
  padding-left: 39px;
}

.list-mark-2 li:before {
  left: 14px;
  font-family: 'Stroke-Gap-Icons';
  content: '\e677';
}

.list-mark-3 li:before {
  font-family: FontAwesome;
  content: '\f00c';
}

.list-mark-3 li:hover:before {
  content: '\f00d';
}

.list-mark-4 li {
  padding-left: 0;
}

/*.list-mark-4 li:before {
  top: 9px;
  font-family: 'Simple-Line-Icons';
  font-size: 6px;
  content: '\e071';
}*/

.list-mark-5 li:before {
  font-family: 'Simple-Line-Icons';
  content: '\e066';
}

.list-num {
  counter-reset: list;
}

.list-num li:before {
  display: inline-block;
  font-weight: 700;
  content: counter(list) ". ";
  counter-increment: list;
}

/* Forms */
select:focus {
  outline-style: none;
}

input::-webkit-input-placeholder {
  color: #888;
}

input::-moz-placeholder {
  color: #888;
}

input:-ms-input-placeholder {
  color: #888;
}

.ui-form-1 .btn {
  margin-top: 10px;
  padding-right: 36px;
}

.ui-form-2 .form-control {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
}

.ui-select {
  width: 100%;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 16px;
  vertical-align: top;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  text-transform: inherit;
}

/* Radio/check customisation */
.forms__label {
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
  padding-left: 45px;
  cursor: pointer;
}

.forms__label:last-child {
  margin-right: 0;
}

.forms__label-check:before, .forms__label-radio:before {
  position: absolute;
  left: 0;
  border: 1px solid #fff;
  content: '';
}

.forms__label-check:after, .forms__label-radio:after {
  position: absolute;
  display: none;
}

.forms__label-check {
  display: block;
  height: 22px;
  margin-top: 0;
  margin-right: 12px;
  margin-bottom: 19px;
  padding-left: 29px;
  font-weight: 400;
}

.forms__label-check:before {
  top: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

.forms__label-check:after {
  padding-top: 3px;
  padding-top: 5px;
}

.forms__label-check-1:after {
  top: 8px;
  left: 4px;
  width: 7px;
  height: 7px;
  content: '';
}

.forms__label-check-2:after {
  top: 1px;
  left: 3px;
  font: 11px/1 FontAwesome;
  color: #fff;
  color: #666;
  content: '\f00c';
  text-align: center;
}

.forms__label-radio {
  height: 12px;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 23px;
}

.forms__label-radio:before {
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.forms__label-radio:after {
  top: 6px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}

.forms__label-radio-1:after {
  background-color: #fff;
}

.forms__label-radio-2:before {
  border: 1px #ccc solid;
}

.forms__label-radio-3:before {
  border: 1px #e4e4e4 solid;
}

.forms__label-radio-3:after {
  background-color: #666;
}

.forms__check, .forms__radio {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

.forms__check:checked + .forms__label-check:after,
.forms__radio:checked + .forms__label-radio:after {
  display: block;
}

.forms__check:checked + .forms__label-check:before {
  box-shadow: none;
}

.forms__radio:checked + .forms__label-radio:before {
  box-shadow: 0 0 2px rgba(211, 211, 211, 0.75);
}

.label-group-inline {
  white-space: nowrap;
}

/* Decor elements */
.ui-decor-2 {
  display: inline-block;
  width: 40px;
  height: 3px;
}

.ui-decor-2_vert {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ui-decor-1_full-width {
  position: relative;
  margin-top: 10px;
  margin-bottom: 45px;
  overflow: hidden;
}

.ui-decor-1_full-width:before, .ui-decor-1_full-width:after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #eee;
  content: '';
}

.ui-decor-1_full-width:before {
  right: 50%;
  margin-right: 20px;
}

.ui-decor-1_full-width:after {
  right: 0;
  left: 50%;
  margin-left: 20px;
}

/* Tables */
.table th:first-child,
.table td:first-child {
  padding-left: 20px;
}

.table-type-1 {
  border-bottom: 1px solid #eee;
}

.table-type-1 > thead > tr > th {
  padding-top: 30px;
  padding-bottom: 22px;
  background-color: #f4f4f4;
}

.table-type-2 > thead > tr > th {
  padding-top: 26px;
  padding-bottom: 25px;
}

.table-type-2 > tbody > tr > td {
  border: 1px solid #eee;
}

.table-type-2 > thead:first-child > tr:first-child > th {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom-width: 4px;
  border-left: 1px solid #eee;
}

/* Tabular scrolling for mobile devices */
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
}

.table-container::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
}

.table-container::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Tabs */
.tab-content img {
  margin-bottom: 20px;
}

/* Dropcap */
.dropcap:first-letter {
  float: left;
  margin-right: 10px;
  padding: 10px;
  font: 700 46px/1 Montserrat;
  color: #fff;
  border-width: 2px;
  border-style: solid;
}

.dropcap_secondary:first-letter {
  color: #333;
  border: 1px solid #eee;
}

.dropcap_sm:first-letter {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
}

/* Blockquote */
.blockquote cite {
  display: block;
  font-style: normal;
}

/* Pagination */
.pagination__title {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  font-family: Poppins;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
}

.pagination__title:after {
  display: block;
  width: 25px;
  height: 3px;
  margin-top: 7px;
  content: '';
}

/* Alert */
.alert {
  letter-spacing: 0.05em;
}

.alert .icon {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
  vertical-align: middle;
}

.alert__inner {
  padding-left: 70px;
}

.alert .close {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -9px;
  font-size: 18px;
  color: #222;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.alert .close:hover {
  opacity: 1;
}

.alert-default {
  color: #666;
  background-color: #f1f1f1;
}

.alert-default .alert-icon .icon {
  color: #444;
}

.alert-1 {
  background-color: #ffbc3a;
}

.alert-2 {
  color: #fff;
  background-color: #9160ff;
}

.alert-3 {
  background-color: #fff5e1;
}

.alert-3 .alert-icon .icon {
  color: #ffbc3a;
}

.alert-4 {
  background-color: #ffe7e4;
}

.alert-4 .alert-icon .icon {
  color: #ff523a;
}

.alert-5 {
  background-color: #d5ffe3;
}

.alert-5 .alert-icon .icon {
  color: #00d547;
}

.alert-block {
  margin-bottom: 21px;
  padding: 22px 50px 30px;
  text-shadow: none;
}

.alert-title {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.alert-text {
  font: 300 12px Merriweather;
  color: #333;
  letter-spacing: 0.025em;
}

.alert-icon {
  float: left;
  margin-top: 20px;
}

.alert-icon .icon {
  font-size: 30px;
}

/* Tooltip */
.tooltip {
  text-transform: uppercase;
}

.link-tooltip-1 {
  font-weight: 700;
  color: #666;
}

.link-tooltip-2 {
  font-weight: 700;
  color: #000101;
}

/* Progress bar */
.progress_w_border {
  border: 1px solid #eee;
}

.progress_round {
  border-radius: 11px;
}

.progress_round .progress-bar {
  border-radius: 11px;
}

.progress_shadow {
  box-shadow: inset 0.5px 0.9px 2px rgba(1, 1, 1, 0.1);
}

.progress_background {
  background-color: #f7f7f7;
}

.progress_high {
  height: 22px;
}

.progress_border_primary, .progress_border_secondary {
  border-width: 2px;
  border-style: solid;
}

.progress__title {
  margin-bottom: 5px;
  font-family: Poppins;
  font-weight: 500;
  color: #222;
}

.progress-1 .progress-bar {
  background-color: #ff523a;
}

.progress-2 .progress-bar {
  background-color: #00d547;
}

.progress-3 .progress-bar {
  background-color: #9160ff;
}

.progress-block-group {
  margin-top: 55px;
  padding-left: 40px;
}

.progress-block-group .progress-block {
  margin-bottom: 38px;
}

.progress-w-number {
  height: 2px;
  background-color: #ccc;
}

.progress-w-number .progress-bar {
  position: relative;
}

.progress-w-number .progress-bar__number {
  position: absolute;
  top: -35px;
  right: -30px;
  width: 31px;
  padding: 3px 0 1px;
  font-family: Poppins;
  font-size: 9px;
  color: white;
  border-radius: 3px;
  background-color: #777;
}

.progress-w-number .progress-bar__number:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #777;
  content: '';
}

/* Effects */
.border-effect {
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.border-effect__mark {
  color: #fff;
}

.border-effect__top,
.border-effect__right,
.border-effect__bottom,
.border-effect__left {
  position: absolute;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.border-effect__top,
.border-effect__bottom {
  width: 100%;
  height: 3px;
}

.border-effect__left,
.border-effect__right {
  width: 3px;
  height: 100%;
}

.border-effect__top {
  top: 0;
  left: -100%;
}

.border-effect__right {
  top: -100%;
  right: 0;
}

.border-effect__bottom {
  right: -100%;
  bottom: 0;
}

.border-effect__left {
  bottom: -100%;
  left: 0;
}

/* Sections */
.section-area {
  position: relative;
}

.section-default {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-default_padd-top {
  padding-top: 50px;
}

.section-default_padd-bottom {
  padding-bottom: 120px;
}

.section-default_lg {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-content {
  padding-top: 90px;
  padding-bottom: 100px;
}

.section-inner {
  margin-top: 60px;
}

.section-border {
  border-bottom: 1px solid #eee;
}

.section-texture {
  background-image: url(../media/general/texture-1.png);
}

.section-texture_green {
  background-color: #01cb93;
}

.section-texture_blue {
  background-color: #0170cb;
}

.section-texture_grey {
  background-color: #555;
}

.section-texture-2 {
  background-image: url(../media/general/texture-2.png);
}

.section-radius {
  border-radius: 20px 0;
}

.section-type-1 {
  padding-top: 120px;
  padding-bottom: 53px;
}

.section-type-1__inner {
  margin-left: 35px;
  padding-top: 10px;
}

.section-type-1 .btn {
  margin-top: 51px;
}

.section-type-1 .ui-title-block {
  margin-top: 20px;
  margin-bottom: 25px;
}

.section-type-1 .ui-subtitle-block {
  margin-bottom: 26px;
}

.section-type-2 {
  padding: 92px 120px 75px;
}

.section-type-2 .ui-subtitle-block {
  margin-bottom: 35px;
}

.section-type-3 {
  padding: 90px 0 65px;
}

.section-type-3 .ui-title-block {
  margin-bottom: 31px;
}

.b-contact-social-net {
  padding-top: 43px;
  padding-bottom: 50px;
}

.b-contact-social-net .social-net {
  width: 100%;
  text-align: center;
}

.b-contact-social-net .social-net .social-net__item {
  position: relative;
  display: inline-block;
  float: none;
  width: 114px;
  margin-right: 0;
  background-color: transparent;
}

.b-contact-social-net .social-net .social-net__item:before {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #ddd;
  content: '';
}

.b-contact-social-net .social-net .social-net__item:last-child:before {
  content: none;
}

.b-contact-social-net .social-net .social-net__link {
  line-height: 1;
  color: #ccc;
}

.b-contact-social-net .social-net .social-net__link .icon {
  display: block;
  font-size: 22px;
}

.area-bg {
  position: relative;
}

.area-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  content: '';
}

.area-bg__inner {
  position: relative;
  z-index: 110;
}

.area-bg_dark:after {
  background-color: #000;
}

.area-bg_light:after {
  background-color: #f1f1f1;
}

.area-bg_grey:after {
  background-color: #111;
}

.area-bg_op_30:after {
  opacity: 0.3;
}

.area-bg_op_40:after {
  opacity: 0.4;
}

.area-bg_op_50:after {
  opacity: 0.5;
}

.area-bg_op_60:after {
  opacity: 0.6;
}

.area-bg_op_70:after {
  opacity: 0.7;
}

.area-bg_op_80:after {
  opacity: 0.8;
}

.area-bg_op_85:after {
  opacity: 0.85;
}

.area-bg_op_90:after {
  opacity: 0.9;
}

.area-bg_op_95:after {
  opacity: 0.95;
}

.area-bg_type-1 {
  background-image: url("../media/general/bg/2.jpg");
}

.section-full-width__main {
  padding-right: 80px;
  padding-left: 80px;
}

.section-full-width__bg {
  background-size: cover;
}

.section-table {
  display: table;
  width: 100%;
  overflow: hidden;
}

.section-table__inner {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

/* CAROUSEL */
.owl-theme .owl-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #eee;
  opacity: 0.5;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background-color: #eee;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  width: 30px;
  height: 40px;
  margin: 0 2px;
  font: normal normal 18px FontAwesome;
  color: #fff;
  vertical-align: middle;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div i {
  display: inline-block;
  font-style: normal;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev i:after {
  content: '\f0d9';
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-next i:after {
  content: '\f0da';
}

.owl-theme_mod-a .owl-controls {
  text-align: right;
}

.owl-theme_mod-a .owl-controls .owl-pagination {
  display: inline-block;
}

.owl-theme_mod-a .owl-controls .owl-page {
  display: block;
  margin-bottom: 10px;
}

.owl-theme_mod-a .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  background-color: transparent;
}

.owl-theme_mrg-btn_80 {
  margin-bottom: 80px;
}

/* Other */


.label-vertical {
  margin-top: 54px; 
  background-size: contain;
}

.text-bg {
  padding: 5px;
  color: #fff;
}

.bg-border {
  font-weight: 500;
  color: #666;
  border: 1px dashed #222;
  border-radius: 2px;
}

.color-dark {
  font-weight: 700;
}

.color-white {
  color: #fff;
}

.bg-grey {
  background-color: #f7f7f7;
}

.text-primary_h,
.bg-primary_h,
.border_prim_h,
.border-t_prim_h,
.border-b_prim_h,
.border-l_prim_h,
.border-r_prim_h,
.text-second_h,
.bg-second_h,
.border_second_h,
.border-t_second_h,
.border-r_second_h,
.border-l_second_h,
.border-b_second_h {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pruning {
  overflow: hidden;
}

.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.js-scroll-next + .js-scroll-content {
  display: none;
}

.js-scroll-next {
  cursor: pointer;
}

.row_no-mrg {
  margin-right: 0;
  margin-left: 0;
}

.col_no-pdg {
  padding-right: 0;
  padding-left: 0;
}

.block-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block-table__cell {
  padding-right: 0;
  padding-left: 0;
  vertical-align: top;
  overflow: hidden;
}

.block-table__inner {
  height: 100%;
  overflow: hidden;
}

.br {
  display: block;
}

.no-br {
  white-space: nowrap;
}

.section-policy {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-policy h2 {
  margin-bottom: 40px;
}

.section-policy h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-policy p {
  margin-bottom: 5px;
}

.section-policy .list-letter {
  margin-bottom: 10px;
  list-style-type: lower-alpha;
}

/* ======= COMPONENTS ======= */
.accordion-1 .panel .icon {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  background-color: transparent;
}

.accordion-1 .panel-title.panel-passive,
.accordion-1 .panel-default .panel-title {
  color: #fff;
  border-left-color: #eee;
}

.accordion-1 .btn-collapse {
  border-left: 1px solid rgba(243, 243, 243, 0.2);
}

.accordion-1 .btn-collapse .icon:before {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.accordion-1 .btn-collapse.collapsed {
  border-left-color: rgba(204, 204, 204, 0.5);
  background-color: transparent;
}

.accordion-1 .btn-collapse.collapsed .icon:before {
  border-bottom-color: #999;
  border-left-color: #999;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion-1 .panel-body {
  background-color: #f3f4f5;
}

.accordion-1 .panel-heading {
  position: relative;
}

.accordion-1 .panel-heading .btn-collapse {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 47px;
  height: 30px;
  text-align: center;
}

.accordion-2 .panel {
  margin-bottom: 13px;
  border: none;
}

.accordion-2 .panel:last-child {
  margin-bottom: 0;
}

.accordion-2 .panel-collapse {
  padding-left: 28px;
}

.accordion-2 .panel-heading {
  border: none;
}

.accordion-2 .panel-default .btn-collapse {
  font-weight: 600;
  color: #1c1f23;
}

.accordion-2 .panel-default .btn-collapse .icon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion-2 .btn-collapse {
  width: 100%;
  height: auto;
  font-size: 12px;
  font-weight: 400;
  color: #7b7d7f;
}

.accordion-2 .btn-collapse .icon:before {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.accordion-2 .btn-collapse.collapsed {
  border-color: none none #cccecf #cccecf;
  background-color: transparent;
}

.accordion-2 .btn-collapse.collapsed .icon:before {
  content: '';
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.b-404 {
  margin-top: 200px;
  padding-top: 356px;
  padding-bottom: 220px;
  background: url("../media/components/b-404/bg-1.png") no-repeat 50% 0;
}

.b-404__title {
  font-size: 28px;
  text-transform: uppercase;
}

.b-404__info {
  margin-bottom: 50px;
  padding-top: 2px;
  font-size: 16px;
}

.section-advantages {
  padding-top: 110px;
  padding-bottom: 90px;
}

.b-advantages {
  position: relative;
}

.b-advantages:before, .b-advantages:after {
  display: table;
  content: "";
}

.b-advantages:after {
  clear: both;
}

.lt-ie8 .b-advantages {
  zoom: 1;
}

.b-advantages-1 {
  margin-top: 50px;
  text-align:center;
}

.b-advantages-1 .b-advantages__icon {
 
  top: 0;
  left: 0;
  font-size: 38px;
  font-weight: 400;
}

.b-advantages-1 .b-advantages__title {
  display: block;
  margin-bottom: 15px;
  font-size:22px;
}

.b-advantages-1 .b-advantages__info {
  padding-bottom: 0px;
}

.b-advantages-1 .btn {
  margin-top: 20px;
}

.b-advantages-2 {
  padding-bottom: 25px;
  padding-left: 120px;
}

.b-advantages-2__icon {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
}

.b-advantages-2__title {
  position: relative;
  display: block;
  padding-top: 36px;
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
}

.b-advantages-2__title:before {
  position: absolute;
  top: 47px;
  left: -60px;
  width: 30px;
  height: 3px;
  margin-right: 30px;
  content: '';
}

.b-advantages-2_light {
  padding-left: 188px;
  padding-bottom: 23px;
}

.b-advantages-2_light .b-advantages-2__title {
  color: white;
}

.b-advantages-2_light .b-advantages-2__title:before {
  left: -63px;
}

.b-advantages-2_light .b-advantages-2__icon {
  left: 70px;
}

.b-advertisement {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  background-image: url("../media/components/b-advertisement/bg-1.jpg");
  text-align: center;
}

.b-advertisement__label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 18px 2px;
  font-family: Poppins;
  font-size: 28px;
  border-radius: 6px 0;
}

.b-advertisement__title {
  margin-bottom: 3px;
  color: #fff;
}

.b-advertisement__info {
  font-size: 18px;
}

.b-blockquote-1 {
  margin-top: 36px;
  margin-bottom: 40px;
  padding-bottom: 5px;
  padding-left: 54px;
  font: italic 20px/1.8 'PT Serif';
  color: #222;
}

.b-blockquote-1:before {
  position: absolute;
  top: 27px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ccc;
  content: '';
}

.b-blockquote-1:after {
  position: absolute;
  top: 17px;
  left: -65px;
  display: block;
  width: 67px;
  height: 52px;
  font: 50px FontAwesome;
  content: '\f10d';
}

.b-blockquote-1 .b-blockquote__footer {
  margin-top: 33px;
}

.b-blockquote-1 .b-blockquote__author {
  display: block;
  width: 65px;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
}

.b-blockquote-1 .b-blockquote__category {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  color: #999;
  letter-spacing: 0.1em;
}

.b-blockquote-1 .b-blockquote__cite {
  font-style: normal;
}

.b-blockquote-2__cite {
  font-style: normal;
}

.b-blockquote-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 175px;
  font: italic 24px/1.5 'PT Serif';
}

.b-blockquote-3:before {
  position: absolute;
  top: 25px;
  left: 122px;
  width: 40px;
  height: 3px;
  background-color: #ccc;
  content: '';
}

.b-blockquote-3:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 67px;
  height: 52px;
  font: 60px FontAwesome;
  content: '\f10d';
}

.b-blockquote-3 .b-blockquote__footer {
  margin-top: 46px;
}

.b-blockquote-3 .b-blockquote__footer:before, .b-blockquote-3 .b-blockquote__footer:after {
  display: table;
  content: "";
}

.b-blockquote-3 .b-blockquote__footer:after {
  clear: both;
}

.lt-ie8 .b-blockquote-3 .b-blockquote__footer {
  zoom: 1;
}

.b-blockquote-3 .b-blockquote__author {
  display: block;
  margin-bottom: 8px;
  padding-top: 17px;
  font-family: Poppins;
  font-size: 16px;
}

.b-blockquote-3 .b-blockquote__category {
  display: block;
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}

.b-blockquote-3 .b-blockquote__cite {
  display: block;
  padding-left: 90px;
  font-style: normal;
}

.b-blockquote-3 .b-blockquote__face {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.b-blockquote-3_w_bg {
  color: white;
}

.b-blockquote-3_w_bg:before {
  background-color: #fff;
}

.b-blockquote-3_w_bg .b-blockquote {
  color: #fff;
}

.b-blockquote-3_w_bg .b-blockquote__author {
  color: #fff;
}

.b-blockquote-3_w_bg .b-blockquote__category {
  color: #ccc;
}

.section-brands .ui-subtitle-block { margin-bottom:50px; }

.section-default.section-events { padding-bottom:0;}
.section-brands {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #eef5fd;
  padding: 40px 0;
}
.section-brands .text-center{ margin-bottom:70px; }

.section-brands-2 {
  padding-top: 100px;
  padding-bottom: 155px;
}

.b-brands {
  margin-right: auto;
  margin-left: auto;
}

.b-brands__item {
  padding-right: 15px;
  padding-left: 15px;
}
.brand-title{
    color: #da2750;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-align: right;
    margin-bottom: 10px;
}
 .brand-content p{
  font-family: 'Montserrat', sans-serif;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #717171;
 }
 @media (max-width:767px) {
   .brand-content{
    display: none;
   }
  }
.section-contact {
  padding-top: 100px;
  padding-bottom: 70px;
}

.b-contact {
  position: relative;
  padding: 68px 50px 40px;
  color: white;
  min-height: 310px !important;
}

.b-contact__title {
  margin-top: 44px;
  margin-bottom: 45px;
}

.b-contact__name {
  margin-bottom: -2px;
  font-family: Poppins;
  font-size: 16px;
}

.b-contact__info {
  font-size: 18px;
  font-weight: 700;
}
.b-contact__info a{
  color: #ffffff;
}
.b-contact__icon {
  position: absolute;
  top: 33px;
  right: 50px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.b-events {
  padding-top: 33px;
  padding-bottom: 85px;
}

.b-events__inner {
  padding-left: 30px;
}

.b-events__inner p {
  margin-bottom: 27px;
}

.b-events__title {
  margin-top: 20px;
  margin-bottom: 17px;
  font-size: 18px;
}

.b-events__title .ui-decor-2 {
  position: absolute;
  top: 25px;
  left: -30px;
  width: 45px;
}

.b-events__subtitle {
  margin-top: 45px;
  margin-bottom: 24px;
  font-size: 14px;
}

.b-events__details {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #222;
  opacity: 0.8;
}

.b-events__details .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #777;
  vertical-align: middle;
}

.b-events__media {
  position: relative;
}

.b-events .b-events-calendar {
  position: relative;
  display: inline-block;
  margin-top: -63px;
  padding: 15px 0;
  font-family: Poppins;
  color: white;
  border: 10px solid #fff;
  border-radius: 45px;
  z-index: 100;
  text-align: center;
}

.b-events .b-events-calendar:before, .b-events .b-events-calendar:after {
  display: table;
  content: "";
}

.b-events .b-events-calendar:after {
  clear: both;
}

.lt-ie8 .b-events .b-events-calendar {
  zoom: 1;
}

.b-events .b-events-calendar__item {
  float: left;
  width: 25%;
  padding: 2px 36px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.b-events .b-events-calendar__item:last-child {
  border-right: none;
}

.b-events .b-events-calendar__number {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.b-events .b-events-calendar__title {
  display: block;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-events {
  padding-top: 100px;
  padding-bottom: 100px;
}

.b-events-2 {
  margin-top: 34px;
  padding: 0 15px;
}

.b-events-2__inner {
  padding-left: 30px;
}

.b-events-2__inner p {
  margin-bottom: 27px;
}

.b-events-2 .ui-decor-2 {
  display: inline-block;
}

.b-events-2__title {
  position: relative;
  margin-top: 35px;
  margin-bottom: 12px;
  font-size: 18px;
}

.b-events-2__subtitle {
  margin-top: 45px;
  margin-bottom: 24px;
  font-size: 14px;
}

.b-events-2__details {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #222;
  opacity: 0.8;
}

.b-events-2__details .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #777;
  vertical-align: middle;
}

.b-events-2__media {
  position: relative;
  margin-bottom: -21px;
}

.b-events-2 .b-events-calendar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  font-family: Poppins;
  color: #fff;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  text-align: center;
}

.b-events-2 .b-events-calendar__wrap {
  position: absolute;
  right: 30px;
  bottom: 47px;
  left: 30px;
}

.b-events-2 .b-events-calendar__item {
  position: relative;
  float: left;
  width: 25%;
  line-height: 1;
}

.b-events-2 .b-events-calendar__item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: ':';
}

.b-events-2 .b-events-calendar__item:last-child:after {
  content: none;
}

.b-events-2 .b-events-calendar__number {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.b-events-2 .b-events-calendar__title {
  display: block;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-form-contact {
  padding-bottom: 150px;
}

.section-form-contact .btn {
  margin-top: 40px;
}

.section-form-contact .ui-title-block {
  margin-top: 27px;
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-form-contact .ui-title-block .ui-decor-2 {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.section-form-contact_color_white {
  height: 100%;
  padding: 94px 30px 30px 90px;
  color: white;
}

.section-form-contact_color_white .ui-title-block {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  color: #fff;
  text-transform: none;
}

.section-form-contact_color_white .ui-title-block span {
  font-weight: 400;
}

.section-form-contact_color_white .ui-subtitle-block {
  margin-bottom: 45px;
  color: #fff;
}

.section-form-contact_color_white .b-form-contact {
  max-width: 640px;
}

.section-form-contact_color_white .form-control::-webkit-input-placeholder {
  color: #fff;
  border-bottom-color: #ffa88c;
}

.section-form-contact_color_white .form-control::-moz-placeholder {
  color: #fff;
  border-bottom-color: #ffa88c;
}

.section-form-contact_color_white .form-control:-ms-input-placeholder {
  color: #fff;
  border-bottom-color: #ffa88c;
}

.section-form-contact_color_white .btn {
  margin-top: 30px;
  color: #222;
  background-color: #fff;
}

.b-info {
  margin-right: -5px;
  margin-left: 5px;
  padding: 61px 20px 75px;
  font-family: Poppins;
  color: white;
  text-align: center;
}

.b-info_right {
  margin-right: 5px;
  margin-left: -5px;
}

.b-info__title {
  font-size: 30px;
  font-weight: 600;
  color: white;
}

.b-info__text {
  font-size: 16px;
}

.b-info__btn {
  margin-top: 37px;
  color: #fff;
}

.b-info-section {
  padding: 0 30px 110px 110px;
}

.b-info-section__img-1 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: -120px;
  margin-left: 60px;
}

.b-info-section__img-2 {
  max-width: 100%;
  height: auto;
  margin-top: 85px;
  margin-left: -60px;
}

.b-info-section__inner {
  max-width: 570px;
  padding-top: 172px;
}

/* ---- isotope ---- */
.grid-item {
  float: left;
}

.grid-item img {
  height: auto;
  width:100%;
}

.b-isotope {
  background: #fff;
}

.b-isotope:before, .b-isotope:after {
  display: table;
  content: "";
}

.b-isotope:after {
  clear: both;
}

.lt-ie8 .b-isotope {
  zoom: 1;
}

.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
  height: 255px;
}

.grid-item_wx2 {
  width: 20%;
}

.grid-item_wx4 {
  width: 40%;
}

.grid-item_hx2 {
  height: 358px;
}

.b-isotope-filter {
  margin-top: 46px;
  margin-bottom: 60px;
  margin-left: 0;
}

.b-isotope-filter > li {
  padding-right: 26px;
  padding-left: 0;
}

.b-isotope-filter > li > a {
  position: relative;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.b-isotope-filter > li > a:after {
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 7px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-isotope-filter > li > a.current, .b-isotope-filter > li > a:hover {
  color: #222;
}

.b-isotope-grid {
  margin-bottom: 75px;
}

.b-isotope-grid__inner {
  display: block;
  overflow: hidden;
}

.b-isotope-grid__wrap-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 42px 50px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-isotope-grid__wrap-info:hover {
  opacity: 1;
}

.b-isotope-grid__title {
  display: block;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.b-isotope-grid__categorie {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #ccc;
  opacity: 0.8;
}

.b-isotope-grid .icon {
  position: absolute;
  right: 50px;
  bottom: 48px;
  font-size: 24px;
}

.b-isotope__info {
  display: inline-block;
  margin-right: 60px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #222;
  vertical-align: middle;
}

.section-gallery {
  padding-top: 100px;
  padding-bottom: 80px;
}

/* MAIN SLIDER */
.main-slider {
  position: relative;
  color: white;
  text-align: center;
}

.main-slider__title {
  margin-top: 14px;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-slider__info {
  margin-bottom: 20px;
  padding-top: 270px;
  font: italic 20px 'PT Serif';
  letter-spacing: 0.2em;
}

.main-slider__btn {
  margin: 35px 10px 0;
  color: #fff;
}

.main-slider__item-1, .main-slider__item-2, .main-slider__item-3 {
  position: absolute;
}

.main-slider__item-1 img,
.main-slider__item-2 img,
.main-slider__item-3 img {
  display: block;
}

.main-slider__item-1 {
  top: 0;
  left: 0;
}

.main-slider__item-2 {
  top: 20px;
  right: 10px;
}

.main-slider__item-3 {
  top: 20px;
  left: 0;
}

.main-slider__decor {
  display: inline-block;
  width: 3px;
  height: 25px;
  margin-top: 10px;
}

.main-slider .sp-next-arrow,
.main-slider .sp-previous-arrow {
  width: 50px;
  height: 50px;
  margin: 0 60px;
  padding-top: 11px;
  border: none;
  border-radius: 50%;
  background-color: black;
}

.main-slider .sp-next-arrow:before,
.main-slider .sp-previous-arrow:before {
  display: inline-block;
  font-family: 'Simple-Line-Icons';
  font-size: 12px;
  content: '\e071';
}

.main-slider .sp-next-arrow:before {
  padding-left: 5px;
}

.main-slider .sp-previous-arrow:before {
  padding-left: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-slider_mod-a {
  text-align: left;
}

.main-slider_mod-a .main-slider__decor {
  margin-top: 20px;
  margin-left: 90px;
}

.main-slider_mod-a .main-slider__info {
  padding-top: 314px;
}

.main-slider_mod-a .main-slider__btn {
  margin-top: 30px;
  margin-left: 0;
}

/*01  Blog */
.b-post .entry-title {
  color: #333;
}

.b-post .entry-title,
.b-post .entry-title a {
  color: #333;
}

.b-post .entry-meta__item {
  margin-right: 14px;
}

.b-post .entry-meta__link {
  color: #777;
}

.b-post .entry-meta__icon {
  display: inline-block;
}

.b-post .entry-date {
  display: inline-block;
}

.b-post .entry-date__month {
  display: block;
}

.b-post .entry-header {
  position: relative;
}

.b-post_mr-rg_38 {
  margin-right: 38px;
}

.b-post_mr-lf_38 {
  margin-left: 38px;
}

.b-post-sm-1 {
  margin-bottom: 52px;
}

.b-post-sm-1:last-child {
  margin-bottom: 0;
}

.b-post-sm-1 .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.b-post-sm-1 .entry-title,
.b-post-sm-1 .entry-title a {
  color: #222;
}

.b-post-sm-1 .entry-main {
  padding-left: 7px;
}

.b-post-sm-1 .ui-decor-2 {
  margin-top: -6px;
  margin-bottom: 35px;
}

.b-post-sm-1_align_center {
  margin-top: 43px;
  text-align: center;
}

.b-post-sm-1_align_center .ui-decor-2 {
  display: inline-block;
}

.b-post-sm-1_align_center .entry-media img {
  display: inline-block;
}

.b-post-sm-2 {
  padding-top: 35px;
  padding-bottom: 15px;
}

.b-post-sm-2 .entry-title {
  margin-bottom: 20px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 1.625;
}

.b-post-sm-2 .entry-title,
.b-post-sm-2 .entry-title a {
  color: #222;
}

.b-post-sm-2 .entry-main {
  padding-left: 20px;
}

.b-post-sm-2 .ui-decor-2 {
  display: block;
  margin-top: -6px;
  margin-bottom: 38px;
}

.b-post-sm-2 .entry-meta__item {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  opacity: 0.8;
}

.b-post-sm-2 .entry-meta__link {
  color: #222;
}

.b-post-sm-2 .entry-meta .icon {
  display: inline-block;
  margin-top: -2px;
  margin-right: 12px;
  color: #777;
  vertical-align: middle;
}

.b-post-1 {
  padding-bottom: 60px;
}

.b-post-1 .entry-title {
  margin-top: 18px;
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: -0.01em;
}

.b-post-1 .entry-meta__item {
  margin-right: 24px;
  font-size: 12px;
  font-weight: 700;
}

.b-post-1 .entry-meta__item:last-child {
  margin-right: 20px;
}

.b-post-1 .entry-meta__link {
  color: #222;
}

.b-post-1 .entry-meta__icon {
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
}

.b-post-1 .entry-content {
  margin-bottom: 41px;
}

.b-post-1 .entry-content p + p {
  margin-top: 30px;
}

.b-post-1 .entry-content h3 {
  margin-top: 56px;
  margin-bottom: 20px;
}

.b-post-1 .ui-decor-1_full-width {
  margin-bottom: 37px;
}

.b-post-1 .entry-footer .btn {
  float: left;
}

.b-post-1 .entry-footer .entry-meta {
  float: right;
}

.b-post-1 .entry-footer .entry-meta__item {
  display: block;
  margin-top: 9px;
}

.b-post-1 .entry-footer__social-links {
  float: left;
  margin-top: 0;
}

.b-post-1 .entry-footer .social-net__title {
  display: inline-block;
  margin-right: 9px;
  font-family: Poppins;
  font-weight: 600;
  color: #222;
}

.b-post-1 .entry-footer .social-net__title:after {
  display: block;
  width: 25px;
  height: 3px;
  margin-top: 10px;
  content: '';
}

.b-post-1 .entry-footer .social-net {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.b-post-1 .entry-footer .social-net__item {
  margin-right: 0;
  background-color: transparent;
}

.b-post-1 .entry-footer .post-tags {
  float: right;
  margin-top: 8px;
  padding: 3px 16px 3px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
}

.b-post-1 .entry-footer .post-tags__link {
  padding-right: 4px;
  font-family: Poppins;
  font-size: 11px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}

.b-post-1 .ui-decor-2 {
  display: block;
  margin-top: -2px;
  margin-bottom: 47px;
  margin-left: 7px;
}

.b-post-full .entry-content {
  padding-right: 30px;
}

/*02  Comments */
.section-comment {
  margin-top: 73px;
  margin-bottom: 70px;
}

.section-comment .ui-subtitle-block {
  font-weight: 600;
}

.comments-list .children {
  margin-left: 125px;
}

.comments-list .comment {
  margin-bottom: 36px;
  margin-left: 33px;
  padding-top: 10px;
  padding-bottom: 34px;
  border-bottom: 1px solid #eee;
}

.comments-list .comment-avatar {
  float: left;
  width: 80px;
}

.comments-list .comment-inner {
  padding-left: 105px;
}

.comments-list .comment-header {
  margin-bottom: 19px;
  line-height: 1;
}

.comments-list .comment-author {
  margin-right: 11px;
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
  color: #333;
}

.comments-list .comment-datetime {
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  color: #777;
  opacity: 0.8;
  text-transform: uppercase;
}

.comments-list .comment-btn {
  float: right;
  margin-top: -2px;
  margin-right: 2px;
  font-family: Poppins;
  font-size: 12px;
  opacity: 0.8;
  text-transform: uppercase;
}

.comments-list .comment-btn .icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  color: #222;
  vertical-align: bottom;
  opacity: 0.8;
}

/*03  Blog form */
.form-reply {
  padding-left: 35px;
}

.form-reply .form-control {
  padding-left: 10px;
}

/*04 Other */
.about-author {
  position: relative;
  margin-top: 20px;
  padding: 55px 60px 55px 0;
}

.about-author:before {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  content: '';
}

.about-author__img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.about-author__inner {
  padding-left: 95px;
}

.about-author__header {
  margin-bottom: 12px;
  line-height: 1;
}

.about-author__title {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.about-author__category {
  display: block;
  margin-bottom: 26px;
  font-size: 12px;
  font-weight: 700;
  color: #777;
  opacity: 0.8;
}

.about-author__footer {
  margin-top: 26px;
  margin-left: 7px;
}

.about-author .social-net__link {
  display: block;
  width: 35px;
  padding: 5px 4px;
  color: #fff;
  text-align: center;
}

.about-author .social-net__link:hover {
  color: #333;
}

.b-pricing {
  margin-top: 120px;
  padding: 97px 50px 70px;
  border: 1px solid #eee;
  border-radius: 15px 0;
  text-align: center;
}

.b-pricing__title {
  margin-bottom: 3px;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.b-pricing__subtitle {
  padding-bottom: 27px;
  font-family: 'PT Serif';
  font-style: italic;
  color: #777;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.08em;
}

.b-pricing__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 31px;
  padding-left: 11px;
  font-size: 10px;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.b-pricing__description {
  margin-top: 50px;
  margin-bottom: 52px;
  font-weight: 700;
}

.b-pricing__description li {
  margin-bottom: 15px;
}

.b-pricing__btn {
  padding: 11px 44px;
  border: 2px solid #777;
}

.b-pricing .b-pricing-price {
  position: absolute;
  top: -70px;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  padding-top: 40px;
  font-family: 'PT Serif';
  font-size: 22px;
  line-height: 1;
  color: #fff;
  border: 10px solid white;
  border-radius: 50%;
  background-color: #777;
}

.b-pricing .b-pricing-price__title {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.1em;
}

.b-pricing .b-pricing-price__number {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  vertical-align: text-top;
}

.b-pricing__label {
  text-transform: uppercase;
}

.b-pricing.active {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}

.b-pricing.active .b-pricing__btn {
  background-color: transparent;
}

.b-pricing.active .b-pricing__btn:hover:after {
  background-color: #000;
}

.section-progress_mod-a {
  background-image: url("../media/general/bg/1.jpg");
  margin-bottom:70px;
}

.section-progress_mod-b {
  padding-bottom: 55px;
}

.b-progress-list {
  position: relative;
}

.b-progress-list__item {
  position: relative;
  float: left;
  width: 25%;
  padding-top: 74px;
  padding-bottom: 61px;
  font-family: Poppins;
}

.b-progress-list__percent {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.b-progress-list__name {
  font-size: 16px;
}

.b-progress-list {
  position: relative;
  margin-bottom: 0;
}

.b-progress-list_no-icon .b-progress-list__item {
  color: #000;
  text-align: center;
}

.b-progress-list_no-icon .b-progress-list__item:after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 29px;
  height: 15px;
  margin-top: -7px;
  background: url("../media/general/ui-decor-2.png") no-repeat;
  content: '';
}

.b-progress-list_no-icon .b-progress-list__item:last-child:after {
  content: none;
}

.b-progress-list_mod-a .b-progress-list__item {
  padding-right: 20px;
}

.b-progress-list_mod-a .b-progress-list__inner {
  display: inline-block;
  padding-left: 37px;
  vertical-align: middle;
}

.b-progress-list_mod-a .b-progress-list__percent {
  color: #222;
}

.b-progress-list_mod-a .b-progress-list__name {
  margin-left: -38px;
  font-family: 'PT Serif';
  font-size: 16px;
  font-style: italic;
  color: #222;
  letter-spacing: 0.02em;
}

.b-progress-list_mod-a .b-progress-list__name:before {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: 15px;
  vertical-align: super;
  background-color: #ddd;
  content: '';
}

.b-progress-list_mod-a .b-progress-list__icon {
  display: inline-block;
  margin-left: 20px;
  font-size: 46px;
  vertical-align: middle;
}

.b-request-estimate {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 437px;
  margin-bottom: -109px;
  color: white;
  z-index: 100;
}

.b-request-estimate__info {
  padding: 35px 50px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 8px 8px 0 0;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
}

.b-request-estimate__title {
  padding: 20px 0 60px 75px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 68%, 0% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 68%, 0% 50%);
}

.b-request-estimate .ui-decor-2 {
  width: 20px;
  margin-right: 12px;
  vertical-align: super;
  background-color: #fff;
}

.b-services {
  padding-top: 100px;
  padding-bottom: 140px;
  color: #fff;
  background-image: url("../media/general/bg/4.jpg");
}

.b-services .ui-title-block {
  color: #fff;
}

.b-services .ui-subtitle-block {
  color: #fff;
}

.social-net {
  margin-right: -8px;
}

.social-net .social-net__item {
  margin-right: 15px;
  padding: 3px 0;
  text-align: center;
}

.social-net__link {
  display: block;
  font-size: 14px;
  color: #fff;
}

.b-taglines {
  padding: 63px 0 75px;
  background-image: url(../media/general/bg/3.jpg);
}

.b-taglines__inner {
  position: relative;
  padding-left: 73px;
}

.b-taglines__inner:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ccc;
  content: '';
}

.b-taglines__title {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  color: white;
  letter-spacing: -0.001em;
}

.b-taglines__text {
  color: #ccc;
}

.section-team {
  padding-top: 110px;
  padding-bottom: 80px;
}

.section-team.parallax {
  padding-bottom: 125px;
  background-image: url("../media/general/bg/4.jpg");
}

.section-team.parallax .ui-title-block {
  color: #fff;
}

.section-team.parallax .ui-subtitle-block {
  color: #ccc;
}

.b-team {
  margin-top: 54px;
  margin-bottom: 26px;
  padding-left: 10px;
}

.b-team:before, .b-team:after {
  display: table;
  content: "";
}

.b-team:after {
  clear: both;
}

.lt-ie8 .b-team {
  zoom: 1;
}

.b-team__name {
  margin-top: 10px;
}

.b-team__category {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}

.b-team__description {
  margin-top: 20px;
  margin-bottom: 19px;
  padding-bottom: 22px;
  padding-left: 4px;
  letter-spacing: -0.01em;
}

.b-team__media {
  float: left;
  width: 260px;
}

.b-team__inner {
  position: relative;
  margin-left: 317px;
}

.b-team .ui-decor-2 {
  position: absolute;
  top: 8px;
  left: -70px;
  width: 45px;
}

.b-team .social-net__item {
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-team .social-net__link {
  font-size: 14px;
  color: #777;
}

.b-team .social-net__link:hover {
  color: #fff;
}

.b-team_light {
  margin-top: 37px;
  margin-bottom: 70px;
  padding-right: 15px;
  padding-left: 15px;
  color: #ccc;
}

.b-team_light .b-team__name {
  color: #fff;
}

.b-team_light .b-team__inner {
  padding-right: 10px;
}

.b-team_light .b-team__description {
  margin-top: 12px;
}

.b-team_mod-a {
  width: 50%;
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
  padding-right: 30px;
}

.b-title-page {
  position: relative;
  padding: 210px 0 140px;
  background-image: url("../media/components/b-title-page/bg-1.jpg");
  text-align: center;
  z-index:1;
}

.b-title-page__title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
}

.b-title-page .ui-decor-2 {
  width: 25px;
}

.ui-decor-2{
  display: none;
}

/* ======= TYPOGRAPHY ======= */
.typography-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.typography-section-border {
  border-bottom: 4px double #eee;
}

.typography-section__inner {
  margin-top: 67px;
}

.typography-title-number {
  padding-left: 85px;
  font-size: 16px;
  line-height: 1;
  color: #999;
  vertical-align: middle;
}

.typography__highlights {
  margin-bottom: 23px;
}

.typography-dropcap {
  margin-top: 44px;
}

.typography-blockquote {
  margin-top: 90px;
}

.typography-page .typography-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #777;
}

.typography-page .list {
  margin-bottom: 45px;
}

.typography-page .checkbox-group,
.typography-page .label-group {
  margin-left: 20px;
}

.typography-page .checkbox-group {
  margin-bottom: 50px;
}

.typography-page .ui-form {
  margin-bottom: 80px;
}

.typography-page .alert-group {
  margin-bottom: 55px;
}

.typography-page .table {
  margin-bottom: 65px;
}

.typography-page .typography-btn-group .btn {
  margin-right: 20px !important;
  margin-bottom: 40px;
  vertical-align: bottom;
}

.typography-page .typography-last-elem {
  margin-bottom: 0;
}

.table_primary-headings h1,
.table_primary-headings h2 {
  margin-bottom: 44px;
  line-height: 1;
  vertical-align: middle;
}

.table_primary-headings h3,
.table_primary-headings h4,
.table_primary-headings h5,
.table_primary-headings h6 {
  margin-bottom: 34px;
}

.wrap-title {
  margin-bottom: 56px;
}

/* ======= FOOTER ======= */
.footer {
  position: relative;
  padding-top: 60px;
  font-size: 13px;
  color: #eee;
  background-color: #1f1f1f;
}

.footer__main {
  padding-bottom: 77px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 53px;
}

.footer__contact {
  margin-bottom: 13px;
}

.footer__contact .icon {
  margin-right: 0;
  padding-right: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer__info {
  margin-right: 20px;
}

.footer__bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #151515;
}
.footer__bottom p{
  margin: 0;
}
.footer__bottom:before, .footer__bottom:after {
  display: table;
  content: "";
}

.footer__bottom:after {
  clear: both;
}

.lt-ie8 .footer__bottom {
  zoom: 1;
}

.footer .copyright {
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.footer .copyright p a{
  color: #fff;
}
.footer__bottom .row{
  display: flex;
  align-items: center;
}
.footer__bottom .terms-privacy{
  text-align: right;
}
.footer .copyright strong {
  font-weight: 400;
  color: #fff;
}

.footer .copyright__link {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .copyright__link + .copyright__link {
  padding-left: 8px;
}

.footer .footer__info p{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.footer .footer-section__title {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

.footer .footer-section__subtitle {
  margin-bottom: 10px;
  font-family: Poppins;
  font-weight: 500;
  color: #eee;
}

.footer .footer-section__list:before, .footer .footer-section__list:after {
  display: table;
  content: "";
}

.footer .footer-section__list:after {
  clear: both;
}

.lt-ie8 .footer .footer-section__list {
  zoom: 1;
}
.footer .footer-section .info-btn{
  display: inline-block;
}
.footer .footer-section .btn-primary {
  margin-top: 15px;
  display: block;
  padding: 8px 35px;
}
.footer .footer-section .btn {
  margin-top: 20px;
  color: #ccc;
  border-width: 1px;
  border-color: rgba(232, 232, 232, 0.3);
}

.footer .footer-form {
  position: relative;
  margin-bottom: 29px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3d3d3d;
}

.footer .footer-form__title {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: white;
}

.footer .footer-form__info {
  font-size: 14px;
  color: #777;
}

.footer .footer-form__input, .footer .footer-form__btn {
  border: none;
  background-color: transparent;
}

.footer .footer-form__input {
  width: 100%;
  padding: 7px 26px;
  font-style: italic;
  border-left: 1px solid #3d3d3d;
}

.footer .footer-form__input::-webkit-input-placeholder {
  color: #999;
}

.footer .footer-form__input::-moz-placeholder {
  color: #999;
}

.footer .footer-form__input:-ms-input-placeholder {
  color: #999;
}

.footer .footer-form__btn {
  font-size: 18px;
  color: #777;
  opacity: 0.8;
}

.footer .ui-decor-2 {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.footer .social-net__item {
  margin-right: 0;
  margin-left: 7px;
  padding-top: 1px;
  border: 2px solid rgba(250, 250, 250, 0.2);
  background-color: transparent;
}

.footer .social-net__link {
  color: #777;
}

.footer-list__item {
  display: inline-block;
  width: 100%;
  margin-right: -3px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  vertical-align: top;
}

.footer-list__item:before {
  color: #ccc;
}

.footer-list .footer-list__link {
  display: block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-gallery {
  margin-right: -6px;
}

.footer-gallery__item {
  float: left;
  width: 33.3%;
  margin-top: 6px;
  overflow: hidden;
}

.footer-gallery__item img {
  width: 100%;
}

.footer-gallery__link {
  display: block;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .footer__bottom .row{
    display: block;
    text-align: center;
  }
  .footer .copyright.pull-left{
    float: none !important;
  }
  .footer__bottom .terms-privacy{
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
  }
}
/* ======= PRELOADER ========== */
.preloaderjs .spinner {
  display: none !important;
}

.preloaderjs#page-preloader {
  background: rgba(46, 46, 46, 0.99) !important;
}

#page-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  z-index: 100500;
}

#page-preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border: 3px solid transparent;
  border-top-color: #e7e4d7;
  border-radius: 50%;
  z-index: 1001;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before, #page-preloader .spinner:after {
  position: absolute;
  border-radius: 50%;
  content: '';
}

#page-preloader .spinner:before {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 3px solid transparent;
  border-top-color: #71383e;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 3px solid transparent;
  border-top-color: #efa96b;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-sidebar {
  padding-bottom: 65px;
}

.widget-title {
  margin-bottom: 35px;
  font-size: 16px;
  text-transform: uppercase;
}

.widget-title .ui-decor-2 {
  width: 20px;
  margin-right: 12px;
  vertical-align: middle;
}

.widget-searce {
  margin-bottom: 76px;
  padding: 43px 30px 4px;
  border-radius: 8px 0;
}

.widget-searce .widget-title {
  margin-top: 0;
  margin-bottom: 27px;
  color: #fff;
}

.widget-searce .ui-decor-2 {
  background-color: #fff;
}

.widget-searce .form-sidebar {
  position: relative;
  margin-bottom: 40px;
  color: #fff;
}

.widget-searce .form-sidebar__input {
  width: 100%;
  height: 46px;
  margin-bottom: 0;
  padding-left: 24px;
  border: 2px solid #fafafa;
  border-radius: 23px;
  background-color: transparent;
}

.widget-searce .form-sidebar__input::-webkit-input-placeholder {
  color: #fff;
}

.widget-searce .form-sidebar__input::-moz-placeholder {
  color: #fff;
}

.widget-searce .form-sidebar__input:-ms-input-placeholder {
  color: #fff;
}

.widget-searce .form-sidebar__btn {
  position: absolute;
  top: 0;
  right: 5px;
  width: 60px;
  height: 100%;
  line-height: 1;
  border: none;
  background-color: transparent;
}

.widget-searce .form-sidebar__btn .icon {
  font-size: 16px;
}

.widget-list {
  margin-top: 0;
  margin-bottom: 0;
}

.widget-list__item {
  padding-left: 0;
  font-weight: 500;
}

.widget-list__item:before {
  opacity: 0.8;
}

.widget-list__link {
  display: block;
}

.widget-list .widget-list__link {
  font-family: Poppins;
  line-height: 1;
  color: #222;
}

.widget-list .widget-list__item {
  margin-bottom: 14px;
  padding: 5px 10px 15px 30px;
  border-bottom: 1px solid #eee;
}

.widget-list .widget-list__item:last-child {
  margin-bottom: 0;
}

.post-widget {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.post-widget:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.breadcrumb > li > a{
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.breadcrumb > li{
  font-size: 16px !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
}
.breadcrumb > li + li::before {
  content: "-" !important;
  padding: 0px 12px !important;
  font-size: 18px !important;
}
.post-widget__media {
  float: left;
}

.post-widget__inner {
  padding-left: 110px;
}

.post-widget__title {
  display: block;
  margin-top: -3px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #222;
}

.post-widget__date {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}

.post-widget-2 {
  position: relative;
  max-width: 292px;
  margin-top: -90px;
}

.post-widget-2__inner {
  position: absolute;
  bottom: 31px;
  width: 100%;
  padding: 0 30px;
}

.post-widget-2__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: white;
}

.post-widget-2__date {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}

.list-tags {
  margin-right: -8px;
  margin-bottom: -6px;
}

.list-tags:before, .list-tags:after {
  display: table;
  content: "";
}

.list-tags:after {
  clear: both;
}

.lt-ie8 .list-tags {
  zoom: 1;
}

.list-tags__link {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 17px 7px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.list-tags__link:hover {
  color: #fff;
  border-radius: 20px;
}

.widget-best-post .widget-title {
  position: relative;
  padding-top: 16px;
  padding-left: 30px;
  color: #fff;
  z-index: 100;
}
/**************** GALLERY START *****************/
.photogallery-box {
    margin-bottom: 30px;
    position: relative;
}
.galleryblock.photogallery-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(14, 169, 221, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.galleryblock.photogallery-box:hover:after{
  opacity: 1;
}
.pink-bg{
  background: #f0839b !important;
}
.sky-bg{
  background: #75b9e8 !important;
}
.photogallery-box .photo_text{
  text-align: center;
}
.photogallery-box .photo_text{
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 110px 15px;
  min-height: 360px;
  transition: all .3s;
}
.photo_img_box:hover .photo_text{
  opacity: 0;
}
.photogallery-box .photo_text h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}
.photogallery-box .photo_img_box a .fa {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-top: 90px;
    background-color: #eee;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    display: inline-block;
    padding-top: 60px;
    transform: scale(1);
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 888;
}
.photogallery-box:hover .photo_img_box a .fa {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    color: #0ea9dd;
    font-size: 30px;
    margin-top: 200px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: inline-block;
    padding-top: 14px;
    line-height: 31px;
    transform: scale(1);
    transition: all .3s ease-in-out;
    opacity: 1;
    z-index: 8888;
}
.galleryblock.photogallery-box .photo_text{
  padding: 0;
  min-height: auto;
  z-index: 888;
  opacity: 0;
}
.galleryblock.photogallery-box:hover .photo_text{
  opacity: 1;
}
.galleryblock .photo_img_box:hover .photo_text{
  opacity: 1;
}
.galleryblock.photogallery-box .photo_text h2{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .photogallery-box:hover .photo_img_box a .fa{
    margin-top: 170px;
  }
}
@media screen and (max-width: 991px) {
  .galleryblock.photogallery-box .photo_text h2{
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 700px) {
  .galleryblock.photogallery-box .photo_text h2{
    color: #000;
  }
  .galleryblock.photogallery-box .photo_text{
    opacity: 1;
    margin-top: 10px;
  }
  .galleryblock.photogallery-box::after{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .youth-gallry-inner{
    width: 100% !important;
  }
}
/**************** GALLERY END *****************/

#contactForm .form-control::placeholder{
  color: #222;
  font-size: 14px;
  font-weight: 500;
}

.call a,.mail a{
  color: #eee;
}
.resource-tab.nav-justified{
  width: 50% !important;
  margin: 0 auto 30px;
}
.header-topbarbox-1 li a{
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.footer__contact a{
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
/*Slider CSS*/

.slider-content{
  text-align: center;
  margin: 0 auto;
  float: none;
  position: relative;
}
.slider-block .slideshow_link{
    display: flex;
    align-items: center;
}
.slider-block .slideshow_link .container{
    position: absolute;
    left: 0;
    right: 0;
}
.slider-content .title{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.slider-content .subtitle{
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 1150px) {
  .slider-block{
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .programs-block .program-margin{
    margin-bottom: 30px;
  }
  .slider-content .subtitle{

    font-size:35px;
    line-height: 50px;
  }
  .slider-content .title{
    font-size:25px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .slider-content .subtitle{
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 650px) {
  .slider-content::before, .slider-content::after{
    display: none;
  }
  .slider-content .subtitle {
        font-size: 25px;
        line-height: 30px;
    }
    .slider-content .title {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (max-width: 450px) {
  .slider-content .subtitle{
    font-size: 30px;
    line-height: 40px;
  }
}
/*Slider CSS End*/

/*Service Block*/
.services-block {
  text-align: center;
  background: #eef5fd;
  padding-bottom: 40px;
}
.services-block .service-icon i{
  font-size: 40px;
  color: #000;
}
.service-content{
  margin-top: 10px;
}
.services-block .service-inner{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px 10px;
  background: #fff;
  border-radius: 20px;
}
.service-content .service-title{
  font-size: 25px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}
.service-content p{
  color: #717171;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.services-block .service-area{
  padding: 0 10px;
}
.service-section{
  margin-top: -7%;
}
img{
  max-width: 100%;
}
@media (max-width: 1150px) {
  .service-section{
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .service-content .service-title{
    font-size: 20px;
  }

}
@media (max-width: 600px) {
  .service-area{
    width: 100% !important;
    margin-bottom: 30px;
  }
}
/*Service Block*/

/*Story Block*/
.storyblock{
  background: #eef5fd;
  padding: 40px 0;
}
.story-btn{
  text-align: center;
  margin-top: 40px;
}
.story-btn .btn-sm, .btn-group-sm > .btn{
  padding: 10px 40px;  
}
.story-image-inner{
  overflow: hidden;
}
.story-btn .btn{
  text-transform: capitalize;
}
.story-btn a{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    background-color: #D9264F;
    border: 1px solid #D9264F;
    color: #fff;
}
.storyimage-2{
  position: relative;
}
.storyimage-2:after{
  content: '';
  position: absolute;
  z-index: -1;
  left: -60%;
  width: 281px;
  height: 286px;
  bottom: 0;
  background-image: url(../media/components/storyblock/storypattern.png);
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.storyblock .story-content .story-subtitle{
  font-size: 17px;
  font-weight: 600;
  color: #da2750;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.storyblock .story-content .story-title{
  font-size: 32px;
  line-height: 50px;
  color: #da2750;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
.story-content p{
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}
.story-content ul li{
  font-size: 16px;
  color: #000;
  list-style: none;
  margin-bottom: 7px;
  padding-left: 15px;
}
.story-content ul li:before{
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../media/components/storyblock/list-arrow.png);
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.story-content ul{
  padding-left: 15px;
  position: relative;
  float: left;
}
.years-block{
  display: inline-block;
  background: #da2750;
  padding: 20px 40px;
  text-align: center;
  border-radius: 100px;
}
.count-number{
    font-size: 30px;
    padding-right: 10px;
}
.story-content{

  text-align: center;
}
.years-block .years-title{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.story-image img{
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  overflow: hidden;
}
.story-image img:hover{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@media (max-width: 991px) {
  .storyblock .story-content .story-title{
    font-size: 30px;
    line-height: 35px;
  }
  .story-content ul{
    float: none;
  }
  .years-block{
    float: none;
    display: inline-block;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .story-image{
    width: 70%;
    text-align: center;
    margin: 0 auto 30px;
  }
}
@media (max-width: 576px) {
  .story-image{
    width: 100%;
  }
}
@media (max-width: 350px) {
  .story-btn a{
    font-size: 12px;
  }
}
/*Story Block*/
/*Program Block*/
.programs-block{
  background: #eef5fd;
  padding: 40px 0;
}
.programs-block .program-subtile{
  font-size: 35px;
  font-weight: 700;
  color: #da2750;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
}
.programs-block p{
  font-size: 16px;
  color: #717171;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
}
.programs-block .programimg{
  display: flex;
}
.programs-block .programimg-1,.programs-block .programimg-2{
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.programs-block .programimg-1:after,.programs-block .programimg-2:after{
  content: "";
  position: absolute;
  width: 94%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(14, 169, 221, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.programs-block .programimg-1:hover:after,.programs-block .programimg-2:hover:after{
  opacity: 1;
}
.programs-block .program-content{
  position: absolute;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.programs-block .programimg-1:hover .program-content,.programs-block .programimg-2:hover .program-content{
  opacity: 1;
}
.programs-block .program-content .program-title{
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
.program-content p{
  color: #ffffff;
  margin-bottom: 20px;
}
.program-content a{
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
  .programimg{
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .programs-block .program-content{
    padding: 0 10px;
  }
}
@media (max-width: 530px) {
  .programs-block .programimg-1::after, .programs-block .programimg-2::after{
    display: none;
  }
  .programs-block .program-content{
    position: unset;
    padding: 0;
    opacity: 1;
    margin-top: 10px;
  }
  .programs-block .program-content .program-title,.program-content p,.program-content a{
    color: #000;
  }
  .programs-block .programimg-1, .programs-block .programimg-2{
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
  .programs-block .programimg{
    display: block;
  }
  .program-content p{
    margin-bottom: 10px;
  }
}
/*Program Block*/

/*Counter Section*/

.counter-section {
  position: relative;
  overflow: hidden;
  background: #eef5fd;
}
.counter-section .b-progress-list__percent{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;

}
.counter-section .b-progress-list__name{
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #01485f;
  font-weight: 400;
}
.counter-section .counter-icon{
  margin-bottom: 15px;
}
.counter-section .counter-pattern-1,.counter-section .counter-pattern-2{
  position: absolute;
  left: -8%;
  top: -30%;
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.counter-section .counter-pattern-2{
  right: -8%;
  left: auto;
  bottom: -30%;
  top: auto;

}
@media (max-width: 1199px) {
  .counter-section .b-progress-list__name{
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .counter-section .b-progress-list__percent{
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .b-progress-list__item{
    float: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter-section .counter-pattern-1, .counter-section .counter-pattern-2{
    top: -15%;
  }
  .counter-section .counter-pattern-2{
    bottom: -15%;
    top: auto;
  }
}
/*Counter Section*/

/*Contact Form Block*/
  .contact-banner-block{
    display: flex;
  }
  .contact-banner-block .contact-img{
    width: 40%;
    overflow: hidden;
  }
  .contact-banner-block .contact-img img{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact-banner-block .contact-img img:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  .contact-banner-block .contact-form{
    width: 100%;
    background: #aee8fc;
    padding: 78px 60px;
  }
  .contact-banner-block .contact-img img{
    max-width: 100%;
  }
  .contact-banner-block .contact-form .title{
    font-size: 50px;
    color: #00516c;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
  }
  .contact-banner-block .contact-form .inputs{

    margin-bottom: 30px;
  }
  .contact-banner-block .contact-form .inputs input{
    height: 50px;
    width: 100%;
    padding: 0 20px;
    background: #dfeafc;
    box-shadow: none;
    border: 0;
    color: #000;
    border-radius: 20px;
    border: 1px solid #000;
  }
  .contact-banner-block .contact-form.about-form .inputs input{
    background: #7ad7fe;
    font-weight: 600;
  }
  .contact-banner-block .contact-form .inputs input::placeholder{
    color: #000;
  }
  .contact-form .contact-inner{
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-form .contact-inner .btn-primary{
    background: #dfeafc;
    color: #000;
    border: 1px solid #dfeafc;
    box-shadow: none;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 20px;
    margin-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .contact-form .contact-inner .btn-primary:hover{
    background: #da2750;
    border-color: #da2750;
    color: #fff;
  }
  .contact-message.inputs{
    clear: both;
  }
  @media (max-width: 1350px) {
    .contact-banner-block .contact-form{
      padding: 64px 60px;
    }
  }
  @media (max-width: 1300px) {
    .contact-banner-block .contact-form{
      padding: 55px 60px;
    }
  }
  @media (max-width: 1230px) {
    .contact-banner-block .contact-form {
      padding: 30px 60px;
    }
  }
  @media (max-width: 1199px) {
    .contact-banner-block{
      display: block;
    }
    .contact-banner-block .contact-form{
      width: 60%;
      margin: 0 auto 70px;
    }
    .contact-banner-block .contact-form.about-form {
      width: 100%;
    }
    .contact-form .contact-inner{
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .contact-banner-block .contact-form{
      padding: 30px 30px;
    }
    .contact-banner-block .contact-img{
      width: 80%;
    }
  }
  @media (max-width: 600px) {
    .contact-banner-block .contact-form .title{
        font-size: 30px;
        margin-bottom: 20px;
    }
  }
  @media (max-width: 500px) {
    .contact-banner-block .contact-form{
      width: 100%;
    }
    .contact-banner-block .contact-img{
      width: 100%;
    }
  }
/*Contact Form Block*/

/*Volunteer Block*/

.volunteer-block{
  background-image: url(../media/volunteer.jpg);
  padding: 40px 0;
}
.volunteer-block .volunteer-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.volunteer-block .volunteer-inner .volunteer-content .volunteer-title{
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  color: #da2750;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.volunteer-block .volunteer-inner .volunteer-content .volunteer-subtitle{
  font-size: 17px;
  color: #717171;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 680px) {
  .volunteer-block .volunteer-inner{
    display: block;
  }
  .volunteer-block .volunteer-inner .volunteer-content{
    text-align: center;
  }
  .volunteer-block .volunteer-inner .volunteer-content .volunteer-title{
    font-size: 27px;
    line-height: 27px;
  }
  .volunteer-block .volunteer-inner .volunteer-content .volunteer-subtitle{
    font-size: 15px;
  }
  .volunteer-btn{
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .volunteer-block .volunteer-inner .volunteer-content .volunteer-title{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .volunteer-block .volunteer-inner .volunteer-content .volunteer-subtitle {
    font-size: 14px;
  }
}
/*Volunteer Block*/


@media (max-width: 991px) {
  .footer-about{
    margin-bottom: 30px;
  }
}












@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}

/*About Page*/

.about-content-block{
  padding: 110px 0;
}
.about-content-block p{
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  text-align: center;
}
.about-program-block{
  background: #eff5fd;
  padding: 60px 0
}
.b-title-page.about{
  margin-bottom: 0 !important;
}
.about-program-block h2{

  font-size: 40px;
  text-align: center;
}
.about-program-content{
  text-align: center;
}
.about-program-content .program-title{
  font-size: 30px;
  font-weight: 600;
  color: #da2750;
  margin-bottom: 15px;
}
.about-program-content p{
  color: #000;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
}
.about-program.image-bottom .about-program-content{
  margin-bottom: 20px;
}
.about-program.image-top .about-program-content{
  margin-top: 20px;
}
.about-program-image{
  overflow: hidden;
  border-radius: 20px;
  width: 30%;
  margin: 0 auto 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-desc .about-doc{
    color: #000;
    font-size: 17px;
    margin-bottom: 5px;
}
.about-desc{

  text-align: left;
}
.about-doc b{
  color: #25b2c5;
}
.about-program-image img{
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.about-program-image:hover img{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.about-program-block .about-program-desc{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #000;
  width: 75%;
  margin: 0 auto 30px;
}
.director-block{
  padding: 70px 0;
  text-align: center;
}
.director-title{
  text-align: center;
  font-size: 43px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 8;
}
.director-title:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/director-title-icon.png);
  width: 465px;
  height: 70px;
  text-align: center;
  margin: 0 auto;
  z-index: -1;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next{
  margin: 0 20px;
}
.director-img img{
  border-radius: 100%;
  border: 5px solid #fff;
  width: 80%;
}
.director-content{
  text-align: center;
  margin-top: 20px;
}
.director-img{
  text-align: center;
}
.director-content .director-name{
  font-size: 21px;
  line-height: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
}
.director-content .director-post{
  font-size: 17px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
  .about-content-block{
    padding: 70px 0;
  }
  .about-content-block p{
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-program-image{
    text-align: center;
  }
  .image-bottom .about-program-image{
    margin-bottom: 30px;
  }
  .about-program-block .about-program-desc{
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 550px) {
  .director-block {
    padding: 50px 0;
  }
}
@media (max-width: 450px) {
  .about-content-block{
    padding: 50px 0;
  }
  .about-content-block p{
    font-size: 16px;
  }
  .about-program.image-top .about-program-content{
    margin-bottom: 30px;
  }

}
@media (max-width: 400px) {
  .director-title{
    font-size: 25px;
    margin-bottom: 20px;
  }
}
/*About Page*/

/*Contact Page*/
.contact-map{
  margin-bottom: 70px;
}
.contact-block{
  margin-bottom: 70px;
}
.contact-block .b-form-contacts{
  background-color: #ebebeb;
  padding: 30px 30px;
  border-radius: 30px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.contact-block .b-form-contacts input{
  background: #fff;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
  height: 34px;
  padding: 10px 10px;
}
.contact-block .b-form-contacts textarea{
  background: #fff;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
}
.contact-block .b-form-contacts label{
  font-size: 17px;
  font-weight: 400;
  color: #000;
  font-family: 'Roboto', sans-serif;
}




.contact-detail{
    text-align: center;
    display: block;;
}
.contact-detail .inner-data{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    background: #e5e5e5;
}
.contact-detail .inner-data i{
    font-size: 40px;
    line-height: 70px;
    background: #da2750;
    width: 75px;
    height: 75px;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: -40px;
}
.contact-detail .inner-data h4{
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
}
.contact-detail .inner-data a{
    font-size: 20px;
    color: #232323;
}
.contact-detail .inner-data a p{
    margin-bottom: 0;
}
.contact-detail .address .inner-data  ul{
    padding: 0;
    padding-top: 30px;
}
.contact-detail li{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.contact-detail li span{
    margin-right: 10px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
}
.contact-detail .address .inner-data  ul li a{
    font-size: 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
}
.contact-detail .address{
  width: 66%;
  text-align: center;
  margin: 0 auto 80px;
}
.inner-contact{
  display: flex;
}
.call,.email{
  width: 50%;
  margin: 0 15px;
}
.inner-contact .inner-data{
  padding-top: 50px;
}
.inner-contact .inner-data p{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 400;
}
.contact-block .row{
  display: flex;
  align-items: center;
}
.contact-detail .inner-contact .inner-data i{
  font-size: 32px;
  line-height: 75px;
}
@media (max-width: 991px) {
    .contact-block .row{
      display: block;
    }
    .contact-block .b-form-contacts{
      margin-bottom: 90px;
    }
}
@media (max-width: 550px) {
  .contact-detail .address{
    width: 100%;
  }
  .inner-contact{
    display: block;
  }
  .call, .email{
    width: 100%;
    margin: 0;
  }
  .call{
    margin-bottom: 90px;
  }
  .header .call{

    margin-bottom: 0;
  }
}

/*Contact Page*/

/*Event Page*/

.events-tab .nav-tabs > li > a{
  border: 0 !important;
  border-bottom: 2px solid #da2750 !important;
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
  padding: 10px 25px 10px;
  font-family: 'Montserrat', sans-serif;
  margin: 0 2px !important;
  border-radius: 0 !important;
  text-transform: capitalize !important;
}
.events-tab .nav-tabs > li.active > a{
  background-color: transparent;
  border-radius: 20px !important;
  border: 2px solid #da2750 !important;
}
.events-tab .nav-tabs > li > a:hover{
  background-color: transparent;
  border-radius: 20px !important;
  border: 2px solid #da2750 !important;
}
.events-tab .nav-tabs{
  margin-top: 0;
}
.events-tab,.events-tab .b-isotope{
  background: #eff5fd;
}
.performer-form{
  text-align: left;
}
.imgleftdiv{
  position: relative;
  overflow: hidden;
}
.events-tab .rightcontent{
  background: #fff;
  padding: 20px 15px 30px;
  min-height: 465px;
}
.events-tab .captiondiv h2{
  margin: 0;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #0ea9dd;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
}
.events-tab .morelink{
  color: #DA2750;
  border-bottom: 1px solid #DA2750;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 5px;
}
.reg-btn .btn-secondary{
  padding: 5px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.events-tab .event-time{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.events-tab .event-times{
  color: #da2750;
  font-size: 16px;
  font-weight: 500;
}
.event-time .event-times{
  color: #000;
  font-size: 18px;
}
.events-tab .event-times span{
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.events-tab .event-times span i{
  color: #da2750;
  font-size: 19px;
}
.events-tab .event-status{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 600;
}
.events-tab .event-date{
  position: absolute;
  top: 20px;
  background: #da2750;
  left: 20px;
  width: 112px;
  height: 112px;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .events-tab .nav-tabs > li > a{
    padding: 10px 15px 10px;
    font-size: 13px;
  }
  .events-tab .captiondiv h2{
    font-size: 18px;
    line-height: 26px;
  }
  .events-tab .event-status{
    font-size: 14px;
  }
  .events-tab .event-times{
    font-size: 13px;
  }
  .events-tab .event-date{
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .events-tab .event-date{
    font-size: 12px;
    line-height: 18px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .events-tab .nav-tabs > li > a{
    margin: 0 5px 20px !important;
  }
  .events-tab .nav-tabs{
    margin: 0 !important;
  }
}
@media (max-width: 640px) {
  .events-tab .all-event {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .events-tab .event-time {
    display: block;
  }
  .events-tab .event-status {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .event-times{
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  .reg-btn .btn-secondary{
    padding: 5px 20px;
    font-size: 13px;
  }
}
/*Event Page*/

/*Resources Page*/

.youth-prog .tab-content img{
  margin-bottom: 0;
}
.photo_img_box{
  display: flex;
  align-items: center;
    overflow: hidden;
}
.photo_img_box img{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.photo_img_box img:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.photo_img_box p{
  margin: 0;
}
.pink-bg img,.sky-bg img{
  margin-bottom: 20px !important;
}
.nav-tabs > li > a{
  border: 0 !important;
  border-bottom: 2px solid #da2750 !important;
  font-size: 14px !important;
  font-weight: 600;
  color: #000 !important;
  padding: 10px 25px 10px !important;
  font-family: 'Montserrat', sans-serif;
  margin: 0 15px !important;
  border-radius: 0 !important;
  text-transform: capitalize !important;
}
.nav-tabs > li > a:hover{
  background-color: transparent !important;
  border-radius: 20px !important;
  border: 2px solid #da2750 !important;
}
.nav-tabs > li.active > a{
  background-color: transparent !important;
  border-radius: 20px !important;
  border: 2px solid #da2750 !important;
}
.resources-1 .photo_text,.resources-2 .photo_text,.resources-3 .photo_text,.resources-4 .photo_text{
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  padding: 53px 0;
  transition: all .3s;
}
.resources-1:hover .photo_text,.resources-2:hover .photo_text,.resources-3:hover .photo_text,.resources-4:hover .photo_text{
  opacity: 0;
}
.resources-inner h2{
  color: #d92850;
  font-size: 18px;
}
#media-release .photo_img_box{
  display: block;
}
@media (max-width: 1199px) {
  .photogallery-box .photo_text{
    padding: 80px 15px;
    min-height: 293px;
  }
}
@media (max-width: 991px) {
  .photogallery-box .photo_text{
    min-height: 345px;
  }
}
@media (max-width: 767px) {
  .resource-tab.nav-tabs > li > a{
    width: 40%;
    margin: 0 auto 20px !important;
  }
  .photogallery-box .photo_text {
    min-height: 353px;
    padding: 123px 15px;
  }
  .photogallery-box .photo_text h2{
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 700px) {
  .resources{
    width: 100% !important;
  }
  .photogallery-box .photo_text{
    min-height: auto;
    padding: 20px 15px;
    position: unset;
  }
  .photo_img_box{
    display: block;
  }

  .photo_img_box:hover .photo_text {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .resources-1 ,.resources-2 ,.resources-3 ,.resources-4 {
    width: 100% !important;
  }
  .resources-1 .photo_text, .resources-2 .photo_text, .resources-3 .photo_text, .resources-4 .photo_text{
    padding: 20px 0;
  }
}
@media (max-width: 543px) {
  .resource-tab.nav-tabs > li > a{
    width: 100%;
  }
}
/*Resources Page*/

/**************** ./ GET INVOLVED Start *****************/


.get-involved-wrap .get-involved-box {
    text-align: center;
}
.get-involved-wrap .get-involved-box .get-involved-icons svg {
    width: 50px;
}
.get-involved-wrap .get-involved-box .get-involved-content h4 {
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
}
.get-involved-wrap .get-involved-box .get-involved-content p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    line-height: 1.5;
}
.custom-btn {
    background: linear-gradient(to right,    #f26837 50%,#ffbd11 50%) no-repeat scroll right bottom / 210% 100% #ffbd11 !important;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 10px 50px;
    border-radius: 20px;
    margin-top: 50px;
    transition: all .3s ease-in-out;
}
.custom-btn:hover {
    background-position: left bottom !important;
    transition: all .3s ease-in-out;
}
.get-involved-wrap h4 {
    font-family: 'Yeseva One', cursive;
    font-size: 60px;
    margin-top: 80px;
}
.get-involved-wrap p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 30px;
    line-height: 1.5;
    color: #616161;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.get-involved-wrap h5 {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;

}

.get-involved-wrap .get-involved-img {
    position: relative;
    overflow: hidden;
}
.get-involved-wrap .get-involved-img img {
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.get-involved-wrap .get-involved-img img:hover {
    transform: scale(1.3);
    transition: all .3s ease-in-out;
}

.get-involved-form-text{
    margin-top: 60px;
}
.get-involved-form-text h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.get-involved-form-text p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 40px;
    line-height: 1.5;
}

h3.get-involved-form-title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 0;
    color: #da2750;
    font-family: 'Roboto', sans-serif;
}
.get-involved-form-wrap {
    text-align: left;
    padding: 15px 30px;
    margin-top: 20px;
    border-radius: 20px;
    background: #ebebeb;
    border: 0;
}
.get-involved-form-wrap input {
    border-radius: 100px;
    height: 35px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 10px;
    font-style: unset;
}
.checkbox-wrap input{
    border-radius: 0px;
    height: auto;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.get-involved-wrap h5.get-involved-sub-title {
    text-align: center;
}
.technical-wrap .get-involved-sub-title {
    color: #081c48;
    text-align: left !important;
    font-weight: 400;
}
.technical-wrap p.technial-text {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    line-height: 1.5;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.technical-wrap input {
    height: 35px;
    margin-top: 20px;
}
.radio-button {
    display: block;
    margin-top: 22px;
    float: left;
    margin-left: 30px;
}
.radio-button input {
    height: auto;
}
.get-involved-bottom-section h5 input {
    height: auto;
}
.performer-content ul li {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align:left;
    color: #000;
    list-style: disc;
    display: flow-root list-item;
    font-family: 'Roboto', sans-serif;
}
.get-involved-bottom-section ul li {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align:left;
    color: #000;
    list-style: disc;
    display: flow-root list-item;
    font-family: 'Roboto', sans-serif;
}
.performer-block p{
    text-align: left;
}
.performer-block p b{
    color: #081c48;
}
.first-form-inner{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.performer-form .get-involved-form-wrap{
    border-radius: 20px;
    background: #ebebeb;
    border: 0;
}
.performer-form label{
    font-weight: 400;
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.performer-form .form-control:focus{
    box-shadow: none;
    border: 1px solid #0e1b48 !important;
}
.performer-form .performer-content{
    width: 50%;
    float: left;
}
p.after-text{
  text-align: center;
  margin-top: 0;
}
.style-color{
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.submit-btn .btn-secondary{
  padding: 8px 50px;
  margin-top: 40px;
}
textarea.form-control{
  background-color: #fff;
}
.get-involved-wrap .nav-tabs.nav-justified > li{
  width: 31%;
  float: left;
  min-height: 75px;
  margin: 0 auto 20px;
}
.get-involved-wrap .nav-tabs > li > a{
  line-height: 22px;
}
.perform-form-application{
  background: #eef5fd;
}
@media screen and (max-width: 991px) {
  .performer-form .performer-content{
      width: 100%;
      float: none;
      padding: 0 15px;
  }
  .first-form-inner{
      width: 100%;
      float: none;
  }
  .get-involved-wrap .nav-tabs.nav-justified > li{
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .get-involved-wrap .nav-tabs.nav-justified > li{
    width: auto;
  }
}



/**************** ./ GET INVOLVED END *****************/


/*Programs Page*/
.inner-programs-block{
  margin-bottom: 70px;
}
.inner-programs-block .program-img{
  overflow: hidden;
}
.inner-programs-block .program-img img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  overflow: hidden;
}
.inner-programs-block .program-img img:hover{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.inner-programs-block .program-name{
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.inner-programs-block .program-sidebaar{
  background-color: #e5e5e5;
  padding: 30px 25px;
}
.inner-programs-block .program-title{
  background: #0ea9dd;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  border: 2px solid #da2750;
  margin-bottom: 30px;
}
.inner-programs-block .program-sidebaar ul{
  padding: 0;
}
.inner-programs-block .program-sidebaar ul li{
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.inner-programs-block .program-sidebaar ul li:last-child{
  margin-bottom: 0;
}
.inner-programs-block .program-sidebaar .sidebar-program-name{
  font-size: 16px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  padding-left: 15px;
  font-weight: 500;
}
.inner-programs-block .program-sidebaar li.active  .sidebar-program-name{
  color: #da2750;
}
.inner-programs-block .program-1{
  margin-bottom: 60px;
}
.inner-programs-block .program-sidebaar-bottom{
  text-align: center;
  background-color: #00aeef;
  padding: 90px 20px;
}
.inner-programs-block .volunteer-title{
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.inner-programs-block p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
  margin-bottom: 20px;
}
.inner-programs-block .join-btn{
  display: inline-block;
}
.inner-programs-block .join-btn a{
  padding: 6px 30px;
  background: #fff;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.inner-programs-block .join-btn a:hover{
  background: #da2750;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .inner-programs-block .program-sidebaar{
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .inner-programs-block .programs-inner{
    width: 100%;
    text-align: center;
  }
  .inner-programs-block .program-2{
    margin-bottom: 60px;
  }
  .inner-programs-block .program-sidebaar .sidebar-program-name{
    text-align: left;
  }
  .img-program{
    width: 70px;
  }
  .b-title-page__title{
    font-size: 35px;
  }
}
@media screen and (max-width: 400px) {
  .img-program{
    width: 55px;
  }
  .inner-programs-block .program-sidebaar .sidebar-program-name{
    font-size: 14px;
  }
}
/*Programs Page*/

.main-content h2{
  font-size: 30px;
  margin-bottom: 20px;
}
.main-img img{
  border: 1px solid #eee;
}

.main-img{
  margin-bottom: 30px;
}
.main-content p{
  font-size: 17px;
}
.date-format{
    color: #da2750;
    font-size: 16px;
    font-weight: 500;
}
.date-format span{
  margin-right: 10px;
}
 .all-event:nth-child(16n+7){
  clear: left;
}
.all-event .imgleftdiv img{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.all-event .imgleftdiv img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.slider-block .first-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #da2750;
    top: 0px;
    right: 0px;
    opacity: 0.4;
}
.programs-block .program-inner {
    background: #e6eaf0;
    text-align: center;
    padding: 30px 50px;
    border-radius: 20px;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.programs-block .program-title{
  font-size: 17px;
  color: #464849;
  font-weight: 600;
  border-bottom: 1px solid #464849;
  display: inline-block;
  margin-bottom: 10px;
}
.programs-block .program-inner p{
  margin-bottom: 10px;
}
.programs-block .program-inner a{
  font-size: 17px;
  color: #464849;
  border-bottom: 1px solid #464849;
  font-weight: 400;
}
.about-form .contact-message .contact-inner-message{
    padding: 10px 10px;
    margin-bottom: 20px;
    background: #7ad7fe;
    color: #000;
    border-radius: 20px;
    border: 1px solid #000;
}
.contact-form.about-form .contact-message label{
  margin-bottom: 0;
}
.contact-banner-block .contact-form.about-form .title{
  font-size: 30px;
  color: #da2750;
  margin-bottom: 10px;
}
.about-form p{
  font-size: 17px;
   color: #000;
   margin-bottom: 20px;
}
.contact-banner-block .contact-form.about-form{
  background: #fff;
}
.contact-banner-block .contact-form.getinvolved-form{
  background: #eef5fd;
}
.program-new-inner .program-new-content .program-new-title{
    color: #da2750;
    font-size: 22px;
    font-weight: 600;
}
.getinvolved-form{
  position: relative;
}
.getinvolved-form .getinvolved-form-icon-1, .getinvolved-form .getinvolved-form-icon-2 {
    position: absolute;
    left: -3%;
    top: -10%;
    animation: 1s ease 0s infinite alternate none running mover;
}
.getinvolved-form .getinvolved-form-icon-2 {
  left: auto;
  right: 0%;
  top: 40%;
}
.program-new-content p{
  font-size: 17px;
  color: #000;
}
.programs-new-block .program-new-inner{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.program-new-content.program-right-content{
  text-align: right;
}
.story-block{
  text-align: center;
  background: url(../media/story-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0; 
  margin-bottom: 70px;
}
.story-title{
    color: #000;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.story-program{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.story-block a{
  margin-bottom: 20px;
  display: inline-block;
}
.youth-seminar-image{
  margin-bottom: 30px;
}
.youth-seminar-image:nth-child(4n+3){
  clear: left;
}
.youth-title{

    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: #da2750;
    margin-bottom: 30px;
}
.youth-seminar-block{
  margin-bottom:70px; 
}
.youth-btn{
  text-align: center;
}
.about-program-block{
  position: relative;
}
.event-contact-form .contact-banner-block .contact-form.about-form{
    background: #eff5fd;
}
.about-program-block .about-program-icon-1, .about-program-block .about-program-icon-2{
    position: absolute;
    left: 1%;
    top: 30%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.header.navbar-scrolling {
    display:none;
}
.about-program-block .about-program-icon-2{
  left: auto;
  right: -2%;
  top: 17%;
}
.get-involve-content{
  margin-top: 50px;
}
.get-involve-content .content-block{
  color: #000;
  font-size: 18px;
}
.get-involve-content .content-block .content-title{
  font-size: 25px;
  color: #da2750;
  font-weight: 600;
  margin-bottom: 20px;
}
.get-involve-content .content-block .content-subtitle{
  font-size: 20px;
  font-weight: 600;
  color: #0ea9dd;
}
@media (max-width: 991px) {
  .about-program-image{
    width: 60%;
  }
  .b-title-page{
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .about-program-block .about-program-icon-1, .about-program-block .about-program-icon-2{
    display: none;
  }
  .programs-new-block .program-new-inner{
    display: block;
  }
  .program-new-img{
    margin: 0 auto 30px;
    text-align: center;
  }
  .program-new-inner .program-new-content{
    text-align: center;
  }
  .youth-seminar-image{
    text-align: center;
  }
}
@media (max-width: 550px) {
  .director-img img{
    width: 40%;
  }
}
@media (max-width: 500px) {
  .director-title:after{
    display: none;
  }
  .director-img img{
    width: 40%;
  }
}
