/*
--- Master style sheet ---
Project: Actavista (Wordpress Theme)
assign to: Fouzia Faiz
last changes: 05-April-2019
====INDEX=====
01- General Styling code
02- Home page 1
  header style
  */
/*=============== 
***Generalz Styling 
===============*/
html, body {overflow-x: hidden;}
body {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
p {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 28px;
  color: #666666;
}
ul li,
ol li {
  font-family: 'Poppins', sans-serif;
}
a,
a:hover,
a:focus,
a:active {
  color: inherit;
  outline: none;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
  width: 100%;
  float: left;
  height: 400px;
}
.theme-layout {
  float: left;
  position: relative;
  width: 100%;
}
.theme-layout.boxed {
  background: none repeat scroll 0 0 #FFFFFF;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 1230px;
  -webkit-box-shadow: 0 0 6px #747474;
  -moz-box-shadow: 0 0 6px #747474;
  -ms-box-shadow: 0 0 6px #747474;
  -o-box-shadow: 0 0 6px #747474;
  box-shadow: 0 0 6px #747474;
}
section {
  float: left;
  position: relative;
  width: 100%;
}
.gap {
  float: left;
  padding: 100px 0;
  position: relative;
  width: 100%;
}
.extra-gap-top{
  margin-top: 100px;
}
.gap.no-gap {
  padding: 0;
}
.gap.no-top {
  padding-top: 0px;
}
.gap.no-bottom {
  padding-bottom: 0px;
}
.remove-ext-btom {
  margin-bottom: -30px;
}
.remove-ext {
  margin-bottom: -50px;
}
.remove-ext-40 {
  margin-bottom: -40px;
}
.remove-ext-60 {
  margin-bottom: -60px;
}
.bit-gap {
  padding-top: 20px;
  padding-bottom: 0;
}
.merged {
  margin: 0px;
  padding: 0;
}
.merged > div {
  padding: 0;
}
.row.merged > div {
  padding: 0;
}
.merged.row {
  margin: 0;
}
.merged.row > div {
  padding: 0;
}
.overlap130 {
  margin-top: -130px;
}
.ext-bottom-40 {
  margin-bottom: 40px;
}
.bg-image,
.bg-image-fixed{
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
} 
.bg-image-fixed{
  background-attachment: fixed;
}
.bg-image2 {
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
  background-attachment: fixed;
}
.parallax {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
  background-repeat: repeat-y;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.blackish:before,
.whitish:before,
.bluesh:before,
.yelowish:before,
.grayesh:before,
.redish:before,
.bluesh:before,
.greenish:before,
.creamish:before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.grayesh:before {
  background: rgba(248,248,248,.9);
}
.redish::before {
    background: rgba(126,0,9,.90);
}
.whitish:before {
  background: rgba(255,255,255,.9);
}
.yelowish:before {
  background: #ffa200;
}
.bluesh:before {
  background: rgba(27,40,62,0.9);
}
.creamish:before {
  background: rgba(236, 232, 178, 0.7);
}
.greenish:before {
  background: rgba(0, 105, 62, 0.9);
}
.high-opacity:before {
  -webkit-opacity: .95;
  -moz-opacity: .95;
  -ms-opacity: .95;
  -o-opacity: .95;
  opacity: .95;
}
.medium-opacity:before {
  -webkit-opacity: .85;
  -moz-opacity: .85;
  -ms-opacity: .85;
  -o-opacity: .85;
  opacity: .85;
}
.low-opacity:before {
  -webkit-opacity: .75;
  -moz-opacity: .75;
  -ms-opacity: .75;
  -o-opacity: .75;
  opacity: .75;
}
.more-low-opacity:before {
  -webkit-opacity: .55;
  -moz-opacity: .55;
  -ms-opacity: .55;
  -o-opacity: .55;
  opacity: .55;
}
.gray-bg {
  float: left;
  width: 100%;
  background: #fafafa;
}
.row.remove-row-gap {
  margin-left: 30px;
  margin-right: 30px;
}
[type="submit"],
button,
html [type="button"] {
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: hidden;
}
.facebook {
  background: #4267b2;
  color: #4267b2;
}
.twitter {
  background: #38A1F3;
  color: #38A1F3;
}
.google {
  background: #dd4b39;
  color: #dd4b39;
}
.pinterest {
  background: #ca212a;
  color: #ca212a;
}
.youtube {
  background: #e62117;
  color: #e62117;
}
.dribble {
  background: #1572b8;
  color: #1572b8;
}
.linkedin {
  background: #0077b5;
  color: #0077b5;
}
.tumblr {
  background: #36465d;
  color: #36465d;
}
.rss {
  background: #ee802f;
  color: #ee802f;
}
.vk {
  background: #466991;
  color: #466991;
}
.email {
  color: #e71838;
}
.instagram{
  background: #f09433;
  color: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
a:hover.facebook {
  background: #516eab !important;
}
a:hover.twitter {
  background: #55acee !important;
}
a:hover.google {
  background: #dd4b39 !important;
}
a:hover.pinterest {
  background: #ca212a !important;
}
a:hover.youtube {
  background: #e62117 !important;
}
a:hover.dribble {
  background: #1572b8 !important;
}
a:hover.linkedin {
  background: #0077b5 !important;
}
a:hover.tumblr {
  background: #36465d !important;
}
a:hover.rss {
  background: #e3a103 !important;
}
a:hover.vk {
  background: #466991 !important;
}
.checked {
  color: orange;
}
.creative-slider {
  float: left;
  width: 100%;
}
.slider img {
  float: left;
  width: 100%;
}
#html5-watermark {
  display: none !important;
}
#html5-image {
  padding: 0 !important;
}
iframe#html5boxiframevideo {
  height: 100%;
}
.html5lightbox-video iframe{height: 100%;}
/*carousel nave style*/
ul.owl-carousel {
  padding-left: 0;
  list-style: none;
}
.owl-prev,
.owl-next {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-next {
  left: auto;
  right: 0;
}
.owl-prev,
.owl-next {
  color: transparent;
}
.owl-prev::before,
.owl-next::before {
  background: #fff;
  color: #333333;
  content: "\f104";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  left: -150px;
  line-height: 75px;
  height: 75px;
  width: 75px;
  position: absolute;
  text-align: center;
  top: 50%;
  border-radius: 50%;
  border: 2px solid;
  font-weight: 700;
  
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.owl-next::before {
  content: "\f105";
  left: auto;
  right: -150px;
}
.owl-item > li {
  list-style: none;
}
.owl-prev:hover::before,
.owl-next:hover::before  {
  color: #fff;
}
/*nav style end*/
.owl-dots {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.owl-dot {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #9fa4af;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 8px;
  width: 8px;
}
.owl-dot.active {
  /*background: red none repeat scroll 0 0;
  border-color: red;*/
}
#html5-watermark {
  display: none !important;
}
#html5-image {
  padding: 0 !important;
}
iframe#html5boxiframevideo {
  height: 100%;
}
/*======================/
***** Home page 1 
======================*/
/*-- page loader ----*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: url(../images/loading.gif) center no-repeat #fff;
}
#topcontrol {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 9;
}

#topcontrol > i {
  line-height: 30px;
}

/*=============== Slider ===================*/
.creative-slider,
.video-slider{
  float: left;
  width: 100%;
  position: relative;
}
.slider img {
  float: left;
  width: 100%;
}
/*--- main menu  ---*/
.menus {
  margin-left: 70px;
  z-index: 99;
  position: relative;
}
.main-menu {
  color: #1e1c1c;
  float: left;
  text-transform: capitalize;
  line-height: 90px;
  font-weight: 500;
}
.main-menu > ul,
.main-menu > div > ul {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.main-menu > ul > li,
.main-menu > div > ul > li {
  float: left;
     margin-right: 16px;
    padding-right: 18px;
  position: relative;
  font-size: 16px;
}
.main-menu > ul > li:last-child, 
.main-menu > div > ul > li:last-child{
  padding-right:0;
  margin-right: 0;
}
.main-menu > ul > li::before, 
.main-menu > div > ul > li::before {
  background: #ececec none repeat scroll 0 0;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.main-menu ul li a,
.main-menu > div ul li a {
  color: inherit;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
    .main-menu > ul > li > a::before,
    .main-menu > div > ul > li > a::before {
      bottom: -6px;
      content: "";
      height: 1px;
      left: 0;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      position: absolute;
      -webkit-transition: all 0.2s linear 0s;
      -moz-transition: all 0.2s linear 0s;
      -ms-transition: all 0.2s linear 0s;
      -o-transition: all 0.2s linear 0s;
      transition: all 0.2s linear 0s;
      visibility: hidden;
      width: 0;
  }
  .main-menu > ul > li:hover > a:before,
  .main-menu > div > ul > li:hover > a:before {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      visibility: visible;
      width: 100%;
  }
  .main-menu > ul > li > a,
  .main-menu > div > ul > li > a,
   .menus-bar nav > ul li > a {
      position: relative;
  }
  /*--- Dropdown style ---*/
  .main-menu > ul > li ul,
  .main-menu > div > ul > li ul,
  .menus-bar nav > ul > li ul,
  .btm-navigation > ul > li ul {
      background: #fff none repeat scroll 0 0;
      border: 1px solid #f4f4f4;
      -webkit-box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, 0.1); 
      left: 12px;
      line-height: initial;
      list-style: outside none none;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      padding-left: 0;
      position: absolute;
      text-transform: capitalize;
      top: 100%;
      -webkit-transform: scaleY(0.5);
      -moz-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
      -o-transform: scaleY(0.5);
      transform: scaleY(0.5);
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      visibility: hidden;
      width: 207px;
      z-index: 4;
  }
  .main-menu > ul > li ul li,
  .main-menu > div > ul > li ul li,
    .menus-bar nav > ul li ul li {
      border-bottom: 1px solid #f4f4f4;
      float: left;
      position: relative;
      width: 100%;
      line-height: normal;
  }
  .main-menu > ul > li ul li::before,
  .main-menu > div > ul > li ul li::before,
.menus-bar nav > ul li ul li:before {
      top: 0;
      content: "";
      height: 2px;
      left: 0;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      position: absolute;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      visibility: hidden;
      width: 10px;
  }
  .main-menu > ul > li ul li:hover::before,
  .main-menu > div > ul > li ul li:hover::before,
  .menus-bar nav > ul li ul li:hover::before {
      left: auto;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      right: 0;
      visibility: visible;
      width: 100px;
  }
  .main-menu > ul > li ul li:last-child,
  .main-menu > div > ul > li ul li:last-child,
    .menus-bar nav > ul li ul li:last-child {
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      -ms-border-radius: 0 0 10px 10px;
      -o-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;
  }
  .main-menu > ul > li ul li.menu-item-has-children::after,
  .main-menu > div > ul > li ul li.menu-item-has-children::after,
  .menus-bar nav > ul li ul li.menu-item-has-children::after {
      color: #c4c4c4;
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 13px;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .main-menu > ul > li:last-child:before, 
  .main-menu > div > ul > li:last-child:before,
  .menus-bar nav > ul li:last-child:before{
     display: none;
 }
 .main-menu > ul > li ul li a,
 .main-menu > div > ul > li ul li a,
  .menus-bar nav > ul li li a,
  .btm-navigation > ul li li a{
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    line-height: normal;
    width: 100%;
    padding: 14px 35px;
}
.main-menu > ul > li ul li:hover > a,
.main-menu > div > ul > li ul li:hover > a,
.menus-bar nav > ul li ul li:hover > a {
    color: #000;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.main-menu ul li:hover > ul,
.main-menu > div ul li:hover > ul,
.main-menu > ul li:hover > .mini-menu,
.menus-bar nav > ul > li:hover > ul,
.btm-navigation > ul > li:hover > ul{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    top: 80%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
.main-menu > ul > li ul li ul,
.main-menu > div > ul > li ul li ul {
    left: 100%;
    position: absolute;
    top: 0 !important;
}
.main-menu > ul > li ul li > span,
.main-menu > div > ul > li ul li > span {
    background: #30daf9 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 16px;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}
.menus-bar nav > ul > li > ul > li,
.btm-navigation > ul > li > ul li {
  border-bottom: 1px solid #f9f9f9;
  float: left;
  position: relative;
  width: 100%;
  line-height: normal;
}
.menus-bar nav > ul > li > ul > li > a,
.btm-navigation > ul > li > ul li a {
  padding: 14px 35px;
}
.menus-bar nav > ul > li > ul > li > ul {
  webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.menus-bar nav > ul > li > ul > li > ul {
  right: -100%;
  left: auto;
  top: 0;
}
.menus-bar nav > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
/*--- main menu style end ---*/
.logo {
    float: left;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    padding: 3px 2px;
    z-index: 9;
}
header {
    background: #fff;
    float: left;
    width: 100%;
}
.right-box {
    display: inline-block;
    line-height: 90px;
    vertical-align: middle;
    width: 100%;
    text-align: right;
}
.right-box > ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}
.right-box > ul li {
    display: inline-block;
    margin-right: 6px;
}
.right-box > ul li:last-child {margin-right: 0;}
.right-box > ul li a {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 100%;
    color: #222;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    transition: all 0.2s linear 0s;
}
.right-box > ul li a:hover{
   color: #fff;
}
.page-top {
  float: left;
  padding: 225px 0 145px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.top-meta {
  float: left;
  width: 100%;
}
.top-meta > h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 14px;
}
ol.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.breadcrumb-item {
  display: inline-block;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  color: #fff !important;
  position: relative;
  margin-right: 20px;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb-item a{
  transition: all 0.2s linear 0s;
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #181818;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.breadcrumb-item::after {
  content: ">";
  position: absolute;
  right: -10px;
  top: 50%;
  font-family: 'Poppins', sans-serif;
  margin-top: -12px;
}
.breadcrumb-item:last-child::after {
  display: none;
}
.loc-map {
  float: left;
  height: 451px;
  width: 100%;
}
/*--- contact form ---*/
.new-box-shadow .row > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.new-box-shadow .row > div.res-pt {
  box-shadow: 7px 12px 43px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff; 
  padding: 70px 80px 70px 70px !important;
}
.title {
  display: inline-block;
  width: 100%;
}
.title > h4 {
  color: #303030;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  padding-bottom: 13px;
  position: relative;
  width: 100%;
}
.title > h4 i {
  margin-right: 12px;
}
.title > h4::before {
  background: #303030 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}
.c-form {
  float: left;
  width: 100%;
}
.c-form > p {
  margin-bottom: 10px;
  width: 100%;
}
.c-form label {
  color: #303030;
  font-size: 13px;
  margin-bottom: 5px;
  width: 100%;
}
.main-heading {
    margin-bottom: 40px;
}
.c-form input, .c-form textarea {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  padding: 10px 35px;
  width: 100%;
  color: #7b7b7b;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  border: 2px solid transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  height: 56px;
}
.c-form textarea {
  height: 132px;
}
.c-form input:focus, .c-form textarea:focus {
  background-color: #fff;
}
.c-form input::-webkit-input-placeholder {
  color: #7b7b7b !important;
  opacity: 1;
}
.c-form input::-moz-placeholder {
  color: #7b7b7b !important;
  opacity: 1;
}
.c-form input::-ms-input-placeholder {
  color: #7b7b7b !important;
  opacity: 1;
}
.c-form textarea::-webkit-input-placeholder {
  color: #7b7b7b !important;
  opacity: 1;
}
.c-form textarea::-moz-placeholder {
  color: #7b7b7b !important;
  opacity: 1;
}
.c-form textarea::-ms-input-placeholder {
  color: #7b7b7b !important;
  opacity: 1;
}
.c-form button, 
.c-form input.c-button {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 15px 40px !important;
  border: medium none !important;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  width: auto !important;
  transition: all 0.2s linear 0s;
  border-radius: 0 !important;
   transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  height: auto;
}
.c-form > p:last-child {
  margin-bottom: 0;
}
.main-heading h3 {
  font-size: 28px;
  color: #333333;
  font-weight: 800;
  margin-bottom: 12px;
}
.main-heading span {
  font-size: 15px;
  color: #a5a5a5;
}
.contact-info-box {
  background-color: #1b283e;
  padding: 104px 50px;
}
.contact-info-box h5{
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.t-info-area {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.t-info-area::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 90px;
  background-color: #585858;
}
.t-info-area:last-child::before {
  width: 170px;
}
.t-info-area > span {
  font-weight: 700;
  font-size: 17px;
  color: #d4d4d4;
  font-family: 'Lato', sans-serif;
  display: block;
}
.t-info-area > span.days-active {
  color: #aaa9a9;
  font-size: 15px;
  font-weight: normal;
}
.address-info p {
  color: #aaa9a9;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  padding-right: 12px;
}
.address-info {
  padding-top: 5px;
}
.address-meta {
  padding: 0;
  margin: 0;
  list-style: none;
}
.address-meta > li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #cacaca;
}
.address-meta > li strong {
  padding-right: 12px;
}
.address-meta > li i {
  margin-right: 8px;
}
.address-meta > li i::before {
  font-size: 18px;
}
.contact-social-info {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.contact-social-info li {
  display: inline-block;
  margin-right: 5px;
}
.contact-social-info li a {
  height: 37px;
  width: 41px;
  border: 2px solid;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background-color: transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.contact-social-info li a:hover {
  border-color: transparent;
}
/*--- header infobar ---*/
.info-bar {
  display: inline-block;
  position: absolute;
  right: 15px;
  text-align: right;
  top: 1px;
  width: 100%;
  z-index: 9;
}
.info-bar > ul {
  background: #000000 none repeat scroll 0 0;
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding-left: 35px;
}
.info-bar > ul > li {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 50px;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.info-bar > ul > li i{margin-right: 10px;}
.info-bar > ul > li::after {
  background: #333 none repeat scroll 0 0;
  content: "";
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.info-bar > ul > li:last-child::after {
  display: none;
}
.info-bar > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.info-bar > ul > li:nth-last-child(2)::after {
  display: none;
}
.info-bar > ul > li.donate-btn__ a {
  display: inline-block;
  font-weight: bold;
  padding: 1px 30px;
}
/*--- footer ---*/
footer {
  background: #03152d none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
}
.widget {
  display: inline-block;
  position: relative;
  width: 100%;
}
.about-widget {
  display: inline-block;
  position: relative;
  width: 100%;
}
.about-widget > p {
  color: #aaa9a9;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 24px;
}
.about-widget > p.copyright {
  font-size: 15px;
  color: #ffffff;
}
ul.contct {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.contct > li {
  font-size: 17px;
  margin-bottom: 8px;
  color: #cacaca;
  font-family: 'Lato', sans-serif;
}
.contct > li strong {
  padding-right: 12px;
}
.contct > li i {
  margin-right: 10px;
}
.contct > li i::before {
  font-size: 16px;
}
.contct > li:last-child {
  margin-bottom: 0;
}
.getin-touch p {
  color: #aaa9a9;
  font-size: 17px;
  margin-bottom: 0;
}
/*footer mailing widget ---*/
.mail-form {
  background: #07244b none repeat scroll 0 0;
  display: inline-block;
  padding: 48px 38px 48px;
  width: 100%;
  border-radius: 32px;
}
.form-title {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.mail-form form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.row.les-pading > div {
  padding: 0 5px;
}
.mail-form form input, .mail-form form textarea {
  background: #fff;
  border: medium none;
  border-radius: 32px;
  color: #818181;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 15px 30px;
  width: 100%;
}
.mail-form form input::-webkit-input-placeholder {
  color: #818181 !important;
  opacity: 1;
}

.mail-form form input::-moz-placeholder {
  color: #818181 !important;
  opacity: 1;
}
.mail-form form input::-ms-input-placeholder {
  color: #818181 !important;
  opacity: 1;
}
.mail-form form textarea::-webkit-input-placeholder {
  color: #818181 !important;
  opacity: 1;
}

.mail-form form textarea::-moz-placeholder {
  color: #818181 !important;
  opacity: 1;
}
.mail-form form textarea::-ms-input-placeholder {
  color: #818181 !important;
  opacity: 1;
}
.mail-form form textarea {
  height: 103px;
  border-radius: 20px;
}
.mail-form form button {
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin: 0 auto;
  padding: 11px 35px;
  transition: all 0.2s linear 0s;
}
.mail-form form input.submit-btn {
  color: #fff;
  margin-top: 8px !important;
  display: block;
  width: 100% !important;
}
.mail-form form input.submit-btn:hover {
  color: #222;
}
/*--- useful links widget ---*/
.widget-title {
  color: #fff;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}
.widget-title > h4 {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}
.useful-links {
  color: #aaaaaa;
  list-style: outside none none;
  padding-left: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.useful-links > li {
  display: inline-block;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  text-transform: capitalize;
  width: 49%;
  transition: all 0.2s linear 0s;
}
.useful-links > li i {
  margin-right: 5px;
}
.useful-links > li a{
  display: inline-block;
  transition: all 0.2s linear 0s;
}
.useful-links > li:last-child {
  margin-bottom: 0;
}
/*--- full width social media ---*/
.full-social-media {
  background: #07244b none repeat scroll 0 0;
  float: left;
  text-align: center;
  width: 100%;
}
.ftr-socials {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 47px 0;
  width: 100%;
}
.ftr-socials > li {
  color: #fff;
  display: inline-block;
}
.ftr-socials > li > a {
  display: inline-block;
  width: 100%;
}
.ftr-socials > li > a > i {
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  vertical-align: middle;
  width: 50px;
  color: #fff;
  font-size: 20px;
}
.ftr-socials > li > a span {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  width: 68%;
}
.ftr-socials > li > a span i {
  float: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  width: 100%;
}
/*--- bottombar ----*/
.bottom-bar {
  background: #03152d none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.bottom-bar span {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  font-family: 'Lato';
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 28px 0;
  width: 100%;
  text-align: center;
  display: block;
}
.btm-tagline p {
  color: #aaa9a9;
  font-size: 18px;
  margin-bottom: 0;
  padding: 12px 0;
}
.btm-tagline i {
  margin-right: 10px;
}
.btm-tagline i:before {
  font-size: 28px;
}
.footer-btn a {
  float: right;
}
.btmnew-area {
    border-top: 1px solid #1d2c45;
    padding: 35px 0;
}
/*--- Quoted Message home3 --*/
.quoted-message {
  float: left;
  position: relative;
  width: 100%;
}
.quoted-message:before {
  content: "";
  left: -36.5%;
  height: 275px;
  width: 260px;
  background-image: url(assets/images/quote-message-bg.png);
  position: absolute;
  top: -60px;
  background-size: cover;
}
.quote-title {
  float: left;
  width: 100%;
  max-width: 94%;
}
.quote-title > h2 {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin: 0;
  line-height: 45px;
}
.quote-title .by {
  font-size: 16px;
  font-weight: 700;
  margin-top: 22px;
  padding-right: 36px;
  color: #222;
}
.quote-title .by span {
  font-weight: normal;
  font-style: italic;
  color: #868585;
}
.quote-title .by span.color {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}
.quote-desc {
  float: left;
  width: 100%;
}
.quote-desc > p {
  margin-bottom: 0;
}
/*--- speaces tab section ---*/
.speeches-wrapper {
  float: left;
  width: 100%;
}
.speeches-wrapper .tab-content {
  float: left;
  width: 100%;
}
.speech-box {
  float: left;
  position: relative;
  width: 100%;
}
.speech-box::before {
  background: rgba(0,0,0,.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.speech-box > img {
  width: 100%;
}
.speech-info {
  top: 50%;
  left: 382px;
  max-width: 90%;
  padding: 0 15px;
  position: absolute;
  width: 61%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.speech-info > a {
  color: #fff;
  float: left;
  font-size: 11px;
  letter-spacing: 0.2px;
  margin-right: 30px;
  max-width: 62px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.speech-info > a i {
  font-size: 25px;
  line-height: 62px;
  margin-bottom: 7px;
  width: 100%;
  border-radius: 4px;
}
.speech-info > h2 {
  color: #fff;
  display: table;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  margin: -9px 0 0;
  max-width: 60%;
}
.speech-info > p {
  color: #d4d0d0;
  max-width: 68%;
  padding-left: 92px;
  margin-top: 20px;
}

.speeches-nav-wrapper {
  float: left;
  text-align: center;
  width: 100%;
}
.speech-nav-box > span i {
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid;
  border-radius: 50%;
}
.overlap90 {
  margin-top: -90px;
}
.speeches-nav-innr {
  display: inline-block;
  max-width: 1170px;
  padding: 0 30px 0 30px;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.speeches-nav-car {
  float: left;
  position: relative;
  width: 100%;
}
.speeches-nav-car .slick-next.slick-arrow::before, 
.speeches-nav-car .slick-prev.slick-arrow::before {
  display: none;
}
.speeches-nav-car .slick-prev.slick-arrow,
.speeches-nav-car .slick-next.slick-arrow  {
  background-color: #222121;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: -20px;
  top: 47%;
  height: 25px;
  border-radius: 20px;
  border: none;
  width: 48px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.speeches-nav-car .slick-prev.slick-arrow {
  z-index: 1;
  right: auto;
  left: -20px;
}
.speeches-nav-car .nav-tabs {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0 none;
  margin: 9px 0 0;
  position: relative;
}
.speeches-nav-car .nav-tabs > li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 33.33%;
}
.speeches-nav-car .nav-tabs > li:last-child{border: none;}
.speeches-nav-car .nav-tabs > li > a::before {
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 0;
}
.speeches-nav-car .nav-tabs > li > a.active::before {
  width: 100%;
  transition: all 0.2s linear 0s;
}
.speeches-nav-car .nav-tabs > li > a.active {
  background-color: transparent;
}
.speeches-nav-car .nav-tabs > li > a {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  color: inherit;
  float: left;
  padding: 30px 40px 30px 60px;
  position: relative;
  width: 100%;
}
.speech-nav-box {
  float: left;
  width: 100%;
}
.speech-nav-box > span {
  color: #818181;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
}
.speech-nav-box > h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  margin: 8px 0 0;
  max-width: 90%;
}
.speeches-nav-car .nav-tabs::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: -1px;
  position: absolute;
  right: -2px;
  top: 0;
}
.opacity9::before {
  opacity: 0.9;
}
/*--- services section home3 ---*/
.service-box {
  float: left;
  width: 100%;
}
.service-box > i {
  color: #97a9bd;
  line-height: 139px;
  background-color: #e0e7ef;
  display: inline-block;
  width: 139px;
  font-size: 50px;
  border-radius: 100%;
}
.service-box > img {
  border-radius: 100%;
}
.service-info {
  float: left;
  width: 100%;
  margin-top: 25px;
  position: relative;
}
.service-info > h4 {
  color: #222;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  width: 100%;
}
.service-info > p {
  margin-bottom: 0;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.service-info > a{
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;

  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.service-info > a:hover {
  background-color: #222;
  color: #fff;
}
.service-info:hover > a{
  visibility: visible;
  opacity: 1;
  bottom: 0;
  z-index: 99;
}
.service-info:hover > p {
  opacity: 0;
  visibility: hidden;
}
/*===== Contribute Section =====*/
.contribute-sec {
  float: left;
  width: 100%;
  margin-top: -50px;
}
.contribute-mockup {
  float: left;
  width: 100%;
}
.verticl-middle{
  height: 100%;
  display: flex;
}
.contribute-desc {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 65px;
}
.contribute-desc > h2 {
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
}
.blackish .contribute-desc > h2 {color: #fff;}
.blackish .contribute-desc > p {color: #d3d2d2;}
.contribute-desc > p {
  margin-bottom: 0;
}
.contribute-form {
  float: left;
  max-width: 560px;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 60px;
}
.contribute-form > input {
  color: #818181;
  float: left;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  height: 63px;
  padding: 20px 30px;
  width: 100%;
  border: none;
  border-radius: 32px;
}
.contribute-form form input::-webkit-input-placeholder {
  color: #818181 !important;
  opacity: 1;
}

.contribute-form form input::-moz-placeholder {
  color: #818181 !important;
  opacity: 1;
}
.contribute-form form input::-ms-input-placeholder {
  color: #818181 !important;
  opacity: 1;
}
.contribute-form > button {
  float: left;
  width: 100%;
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 45px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  border: none;
  margin-top: 15px;
}
.contribute-form > button:hover,
.contribute-form > button:focus {background-color: #fff; color: #222;}
/*--- social media box home3 ---*/
.subsrb-review-box {
  float: left;
  padding: 0 10px;
  width: 100%;
  border-radius: 4px;
}
.review-box-inner {
  float: left;
  padding: 70px 35px;
  width: 100%;
  height: 358px;
}
.review-box-inner > p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 25px;
  position: relative;
}
.review-box-inner > i {
  font-size: 55px;
  color: #fff;
  margin-bottom: 20px;
}
.review-box-inner > span {
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.review-box-inner > p::before {
  position: absolute;
  content: "";
  left: 0;
  background-color: #fff;
  bottom: 0;
  height: 3px;
  width: 35px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.text-center .review-box-inner:hover > p:before {
  width: 100%;
  margin-left: 0;
  left: 0;
}
.text-center .review-box-inner > p:before {
  left: 50%;
  margin-left: -17.5px;
}
.main-title {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.main-title > span {
  color: #aaaaaa;
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
}
.main-title > h3 {
  color: #333333;
  font-size: 45px;
  font-weight: bold;
  line-height: 48px;
}
.news-post {
  display: inline-block;
  width: 100%;
}
.news-post figure {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
.news-post figure img {
  width: 100%;
  border-radius: 4px;
}
.news-post figure > a {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  right: 17px;
  top: 17px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.news-meta {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.news-meta > ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 10px;
  padding-left: 0;
  width: 100%;
}
.news-meta > ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.news-meta > ul > li > a {
  display: inline-block;
  font-size: 16px;
  color: #222;
}
.news-meta > ul > li > span {
  color: #222;
  font-size: 14px;
}
.tag-cloud span {
  color: #8799a3;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.tag-cloud span::before {
  content: "";
  display: block;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  top: 14px;
  width: 180px;
  height: 1px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}
.tag-cloud span i {
  line-height: 24px;
  width: 24px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  font-size: 12px;
  background-color: #fff;
}
.tag-cloud {
  color: #818181;
}
.tag-cloud > a {
  color: #818181;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0 3px;
}
.news-meta > ul li::after {
  bottom: 0;
  content: ",";
  position: absolute;
  right: -8px;
  color: #6e6e6e;
}
.news-meta > ul li:last-child::after {
  display: none;
}
.news-meta > ul li:last-child {
  margin-right: 0;
}
.news-meta > h2 {
  color: #222222;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 15px;
  width: 100%;
}
.news-meta > h2 a{
  transition: all 0.2s linear 0s;
}
/*--- gallery section ---*/
.gallery-list {
  display: inline-block;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}
.gallery-img {
  float: left;
  width: 20%;
}
.gallery-img img {
  float: left;
  width: 100%;
}
.gallery-item {
  margin-bottom: 30px;
}
.galry-img {
  position: relative;
}
.galry-img a {
  height: 59px;
  width: 58px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 58px;
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  -moz-transform: translate(-50%, -50%) scale(0, 0);
  opacity: 0;
  transition: all 0.55s;   
  -webkit-transition: all 0.55s;   
  -moz-transition: all 0.55s;   
}
.galry-img figure {
  position: relative;
}
.galry-img figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s;   
  -webkit-transition: all 0.45s;   
  -moz-transition: all 0.45s;   
}
.galry-img:hover figure::before {
  opacity: 1;
  visibility: visible;
}
.galry-img:hover a{
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}
/*--- blog post ---*/
.blog-post:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-post {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 60px;
  margin-bottom: 55px;
}
.blog-post > span {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
}
.blog-post > span > a {
  border-bottom: 1px solid;
}
.blog-post > h2 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
}
.blog-post > h2 a{
  transition: all 0.2s linear 0s;
}
.post-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.posted-by {
  color: #999;
  font-size: 15px;
  vertical-align: middle;
  width: 80%;
  display: inline-block;
}
.posted-by > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.posted-by > ul > li {
  display: inline-block;
  margin-right: 10px;
}
.posted-by > span {
  color: #999;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 4px;
}
.posted-by > a {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  color: #3d3d3d;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.posted-by a.twitter {
  color: #028ac9;
  background: transparent;
}
.posted-by a.linkdin {
  color: #007bb5;
  background: transparent;
}
.posted-by a.pinterest {
  color: #bd081c;
  background: transparent;
}
.posted-by a.pinterest:hover {
  background: transparent !important;
}
.posted-by a.reddit {
  color:  #ff4500;
  background: transparent;
}
.posted-by a.facebook {
  color: #516eab;
  background: transparent;
}
.posted-by a.google-plus {
  color: #db4437;
}
.posted-by a.facebook:hover,
.posted-by a.twitter:hover {
  background: transparent !important;
}
.post-info > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  border-radius: 100%;
}
.blog-post figure {
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}
.blog-post > a {
  margin-top: 35px;
}
.blog-post > p {
  font-size: 16px;
  margin-bottom: 0px;
  width: 100%;
}
.link {
  background: #eee none repeat scroll 0 0;
  display: inline-block;
  padding: 25px 25px 25px 80px;
  width: 100%;
}
.link > i {
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-right: 30px;
  text-align: center;
  width: 40px;
}
.link > a {
  color: #2c2c2c;
  font-size: 18px;
}
.owl-carousel{
  float: left;
  width: 100%;
}
.gallery-caro{
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
.gallery-caro li{
  float: left;
  width: 100%;
  position: relative;
}
/*--- pagination ---*/
.paginate {
  display: inline-block;
  width: 100%;
}
.pagination {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.pagination > li {
  color: #2d2d2d;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 5px;
}
.pagination > li:first-child {
  margin-left: 0;
}
.pagination li a,
.pagination > li span.current {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 38px;
  background: transparent;
}
.pagination > li span.current,
.pagination > li a:hover,
.pagination > li a.prev:hover, 
.pagination > li a.next:hover {
  color: #fff;
}
.pagination > li a.prev, 
.pagination > li a.next  {
  background: transparent;
  letter-spacing: 0.2px;
  padding: 0 5px;
  width: auto;
  height: 50px;
  line-height: 48px;
  border: 2px solid;
  width: 109px;
}
.pagination > li a.prev {
  margin-right: 40px;
}
.pagination > li a.next {
  margin-left: 40px;
}
/*--- sidebar ---*/
.sidebar {
  float: left;
  width: 100%;
  position: relative;
}
.sidebar .widget-title h4 {
  color: #111111;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 100%;
}
.sidebar .widget-title {
  margin-bottom: 30px;
}
.sidebar .widget {
  background-color: #fbfbfb;
  padding: 45px 40px;
  margin-bottom: 30px;
  position: relative;
}
.top-stories {
  float: left;
  width: 100%;
}
.top-stories .thumb-list-post li.topstory-big figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.top-stories .thumb-list-post li.topstory-big {
  margin-bottom: 0;
}
.top-stories .thumb-list-post li figure img {
  transition: all 0.2s linear 0s;
}
.top-stories .thumb-list-post li:hover img {
  transform: scale(1.1);
}
.top-stories .thumb-list-post li {
  margin-bottom: 18px;
}
.top-stories .thumb-list-post li figure i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}
.top-stories .thumb-list-post li:hover figure i {
  opacity: 1;
  visibility: visible;
}
.topstory-big {
  float: left;
  margin-bottom: 17px;
  width: 100%;
}
.topstory-big > figure img {
  width: 100%;
}
.topstory-big > h4 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 22px;
  width: 100%;
}
.thumb-list-post {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.thumb-list-post > li {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.thumb-list-post li .thumb {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 78px;
  position: relative;
}
.thumb-list-post li figure {
  overflow: hidden;
}
.thumb-list-post li figure img {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
}
.thumb-list-post li:hover img{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.thumb-list-post li > div {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
  vertical-align: middle;
  width: 60%;
}
.thumb-list-post li > div h4{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0;
  color: #1d1d1d;
}
.thumb-list-post > li:last-child {
  margin-bottom: 0;
}
.thumb-list-post li > div h4 a,
.topstory-big > h4 a{
  transition: all 0.2s linear 0s;
}
.thumb-list-post li.topstory-big > div {
  font-size: 17px;
  font-weight: 700;
  color: #1d1d1d;
  margin-left: 0;
  width: 100%;
  display: block;
}
.thumb-list-post li.topstory-big > div h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  color: #1d1d1d;
}
.thumb-list-post li > div > span, 
.thumb-list-post li > div > i {
  font-size: 13px;
}
.post-comments-c {
  float: right;
  color: #818181;
  font-size: 15px;
  font-weight: 400;
}
.post-comments-c span {
  font-size: 11px;
  margin-right: 2px;
}
.thumb-list-post li > div > i {
  font-size: 11px;
  font-weight: normal;
  transform: translate(85px);
}
.tab-btn li a {
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 22px;
  position: relative;
}
.nav.nav-tabs.tab-btn {
  border-bottom: 0 none;
  margin-bottom: 37px;
}
.tab-btn li a.active::before {
  background: #343434 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(-12deg);
  width: 100%;
  z-index: -1;
}
.tab-btn li a.active {
  color: #fff;
}
.tab-content .thumb-list-post > li{margin-bottom: 30px;}
.tab-content .thumb-list-post > li:last-child {
  margin-bottom: 0;
}
/*--- opinion quote widget ---*/
.opinion {
  box-shadow: 4px -5px 29px 0px rgba(0, 0, 0, 0.08); 
  display: inline-block;
  padding: 30px;
  position: relative;
  width: 100%;
  border: 2px solid;
  margin-bottom: 60px;
  background-color: #fff;
}
.opinion:last-child{
  margin-bottom: 40px;
}
.opinion > p {
  color: #2d2d2d;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 25px;
}
.opinion > span {
  color: #2d2d2d;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
.opinion > i {
  display: inline-block;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  width: 100%;
}
.opinion > figure {
  bottom: 0;
  margin-bottom: -38px;
  position: absolute;
  right: 18px;
}
.opinion > figure img{
  border-radius: 100%;
}
.opinion > figure::before {
  content:"\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 28px;
  position: absolute;
  right: 25px;
  top: -20px;
}
/*--- sticky sidebar ---*/
#page-contents {
  position: relative;
}
.static,
.static > div {
  position: sticky !important;
}
/*--- sticky sidebar End ---*/
/*--- testimonial carousel home3 ---*/
.testimonial-sec {
  display: inline-block;
  position: relative;
  width: 100%;
}
.testimonial-sec .owl-item {
  margin-top: 60px;
  margin-bottom: 23px;
}
.testi-item {
  float: left;
  text-align: center;
  width: 100%;
  background-color: #f9f8f8;
  position: relative;
  padding: 100px 115px 60px;
  box-shadow: 0px 40px 0px -30px #f1f1f1, 0px 84px 0px -60px #fafafa;
  border-radius: 4px;
}
.testi-item .testi-img {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.testi-item figure img {
  border-radius: 100%;
  width: auto !important;
}
.testi-meta {
  display: inline-block;
  position: relative;
  width: 100%;
}
.testi-meta > p {
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 20px;
}
.testi-meta > span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  width: 100%;
}
.testi-meta > i {
  font-size: 16px;
  font-style: normal;
  color: #818181;
}
.testi-item > figure {
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
.testi-meta::before {
  color: #f2f2f2;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 200px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.testimonial-sec .owl-prev::before, .testimonial-sec .owl-next::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #8799a3;
  font-size: 50px;
  border: none;
}
.testimonial-sec .owl-prev::before {
  left: 0;
}
.testimonial-sec .owl-next::before {
  right: 0;
}
.testimonial-sec .owl-prev:hover:before, .testimonial-sec .owl-next:hover:before{
  background: none;
}
.testimonial-sec .owl-prev {
  left: -110px;
}
.testimonial-sec .owl-next {
  right: -110px;
}
/*--- event section home3 ----*/
.event-box {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.event-box > figure {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.event-box > figure img {
  width: 100%;
  border-radius: 4px;
}
.event-meta {
  color: #fff;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-70%, -50%);
  transition: all 0.2s linear 0.2s;
  visibility: hidden;
  width: 90%;
  z-index: 1;
}
.event-box::before {
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s linear 0s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
  background: #000;
  border-radius: 4px;
}
.date-time {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 11px;
  width: 100%;
}
.date-time > a {
  border-right: 1px solid;
  display: inline-block;
  line-height: 12px;
  margin-right: 20px;
  padding-right: 20px;
}
.date-time span.date {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.date-time span.date::before {
  content: "X";
  display: block;
  font-size: 13px;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.event-meta > h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 40px;
}
.event-meta > span {
  font-size: 14px;
}
.event-meta > span > i {
  margin-right: 5px;
}
.event-box:hover::before {
  left: 0;
  opacity: 0.8;
  visibility: visible;
}
.event-box:hover .event-meta {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.event-meta > span > a {
  margin-right: 5px;
}
.event-meta > span > a:hover {
  text-decoration: underline;
}
/*---- our aim home2 --*/
.our-aim {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 35px 20px;
  text-align: center;
  width: 100%;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  border-radius: 4px;

}
.our-aim:hover {
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.overlap70 {
  margin-top: -70px;
}
.our-aim > h4 {
  color: #222222;
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
}
.our-aim > span {
  color: #818181;
  font-size: 16px;
}
/*--- banner home2 ---*/
.banner-title {
  width: 59%;
  text-align: center;
  margin: 0 auto;
  padding: 100px 0;
}
.banner-title > h4 {
  color: #fff;
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 20px;
  width: 100%;
}
.banner-title > p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 27px;
  display: block;
  margin-bottom: 35px;
}
.baner-detail {
  color: #fff;
  display: inline-block;
  padding-top: 70px;
  width: 100%;
}
.baner-detail > ul {
  list-style: outside none none;
  margin-bottom: 30px;
  padding-left: 100px;
}
.baner-detail > ul li {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.baner-detail > ul li:last-child {
  margin-bottom: 0;
}
.baner-detail > ul > li::before {
  content: "";
  height: 4px;
  left: -27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.baner-detail > a {
  display: inline-block;
}

/*--- activities section ---*/
.activity-box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.activity-box > figure {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.activity-box > figure > img {
  width: 100%;
  border-radius: 4px;
}
.activity-box > figure > i {
  bottom: 20px;
  position: absolute;
  right: 20px;
  height: 30px;
  width: 42px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  color: #002359;
}
.activity-meta {
  display: inline-block;
  width: 100%;
}
.tag {
  display: inline-block;
}
.tag > i {
  margin-right: 3px;
  color: #818181;
}
.tag > a {
  color: #818181;
  font-size: 15px;
  position: relative;
  transition: all 0.2s linear 0s;
}
.tag > a::after {
  content: ",";
  position: absolute;
  right: -1px;
  top: 0;
}
.tag > a:last-child::after {
  display: none;
}
.activity-meta > h4 {
  color: #222222;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 15px;
  width: 100%;
}
.activity-meta > h4 a {
  display: inline-block;
  transition: all 0.2s linear 0s;
  width: 100%;
}
.activity-box > figure::before {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.2s linear 0s;
}
.activity-box:hover > figure::before {
  opacity: 0.5;
}
.single-title {
  color: #222;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
  width: 100%;
}
/*--- twitter feed section ---*/
.light-blue-bg {
  float: left;
  width: 100%;
  background: #29a1ef none repeat scroll 0 0;
}
.twitter-feed {
  float: left;
  padding: 45px 0;
  width: 100%;
  text-align: center;
}
.twitter-feed > i {
  color: #fff;
  display: block;
  font-size: 50px;
  margin-right: 20px;
  vertical-align: top;
  width: auto;
}
.twitter-date {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  margin-top: 15px;
}
.twitter-date > h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 3px;
  width: 100%;
}
.twitter-date > span {
  display: inline-block;
  font-size: 13px;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
  width: 100%;
}
.twitter-date > p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  width: 100%;
}
.twitter-date > p > a {
  text-decoration: underline;
}
.twitter-caro .owl-dots {
  bottom: auto;
  left: auto;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);

}
.twitter-caro .owl-dot {
  border: medium none;
  display: block;
  height: 15px;
  width: 15px;
  margin: 6px 0;
}
/*--- client carousel ---*/

.our-clients {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 7px 12px 43px 0px rgba(0, 0, 0, 0.1); 
}
.our-clients li {
  display: flex;
  align-items: center;
  padding: 46px 30px;
  text-align: center;
  width: 100%;
  height: 210px;
  border-right: 1px solid #f5f5f5;
}
.our-clients li img {
  display: inline-block !important;
  width: auto !important;
}
/*--- accordion ----*/
.btn.btn-link {
  border-radius: 32px;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.card {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  border-radius: 32px;
}
.card-header:first-child {
    border-radius: 32px;
}
.card-body {
  font-size: 15px;
  line-height: 24px;
  padding-left: 35px;
  width: 90%;
  color: #535457;
  border-radius: 32px;
}
.card-header {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}
.btn.btn-link[aria-expanded="true"] {
  color: #fff;
}
.btn.btn-link[aria-expanded="true"]::after{
  transform: translateY(-50%) rotate(-180deg);
}
.btn.btn-link::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
/*--- donate section home2 ---*/
.donate-baner > h4 {
  color: #fff;
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  line-height: 41px;
  margin-bottom: 30px;
  width: 100%;
}
.address-list {
  color: #fff;
  font-size: 15px;
  list-style: outside none none;
  margin-bottom: 35px;
  padding-left: 0;
}
.donate-baner {
  display: inline-block;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
}
.donate-mockup > img {
  margin-top: -94px;
}
.address-list > li {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.address-list > li > i {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  line-height: 30px;
  margin-right: 12px;
  text-align: center;
  width: 33px;
}
.address-list > li:last-child {
  margin-bottom: 0;
}
.donate-baner > a {
  margin-right: 10px;
}
.donate-baner > a.main-btn:last-child {
  background-color: #fff;
  color: #333;
}
.donate-baner > a.main-btn:last-child:hover {
  color: #fff;
}
.donate-baner > form {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  line-height: 70px;
  width: 91.2%;
}
.donate-baner > form input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #505050;
  font-family: 'Fira Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 0 40px;
  width: 267px;
}
.donate-baner form button {
  background: #1f1f1f none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: initial;
  padding: 11px 35px;
  transition: all 0.2s linear 0s;
}
.select-payment {
  border: 2px solid #f4f4f4;
  border-radius: 3px;
  display: inline-block;
  height: 44px;
  line-height: 38px;
  margin-right: 10px;
  padding: 0 15px;
  position: relative;
  width: 130px;
  vertical-align: middle;
}
.select-payment > ul {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f4f4f4;
  left: 0;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding-left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 4;
}
.select-payment:hover > ul {
  opacity: 1;
  visibility: visible;
}
.select-payment > ul > li {
  font-size: 13px;
  line-height: initial;
  padding: 4px 10px;
  cursor: pointer;
}
.select-payment > ul > li:hover {
  background: #e8e8e8 none repeat scroll 0 0;
}
.select-payment::after {
  color: #dfdfdf;
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 13px;
}
/*--- funfact home2 ---*/
.full-width {
  background: #07244b none repeat scroll 0 0;
  float: left;
  text-align: center;
  width: 100%;
}
.funfacts {
  display: inline-block;
  padding: 78px 0;
  text-align: left;
  width: 100%;
}
.funfacts > i {
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
  width: 67px;
  color: #fff;
  font-size: 68px;
}
.funfacts > i::before {
  font-size: 65px;
}
.funfacts .funmeta {
  display: inline-block;
  vertical-align: middle;
  width: 73%;
}
.funmeta .counter {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 30px;
}
.funmeta > i {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
.funmeta > p {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}
/*--- our workers home2 ---*/
.workers {
  display: inline-block;
  position: relative;
  width: 100%;
}
.workers figure {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.workers img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
   transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.worker-img {
  position: relative;
}
.worker-contact {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  bottom:-36px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  z-index: -1;
}
.workers:hover .worker-contact,
.workers.active .worker-contact{
  visibility: visible;
  opacity: 1;
  bottom: 32px;
  z-index: 1;
}
.workers:hover img,
.workers.active img {
 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.worker-contact > i {
  color: #fff;
  display: block;
  font-size: 33px;
}
.worker-contact > span {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 24px;
  margin-top: 14px;
  width: 100%;
}
.worker-contact > ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.worker-contact > ul li {
  display: inline-block;
  margin-right: 4px;
}
.worker-contact > ul > li a {
  color: #252525;
  display: inline-block;
  font-size: 15px;
  height: 37px;
  line-height: 35px;
  width: 41px;
  text-align: center;
  border: 2px solid;
  transition: all 0.2s linear 0s;
}
.worker-meta {
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -50px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  box-shadow: 3px 1px 12px 0px rgba(0, 0, 0, 0.04);
}
.workers:hover .worker-meta,
.workers.active .worker-meta{
  padding-bottom: 90px;
  box-shadow: 7px 12px 43px 0px rgba(0, 0, 0, 0.1);
}
.worker-meta > h4 {
  color: #333333;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  width: 100%;
}
.worker-meta > span {
  font-size: 14px;
  letter-spacing: 0.2px;
  display: block;
}
.worker-contact > ul > li a:hover {
  color: #fff;
}
.worker-meta::before {
  content: "";
  border-bottom: 24px solid transparent;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: absolute;
  top: -12px;
  right: -12px;
  transition: all 0.55s;
  -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
}
.workers:hover .worker-meta::before,
.workers.active .worker-meta::before{
  top: 0;
  right: 0;
}
.team-bottom-gap .workers {
    margin-bottom: 100px;
}
.event-detail .countdown.even-countdown {
    top: -67px !important;
    position: relative;
}
.event-detail .countdown.even-countdown > li > span {
        padding: 18px 0;
}
.event-countdown.countdown .clock {
  background-color: #fff;
}
.event-countdown.countdown .clock > div {
  color: #313131;
}
.row.merged.color-style {
  margin-left: -15px;
  margin-right: -15px;
}
.row.merged.color-style > div {
  padding-left: 15px;
  padding-right: 15px;
}
.color-style .workers img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.color-style .workers {
  margin-bottom: 100px;
}
.row.merged.color-style > div:nth-last-of-type(2) .workers,
.row.merged.color-style > div:nth-last-of-type(1) .workers,
.row.merged.color-style > div:nth-last-of-type(3) .workers,
.row.merged > div:nth-last-of-type(2) .workers,
.row.merged > div:nth-last-of-type(1) .workers,
.row.merged > div:nth-last-of-type(3) .workers {
  margin-bottom: 0;
}
/*--- countdown time section ---*/
.counter-timer {
  display: table;
  float: none;
  height: 100%;
  width: 100%;
  padding: 115px 90px;
}
.election-baner {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 100%;
}
.election-baner img{width: 100%;}
.counter-meta {
  display: table-cell;
  float: none;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.counter-meta > i {
  display: block;
  margin-bottom: 26px;
}
.counter-meta > span {
  color: #818181;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 6px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.counter-meta > h3 {
  color: #222;
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 10px;
}
.counter-meta > p {
  margin-bottom: 18px;
  max-width: 80%;
  width: 100%;
}
.counter-meta .countdown {
  margin-top: 20px;
}
.countdown {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.countdown > li {
  border-radius: 4px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 15px;
  position: relative;
  width: 80px;
  text-align: center;
}
.countdown > li p {
  border-radius: 5px 5px 0 0;
  color: #fff;
  float: left;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  letter-spacing: -0.1px;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}
.countdown > li > span {
  color: #222;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 9px 0;
  width: 100%;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.countdown > li > span.dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  right: 20px;
}
.countdown > li > span.dots::before {
  content: "";
  display: block;
  margin-bottom: 4px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #777777;
}

.countdown > li > span.dots::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #777777;
}
.event-data .countdown > li > span.dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  right: 20px;
}
.event-data .countdown > li > span.dots::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.event-data .countdown > li > span.dots::before {
  content: "";
  display: block;
  margin-bottom: 4px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.countdown > li:last-child::after,
.countdown > li:last-child::before {
  display: none;
}
/*--- faq section ---*/
.faq-sec {
  display: inline-block;
  width: 100%;
}
.faq-list {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.faq-list > li {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.05);
  float: left;
  margin: 20px 16px;
  padding: 15px;
  width: 46%;
  border-radius: 3px;
  transition: all 0.2s linear 0s;
}
.faq-list > li span {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  border-radius: 2px;
  color: #1c1c1c;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  vertical-align: middle;
  width: 45px;
}
.faq-list > li a,
.faq-list > li i {
  color: #2b2b2b;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 12px;
  vertical-align: middle;
  width: 68%;
  font-style: normal;
}
.faq-list > li:hover span, 
.faq-list > li:hover a
.faq-list > li:hover i {
  color: #fff;
}
.faq-list > li:hover span{
  background: rgba(255,255,255,.1);
}
.faq-list > li:hover a{color: #fff;}
.faq-list > li:nth-child(2n+1) {
  margin-left: 0;
}
.faq-list > li:nth-child(1), .faq-list > li:nth-child(2) {
  margin-top: 0;
}
.faq-list > li:nth-last-child(1), .faq-list > li:nth-last-child(2) {
  margin-bottom: 0;
}
/*--- header style2 ---*/
header.style2{
  position: relative;
  background: rgba(4,40,89,.9);
}
.simple-logo {
  line-height: 70px;
}
header.style2 .main-menu {
  color: #fff;
}
.header-btn {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: initial;
  text-transform: uppercase;
  padding: 16px 37px;
  line-height: normal;
}
header.style2 .info-bar{
  padding-top: 8px;
  padding-bottom: 30px;
}
header.style2 .info-bar > ul {
  background: transparent none repeat scroll 0 0;
}
header.style2 .info-bar {
  position: unset;
}
header.style2 .main-menu ul > li {
  display: inline-block;
}
.header_1 .main-menu ul > li a {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.header_2 .main-menu ul > li a {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
header.style2 .right-box a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
}
header.style2 .right-box a:last-child {
  margin-right: 0;
}
header.style2 .right-box a.search-btn {
  line-height: 47px;
  width: 46px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
header.style2 .search-from {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;

}
header.style2 .right-box .header-btn {
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
header.style2 .right-box .header-btn:hover {
  background-color: #fff;
}
header.style2 .search-from.active {
  display: block;
}
header.style2 .search-from form input {
  width: 100%;
  border-radius: 0;
  padding: 48px 40px;
}
header.style2 .search-from #searchsubmit {
  display: none;
}
header.style2 .search-from .search-close-btn {
  position: absolute;
  right: 40px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.header-style2-pos {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  padding: 20px 21% 18px 21%;
}
.header-bg-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
}
.header-bg-image::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  background-color: rgba(26, 26, 40, 0.9);
}
.search-from form input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  line-height: initial;
  padding: 10px 20px;
  width: 310px;
}
.search-from form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 0;
}
.overlap-header {
  margin-top: -27.5%;
}
header.style2.sticky_header .header-style2-pos.sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #000;
  box-shadow: 2px 1px 18px rgba(0,0,0,0.2);
  padding: 10px 21% 10px 21%;
}
header.style2.sticky_header .header-style2-pos.sticky .search-from form input {
  padding: 36px 40px;
}
header.header_2.sticky_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 2px 1px 18px rgba(0,0,0,0.2);

}
header.header_2.sticky_header.sticky .row > .col-lg-12 {
  display: none;
}
header.header_2.sticky_header.sticky .logo,
header.header_2.sticky_header .sticky_logo{
  display: none;
}
header.header_2.sticky_header.sticky .sticky_logo.logo {
  display: block;
  padding: 33px 10px;
}
header.header_3.sticky_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 2px 1px 18px rgba(0,0,0,0.2);
}
header.header_3.sticky_header.sticky .mockup{
  height: 90px;
  overflow: hidden;
}
.header_4 .menu-area.sticky_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  z-index: 999;
  box-shadow: 2px 1px 18px rgba(0,0,0,0.2);
}
.header_4 .menu-area.sticky_header.sticky .header4-logo {
  padding: 12px 0;
}
.header_4 .menu-area.sticky_header.sticky .menus-bar nav > ul > li > a {
  padding: 34px 12px;
}
.header_4 .menu-area.sticky_header.sticky .header-btn-new {
  padding: 22px 0px;
}
/*--- header banner ---*/
.extra-top {
  padding-top: 155px;
  padding-bottom: 50px;
}
.header-banner {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.banner-meta {
  color: #fff;
  float: left;
  padding: 37% 0 60px 0;
  width: 100%;
  z-index: 2;
  position: relative;
}
.header-banner::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  webkit-box-shadow: inset -10px -400px 200px -100px rgba(0,0,0,0.9);
  box-shadow: inset -10px -400px 200px -100px rgba(0,0,0,0.9);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.title-s .title-desc span {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #f6f6f6;
  margin-bottom: 8px;
  display: inline-block;
}
.title-s .title-desc span.num-people {
  font-weight: 800;
  margin-right: 4px;
}
.title-s .title-desc {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}
.play-btn {
  font-size: 105px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 16%;
}
.title-s .title-desc h4 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}
.banner-meta p {
  color: #f6f6f6;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 22px;
  vertical-align: middle;
}
.banner-meta a.main-btn {
  padding: 13px 30px;
  border-radius: 4px;
}
/*--- activities section home1 ----*/
.activities {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 40px 22px 40px;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.activities:hover {
  box-shadow: 0 0 27px 0 rgba(0,0,0,0.30);
}
.activities > i {
  border-radius: 100%;
  display: inline-block;
  font-size: 55px;
  height: 109px;
  line-height: 109px;
  width: 110px;
  margin-bottom: 24px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.activities:hover i {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.act-meta {
  display: inline-block;
  width: 100%;
}
.act-meta > h4 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 28px;
}
.act-meta > span {
  color: #fff;
  font-size: 15px;
}
.act-meta > h4 a {
  transition: all 0.2s linear 0s;
}
.padding-5 > div {
  padding: 0 4px;
}
/*--- creative banner home1 ---*/
.creative-banner {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 100%;
}
.creative-banner img {
  display: block;
  margin: 0 auto;
}
.creative-baner-meta {
  display: table;
  height: 100%;
  width: 100%;
}
.text-center .creative-baner-meta{
  width: 70%;
  margin: 0 auto;
}
.middle-verticle {
  display: table-cell;
  vertical-align: middle;
}
.creative-baner-meta h2 {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 25px;
  position: relative;
  color: #222222;
}
.middle-verticle > p {
  margin-bottom: 30px;
  width: 100%;
}
.middle-verticle > span {
  display: block;
}
a.main-btn {
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 45px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
a.res-menu-btn i {
  font-size: 35px;
}
a.main-btn:hover {
  background-color: #fff;
  color: #222;
}
.creative-baner-meta a.main-btn {
  margin-top: 38px;
  border: 2px solid transparent;
  transition: all 2s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.creative-baner-meta a.main-btn:hover {
  background-color: #222;
  color: #fff;
}
/*-- our vision section home1 ---*/
.vision-boxes {
  padding-top: 80px;
}
.our-vision-box {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  -webkit-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
}
.our-vision-meta,
.flip-vision-meta {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position-x: 0% !important;
  background-position-y: 0% !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.our-vision-meta {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-vision-meta {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.our-vision-box:hover .our-vision-meta {
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.our-vision-box:hover .flip-vision-meta {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
} 
.vision-submeta > h2 {
  color: #ffffff;
  letter-spacing: 0.2px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
.vision-submeta {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
}
.vision-submeta > span {
  color: #fbfbfb;
  display: inline-block;
  font-size: 16px;
  width: 100%;
}
.vision-submeta > p {
  color: #fff;
}
.our-vision-meta::before,
.flip-vision-meta::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top:0;
  background-color: rgba(49,96,169,0.7);
}
.vision-boxes .row > div:nth-child(2) .our-vision-meta:before,
.vision-boxes .row > div:nth-child(2) .flip-vision-meta:before {
  background-color: rgba(202,39,33,0.7);
}
.vision-boxes .row > div:nth-child(3) .our-vision-meta::before,
.vision-boxes .row > div:nth-child(3) .flip-vision-meta::before {
  background-color: rgba(143,43,140,0.7);
}
/*--- slick slider section event ---*/
.event-tabs.event-slider {
  padding-top: 140px;
  padding-bottom: 95px;
}
.event-scroll {
  height: 470px;
  margin: 25px 0 0;
}
.slider-nav-event {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}
.eventor {
  background: #0d2f5d none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 70px 35px 90px 60px;
  position: absolute;
  right: -60%;
  top: -60px;
  width: 425px;
  z-index: 9;
  border-radius: 4px;
}
.eventor > span {
  display: flex;
  font-size: 36px;
  font-weight: bold;
  line-height: 32px;
  line-height: 40px;
  vertical-align: top;
}
.eventor > span i {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.slider-nav-event li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  display: inline-block !important;
  margin-bottom: 25px;
  padding-bottom: 22px;
  width: auto !important;
  height: 147px !important;
}
.slider-nav-event li:last-child {
  border-bottom: 0 none !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.slider-nav-event li > span {
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
}
.slider-nav-event li > span i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.eventor .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #173e74;
  border-radius: 40px;
}
.eventor .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #f0f4f7;
}
.eventor .mCSB_inside > .mCSB_container {
  margin-right: 50px;
}
.slider-nav-event h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 12px;
  cursor: pointer;
}
.slider-nav-event li > i {
  font-size: 13px;
  font-style: normal;
  letter-spacing: -0.2px;
}
.slider-for-event .tab-pane > span.play-box {
  margin-top: 6px;   
}
.slider-for-event .tab-pane > span {
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-align: center;
  vertical-align: top;
  color: #ffffff;
  width: 8.5%;
  text-transform: uppercase;
}
.slider-for-event .tab-pane > span a i {
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 8px;
  text-align: center;
  width: 60px;
}
.event-data {
  display: inline-block;
  padding-left: 35px;
  vertical-align: top;
  width: 89%;
}
.post-information > a, .post-information > span {
  display: inline-block;
  font-size: 15px;
  line-height: 13px;
  margin-right: 18px;
  position: relative;
  color: #fff;
}
.post-information > span {
  text-transform: uppercase;
}
.post-information > a {
  padding-right: 20px;
}
.post-information > span::before {
  content: "X";
  display: block;
  font-size: 15px;
  position: absolute;
  left: -25px;
  top: 0;
}
.event-data > h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 12px;
  width: 100%;
  color: #fff;
}
.event-data > p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1px;
  color: #c1c1c1;
  margin-bottom: 48px;
}
.post-information {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.event-data .countdown > li > span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.2px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.event-data .countdown > li::after {
  right: -23px;
}
.event-data > span {
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  margin-top: 45px;
  width: 100%;
  color: #fff;
}
.event-data > span i {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.countdown > li:first-child {
  margin-left: 0;
}
/*--- gallery grid style ---*/
.grid-gallery {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 36px;
}
.grid-gallery > figure {
  margin-bottom: 0;
}
.grid-gallery > figure img {
  border-radius: 4px;
}
.grid-meta {
  color: #fff;
  display: inline-block;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 70%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear 0.2s;
  visibility: hidden;
  width: 100%;
}
.grid-gallery::before {
  bottom: 0;
  content: "";
  left: 0;
  background-color: rgba(22,22,22,0.8);
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 0.2s linear 0s;
  border-radius: 4px;
}
.grid-gallery:hover::before {
  top: 0;
}
.grid-meta > h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 3px;
  width: 100%;
}
.grid-meta > a {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.grid-meta > span {
  font-size: 13px;
  text-transform: uppercase;
}
.grid-gallery:hover .grid-meta {
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.side-padding{
  padding-right: 75px;
  padding-left: 75px;
}
/*--- tab bqanner --- home1 --*/
.nav.nav-tabs.flex-column {
  border: medium none;
  color: #fff;
  float: right;
  width: 160px;
  margin-top: 30px;
}
.nav-tabs.flex-column > li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}
.nav-tabs.flex-column > li a::after {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.nav-tabs.flex-column > li a::before {
  content: "";
  display: block;
  background-color: transparent;
  height: 1px;
  width: 0px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.nav-tabs.flex-column > li a.active::before {
  width: 16px;
}
.nav-tabs.flex-column > li a {
  display: inline-block;
  position: relative;
  padding-right: 26px;
}
.party-moto {
  display: inline-block;
  width: 100%;
  padding: 60px 0;
}
.party-moto .tab-content {
  color: #fff;
  margin: 0 auto;
  max-width: 60%;
  text-align: center;
  width: 100%;
}
.orginizer {
  display: inline-block;
  width: 100%;
}
.orginizer > span {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
  color: #cccccc;
}
.orginizer > h2 {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 42px;
  width: 100%;
}
/*--- header style 3 ---*/
header.style3 {
  padding: 0 75px;
}
header.style3 .mockup {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
header.style3 .simple-logo {
  display: inline-block;
  line-height: 90px;
  position: relative;
  vertical-align: middle;
  width: auto;
  z-index: 2;
}
header.style3 .menus {
  display: inline-block;
  line-height: 90px;
  vertical-align: middle;
  width: 72%;
  float: right;
  margin-left: 0;
}
header.style3 .right-box {
  float: right;
  line-height: 90px;
  width: auto;
}
header.style3 .right-box a.main-btn {
  line-height: initial;
  padding: 33px 30px;
  transition: all 0.2s linear 0s;
  line-height: normal;
  border-radius: 0;
  line-height: 24px;
}
header.style3 .right-box a.main-btn:hover{
  background: #222;
  color: #fff;
}
header.style3 .main-menu > ul > li::before {
  background: #e5e5e5 none repeat scroll 0 0;
  height: 100%;
}
header.style3 .main-menu > ul > li {
  line-height: 90px;
  margin: 0;
  padding: 0 24px;
  float: none;
  display: inline-block;
  margin-left: -4px;
}
header.style3 .main-menu > ul > li:first-child {
  border-left: 1px solid #e5e5e5;
}
header.style3 .main-menu > ul > li:last-child {
  border-right: 1px solid #e5e5e5;
}
header.style3 .main-menu {
  font-size: 15px;
  float: right;
  text-align: center;
}
header.style3 .main-menu > ul > li::after {
  background: #e71838 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
header.style3 .main-menu > ul > li:nth-child(2):after{
  background: #1282be;
}
header.style3 .main-menu > ul > li:nth-child(3):after{
  background: #74bb5e;
}
header.style3 .main-menu > ul > li:nth-child(4):after{
  background: #89cbdf;
}
header.style3 .main-menu > ul > li:nth-child(5):after{
  background: #cbaf00;
}
header.style3 .main-menu > ul > li a {
  color: #3b3b3b;
}
header.style3 .main-menu > ul > li ul, 
header.style3 .main-menu > div > ul > li ul {
  text-align: left;
}
/*--- feature caro home3 ---*/
.featured-caro {
  display: inline-block;
  position: relative;
  width: 100%;
}
.featured-slide {
  display: inline-block;
  position: relative;
  width: 100%;
}
.featured-slide > figure {
  margin: 0;
}
.caro-meta {
  color: #fff;
  left: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 57%;
  z-index: 2;
}
.caro-meta > h1 {
  display: inline-block;
  font-size: 65px;
  font-weight: bold;
  line-height: 75px;
  margin-bottom: 35px;
  width: 100%;
}
.caro-meta > span {
  border-radius: 100%;
  display: inline-block;
  height: 94px;
  line-height: 94px;
  text-align: center;
  vertical-align: middle;
  width: 94px;
  float: left;
}

.caro-meta > span > a {
  font-size: 45px;
}
.caro-meta > p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  padding-left: 99px;
  vertical-align: middle;
  width: 69%;
}

.featured-slide::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.featured-caro-btn {
  width: 650px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.featured-caro-btn li {
  position: relative;
  cursor: pointer;
  border: 2px solid;
}
.featured-caro-btn .owl-item {
  border: 2px solid transparent;
}
.featured-caro-btn .owl-item.current {
  border: 2px solid;
}
.featured-caro-btn li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  webkit-box-shadow: inset 0px -48px 28px -7px rgba(0,0,0,0.9);
  box-shadow: inset 0px -48px 28px -7px rgba(0,0,0,0.9);
  content: "";
  display: block;
  z-index: 1;
}
.featured-caro-btn li a span.thumb-title {
  position: absolute;
  bottom: 8px;
  left: 14px;
  font-size: 14px;
  color: #fff;
  z-index: 2;
}
.featured-caro-btn li a span.thumb-title span {
  text-shadow: 6px 6px 10px rgba(0,0,0,1);
}
.featured-caro-btn li a span.thumb-title i {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  line-height: 21px;
  text-align: center;
  margin-right: 6px;
  font-size: 10px;
}
.featured-caro-btn li a span.thumb-title .fa-play::before {
  margin-left: 3px;
}
.feature-with-caro{
 width: 100%;
 position: relative;
 display:inline-block;
}
.fixed-side-social {
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    width: 45px;
    z-index: 99;
}
.fixed-side-social > li {
    display: inline-block;
    width: 100%;
}
.fixed-side-social > li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    transition: all 0.2s linear 0s;
}
.fixed-side-social > li a:hover{
   padding-left: 5px;
}
/*--- about page ---*/
.about-video-sec figure {
   position: relative;
}
.about-video-sec .row > div:first-child {
  padding-right: 5px;
}
.about-video-sec .row > div:nth-child(2) {
  padding-left: 5px;
}
.about-video-sec figure img {
  width: 100%;
  border-radius: 4px;
}
.about-video-sec figure::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}
.about-video-sec figure:hover:before {
  -webkit-opacity: .55;
  -moz-opacity: .55;
  -ms-opacity: .55;
  -o-opacity: .55;
  opacity: .55;
  visibility: visible;
}
.about-meta {
  display: inline-block;
  margin-top: 35px;
  width: 100%;
}
.about-meta > h2 {
  color: #222;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
}
.video-play {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: auto;
  transform: scale(0) translate(-50%, -50%);
  -webkit-transform: scale(0) translate(-50%, -50%);
  -moz-transform: scale(0) translate(-50%, -50%);
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.about-video-sec figure:hover .video-play {
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
}
.video-play > a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  width: 62px;
  border-radius: 4px;
}
.video-play > span {
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  width: 100%;
}
.align-left.blackish::before {
  z-index: 0;
}
.align-left.blackish::before {
  opacity: 0.5;
}
.orginizer.baner {
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
}
.orginizer.baner > span {
  color: #cccccc;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
}
/*--- sported media about us page ---*/
.sported-media {
  float: left;
  width: 100%;
}
.sponsors {
  background: #fbf9fa none repeat scroll 0 0;
  float: left;
  margin-bottom: 15px;
  padding: 48px 15px;
  text-align: center;
  width: 100%;
}
.sported-media .row > div {
  padding: 0 8px;
}
.sported-media-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.sported-media-info > h2 {
  color: #222;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sported-media-info > p {
  margin-bottom: 0;
}
.verticl-center {
  display: table;
  height: 100%;
  width: 100%;
}
/*--- our event page ---*/
.our-events {
  display: inline-block;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.our-events .tag {
  margin-bottom: 20px;
}
.our-events .tag span{
  color: #818181;
  font-size: 15px;
}
.event-info {
  float: left;
  width: 100%;
}
.event-date {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.event-date > span {
  color: #818181;
  float: left;
  font-size: 15px;
}
.event-date > span.time {
  float: right;
  text-transform: uppercase;
}
.event-info > h4 {
  color: #222;
  float: left;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
  width: 100%;
}
.event-info > h4 a {
  transition: all 0.2s linear 0s;
}
.event-info > p {
  margin-bottom: 0;
}
.our-events figure {
  float: left;
  overflow: hidden;
  width: 100%;
}
.our-events:hover figure img {
  transform: scale(1.1);
  width: 100%;
}
.our-events figure img {
  float: left;
  transition: all 0.2s linear 0s;
  width: 100%;
}
/*--- our awards ---*/
.our-awards {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.awards-info {
  float: left;
  text-align: center;
  width: 100%;
}
.our-awards figure {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.awards-info > span {
  color: #2c2c2c;
  display: inline-block;
  font-size: 18px;
  width: 100%;
  font-weight: 700;
}
.awards-info > h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
  color: #222;
  line-height: 45px;
}
.awards-info > p {
  color: #494646;
  margin-bottom: 0;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
}
.custom-awards > div {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  
}
.custom-awards > div:nth-child(3),
.custom-awards > div:nth-child(6) {
  border-right: none;
}
.custom-awards > div:nth-child(4),
.custom-awards > div:nth-child(5),
.custom-awards > div:nth-child(6) {
  border-bottom: none;
}
.custom-awards > div .our-awards {
  padding: 60px 28px 50px 28px;
  margin-bottom: 0;
}
.custom-awards > div:nth-child(4) .our-awards ,
.custom-awards > div:nth-child(5) .our-awards ,
.custom-awards > div:nth-child(6) .our-awards {
  padding-bottom: 15px;
}
.custom-awards > div:nth-child(1) .our-awards ,
.custom-awards > div:nth-child(2) .our-awards ,
.custom-awards > div:nth-child(3) .our-awards {
  padding-top: 35px;
}
/*----- Award List ------*/
.pre-awards-list h3 {
  color: #222;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}
.pre-awards-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pre-awards-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.pre-awards-list ul li:last-child {
  border-bottom: none;
}
.award-year2 {
  font-weight: 700;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 35px;
}
.award-desc {
  color: #222;
}
/*--- error page 404 ---*/
.error-page {
  float: left;
  text-align: center;
  width: 100%;
}
.error-page > h1 {
  color: #333;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}
.error-page > p {
  color: #666666;
  font-size: 16px;
  margin-bottom: 40px;
  width: 100%;
}
.error-page > form {
  display: inline-block;
  max-width: 45%;
  position: relative;
  width: 100%;
}
.error-page form input {
  background: #f4f4f4 none repeat scroll 0 0;
  border: medium none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  padding: 18px 25px;
  width: 100%;
}
.error-page .search-close-btn {
  display: none;
}
.error-page form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #999;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/*--- login page ---*/
.login-avatar {
  display: inline-block;
  position: relative;
  width: 100%;
}
.login-avatar figure {
  box-shadow: 8px 8px 0 #02a1dc;
  margin: 0;
}
.login-avatar figure img {
  width: 100%;
}
.upper-logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.login-area {
  display: inline-block;
  padding: 0px 50px 0;
  width: 100%;
}
.login-area > h2 {
  color: #000;
  font-size: 27px;
  font-weight: bold;
}
.login-area > h2 > a {
  text-decoration: underline;
}
.login-area > p {
  color: #999999;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 27px;
  margin-bottom: 32px;
}
.login-area > form {
  display: inline-block;
  width: 100%;
}
.login-area form input {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  color: #b4b4b4;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 12px 20px;
  width: 100%;
}
.login-area form input::-webkit-input-placeholder {
  color: #b4b4b4 !important;
  opacity: 1;
}

.login-area form input::-moz-placeholder {
  color: #b4b4b4 !important;
  opacity: 1;
}
.login-area form input::-ms-input-placeholder {
  color: #b4b4b4 !important;
  opacity: 1;
}
.login-area form button {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 55px;
  text-transform: uppercase;
  width: 200px;
  transition: all 0.2s linear 0s;
}
/*--- our videos tab page ---*/
.nav.nav-tabs.videos-tab {
  border: medium none;
  margin-bottom: 40px;
}
.videos-tab .nav-item {
  margin-right: 70px;
  position: relative;
}
.videos-tab .nav-item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  right: -35px;
  top: 12px;
  height: 1px;
  width: 5px;
  background-color: #181818;
}
.videos-tab .nav-item:nth-last-child(1):before {
  display: none;
}
.videos-tab > li > a {
  border-bottom: 1px solid transparent;
  color: #222;
  display: inline-block;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: capitalize;
  width: 100%;
}
.videos-tab > li > a > i {
  margin-right: 10px;
}
.videos-contant {
  border-bottom: 1px solid #f4f4f4;
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
.video-border > div:last-child .videos-contant, 
.video-border > div:nth-last-child(2) .videos-contant {
  border-bottom: none;
}
.videos-contant img {
  width: 100%;
  border-radius: 4px;
}
.videos-contant figure {
  display: inline-block;
  position: relative;
  width: 100%;
}
.videos-contant figure > a {
  border: 3px solid #fff;
  border-radius: 100%;
  bottom: 20px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 43px;
  left: 40px;
  line-height: 37px;
  position: absolute;
  text-align: center;
  width: 43px;
}
.videos-contant figure > a i {
  margin-left: 3px;
}
.video-meta {
  display: inline-block;
  padding: 0 40px;
  width: 100%;
}
.publish-time {
  display: inline-block;
  width: 100%;
}
.publish-time > span {
  color: #818181;
  font-size: 15px;
}
.publish-time > span > i {
  margin-right: 8px;
}
.video-meta > h4 {
  color: #222;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 8px;
  margin-top: 7px;
  width: 100%;
  font-weight: 700;
}
.video-meta > h4 a{
  transition: all 0.2s linear 0s;
}
.squar-socials {
  display: inline-block;
  list-style: outside none none;
  margin: 6px 0 0 0;
  padding-left: 0;
  width: 100%;
}
.squar-socials > li {
  display: inline-block;
  margin-right: 8px;
}
.squar-socials > li a {
  color: #818181;
  transition: all 0.2s linear 0s;
}
.squar-socials > li a:hover.fb-color{
  color: #516eab;
}
.squar-socials > li a:hover.twit-color{
  color: #55acee;
}
.squar-socials > li a:hover.google-color{
  color: #dd4b39;
}
.squar-socials > li a:hover.youtube-color{
  color: #d42012;
}
.publish-time > span i.fa-youtube-play{
  color: #d42012;
}
/*--- awards2 page ---*/
.award-year {
  border: medium none;
  margin-bottom: 85px;
  width: 100%;
  padding: 0 50px;
}
.award-year > li > a {
  color: #222;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  width: 100%;
}
.award-year .nav-item {
  margin-right: 140px;
  position: relative;
}
.award-year > li > a::after {
  background: #ebebeb none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}
.award-year > li:last-child > a::after {
  display: none;
}
.award-year > li > a.active::before {
  bottom: -17px;
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 1px;
}
.align-left {
  float: left;
  margin-bottom: 30px;
  margin-right: 40px;
  width: auto;
}
.award-detail > p {
  display: inherit;
}
.tab-content.gray-bg {
  padding: 50px 50px 30px;
	background-color: F2F2F2;
}
.award-detail > span {
  color: #818181;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-top: 11px;
}
.award-detail > h4 {
  color: #222;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.award-detail .main-btn {
  margin-top: 10px;
}
.award-gallery {
  display: inline-block;
  margin-top: 63px;
  width: 100%;
}
.simple-heading {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.simple-heading > i {
  display: inline-block;
  font-size: 20px;
}
.simple-heading > h4 {
  color: #222;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  vertical-align: middle;
}
.gallery-images {
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.gallery-images > a {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s linear 0.15s;
  visibility: hidden;
}
.gallery-images::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  transition: all 0.2s linear 0s;
  visibility: hidden;
  width: 90%;
}
.gallery-images:hover::before {
  opacity: 0.9;
  visibility: visible;
  width: 100%;
  top: 0;
}
.gallery-images:hover a {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}
.award-gallery .row > div {
  margin-bottom: 13px;
  padding: 0 10px;
}
/*-- donation page  ---*/
.donation-form-area {
  display: inline-block;
  width: 100%;
}
.donation-form-area > h4 {
  color: #161616;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}
.donation-form-area > p {
  color: #646464;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 40px;
  width: 100%;
  font-size: 17px;
}
.donation-form-area > span {
  color: #161616;
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 100%;
}
.donation-form-area > ul {
  display: inline-block;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
}
.donation-form-area > ul > li {
  border-radius: 3px;
  color: #494646;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  margin-right: 20px;
  padding: 10px 15px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.22);
}
.donation-from {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
}
.donation-from > p {
  display: inline-block;
  width: 100%;
}
.donation-from input {
  border: none;
  border-radius: 5px;
  color: #bebebe;
  font-size: 12px;
  padding: 13px 20px;
  width: 78%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.22);
}
.donation-from label {
  color: #161616;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  margin: 0;
  width: 16%;
}
.payment-methhod {
  display: inline-block;
  margin-bottom: 35px;
  margin-top: 40px;
  width: 60%;
  margin-left: 20px;
}
.paycard-info {
  display: inline-block;
  margin-top: 60px;
  width: 100%;
}
.donate-title {
  color: #161616;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 28px;
}
.donate-title > span {
  color: #d2d2d2;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.paycard-info > p {
  width: 100%;
}
.complete-proces {
  display: inline-block;
  margin-top: 20px;
  text-align: right;
  width: 100%;
  padding-right: 15px;
}
.complete-proces > button {
  border: medium none;
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 25px;
}
.complete-proces > span {
  color: #555555;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 3px;
  margin-top: 27px;
  width: 100%;
}
.complete-proces > p {
  color: #272727;
  font-size: 15px;
  width: 100%;
}
.donation-from .chosen-container {
  margin: 20px 0;
  width: 79% !important;
}
.donation-from .chosen-container > a.chosen-single {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ececec;
  border-radius: 3px;
  box-shadow: none !important;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.donation-from .chosen-container {
  margin-top: 20px;
  width: 78% !important;
  margin-bottom: 0;
}
.donation-from .chosen-container > a.chosen-single {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.22) !important;
}
.payment-methhod > a {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  display: inline-block;
  padding: 6px 10px;
  margin-right: 13px;
}
.donation-from > p em {
  color: #646464;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 20px;
  padding-left: 120px;
  width: 100%;
  margin-top: 5px;
}
.gift-widget {
  display: inline-block;
  width: 100%;
}
.gift-widget > p {
  border-bottom: 1px solid #ededed;
  color: #111111;
  font-size: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.gift-widget > p i {
  font-style: normal;
  font-weight: bold;
}
.email-address {
  float: left;
  width: 100%;
}
.email-address > span {
  color: #111;
  font-size: 17px;
  font-weight: bold;
}
.email-address > span i {
  margin-right: 10px;
}
.email-address > p {
  color: #111;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 4px;
}
.webinane-submit,
.webinane-btn.webinane-btn-reveal {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: initial;
  padding: 10px 30px;
  text-transform: uppercase;
  padding: 16px 37px;
  border: 2px solid transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.webinane-submit:hover,
.webinane-btn.webinane-btn-reveal:hover {
  background-color: transparent;
}
#webinane_purchase_form_wrap .webinane-input {
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #ececec;
}
.webinane-label {
  font-size: 15px;
  color: #161616;
  margin-bottom: 15px !important;
}
#webinane_purchase_form_wrap p,
#webinane_purchase_form_wrap ol li {
  color: #646464;
  font-size: 15px;
}
.donation-form-area .webinane-form-title {
  display: none;
}
form.webinane-form legend {
  margin: 10px 0 35px;
}
.webinane-donation-level-btn {
  background-color: transparent;
  height: 55px;
  font-size: 17px;
  font-weight: 700;
  color: #494646;
  border: 1px solid #ececec;
  padding: 10px 20px;
}
.webinane-donation-level-btn.webinane-btn:hover {
  color: #fff;
}
form[id*="webinane-form"] .webinane-donation-amount #webinane-amount,
form[id*="webinane-form"] #webinane-final-total-wrap .webinane-final-total-amount {
  height: 55px;
  border: 1px solid #ececec;
  color: #494646;
  font-size: 17px;
  font-weight: 700;
  line-height: 55px;
}
form[id*="webinane-form"] .webinane-donation-amount .webinane-currency-symbol,
form[id*="webinane-form"] #webinane-final-total-wrap .webinane-donation-total-label
{
  border: 1px solid #ececec;
  color: #494646;
  font-size: 17px;
  font-weight: 700;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  height: 55px;
  line-height: 55px;
}
#webinane-payment-mode-select,
#webinane_checkout_user_info {
  margin-bottom: 30px;
}
/*--- event detail page ---*/
.event-detail {
  float: left;
  position: relative;
  width: 100%;
}
.image-gallery {
  display: inline-block;
  position: relative;
  width: 100%;
}
.image-gallery .countdown {
  bottom: 25px;
  position: absolute;
  left: 25px;
  width: auto;
}
.countdown.even-countdown > li > span{
  font-size: 28px;
    color: #313131;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-weight: 600;
    padding: 21px 0;
    text-align: center;
    line-height: 24px;
    position: relative;
    border-radius: 0;
}
.event-detail .countdown > li {
  box-shadow: none;
  margin: 0 6px;
}
.countdown.even-countdown > li p {
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    margin-left: 0;
    display: block;
    font-size: 14px;
    text-align: center;
    font-family: inherit;
    margin-bottom: 0;
    width: 100%;
    padding: 3px 0;
    line-height: normal;
    text-transform: capitalize;
}
.image-gallery > img {
  display: inline-block;
  width: 100%;
}
.image-gallery .countdown > li::after {
  display: none;
}
.event-detail-meta {
  display: inline-block;
  margin-top: 45px;
  position: relative;
  width: 100%;
}
.event-duration {
  display: inline-block;
  width: 100%;
  font-family: 'Lato', sans-serif;
  margin-bottom: 35px;
}
.event-duration > span {
  color: #666666;
  font-size: 14px;
  padding-right: 45px;
  position: relative;
  text-transform: uppercase;
}
.event-duration > span i {
  margin-right: 8px;
  color: #a6b6d2;
  font-size: 15px;
}
.event-duration > span strong {
  font-weight: 700;
  color: #666666;
  padding-right: 18px;
}
.event-duration > span::before {
  content: "-";
  color: #666666;
  font-size: 13px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.event-duration > span:last-child::before {
  display: none;
}
.event-detail-meta > h1 {
  color: #1d1d1d;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.event-detail-meta > p {
  margin-bottom: 30px;
}
.event-detail-meta .tag {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
}
.event-detail-meta .tag i {
  margin-right: 8px; 
  font-size: 18px;
  color: #a6b6d2;
}
.event-detail-meta .tag span {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color:  #666666;
  text-transform: uppercase;
}
.query-box {
  background: url(../images/campaign-bg.jpg) #f9f9f9;
  background-blend-mode: color-burn;
  position: relative;
  padding: 40px 45px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.query-box::before {
  content: "";
  border-bottom: 24px solid transparent;
  border-left: 24px solid transparent;
  border-right: 24px solid #dedede;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.query-box span {
  height: 83px;
  width: 83px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  z-index: 1;
  position: relative;
  text-align: center;
  line-height: 83px;
}
.query-box span i {
  font-size: 40px;
}
.query-box span [class^="flaticon-"]::before {
  font-size: 40px;
}
.query-box h4 {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  margin-top: 25px;
  z-index: 1;
  position: relative;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.query-box p{
  font-size: 14px;
  color: #807f7f;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.query-box.active h4{
  color: #fff;
}
.query-box.active p {
  color: #d3d3d3;
}
.query-box.active::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(26,39,60,0.97);
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.query-box img {
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.event-queries {
  margin-top: 40px;
}
#custom-image-box .wpb_wrapper > div:last-child {
  margin-bottom: 0;
}
/*--- gold sponsors ---*/
.gold-sponsors {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-bottom: none;
}
.gold-sponsors li {
  float: left;
  width: 33.333333%;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  padding: 20px;
  height: 178px;
  display: flex;
  align-items: center;
}
.gold-sponsors li img {
  margin: 0 auto;
}
.gold-sponsors li:nth-child(3),
.gold-sponsors li:nth-child(6) {
  border-right: none;
}
.media-sponsors{
  float: left;
  width: 100%;
  margin-bottom: 65px;
}
.media-sponsors{margin-bottom: 0;}
.media-sponsors li img{
  width: auto !important;
}
.media-sponsors li{
  display: inline-block;
  text-align: center !important;
  width: 100%;
}
.sponsor-title {
  border-bottom: 1px solid #dadada;
  display: inline-block;
  margin-bottom: 60px;
  padding-bottom: 25px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  color: #222;
}
/*--- our last event ---*/
.our-last-event {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.our-last-event img{
  width: 100%;
  border-radius: 4px;
}
.uphover {
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear 0s;
  visibility: hidden;
}
.our-last-event::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s linear 0s;
  visibility: hidden;
  width: 100%;
  border-radius: 5px;
}
.uphover > a {
  color: #fff;
  display: block;
  font-size: 36px;
}
.uphover > span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.our-last-event:hover::before {
  opacity: 0.65;
  visibility: visible;
}
.our-last-event:hover .uphover {
  opacity: 1;
  visibility: visible;
}
.row.merged-5 > div {
  padding: 0 3.4px;
}
/*--- blog single page ---*/
.singlee.audio {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.singlee.audio iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.sharing-sidebar {
  position: absolute;
  left: -135px;
  top: 45px;
  height: 100%;
}
.sharing-bar {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f7f7f7;
}
.sharing-bar span {
  letter-spacing: -0.3px;
  color: #4a4a4a;
}
.sharing-bar li{
  border-radius: 10px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}
.sharing-bar li:hover {
  background-color: #f3f3f3;
}
.sharing-bar li a {
  padding: 12px 10px 12px 25px;
  display: block;
}
.sharing-bar li i {
  margin-right: 15px;
  background-color: transparent;
}

.blog-detail > h1 {
  color: #1d1d1d;
  display: inline-block;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
}
.post-info > span img {
  border-radius: 50%;
  margin-right: 8px;
}
.post-info > span {
  font-size: 15px;
  padding-right: 18px;
  margin-right: 18px;
  position: relative;
}
.post-info > span::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #a8a8a8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.post-info > span i {
  margin-right: 8px;
}
.post-info > span:last-child::before {
  display: none;
}
.post-by {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 100%;
}
.blog-detail figure {
  margin-bottom: 40px;
}
.post-by > figure {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: auto;
}
.post-by > figure img {
  border-radius: 50%;
}
.post-by > div {
  display: inline-block;
  padding-left: 25px;
  vertical-align: middle;
  width: 60%;
}
.post-by > div span.published-date {
  color: #818181;
  font-size: 15px;
  width: 100%;
}
.post-by > div span {
  font-size: 15px;
  color: #818181;
  display: inline-block;
  padding-right: 20px;
}
.post-by > div a {
  color: #818181;
  font-size: 15px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.post-by > div > a {
  margin-left: 12px;
} 
.post-by > div a i {

  background-color: transparent;
}
.blog-detail p {
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 30px;
}
.become-supporter {
  background: url(../images/blog-support.jpg);
  display: inline-block;
  margin-bottom: 75px;
  padding: 70px 95px 38px;
  position: relative;
  width: 100%;
  margin-top: 38px;
}
.become-supporter::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(26,38,60,0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.become-supporter > h5 {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
}
.become-supporter > p {
  width: 100%;
  z-index: 2;
  position: relative;
  color: #e9e9e9;
}
.become-supporter > p > a {
  font-family: 'Poppins', sans-serif;
}
.blog-detail blockquote {
  background: url(../images/blockquote-bg.jpg);
  padding: 45px 65px 45px 135px;
  margin-top: 45px;
  margin-bottom: 50px;
}
.blog-detail blockquote p {
  margin-bottom: 0;
  line-height: 38px;
  font-size: 20px;
  position: relative;
}
.blog-detail blockquote p::before {
  content: "“";
  font-weight: 700;
  font-size: 140px;
  position: absolute;
  top: 44px;
  left: -65px;
}
.blog-detail p.first-letter::first-letter {
  color: #dadada;
  font-family: 'Poppins', sans-serif;
  font-size: 190px;
  font-weight: bold;
  float: left;
  line-height: 1;
  margin-right: 35px;
  margin-bottom: 18px;
}
.category {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 16px;
  width: 100%;
}
.blog-detail .tags {
  background-color: #fff;
  padding: 30px 40px;
  border: 1px solid #ebebeb;
  margin-bottom: 60px;
}
.tags > span {
  color: #494646;
  font-size: 14px;
  font-weight: 600;
  margin-right: 22px;
}
.tags > a {
  font-size: 14px;
  color: #333333;
  background-color: #f5f5f5;
  position: relative;
  padding: 10px 15px;
  border-radius: 0 20px 0 0;
  margin-right: 6px;
  transition: all 0.33s;
  -webkit-transition: all 0.33s;
  -moz-transition: all 0.33s;
}
.tags > a:hover {
  color: #fff;
}
.tags > span > i {
  margin-right: 8px;
}
.category > a {
  display: inline-block;
  font-size: 15px;
  line-height: 14px;
  padding-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  border-bottom: 1px solid;
}
.category > a:last-child {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.paginato {
  display: inline-block;
  width: 100%;
}
.paginato > a {
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 60px;
  vertical-align: middle;
  width: 20%;
  transition: all 0.2s linear 0s;
}
.current-post {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-top: 30px;
}
.blog-detail > span {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.blog-detail .category > i {
  padding-right: 10px;
}
.paginato > a:last-child {
  border-left: 1px solid #eee;
  border-right: 0 none;
  text-align: right;
}
.paginato > a i {
  color: #adadad;
  font-size: 25px;
  margin-right: 15px;
  vertical-align: sub;
}
.current-post > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
.current-post > p {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.paginato > a:last-child i {
  margin-left: 15px;
  margin-right: 0;
}
.next-post-caro {
  margin-bottom: 60px;
}
.next-post-caro .owl-nav span {
  font-size: 13px;
  color: #000000;
  font-weight: 500;
  padding: 20px 45px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.next-post-caro .item {
  width: 50%;
  margin: 0 auto;
}
.next-post-caro .owl-nav .owl-prev span {
  border-right: 1px solid #e5e5e5;
}
.next-post-caro .owl-nav .owl-next span {
  border-left: 1px solid #e5e5e5;
}
.next-post-caro .owl-prev::before, 
.next-post-caro .owl-next::before {
  color: #adadad;
  font-size: 40px;
  background: transparent;
  border: none;
  left: -22px;
}
.next-post-caro .owl-next::before {
  right: -22px;
  left: auto;
}
.next-post-caro .owl-prev:hover::before, 
.next-post-caro .owl-next:hover::before {
  background-color: transparent;
}
.single-author {
  display: inline-block;
  width: 100%;
  background-color: #f8f8f8;
}
.single-author > figure {
  display: inline-block;
  margin-bottom: 0;
}
.single-author-meta {
  display: inline-block;
  padding-left: 35px;
  vertical-align: middle;
  width: 68%;
}
.single-author-meta p {
    margin-bottom: 0;
    color: #7c7c7c;
    font-size: 16px;
    line-height: 25px;
}
.single-author-meta > span {
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
}
.single-author-meta > h5 {
  color: #242424;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}
.single-author-meta > i {
  font-size: 14px;
}
.single-author-meta > ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 0;
  width: 100%;
}
.single-author-meta > ul li {
  display: inline-block;
  margin-right: 5px;
}
.single-author-meta > ul li a {
  height: 37px;
  width: 41px;
  border: 2px solid;
  display: inline-block;
  font-size: 15px;
  color: #333333;
  text-align: center;
  line-height: 34px;
  background-color: transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.single-author-meta > ul li a:hover {
  border-color: transparent;
  color: #fff;
}
.blog-rel-meta > h4 {
  color: #222;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  width: 100%;
  transition: all 0.2s linear 0s;
}
.blog-rel-meta {
  display: inline-block;
  width: 100%;
}
.blog-related {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.blog-related img {
  border-radius: 4px;
}
.related-posts > h4 {
  color: #303030;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin-bottom: 39px;
  position: relative;
  text-transform: uppercase;
}
.related-posts {
  border-bottom: 1px solid #e4e4e4;
  display: inline-block;
  margin-top: 60px;
  width: 100%;
}
.related-posts > h4::before {
  background: #303030 none repeat scroll 0 0;
  bottom: -9px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}
/*--- blog single comments ---*/
.comment-area {
  display: inline-block;
  margin-top: 95px;
  width: 100%;
}
.comment-title {
  color: #333333;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.comment-title > i {
  margin-right: 5px;
}
.comment-title::before {
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}
.comments {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}
.comments > li {
  display: inline-block;
  width: 100%;
}
.comments > li:last-child .comment-box {
  margin-bottom: 0;
}
.comment-box {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}
.commenter-photo {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 30px;
}
.commenter-photo img {
  border-radius: 50%;
}
.commenter-meta {
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  vertical-align: top;
  width: 80%;
  margin-bottom: 40px;
}
.comment-titles > h6 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1px;
  margin-bottom: 5px;
  width: 100%;
  color: #303030;
}
.comment-titles > span {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.comment-titles > span.comment-time {
  color: #9c9c9c;
}
.commenter-meta > p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.reply {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 22px;
  transition: all 0.2s linear 0s;
  font-weight: 700;
  float: right;
}
.reply:hover {
  color: #fff;
}
.comments > li ul {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 142px;
}
.comments > li ul .commenter-meta {
  width: 75%;
}
.comment-form {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
#commentform input {
  margin-bottom: 20px;
}

/*--- faq page ---*/
.faq-page {
  display: inline-block;
  width: 100%;
}
.faq-page > figure {
  display: inline-block;
  position: relative;
  width: 100%;
}
.news-carousel figure img {
  border-radius: 4px;
}
.info-box {
  background: #222 none repeat scroll 0 0;
  border-radius: 4px;
  display: inline-block;
  padding: 50px 40px;
  position: absolute;
  right: 50px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 316px;
}
.info-box > h5 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.info-box > p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
.info-box > span {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  color: #818181;
}
.info-box > a {
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 45px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  left: 50%;
  line-height: 40px;
  position: absolute;
  transform: translate(-50%);
  bottom: -22px;
}
.info-box > a:hover{
  color: #222;
  background-color: #fff;
}
.question-anser .btn.btn-link::after {
  display: none;
}
.question-anser .btn.btn-link.collapsed > span.accord-num,
.question-anser .btn.btn-link[aria-expanded="true"] > span.accord-num,
.question-anser .btn.btn-link > span.accord-num
{
  background: #fafafa none repeat scroll 0 0;
  border-radius: 3px;
  color: #2c2c2c;
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 25px;
  line-height: 58px;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  width: 68px;
} 
.question-anser .btn.btn-link span.accord-title {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.question-anser .btn.btn-link {
  border-radius: 45px;
  font-size: 18px;
  padding: 20px 35px;
  white-space: normal;
  line-height: 23px;
  background-color: #eee;
}
.question-anser .card {
  box-shadow: none;
  background: #f3f3f3 none repeat scroll 0 0;
}
.question-anser .main-title {
  margin-top: 40px;
}
.question-anser .main-title h3 {
  color: #494646;
  font-size: 30px;
}
.question-anser .main-title > span {
  color: #494646;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
.question-anser .btn.btn-link[aria-expanded="true"] > span.accord-num{
  color: #fff;
}
.question-anser .card .btn.btn-link > i {
  display: inherit;
  font-style: normal;
  vertical-align: middle;
  width: 80%;
}
.question-anser .card-body {
  color: #818181;
  display: inline-block;
  line-height: 27px;
  padding-bottom: 40px;
  width: 100%;
  font-size: 15px;
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: transparent;
  position: absolute;
  right: -80px;
  top: 0;
}
.slick-prev.slick-arrow{
  top: 65px;
  right: -95px;
}
.slick-next.slick-arrow::before,
.slick-prev.slick-arrow::before {
  background: #0d2f5d none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  left: 50%;
  line-height: 80px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.slick-prev.slick-arrow::before{
  content: "\f107";
  line-height: 40px;
}
/*--- responsive header ---*/
.responsive-header {
  display: none;
  float: left; 
  width: 100%;
  padding: 12px 42px;
}
.res-items-list {
  float: right;
}
.res-items {
  display: inline-block;
  vertical-align: middle;
}
.res-items-list > a {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 0 16px 12px;
}
.res-items > a {
  padding: 0 12px;
  border-right: 1px solid #d3d3d3;
  color: #423838;
}
.res-items > a:last-child {
  border-right: none;
}
.res-menu-btn {
  cursor: pointer;
}
.res-logo {
  float: left;
  position: relative;
}
.res-menu-wrapper {
  background: #05091b none repeat scroll 0 0;
  bottom: 0;
  opacity: 0;
  position: fixed;
  right: -100%;
  width: 340px;
  visibility: hidden;
  top: 0;
  z-index: 999;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.res-menu-wrapper.slidein {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.res-clos-btn {
  background-color: #fff;
  font-size: 13px;
  float: right;
  height: 35px;
  width: 35px;
  margin-right: 15px;
  margin-top: 15px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.res-clos-btn:hover {
  color: #05091b;
}
.res-clos-btn span {
  display: inline-block;
  letter-spacing: 4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(-90deg);
  padding-bottom: 4px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.res-clos-btn i {
  font-size: 15px;
}
.res-menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scroll-wrapper {
  height: 440px;
  padding-top: 70px;
}
.res-menu-list ul li a {
  color: #fff;
  display: block;
}
.res-menu-list {
  padding: 0 40px;
}
.res-menu-list ul.menu-scroll li a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 13px 0;
  display: block;
  position: relative;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.res-menu-list ul.menu-scroll li ul li:last-child a {
  padding-bottom: 0;
}
.res-menu-list ul.menu-scroll li {
  border-bottom: 1px solid #282c3b;
}
.res-menu-list ul.menu-scroll li:last-child {
  border-bottom: none;
}
.res-menu-list ul.menu-scroll li ul li a {
  font-size: 14px;
  padding: 6px 0;
  text-transform: none;
  font-weight: normal;
}
.res-menu-list > ul li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(-90deg);
  transition: all .3s linear 0s;
}
.res-menu-list > ul li.menu-item-has-children.active > a::after {
  transform: rotate(0deg);
}
.res-menu-list ul.menu-scroll li ul li {
  border-bottom: none;
}
.res-menu-list ul.menu-scroll li ul {
  padding-bottom: 20px;
}
.res-menu-list ul ul {
  display: none;
}
.res-menu-list ul ul.active {
  display: block;
}
.scroll-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  border-radius: 0;
  margin: 0;
}
.scroll-wrapper .mCSB_scrollTools {
  opacity: 1;
  width: 5px;
}
.scroll-wrapper .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.res-info {
  width: 100%;
  float: left;
  background-color: #161a2a;
}
.res-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 32px 0;
}
.res-info ul li span.bold-info{
  font-weight: 700;
  text-align: justify;
  display: inline-block;
  width: 5%;
  vertical-align: middle;
}
.res-info ul li span.info-detail {
  display: inline-block;
  width: 16%;
  text-align: left;
  vertical-align: middle;
  padding-left: 4px;
}
.res-info ul li {
  font-size: 14px;
  color: #fff;
  padding: 6px 0;
}
.res-social-icons {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.res-social-icons li {
  list-style: none;
  margin-left: -4px;
  display: inline-block;
}
.res-social-icons li a {
  font-size: 16px;
  color: #fff;
  line-height: 61px;
  width: 51px;
  display: block;
  text-align: center;
}
.res-footer-info {
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
/*========== Responsive Popup ============*/
.res-login-popup {
  padding: 45px 35px;
  background: #05091b none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  visibility: hidden;
  top: -100%;
  z-index: 999;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */   
}
.res-login-popup.slidein {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.login-popup-inner h4 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.res-login-form .form-control {
  background-color: transparent;
  border-bottom: 1px solid #464955;
  border-radius: 0;
  padding: 10px 0;
  color: #a7a7a7;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 20px;
}
.res-login-form form input::-webkit-input-placeholder {
  color: #a7a7a7 !important;
  opacity: 1;
}

.res-login-form form input::-moz-placeholder {
  color: #a7a7a7 !important;
  opacity: 1;
}
.res-login-form form input::-ms-input-placeholder {
  color: #a7a7a7 !important;
  opacity: 1;
}
.res-login-form a {
  color: #a6a6a6;
  font-size: 13px;
  border-bottom: 1px solid #737376;
}
.res-login-form .main-btn {
  border: 2px solid transparent;
  transition: all 2s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.res-login-form .main-btn {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 46px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
}
.popup-clos-btn {
  line-height: 46px;
  width: 46px;
  border-radius: 50%;
  background-color: #1e2232;
  color: #a6a6a6;
  text-align: center;
  display: block;
  margin: 0 auto 35px auto;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
.popup-clos-btn:hover {
  color: #fff;
}
.res-search-popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  padding: 25px;
  background-color: #05091b;
}
.res-searchform input{
  width: 95%;
  border: none;
  font-weight: 300;
  font-size: 16px;
  color: #a9a9a9;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.res-searchform form input::-webkit-input-placeholder {
  color: #a9a9a9 !important;
  opacity: 1;
}

.res-searchform form input::-moz-placeholder {
  color: #a9a9a9 !important;
  opacity: 1;
}
.res-searchform form input::-ms-input-placeholder {
  color: #a9a9a9 !important;
  opacity: 1;
}
.res-searchform i {
  margin-right: 12px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 2%;
}
.res-search-popup.active {
  display: block;
}
.res-search-close-btn {
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #a9a9a9;
}
.foter-form-input {
  position: relative;
}
.foter-form-input i {
  color: #818181;
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 13px;
}
.submit-btn {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 35px !important;
  width: auto !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  margin: 0 auto !important;
}
.submit-btn:hover {
  background-color: #fff !important;
  color: #222;
}
span.wpcf7-not-valid-tip {
  font-size: 14px;
  position: relative;
  top: -57px;
  left: 20px;
}
div.wpcf7-response-output {
  border: medium none;
  font-size: 13px;
  margin: -84px 0 0;
  float: left;
  width: 100%;
  color: red;
  padding: 0;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  right: 15px;
  top: 15px;
}
.row.padding-5 {
  margin: 0 -3px;
}
/* .remove-golumns-gap .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    } */
/* .enable-golumns-gap .row {
    margin-left: -30px;
    margin-right: -30px;
    } */
    .vc_column_container > .vc_column-inner {

      padding-left: 0px !important;
      padding-right: 0px !important;

  }
  .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {

      padding-left: 15px !important;
      padding-right: 15px !important;

  }
  .side-padding > .row {
      margin: 0;
  }
  .contribute-sec .alert {
      color: #000;
      margin-bottom: -20px;
      margin-top: 20px;
      padding: 5px 20px;
  }
  .wpb_widgetised_column.wpb_content_element {
      margin-bottom: 0;
  }
  /*========== Coming Soon ============*/
  .coming-soon-bg {
      min-height: 100vh;
      width: 100%;
      position: relative;
      overflow: auto;
  }
  .coming-soon-bg::before {
      position: absolute;
      display: block;
      content: "";
      left: 0;
      top: 0;
      background-color: rgba(14, 9, 68, 0.3);
      height: 100%;
      width: 100%;
  }
  .coming-soon-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      width: 100%;
  }
  .coming-soon-content .social-share-icon {
      margin: 70px 0 0 0;
      padding: 0;
      list-style: none;
  }
  .coming-soon-content .social-share-icon li {
      display: inline-block;
      margin-right: 8px;
  }
  .coming-soon-content .social-share-icon li a {
      color: #fff;
      width: 43px;
      line-height: 42px;
      text-align: center;
      display: block;
      transition: all 0.35s;
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
  }
  .coming-soon-content .social-share-icon li:hover a{
      transform: translateY(-8px );
      -webkit-transform: translateY(-8px );
      -moz-transform: translateY(-8px );
  }
  .content-text-area h2 {
      font-size: 62px;
      line-height: 66px;
      color: #fff;
      font-weight: 900;
      margin-bottom: 20px;
  }
  .content-text-area .countdown {
      margin-bottom: 50px;
  }
  .subcription-form input.form-control {
      height: 60px;
      border-radius: 0;
      background-color: rgba(255,255,255,0.3);
      border: none;
      color: #dadada;
      float: left;
      width: 77%;
      font-weight: 300;
      font-size: 14px;
      padding: 15px 30px;
  }
  .subcription-form form input::-webkit-input-placeholder {
      color: #dadada !important;
      opacity: 1;
  }

  .subcription-form form input::-moz-placeholder {
      color: #dadada !important;
      opacity: 1;
  }
  .subcription-form form input::-ms-input-placeholder {
      color: #dadada !important;
      opacity: 1;
  }
  .subcription-form .main-btn {
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 13px;
      font-weight: 600;
      padding: 14px 35px;
      border: none;
      height: 60px;
  }
  .content-text-area {
      padding-left: 11%;
  }
  .form-control:focus {
      box-shadow: none;
      background: #f8f8f8 none repeat scroll 0 0;
  }
  .intro-video-sec {
      position: absolute;
      right: 70px;
      bottom: 50px;
  }
  .intro-video-sec a {
      width: 62px;
      display: block;
      line-height: 62px;
      text-align: center;
      font-size: 15px;
      color: #fff;
      transition: all 0.55s;
      -webkit-transition: all 0.55s;
      -moz-transition: all 0.55s;
  }
  .intro-video-sec span {
      font-size: 11px;
      letter-spacing: 0.2px;
      color: #fff;
  }
  .intro-video-sec a:hover {
      transform: scale(1.13);
      -webkit-transform: scale(1.13);
      -moz-transform: scale(1.13);
  }
  .posted-by > a.pinterest {
      background: transparent none repeat scroll 0 0;
  }
  #topcontrol {
      bottom: 22px !important;
      right: 22px !important;
  }
  /*======= Defualt Widgets ==========*/
  .widget_search form {
      position: relative;
  }
  .widget_search form input::-webkit-input-placeholder {
      color: #666 !important;
      opacity: 1;
  }

  .widget_search form input::-moz-placeholder {
      color: #666 !important;
      opacity: 1;
  }
  .widget_search form input::-ms-input-placeholder {
      color: #666 !important;
      opacity: 1;
  }
  .widget_search .search-close-btn {
      display: none;
  }
  .widget_search #searchsubmit {
      border: none;
      background-color: transparent;
      color: #818181;
      font-size: 18px;
      position: absolute;
      top: 50%;
      right: 22px;
      transform: translateY(-50%);
  }
  .widget_recent_entries ul,
  .widget_recent_comments ul,
  .widget_archive ul,
  .widget_meta ul,
  .widget_categories ul{
      margin: 0;
      padding: 0;
  }
  .widget_recent_entries ul li,
  .widget_recent_comments ul li,
  .widget_categories ul li
  {
      list-style: none;
      font-size: 15px;
      margin-bottom: 10px;
      transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -moz-transition: all 0.45s;
      position: relative;
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 10px;
      margin-bottom: 10px;
      color: #1d1d1d;
  }
  .widget_recent_entries ul li:last-child,
  .widget_recent_comments ul li:last-child,
  .widget_archive ul li:last-child,
  .widget_meta ul li:last-child,
  .widget_categories ul li:last-child{
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
  }
  .widget_archive ul li,
  .widget_meta ul li{
      list-style: none;
      font-size: 15px;
      padding-bottom: 10px;
      transition: all 0.45s;
      border-bottom: 1px solid #f5f5f5;
      -webkit-transition: all 0.45s;
      -moz-transition: all 0.45s;
      margin-bottom: 10px;
  }
  .award-detail ul {
     margin: 30px 0;
     list-style: none;
 }
 .award-detail ul li {
     color: #494646;
     margin-bottom: 10px;

 }
 .award-detail ul li > i {
     padding-right: 10px; 
 }
 #custom-history .award-detail > span {
     display: none;
 }
 #custom-joinus textarea {
     height: 247px;
 }
 #custom-joinus .c-button {margin-top: 6px;}
 #moto_text p,
 #moto-sec2 p,
 #moto-sec3 p{
     color: #494646;
     display: inherit;
     font-size: 17px;
     line-height: 30px;
 }
#moto-sec4 p {
  color: #d7d7d7;
}
 #moto-sec3 h1 {
     font-weight: 700;
     font-size: 45px;
     line-height: 60px;
     color: #494646;
 }
 #moto-sec4 .become-supporter > h5 {
     font-size: 32px;
     line-height: 32px;
     letter-spacing: 0;
     margin-bottom: 35px;
 }
 #moto-sec4 .become-supporter > p strong {
     font-style: italic;
 }
 #moto-sec3 p {
     margin-bottom: 30px;
 }
 #moto-sec4 .become-supporter {
     padding: 80px 100px;
 }
 #moto-sec2 p > a {
     text-decoration: underline;
 }
 aside.sidebar > div:last-child > div {
    margin-bottom: 0;
}
#votter_setisfection p {
   display: block;
}
[data-vc-full-width="true"] > .vc_column_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*========Search Not Found=========*/
.main-search-notfound {
  background-color: #f8f8f8;
  padding: 60px 60px 45px;
}
.s-not-found > h3 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 25px;
  color: #333333;
}
.s-not-found > h3 span {
  font-weight: 700;
}
.s-not-found form input {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  padding: 10px 35px;
  width: 100%;
  color: #999999;
  height: 59px;
  font-size: 15px;
}
.s-not-found form button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #999999;
}
.s-not-found form > a {
  display: none;
}
.s-not-found form input::-webkit-input-placeholder {
  color: #999999 !important;
  opacity: 1;
}

.s-not-found form input::-moz-placeholder {
  color: #999999 !important;
  opacity: 1;
}
.s-not-found form input::-ms-input-placeholder {
  color: #999999 !important;
  opacity: 1;
}
.s-not-found form {
  position: relative;
}
.result-errors h4{
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 20px;
}
.result-errors ul {
  margin: 0;
  padding: 0;
}
.result-errors ul li {
  list-style: none;
  font-size: 17px;
  color: #666666;
  padding: 8px 0;
}
.result-errors ul li i {
  font-size: 13px;
  padding-right: 13px;
}
/*========== New ShortCodes =========*/
.become_member {
  padding-left: 90px;
  padding-right: 30px;
}
.become_member h3 {
  font-size: 42px;
  color: #222222;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.become_member span {
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 25px;
  display: block;
}
.become_member p {
  color: #494646;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 60px;
}
.inner-event-content {
  display: inline-block;
  width: 61%;
  vertical-align: middle;
  padding-left: 70px;
}
.inner-event-content > span {
  color: #d3d3d3;
  background-color: #003777;
  font-weight: 500;
  font-size: 16px;
  border-radius: 32px;
  padding: 10px 22px;
  display: inline-block;
  margin-bottom: 28px;
}
.inner-event-content > span i {
  margin-right: 10px;
}
.inner-event-content h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 18px;
  padding-right: 20%;
}
.event-timer {
    margin-top: 43px;
}
.inner-event-content .date-time {
  position: relative;
}
.inner-event-content .date-time::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 64px;
  content: "";
  display: block;
  background-color: #fff;
}
.inner-event-content .date-time span {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 13px;
  display: inline-block;
}
.event-loc span {
  font-size: 20px;
  color: #d3d3d3;
  margin-top: 10px;
  display: block;
}
.event-loc span i {
    margin-right: 15px;
    width: 20px;
}
.countdown-new {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 65px;
  padding: 12px 30px 12px 55px;
  width: 380px;
}
.inner-event-content .date-time span.date::before {
  display: none;
}
.countdown-new > li {
  color: #222;
  list-style: none;
  display: inline-block;
  margin-right: 34px;
  position: relative;
  font-family: 'Poppins';
}
.countdown-new > li:last-child {
  margin-right: 0px;
}
.countdown-new > li span {
  display: block;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.2px;
}
.countdown-new > li p {
  font-size: 12px;
  color: #222;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: -14px;
  display: block;
}
.event-btn {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    margin-top: 24px;
}
.inner-content {
    float: left;
    width: 100%;
    padding-left: 11%;
}
.video-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36.8%;
}
.video-content figure{
  position: relative;
  margin-bottom: 0;
}
.video-content figure::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: block;
  content: "";
}
.video-content .vid-btn {
  height: 92px;
  width: 92px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 35px;
  color: #000000;
  line-height: 92px;
  display: block;
  text-align: center;
  box-shadow: 0px 0px 0 22px rgba(255,255,255,0.26);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.event-det .date-time {
  margin-bottom: 15px;
}

.countdown-new > li > span.dots {
  position: absolute;
  left: -23px;
  top: 22px;
}
.countdown-new > li > span.dots::before {
  content: "";
  display: block;
  margin-bottom: 4px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #dddddd;
}
.countdown-new > li > span.dots::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #dddddd;
}
.shape-bg {
  background-color: #002c5f;
  position: relative;
  float: left;
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
}
.shape-left {
  position: absolute;
  left: 0;
  top: -15px;
}
.icon-shap {
  font-size: 700px;
}
.vid-btn:hover i {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.widget_calendar table {
  width: 100%;
}
/*====== Header 4 =====*/
.topbar {
  background-color: #1b283e;
  padding: 11px 0 75px;
}
.top-info-bar {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  padding-top: 5px;
}
.top-info-bar strong {
  display: inline-block;
}
.top-info-bar p{
  color: #e7e7e7;
  font-size: inherit;
  font-family: inherit;
  margin-left: 8px;
  margin-bottom: 0;
  display: inline-block;
}
.top-info-bar i {
  font-size: 18px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
.top-social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.top-social-icons ul li a{
  height: 37px;
  width: 41px;
  border: 2px solid;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background-color: transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.top-social-icons ul li a:hover {
  border-color: transparent;
}
.top-social-icons ul li {
  display: inline-block;
  margin-right: 5px;
}
.top-social-icons ul li:last-child {
  margin-right: 0;
}
.menus-bar nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menus-bar nav > ul > li > a {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 17px;
  padding: 45px 12px;
  display: block;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.menus-bar nav > ul > li:first-child > a {
  padding-left: 0;
} 
.menus-bar nav >  ul > li  {
  display: inline-block;
  margin-right: 12px;
}
.menus-bar nav {
  float: left;
}
.header-btn-new {
    float: right;
    padding: 32px 0px;
}
.theme_btn_flat {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 15px 40px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.theme_btn_flat:hover {
  color: #fff;
}
.header_4 {
  position: relative;
}
.menu-area {
  margin: 0 55px;
  background-color: #fff;
  z-index: 99;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}
.header4-logo {
  padding: 24px 0;
}
.menus-bar {
    margin-left: -15px;
}
.menus-bar nav > ul li li a {
  color: #4a4a4a;
}
/*====== Event New =====*/
.event-info-contnt h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 54px;
}
.event-info-contnt p {
  color: #aaa9a9;
  margin-bottom: 32px;
}
.countdown.even-countdown > li {
  display: inline-block;
  height: 96px;
  min-width: 95px;
  width: 95px;
  text-align: center;
  border: 2px solid;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  margin-right: 0;
}
.countdown.even-countdown > li + li {
    margin-left: 6px;
}
.event-location {
  margin-bottom: 28px;
  text-transform: uppercase;
  margin-top: 30px;
}
.event-location span {
  color: #a6b6d2;
  font-size: 15px;
  display: block;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.event-location span i {
  margin-right: 10px;
  font-size: 15px;
}
.event-info-contnt {
  padding-right: 80px;
}
.event-info-contnt > a {
  padding: 15px 75px;
}
.event-show-time .countdown.even-countdown > li > span {
    background-color: transparent;
    color: #fff;
}
/*====== Campaigns =====*/
.campaign-box {
  background: url(../images/campaign-bg.jpg);
  padding: 45px 50px;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  margin-bottom: 50px;
}
.campaign-box::before {
  content: "";
  border-bottom: 24px solid transparent;
  border-left: 24px solid transparent;
  border-right: 24px solid #dedede;
  position: absolute;
  top: 0;
  right: 0;
}
.campaign-box:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.13);
  background: #fff;
}
.campaign-box i::before {
  font-size: 65px;
}
.campaign-box h4 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 10px;
}
.campaign-box h4 a {
  color: inherit;
}
.campaign-box p {
  font-size: 17px;
  color: #666666;
  margin-bottom: 0;
}
.campaign-box i {
  line-height: 65px;
}
.event-img figure {
  margin-bottom: 0;
}
/*====== Donation Banner 2 =====*/
.donation-form-banner span {
  color: #e7e7e7;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  display: block;
}
.donation-form-banner h4 {
  color: #ffffff;
  font-size: 45px;
  line-height: 48px;
  font-weight: 700;
}
.donation-amounts {
  display: inline-block;
}
.donation-btn {
  display: inline-block;
  margin-left: 20px;
}
.donation-btn > a {
  height: 66px;
  vertical-align: middle;
  line-height: 36px;
}
.donation-amounts > a {
  display: inline-block;
  background-color: #25334c;
  color: #e7e7e7;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  height: 66px;
  width: 139px;
  vertical-align: middle;
  line-height: 66px;
  margin-right: 18px;
  transition: all 0.33s;
  -webkit-transition: all 0.33s;
  -moz-transition: all 0.33s;
}
.agree-donation {
  margin-top: 60px;
}
.agree-donation p {
  font-size: 17px;
  color: #e7e7e7;
  margin-left: 8px;
  display: inline-block;
}
.checkbox-container {
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #e7e7e7;
  background-color: transparent;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container  .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #e7e7e7;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.donation-list {
  margin-top: 50px;
}
/*====== Stats Style 2 =====*/
.funfacts-item {
  text-align: center;
  position: relative;
}
.funfacts-item::before {
  content: "";
  height: 42px;
  width: 1px;
  background-color: #deeded;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -21px;
}
.new-stats-file .row > div:last-child .funfacts-item::before {
  display: none;
} 
.funfacts-item i {
  display: block;
}
.funfacts-item i::before {
  font-size: 60px;
}
.funfacts-item i {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 18px;
}
.funfacts-item i {
  font-size: 60px;
}
.funfacts-item span,
.funfacts-item i.symbol {
  font-size: 50px;
  color: #2f2f2f;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
  font-style: normal;
}
.funfacts-item p {
  color: #aaaaaa;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
  line-height: 30px;
  margin-top: 5px;
}
/*====== Video Banner =====*/
.vid-banner-content h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.vid-banner-content p {
  font-size: 20px;
  color: #dedede;
  margin-bottom: 50px;
}
.vidplay-btn a{
  height: 107px;
  width: 107px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  line-height: 107px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.vidplay-btn a i::before {
  font-size: 38px;
  margin-left: 10px;
}
.vid-btn {
  text-align: center;
}
.banner-txt {
  width: 75%;
}
.vidplay-btn {
  border: 1px solid #a69e9b;
  border-radius: 50%;
  display: inline-block;
  height: 152px;
  width: 152px;
  background-color: transparent;
  line-height: 168px;
  text-align: center;
  cursor: pointer;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.vidplay-btn:hover {
  border-color: transparent;
}
.vidplay-btn:hover a {
  box-shadow: 0 0 0 10px rgb(109, 138, 154), 0 0 0 20px rgba(109,138,154,.6);
}
.box-shdw-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -ms-linear-gradient(right, rgba(255,255,255,0) 0%, #242c40 70%);
  background-image: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, #242c40 70%);
  background-image: -o-linear-gradient(right, rgba(255,255,255,0) 0%, #242c40 70%);
  background-image: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%, #242c40 70%);
  background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, #242c40 70%);
  /* box-shadow: inset 810px -34px 300px -225px rgb(27, 40, 62); */
}
.video-banner {
  position: relative;
}
.vid-banner-content {
  padding: 140px 0;
}
.video-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 40, 62, 0.4);
  display: block;
  content: "";
}
/*====== New Blog Post =====*/
.blog-main-info h2 {
  font-weight: 600;
  color: #ffffff;
  font-size: 27px;
  line-height: 29px;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  transition: all 0.45s;
}
.blog-meta-new ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-meta-new ul li {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.blog-meta-new ul li:first-child {
  padding-left: 0;
}
.blog-meta-new ul li::before {
  content: "-";
  color: #aaaaaa;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.blog-meta-new ul li:first-child::before {
  display: none;
}
.blog-mini-info h2{
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  font-weight: 600;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  transition: all 0.45s;
}
.blog-mini-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-mini-info ul li {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #aaaaaa;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.blog-mini-info ul li:first-child {
  padding-left: 0;
}
.blog-mini-info ul li::before {
  content: "-";
  color: #aaaaaa;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.blog-mini-info ul li:first-child::before {
  display: none;
}
.blog-mini-img {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}
.blog-mini-info {
  display: inline-block;
  width: 70%;
  padding-left: 30px;
  vertical-align: middle;
}
.blog-mini-post {
  padding-bottom: 31px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}
.blog-mini-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-main-img {
  position: relative;
}
.blog-main-info {
  position: absolute;
  bottom: 0;
  left: 0;
  /* box-shadow: inset 4px -135px 80px -40px rgb(27, 40, 62); */
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #242c40 88%);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #242c40 88%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #242c40 88%);
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #242c40 88%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #242c40 88%);
  width: 100%;
  padding: 40px;
}
/*====== Newsletter New =====*/
.newsletter-signup h2 {
  font-size: 36px;
  color: #292929;
  font-weight: 700;
}
.newsletter-signup p {
  font-size: 17px;
}
.newsletter-new input[type="email"] {
  background-color: #ffffff;
  color: #cbcbcb;
  border: none;
  height: 79px;
  padding: 20px 40px;
  font-family: 'Lato', sans-serif;
}
.newsletter-new input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cbcbcb;
  opacity: 1; /* Firefox */
}
.newsletter-new input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cbcbcb;
}
.newsletter-new input::-ms-input-placeholder { /* Microsoft Edge */
  color: #cbcbcb;
}
.newsletter-new button {
  height: 79px;
  padding: 20px 40px;
  border: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-left: -2px;
  transition: all 0.38s;
  -webkit-transition: all 0.38s;
  -moz-transition: all 0.38s;
}
.newsletter-new {
  box-shadow: 7px 12px 43px 0px rgba(0, 0, 0, 0.1); 
  display: inline-block;
  margin-right: 20px;
}
.social-signup {
  display: inline-block;
  margin-left: 50px;
}
.social-facebook {
  background-color: #395795;
}
.social-twitter {
  background-color: #1c9deb;
}
.social-signup > a {
  height: 67px;
  width: 67px;
  line-height: 67px;
  text-align: center;
  color: #fff;
  font-size: 27px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.social-signup > a:hover {
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-6px);
}
.social-folow {
  font-weight: 600;
  font-size: 17px;
  color: #292929;
  display: inline-block;
  vertical-align: middle;
}
.social-folow.facbook-follow .folow-meta{
  color: #395795;
}
.social-folow.twitter-follow .folow-meta{
  color: #1c9deb;
}
.social-folow .folow-meta {
  font-size: 15px;
  letter-spacing: 0.3px;
  display: block;
}
.newsletter-area {
  margin-top: 30px;
}
/*====== New Testimonial =====*/
.newtest-img {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
}
.newtest-img figure {
  position: relative;
  padding: 15px;
}
.newtest-img figure::before {
  box-shadow: inset 0 0 0 15px #f6f6ea;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.newtest-img img {
  border-radius: 50%;
}
.newtesti-content {
  display: inline-block;
  width: 76%;
  padding-left: 50px;
  vertical-align: middle;
}
.testimonial-area {
  width: 80%;
  margin: 0 auto;
}
.newtesti-content p {
  color: #d4d4d4;
  font-size: 28px;
  line-height: 42px;
  font-style: italic;
  margin-bottom: 30px;
}
.newtesti-content span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}
.newtesti-content i {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
}
/*====== New History =====*/
.history-txt h2 {
  font-weight: 700;
  font-size: 40px;
  color: #2f2f2f;
  letter-spacing: -0.3px;
  line-height: 45px;
}
.history-txt span {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.3px;
  display: block;
}
.history-txt p {
  margin-top: 22px;
  margin-bottom: 0;
}
.history-block {
  margin-bottom: 80px;
}
/*====== Donation Campaigns =====*/
.donation-cbox figure{
  position: relative;
  margin-bottom: 30px;
}
.donation-cbox figure::before {
  content: "";
  height: 100%;
  width: 0;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.donation-cimg {
  position: relative;
}
.donation-cimg .donation-cbtn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%) scale(0,0);
  -webkit-transform: translate(-50%, -50%) scale(0,0);
  -moz-transform: translate(-50%, -50%) scale(0,0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.55s ease-in;
  -webkit-transition: all 0.55s ease-in;
  -moz-transition: all 0.55s ease-in;
}
.donation-ctext h2 {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 12px;
}
.donation-cmeta span {
  font-size: 14px;
  color: #a8a8a8;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-right: 25px;
}
.donation-cmeta span::before {
  content: "-";
  color: #a8a8a8;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -10px;
}
.donation-cmeta span:last-child::before {
  display: none;
}
.donation-cbox {
  margin-bottom: 50px;
  float:left;
  width:100%;
 box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;

}
.loadmore-btn {
  margin: 20px auto 0;
}
.donation-cbox:hover figure::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.donation-cbox:hover .donation-cbtn {
   transform: translate(-50%, -50%) scale(1,1);
  -webkit-transform: translate(-50%, -50%) scale(1,1);
  -moz-transform: translate(-50%, -50%) scale(1,1);
  opacity: 1;
  visibility: visible;
}
/*====== Give Donation Plugin =====*/
[id*="give-form"] .give-form-title {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
}
form[id*="give-form"] .give-donation-amount .give-currency-symbol {
  background-color: #f2f4f5;
  font-size: 20px;
  color: #1c1c1c;
  border-color: #25334c;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  height: 52px;
  padding: 0 22px;
  line-height: 52px;
  border: 1px solid #f2f4f5;
}
form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border-left: 1px solid #f2f4f5;
}
form[id*="give-form"] .give-donation-amount #give-amount, 
form[id*="give-form"] .give-donation-amount #give-amount-text {
  border-color: #f2f4f5;
  height: 52px;
  line-height: 52px;
}
form[id*="give-form"] .give-donation-amount #give-amount {
  border: 2px solid #f2f4f5;
  padding: 0 22px;
}
.give-donation-levels-wrap .give-btn {
  border: 2px solid transparent;
  padding: 8px 35px;
  height: 52px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  background-color: #f2f4f5;
  color:  #1c1c1c;
  transition: all 0.33s;
  -webkit-transition: all 0.33s;
  -moz-transition: all 0.33s;
}
#give-donation-level-button-wrap > li {
  margin: 0 15px 15px 0px;
}
form.give-form legend.give-payment-mode-label {
  color: #ffffff;
  font-size: 20px;
  padding: 24px 55px;
  margin-top: 40px;
  margin-bottom: 30px;
}
form.give-form legend {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.give-donation-levels-wrap .give-btn:hover {
  background-color: #fff;
  border-color: #f2f4f5;
  box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.07); 
}
.give-submit.give-btn {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  border: none;
  display: inline-block;
  padding: 15px 40px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
#give_checkout_user_info p.form-row {
  margin-bottom: 30px;
}
.widget_search input{
  background: #f8f8f8 none repeat scroll 0 0;
  background-color: rgb(248, 248, 248);
  border: medium none;
  padding: 20px 40px;
  width: 100%;
  color: #666666;
  font-size: 14px;
  border: 2px solid transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  height: 56px;
}
#give-recurring-form, 
form.give-form, 
form[id*="give-form"] {
  margin: 30px 0 25px;
}
form[id*="give-form"] .form-row input[type="text"],
form[id*="give-form"] .form-row input[type="email"].required {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  padding: 10px 40px;
  width: 100%;
  color: #666666;
  font-size: 14px;
  border: 2px solid transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  height: 56px;
}
form.give-form .form-row input::-webkit-input-placeholder,
form[id*="give-form"] .form-row input[type="email"]::-webkit-input-placeholder,
.single-volunteer-singlepage form input[type="email"]::-webkit-input-placeholder,
.single-volunteer-singlepage form input[type="text"]::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form.give-form .form-row input::-moz-placeholder,
form[id*="give-form"] .form-row input[type="email"]::-moz-placeholder,
.single-volunteer-singlepage form input[type="email"]::-webkit-input-placeholder,
.single-volunteer-singlepage form input[type="text"]::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form.give-form .form-row input::-ms-input-placeholder,
form[id*="give-form"] .form-row input[type="email"]::-ms-input-placeholder,
.single-volunteer-singlepage form input[type="email"]::-webkit-input-placeholder,
.single-volunteer-singlepage form input[type="text"]::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1;
}
form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
  background-color: #f2f4f5;
  color: #1c1c1c;
  border-color: #f2f4f5;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  height: 52px;
  line-height: 52px;
}
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
  border:2px solid #f2f4f5;
  height: 52px;
  line-height: 52px;
}
form[id*="give-form"] .form-row input[type="email"]:focus {
  background-color: #fff;
}
/*====== Volunteer =====*/
.volunteer-opp-info {
  margin-top: 30px;
  margin-bottom: 15px;
}
.volunteer-opp-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.volunteer-opp-info ul li {
  margin-left: 30px;
}
.volunteer-opp-info ul li:last-child span{
  border-bottom: none;
}
.volunteer-opp-info span > strong {
  font-size: 16px;
  font-weight: 600;
  color: #2c2b2b;
  letter-spacing: -0.3px;
  width: 32%;
  display: inline-block;
  position: relative;
}
.volunteer-opp-info ul::before {
  content: "";
  height: 221px;
  width: 1px;
  background-color: #f9f9f9;
  position: absolute;
  left: 25%;
  top: 6px;
}
.volunteer-opp-info span > a {
  font-size: 18px;
  color: #5f5f5f;
  letter-spacing: -0.3px;
}
.volunteer-opp-info i{
  font-size: 16px;
  color: #2a2a2a;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -28px;
}
.volunteer-opp-info ul li span {
  border-bottom: 1px solid #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  padding: 10px 0;
  font-size: 18px;
  color: #5f5f5f;
  letter-spacing: -0.3px;
}
.wivm-form-heading {
  font-size: 25px;
  color: #1b1b1b;
  font-weight: 600;
}
.single-volunteer-singlepage {
  margin-top: 40px;
}
.single-volunteer-singlepage form input[type="email"],
.single-volunteer-singlepage form input[type="text"] {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  padding: 10px 40px;
  width: 100%;
  color: #666666;
  font-size: 14px;
  border: 2px solid transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  height: 56px;
}
.single-volunteer-singlepage form {
  margin-top: 30px;
}
.single-volunteer-singlepage form input {
  margin-bottom: 30px;
}
.single-volunteer-singlepage form input:focus {
  background-color: #fff;
}
.single-volunteer-singlepage form input[type="submit"] {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 15px 40px !important;
  border: medium none !important;
  width: auto !important;
  transition: all 0.2s linear 0s;
  border-radius: 0 !important;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  float: none !important;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0
}
.gap.widget-gap.no-overlap {
    padding-bottom: 50px;
}
#sect1-event {
  padding-top: 30px;
  padding-bottom: 5px;
}
#sect2-event {
  padding-bottom: 80px;
}
.donation-form-banner .donation-list {
    margin-top: 0;
}
.donation-form-banner [id*="give-form"] .give-form-title {
    margin-top: 5px;
    color: #ffffff;
    font-size: 45px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 25px;
}
.donation-form-banner .give-form-content-wrap p {
    color: #ffffff;
}
.donation-form-banner .give-btn.give-btn-modal {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 15px 40px;
    height: 66px;
    vertical-align: middle;
    line-height: 36px;
    margin-bottom: 0;
    border: none;
    text-transform: uppercase;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.donation-form-banner form[id*="give-form"] .give-donation-amount {
    display: inline-block;
}
.donation-form-banner .give-donation-levels-wrap .give-btn {
    display: inline-block;
    background-color: #25334c;
    color: #e7e7e7;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    height: 66px;
    line-height: 45px;
    vertical-align: middle;
    margin-right: 18px;
    margin-bottom: 0;
    transition: all 0.33s;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
}
.donation-form-banner #give-donation-level-button-wrap > li {
    margin: 0;
}
.donation-form-banner .give-donation-levels-wrap .give-btn:hover {
    box-shadow: none;
}
.donation-form-banner #give-donation-level-button-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.give-modal form[id*="give-form"] .give-payment-mode-label {
    padding-top: 24px;
}
form#give-email-access-form input#give-email {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    padding: 10px 35px;
    color: #7b7b7b;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    border: 2px solid transparent;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    height: 56px;
}
form#give-email-access-form input#give-email:focus {
    background-color: #fff;
}
form#give-email-access-form .give-submit {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 15px 40px !important;
    border: medium none !important;
    font-family: 'Poppins', sans-serif;
    width: auto !important;
    transition: all 0.2s linear 0s;
    border-radius: 0 !important;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    height: auto;
}
.header_3.style3 .main-menu ul li:hover > ul {top: 100%;}  
.header_3.style3 .main-menu > ul > li ul {left: 0;}
.singleemyvideo.clearfix {
    margin-bottom: 31px;
}


.donation-cimg a.donat-cat {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: poppins;
  padding: 6px 15px;
  font-weight: 500;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.donation-cbox:hover .donation-cimg a.donat-cat {
  right: 0;
  opacity: 0;
}
.donation-ctext p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}
.donation-cbox figure {margin-bottom: 0;}
.donation-ctext {
  float: left;
  width: 100%;
  padding: 30px 35px;
  background-color: #fafafa;
}
.donation-cimg {
  float: left;
  width: 100%;
}
.donation-ctext p + span {margin-top: 30px;}
.donation-ctext > span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: poppins;
  color: #808080;
}
.donation-ctext > span i {font-style: normal;}
.donation-ctext > span + .progress {margin-top: 15px;}
.donation-ctext .progress {
  float: left;
  width: 100%;
  display: block;
  height: 18px;
  background-color: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.05);
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,.05);
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.05);
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.donation-ctext .progress .progress-bar {
  height: inherit;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}

/*===== Donation Target =====*/
.donation-target-wrap {
  display: inline-block;
  max-width: 625px;
}
.donation-target-inner {
  display: inline-block;
  max-width: 520px;
  width: 100%;
  border: 4px solid;
  position: relative;
  padding: 33px 20px 40px;
  margin-bottom: 12px;
}
.donation-target-inner > i {
  position: absolute;
  left: 50%;
  top: -14.5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 25px;
}
.donation-target-inner > i::after {
  left: -20px;
  right: -20px;
  height: 4px;
  content: "";
  position: absolute;
  background-color: #161616;
  bottom: 11px;
  z-index: -1;
}
.donation-collection {
  display: inline-block;
  font-size: 37px;
  color: #fff;
  font-weight: 700;
  line-height: initial;
  padding: 0 50px;
  position: relative;
}
.donation-collection > sup {
  top: -10px;
  font-size: 65%;
  margin-right: 4px;
}
.donation-collection > span {
  font-size: 14px;
  color: #b5b5b5;
  margin-bottom: 0;
}
.donation-collection + .donation-collection:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  background-color: #c7c7c7;
  height: 48px;
  opacity: .4;
  margin-top: -24px;
}
.donation-target-inner .progress {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  height: 24px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  max-width: 440px;
  width: 100%;
  padding: 6.5px;
  text-align: center;
  -webkit-box-shadow: 0 0 21px rgba(0,0,0,.013);
  -ms-box-shadow: 0 0 21px rgba(0,0,0,.013);
  -o-box-shadow: 0 0 21px rgba(0,0,0,.013);
  box-shadow: 0 0 21px rgba(0,0,0,.013);
  bottom: -12px;
  padding-right: 35px;
}
.donation-target-inner .progress .progress-bar {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  height: 11px;
  position: relative;
}
.donation-target-inner .progress .progress-bar span {
  position: absolute;
  font-size: 12px;
  color: #1b1b1b;
  font-weight: 800;
  font-family: lato;
  margin-bottom: 0;
  position: absolute;
  right: -28px;
}
.donation-target-inner + p {margin-top: 30px;}
.donation-target-wrap > p {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
.donation-target-wrap > p + a {margin-top: 45px;}

/*----- donation new page --------*/
.donation-info span {
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding-bottom: 15px;
}
.donation-info h2 {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 25px;
}
.donation-wrapper-content .donation-target-inner {
    border: 2px solid;
}
.donation-wrapper-content .donation-target-inner > i::after { 
    background-color: #fff;
    left: -15px;
    right: -15px;
}
.donation-wrapper-content .donation-collection {
    color: #333333;
    font-size: 34px;
    padding: 0 53.4px;
}
.donation-wrapper-content .donation-collection > span {
    display: block;
    font-weight: 300;
    color: #999;
    font-size: 13px;
    text-align: center;
    margin-top: -5px;
}
.donation-wrapper-content .donation-target-inner {
    max-width: 100%;
    padding: 30px 0;
    text-align: center;
}
.donation-wrapper-content .donation-collection > sup {
    margin-right: 6px;
}
.donation-wrapper-content .donation-target-inner .progress .progress-bar {
    height: 9px;
}
.donation-wrapper-content .donation-target-inner .progress {
    height: 22px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.13); 
    max-width: 402px;
}
.donation-collection + .donation-collection::before {
   display: none;
}
.donation-wrapper-content .donation-collection::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 2px;
    background-color: #676767;
    height: 44px;
    opacity: .4;
    margin-top: -22px;
}
.donation-top {
    margin-bottom: 60px;
}
.donation-payment-area > span {
    font-size: 16px;
    color: #333;
    padding-bottom: 50px;
    display: block;
}
.d-payment-type {
    margin: -26px 0 50px 0;
    padding: 0;
    list-style: none;
}
.d-payment-type li {
    display: inline-block;
    margin:0 8px 0 0;
    width:248px;
    height:53px;
    position:relative;
    text-transform: uppercase;
}

.d-payment-type label, 
.d-payment-type input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.d-payment-type input[type="radio"] {
    opacity:0.01;
    z-index:100;
}
.d-payment-type input[type="radio"]:checked + label,
.d-payment-type input[type="radio"].active + label {
    color: #fff;
}
.d-payment-type label {
    padding: 15px 10px;
    cursor: pointer;
    z-index: 90;
    background-color: #d8e2ea;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0;
}
.d-payment-type input[type="radio"]:checked + label::after,
.d-payment-type input[type="radio"].active + label::after {
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -5px;
}
.donation-payment-inner {
    background: url(../images/donation-pbg.jpg) center no-repeat #fafafa;
    padding: 1px 20px 70px 20px;
}
.donation-collection > i {
    position: relative;
    top: -10px;
    font-style: normal;
    font-size: 65%;
    margin-right: 4px;
}
.donation-amount-list > span,
.your-donation span.popup-title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 14px;
    margin-bottom: 30px;
    display: block;
    float: left;
    width: 100%;
}
.donation-amount-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.donation-amount-list ul > li {
    display: inline-block;
    margin-right: 8px;
}
.donation-amount-list ul > li a {
    height: 43px;
    width: 74px;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: block;
    transition: all 0.45s;
}
.donation-amount-list {
    margin-top: 45px;
    margin-bottom: 20px;
}
.custom-amnt-box span {
    font-size: 16px;
    font-weight: 700;
    height: 76px;
    width: 74px;
    line-height: 70px;
    display: inline-block;
    border: 2px solid;
}
.custom-amnt-box input {
    height: 76px;
    border: 2px solid;
    font-size: 13px;
    color: #999999;
    font-weight: 300;
    padding: 20px 30px;
    background-color: transparent;
    margin-left: -6px;
    min-width: 486px;
}
.custom-amnt-box {
    margin-top: 20px;
}
.donation-amount-list > a {
    margin-top: 20px;
    text-transform: uppercase;
}
.donation-amount-list > a:focus {
    color: #fff;
}
.d-payment-form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 2px solid #e8e8e8;
    border-radius: 0;
    height: 60px;
}
.d-payment-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    font-size: 13px;
    color: #333333;
    padding: 0px 35px;
}
.d-payment-form .select2-container {
    min-width: 570px;
    text-align: left;
}
.d-payment-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -13px;
    right: 22px;
}
.d-payment-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #afb4bc transparent transparent transparent;
}
.donation-wrapper-content figure {
    margin-bottom: 50px;
}
.d-desc p {
    margin-bottom: 0;
    margin-top: 38px;
}
.d-cat span {
    font-weight: 700;
    padding-right: 15px;
    display: inline-block;
}
.d-cat {
    color: #333333;
    font-weight: 300;
    font-size: 15px;
}
.d-cat a {
    transition: all 0.45s;
}
.donation-payment-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.donation-payment-bg::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(27, 40, 62, 0.9);
    position: absolute; 
    top: 0;
    left: 0;
}
.donation-payment-top {
    position: relative;
    padding: 60px 20px;
}
.donation-payment-top .tag-lne {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    display: block;
    font-weight: bold;
}
.donation-payment-top h3 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin-bottom: 12px;
}
.donation-payment-top p {
  color: #fff;
  width: 75%;
  margin: 0 auto 30px auto;
}
.donation-payment-top span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.donation-detail-fields input,
.donation-detail-fields textarea {
    height: 62px;
    background-color: #fff;
    border: none;
    color: #999999;
    font-size: 13px;
    font-weight: 300;
    padding: 20px 30px;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.04); 
}
.donation-detail-fields textarea{
  height: 150px;
}
.donation-detail-fields button.theme_btn_flat {
    border: none;
}
.donation-detail-fields .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.donation-detail-fields .row {
    margin-left: -5px;
    margin-right: -5px;
}
.donation-detail-fields {
    margin-top: 40px;
    float: left;
    width: 100%;
}
.recurring-cycle {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.d-payment-form .el-select {
  width: 100%
}
.textfieldd.el-custom-select {
    float: left;
    width: 100%;
}
.currency-selct {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.d-payment-form .el-input__inner {
  border-radius: 0;
}
ul.donation-payment-types > li a {
    height: 43px;
    border: none;
    padding: 0 18px;
    line-height: 43px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: block;
    transition: all 0.45s;
}
ul.donation-payment-types > li {
    display: inline-block;
    margin-right: 8px;
}
.donation-cbox figure {
    padding: 0px;
}
/*===== Donation Popup Style =====*/
.donation-wrapper-content.webinane-donation-modal {
  position: fixed;
  z-index: 99999;
  background-color: rgba(0,0,0,.8);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden !important;
  opacity: 0;
  visibility: hidden;
}
.donation-wrapper-content.webinane-donation-modal.active {
  opacity: 1;
  visibility: visible;
}
.donation-amount-list ul > li a {
  border: 0;
  padding: 0;
  font-family: inherit;
}
.popup-title + .donation-payment-types {
  padding-left: 0;
  display: inline-block;
}
.donation-wrapper-content.webinane-donation-modal .donation-collection > span:first-child {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.donation-wrapper-content.webinane-donation-modal .donation-collection > span:first-child i {
  font-style: normal;
  font-size: 65%;
  top: -10px;
  position: relative;
}
.donation-wrapper-content.webinane-donation-modal .donation-collection > span {color: #fff;}
.donation-wrapper-content.webinane-donation-modal .donation-top {
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
}
.donation-wrapper-content.webinane-donation-modal .donation-target-inner > i::after {background-color: #1b283e;}
.donation-wrapper-content.webinane-donation-modal .donation-target-inner > i {color: #fff;}
.donation-wrapper-content.webinane-donation-modal .donation-popup .donation-detail-fields button.theme_btn_flat {margin-top: 20px;}
.donation-payment-bg {background-size: cover !important;}
.donation-wrapper-content .donation-target-inner .progress {overflow: hidden;}
.donation-wrapper-content.webinane-donation-modal .donation-payment-top {text-align: center;}





.donation-wrapper-content figure .donation-target-inner {
  position: absolute;
  left: 95px;
  min-width: 450px;
  bottom: 0;
  background-color: #fff;
  padding: 17px 15px 24px;
  width: auto;
}
.col-lg-8 .donation-wrapper-content figure .donation-target-inner {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.donation-wrapper-content figure {
  position: relative;
  padding-bottom: 55px;
}
.donation-wrapper-content figure .donation-target-inner .donation-collection {padding: 0 30px;}
.donation-wrapper-content figure .donation-collection::before {right: 0;}
.donation-wrapper-content figure .donation-target-inner > i {display: none;}
.donation-info span {font-weight: 700;}
.donation-info span > a {
  font-weight: 300;
  color: #333;
  font-size: 15px;
  display: inline-block;
  position: relative;
}
.donation-info span > a + a::before {
  content: ",";
  margin: 0 4px 0 0px;
}
.donation-info span > a:first-child {margin-left: 5px;}
.donation-info h2 + span {
    margin-top: -10px;
    padding-bottom: 5px;
}
.donation-popup span.close {
  position: fixed;
  right: 20px;
  top: 40px;
  cursor: pointer;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  background-color: #fff;
  opacity: 1;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 18px;
}
.donation-popup span.close:hover, 
.donation-popup span.close:focus {color: #fff;}
html.modalOpen {overflow-y: hidden;}
.donation-amount-list + .popup-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.donation-form-banner .main-title > h3 {
  color: #fff;
}
.donation-form-banner .donation-target-inner > i::after {
  color: transparent;
}
.donation-form-banner .donation-cbtn {
    margin-top: 40px;
}
header.style3 .main-menu ul li:hover > ul{
    top:100%}
.wpcm-checkout-page .donation-wrapper-content.webinane-donation-modal {display: none;}
.donation-wrapper-content.webinane-donation-modal .ps-scrollbar-y-rail {right: 254px !important;}
.donation-wrapper-content.webinane-donation-modal .ps-scrollbar-x-rail {opacity: 0;}
/*============== Home Page New ===========*/
.humburger-header {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: transparent;
   z-index: 9;
}
.humbrgr-menu-btn {
  height: 49px;
  width: 47px;
  padding: 14px 13px;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.humbrgr-menu-btn span {
  display: block;
  background-color: #fff;
  height: 3px;
}
.humbrgr-menu-btn span:first-child {
  width: 15px;
}
.humbrgr-menu-btn span:nth-child(2) {
  width: 9px;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
}
.humbrgr-menu-btn span:last-child {
  width: 15px;
}
.humbrgr-menu-btn span + span {
  margin-top: 4px;
}
.header-banner-innr {
  color: #fff;
  max-width: 78%;
  margin: 0px auto;
  padding: 220px 0 110px;
}
.header-banner-innr h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.header-banner-innr p {
  font-size: 20px;
  line-height: 34px;
  color: inherit;
  max-width: 66%;
  margin: 0 auto 50px;
}
.banner-btn {
  padding: 18px 50px;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.vid-msg-content h2 {
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 18px;
}
.vid-msg-content h2 span {
  font-weight: 300;
}
.vid-msg-content p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 35px;
}
.vid-msg-pop figure {
  position: relative;
}
.vid-msg-pop figure a {
  color: #c4302b;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vid-msg-content {
  max-width: 85%;
}
.banner-style4 {
  color: #fff;
  max-width: 80%;
}
.banner-style4 h1 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 18px;
}
.banner-style4 p {
  color: inherit;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 auto 50px;
  max-width: 84%;
}
.banner-item {
  color: #fff;
}
.banner-item h3 {
  font-size: 40px;
  color: inherit;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 20px;

}
.banner-item a {
  font-size: 16px;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.banner-item a i {
  margin-left: 12px;
}
.banner-item {
  position: relative;
  padding: 190px 20px;
  overflow: hidden;
}
.banner-item-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-size: cover !important;
  transition: all 0.65s;
  -webkit-transition: all 0.65s;
  -moz-transition: all 0.65s;
}
.banner-item.creamish {
  color: #333333;
}
.banner-item.creamish a {
  border-bottom: 1px solid #333333;
}
.banner-item:hover a{
  visibility: visible;
  opacity: 1;
}
.banner-item:hover .banner-item-img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.banner-style5 {
  color: #fff;
  max-width: 90%;
}
.banner-style5 h1 {
  font-size: 50px;
  line-height: 70px;
  color: inherit;
  font-weight: 700;
}
.banner-style5 p {
  display: block;
  color: inherit;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 45px;
}
.banner-style5 a {
  color: inherit;
}
.social-block a i {
  height: 59px;
  width: 59px;
  line-height: 59px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 24px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.social-block a span {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.social-bar {
  padding: 32px 0;
}
.social-block a:hover i {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.footer-new {
  padding: 120px 0;
  background-color: #051d44;
}
.footer-new p{
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-top: 32px;
  margin-bottom: 22px;
}
.footer-new ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-new ul.footer-menu li {
  display: inline-block;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.footer-new ul.footer-menu li a {
  color: #4f9fed;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 25px;
  margin-left: 25px;
  line-height: 8px;
  display: inline-block;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.footer-new ul.footer-menu li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
.footer-new ul.footer-menu li + li a {
  border-left: 1px solid #4f9fed;
}
.menus-wraper {
  position: fixed;
  right: -340px;
  height: 100%;
  top: 0;
  padding: 25px 40px;
  background-color: #fff;
  width: 340px;
  box-shadow: 0 0 30px rgba(0,0,0,.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menus-wraper.menu-slide {
  right: 0;
}
.menus-wraper > ul {
  margin: 0;
  padding: 100px 0 70px;
  list-style: none;
}
.menus-wraper > ul ul {
  margin: 0;
  list-style: none;
  padding-left: 30px;
}
.menus-wraper > ul li a{
  color: #1e1e1e;
  font-weight: 600;
  font-size: 17px;
  padding: 6px 0;
  display: block;
  position: relative;
  text-transform: capitalize;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.menus-wraper > ul li {
  margin-bottom: 2px;
}
.menus-wraper > ul ul li a {
  font-size: 15px;
  padding: 4px 0;
}
.close-menu-btn {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  float: right;
  cursor: pointer;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.close-menu-btn:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.menus-wraper > ul ul {
  display: none;
}
.menus-wraper > ul li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -13px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all .3s linear 0s;
}
.menus-wraper > ul li.menu-item-has-children.active > a::after {
  transform: rotate(0deg);
}
.humbrgr-social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.humbrgr-social-media li {
  display: inline-block;
  margin-right: 5px;
}
.humbrgr-social-media li a {
  height: 37px;
  width: 41px;
  border: 2px solid;
  display: inline-block;
  font-size: 15px;
  color: #1e1e1e;
  text-align: center;
  line-height: 34px;
  background-color: transparent;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.humbrgr-social-media li a:hover {
    border-color: transparent;
    color: #fff !important;
}
.humbrgr-info-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.humbrgr-info-bar ul li {
  color: #1e1e1e;
  font-size: 17px;
  padding-top: 10px;
}
.humbrgr-info-bar {
  margin-top: 30px;
}
.humbrgr-info-bar ul li i {
  padding-right: 10px;
}
/*============== Home Page New 2===========*/
.topfix-btns  a {
  padding: 15px 65px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-left: -4px;
  text-transform: capitalize;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.topfix-btns  a:first-child {
  background-color: #e11021;
}
.topfix-btns > a:nth-child(2) {
  background-color: #f36e0b;
}
.topfix-btns > a:last-child {
  background-color: #6a16a5;
}
.btm-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btm-navigation {
  position: relative;
}
.btm-navigation > ul li {
  display: inline-block;
}
.btm-navigation > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  padding: 26px 40px;
  position: relative;
  display: block;
}
.btm-navigation > ul > li:first-child > a{
  padding-left: 0;
}
.btm-navigation > ul > li:last-child > a{
  padding-right: 0;
}
.btm-navigation > ul > li > a::before {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #d0d0d0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.btm-navigation > ul li:last-child a::before {
  display: none;
}
.btm-navigation > .serch-btn {
  color: #707070;
}
.btm-navigation form.search {
  position: absolute;
  bottom: 9px;
  right: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.btm-navigation form.search.active {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.btm-navigation form.search input[type="text"] {
  background-color: #fff;
  height: 55px;
  padding: 14px 25px;
  color: #666;
  width: 100%;
  font-size: 15px;
  border: none;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.btm-navigation form.search button {
  border: none;
  background-color: transparent;
  color: transparent;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -12px;
  z-index: -1;
}
.btm-navigation form.search .clos-sform {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -12px;
  z-index: 99;
  cursor: pointer;
  color: #666;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.camps-info-caro {
  position: relative;
}
.camps-info-caro .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.camps-desc {
    background-color: rgba(22, 50, 122, 0.9);
    padding: 80px 60px 160px;
    margin: 120px 0;
}
.camps-info-caro span {
  font-size: 15px;
  color: #f4e824;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
}
.camps-info-caro span::before {
  content: "";
  width: 46px;
  height: 1px;
  background-color: #f4e824;
  position: absolute;
  bottom: 0;
  left: 0;
}
.camps-info-caro h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 22px;
}
.camps-info-caro p {
  font-size: 16px;
  color: #d1d1d1;
  line-height: 28px;
}
.camps-caro .owl-nav {
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -13px;
}
.camps-caro .owl-prev::before, 
.camps-caro .owl-next::before {
  content: "\f061";
  width: 46px;
  height: 50px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  right: 0;
  bottom: 0;
  top: auto;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
}
.camps-caro .owl-prev::before {
  content: "\f060";
  left: auto;
  right: 47px;
}
.camps-caro .owl-prev, 
.camps-caro .owl-next {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
#camps-info {
  color: #fff;
  font-size: 22px;
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
}
#camps-info span {
  font-size: 46px;
  color: #f4e824;
}
.campaign-carusel {
  position: relative;
  float: left;
  width: 100%;
}
.heading-sec-style2 {
  margin-bottom: 60px;
}
.heading-sec-style2 span {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 35px;
}
.heading-sec-style2 span::after {
  content: "";
  width: 46px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.heading-sec-style2 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  max-width: 76%;
  margin: 0 auto;
}
.campaign-box.campaign-clr-style {
  background: none;
  color: #fff;
}
.campaign-box.campaign-clr-style i,
.campaign-box.campaign-clr-style h4,
.campaign-box.campaign-clr-style p {
  color: inherit;
}
.campaign-box.campaign-clr-style::before {
  border-right: 24px solid #000;
  opacity: 0.3;
}
.campaign-box.campaign-clr-style:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
}
.contnt-desc-box {
  max-width: 65%;
}
.contnt-desc-box h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.contnt-desc-box h1 span {
  font-weight: normal;
}
.contnt-desc-box p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}
.vid-sec2 figure {
  margin-bottom: 0;
  position: relative;
}
.vid-sec2 figure a {
  height: 81px;
  width: 81px;
  line-height: 81px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  animation: pluse infinite 2s linear; 
}
.vid-sec2 figure a:hover::before {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(79, 159, 237, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(79, 159, 237, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(79, 159, 237, 0);
  }
}
@keyframes pluse{
  0% {
    box-shadow: 0 0 0 0 rgba(79, 159, 237, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(79, 159, 237, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(79, 159, 237, 0);
  }
}
.vid-sec2 h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.vid-sec2 figure::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}
.donate-box-inf h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 20px;
}
.donate-box-inf span {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}
.donate-box {
  position: relative;
  padding: 250px 20px;
}
.donate-box .donate-box-inf {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 58px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.donate-box-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
}
.signup-volunteer h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.signup-volunteer p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 32px;
}
.signup-voln input[type="text"] {
  height: 58px;
  width: 100%;
  border: none;
  background-color: #fff;
  font-size: 14px;
  color: #666666;
  padding: 12px 30px;
  margin-bottom: 18px;
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 45px;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 2px solid;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.signup-voln button {
  border: none;
}
.signup-volunteer {
  padding-left: 70px;
}
.footer3.footer-new {
  background-color: #fff;
}
.footer3.footer-new .copyrights {
  color: #2d2d2d;
  font-weight: 500;
}
.footer3.footer-new ul.footer-menu li a {
  color: #666666;
}
.footer3-social-media li {
  display: inline-block;
  margin-right: 2px;
}
.footer3-social-media li a {
  width: 53px;
  height: 59px;
  color: #fff;
  line-height: 59px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.footer3-social-media li a:hover {
  color: #fff;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.footer3.footer-new .footer3-social-media {
  margin-top: 30px;
}
.newsletter-area .alert {
    top: 0;
    left: 0;
}
/*=== Page Loader ===*/
.page-loader {
  height: 100%;
  position:fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.page-loader .l_main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 172px;
  height: 128px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
}
.l_square {
  position: relative;
}
.l_square:nth-child(1) {
  margin-left: 0px;
}
.l_square:nth-child(2) {
  margin-left: 44px;
}
.l_square:nth-child(3) {
  margin-left: 88px;
}
.l_square:nth-child(4) {
  margin-left: 132px;
}
.l_square span {
  position: absolute;
  top: 0px;
  left: 20px;
  height: 36px;
  width: 36px;
  border-radius: 2px;
  background-color: #ffffff;
}
.l_square span:nth-child(1) {
  top: 0px;
}
.l_square span:nth-child(2) {
  top: 44px;
}
.l_square span:nth-child(3) {
  top: 88px;
}
.l_square:nth-child(1) span {
  -webkit-animation: animsquare1 2s infinite ease-in;
  animation: animsquare1 2s infinite ease-in;
}
.l_square:nth-child(2) span {
  -webkit-animation: animsquare2 2s infinite ease-in;
  animation: animsquare2 2s infinite ease-in;
}
.l_square:nth-child(3) span {
  -webkit-animation: animsquare3 2s infinite ease-in;
  animation: animsquare3 2s infinite ease-in;
}
.l_square:nth-child(4) span {
  -webkit-animation: animsquare4 2s infinite ease-in;
  animation: animsquare4 2s infinite ease-in;
}
.l_square span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.l_square span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.l_square span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes animsquare1 {
  0%,
  5%,
  95%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30%,
  70% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@keyframes animsquare1 {
  0%,
  5%,
  95%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30%,
  70% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes animsquare2 {
  0%,
  10%,
  90%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  35%,
  65% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@keyframes animsquare2 {
  0%,
  10%,
  90%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  35%,
  65% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes animsquare3 {
  0%,
  15%,
  85%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  40%,
  60% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@keyframes animsquare3 {
  0%,
  15%,
  85%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  40%,
  60% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes animsquare4 {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  45%,
  55% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
@keyframes animsquare4 {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  45%,
  55% {
    -webkit-transform: translate(-40px, 0px) rotate(-90deg);
    transform: translate(-40px, 0px) rotate(-90deg);
  }
}
.header-style5 .btm-navigation>ul>li>a {
    padding: 26px 32px;
}
.gall-images {
    flex-wrap: wrap;
}
.gall-images > div {
    width: 170px;
    padding: 0 10px;
}
.gall-images-lst {
  list-style: none;
  margin: 40px 0 30px;
  padding: 0;
}
.gall-images-lst li {
  font-size: 18px;
  padding: 8px 0;
  color: #ffffff;
}
.gall-images-lst li i {
  color: #4f9fed;
  padding-right: 8px;
}
.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.remove-golumns-gap.gal-sect .vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*===== New Page Style =====*/
.socl-box {
    position: relative;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.06);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.06);
    -o-box-shadow: 0 0 25px rgba(0,0,0,.06);
    box-shadow: 0 0 25px rgba(0,0,0,.06);
    width: 100%;
    text-align: center;
    margin-top: 30px;
    z-index: 1;
}
.socl-box > a {
    display: block;
    padding: 35px 30px;
}
.socl-box > a i {
    display: block;
    font-size: 50px;
    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.socl-box > a i:before {
    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.socl-box > a span {
    font-size: 14px;
    color: #343434;
    display: block;
    margin-top: 12px;
    -webkit-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.socl-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    height: calc(100% - 1px);
    z-index: -1;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.socl-box:hover:before {height: 0;}
.socl-box:hover > a {color: #fff;}
.socl-box:hover > a i, 
.socl-box:hover > a span {color: inherit !important;}

.join-form-wrap {
    position: relative;
    background-size: contain;
    background-position: center;
    background-blend-mode: multiply;
    z-index: 1;
    padding: 55px 55px 60px;
    text-align: center;
    margin-top: -83px;
}
.join-form-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: inherit;
    opacity: .5;
    z-index: -1;
}
.join-form-title {width: 100%;}
.join-form-title > h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}
.join-form-title > h4 + span {margin-top: 10px;}
.join-form-title > span {
    display: block;
    color: #fff;
    font-size: 16px;
}
.join-form-wrap .form-message-service {margin-top: 20px;}
.join-form-wrap .form-message-service .alert {
    display: inline-block;
    left: auto;
    top: inherit;
    margin-bottom: 0;
}
.join-form-wrap form.newsletter {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
    width: 100%;
    margin-top: 23px;
}
.join-form-wrap form.newsletter input {
    width: 100%;
    font-size: 13px;
    color: #444;
    height: 55px;
    padding: 15px 30px;
    font-family: poppins;
}
.join-form-wrap form.newsletter button {
    width: 100%;
    height: 55px;
    padding: 10px 30px;
    font-family: poppins;
    font-size: 14px;
    margin-top: 20px;
}
.join-form-wrap form.newsletter button:hover,
.join-form-wrap form.newsletter button:focus {background-color: #333;}

.our-mission-wrap {
    width: 100%;
    text-align: center;
}
.mission-title {
    display: inline-block;
    max-width: 70%;
}
.mission-title > h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}
.mission-title > h2 + p {margin-top: 18px;}
.mission-title > p {
    margin-bottom: 0;
    font-size: 20px;
}
.mission-title + .mission-video {margin-top: 45px;}
.mission-video {
    width: 100%;
    position: relative;
}
.mission-video > img {width: 100%;}
.mission-video span.play-btn {
    position: absolute;
    left: 50%;
    margin: 0;
    width: auto;
    line-height: initial;
    font-size: 40px;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mission-video span.play-btn > a {
    animation: pluse infinite 2s linear;
    height: 110px;
    line-height: 110px;
    width: 110px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.mission-video + a {margin-top: 60px;}

.quote-wrap {
    width: 100%;
    position: relative;
    text-align: right;
}
.quote-inner {
    text-align: initial;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-blend-mode: multiply;
    z-index: 1;
    color: #fff;
    padding: 55px 40px;
}
.quote-wrap > img + .quote-inner {
    position: absolute;
    left: 0;
    bottom: 30px;
    max-width: 325px;
}
.quote-inner > i {font-size: 40px;}
.quote-inner > i + p {margin-top: 14px;}
.quote-inner > p {
    color: inherit;
    margin-bottom: 0;
    font-size: 20px;
    font-style: italic;
}
.quote-inner > p + h6 {margin-top: 17px;}
.quote-inner > h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
.abt-wrap {
    margin-top: 40px;
    padding-left: 30px;
    width: 100%;
}
.abt-wrap > h2 {
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
}
.abt-wrap > h2 + p {margin-top: 14px;}
.abt-wrap > p {margin-bottom: 0;}
.abt-wrap > p + a {margin-top: 45px;}

/*===== Header Style 6 =====*/
header.header-style6 .topbtns-menus > ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    float: left;
    margin-top: 12px;
}
header.header-style6 .topbtns-menus > ul > li {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-family: Poppins;
    display: inline-block;
}
header.header-style6 .topbtns-menus > ul > li a {text-decoration: underline;}
header.header-style6 .topbtns-menus > ul > li + li {margin-left: 25px;}
header.header-style6 div.btm-navigation {
    width: 100%;
    position: relative;
    z-index: 1;
}
header.header-style6 .header-wraper.d-flex {display: block !important;}
header.header-style6 .header-wraper.d-flex .logo7 {
    display: inline-block;
    margin: 20px 0;
}
header.header-style6 .header-wraper.d-flex .topbtns-menus {
    display: inline-block;
    float: right;
    margin-top: 41px;
}
header.header-style6 .topbtns-menus > ul + .topfix-btns {
    margin-left: 60px;
    display: inline-block !important;
}
header.header-style6 div.btm-navigation:before {
    content: "";
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #16327a;
}
header.header-style6 div.btm-navigation > ul {
    display: table;
    width: 100%;
}
header.header-style6 div.btm-navigation > ul > li {
    color: #fff;
    display: table-cell;
    text-align: center;
}
header.header-style6 div.btm-navigation > ul > li > a {
    color: inherit;
    padding: 20px 40px;
}
header.header-style6 div.btm-navigation > ul > li ul {text-align: initial;}
header.header-style6 div.btm-navigation > ul > li > a:before {
    opacity: .1;
    height: initial;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    right: auto;
    left: 0;
}
header.header-style6 div.btm-navigation > ul > li:last-child > a:before {display: block;}
header.header-style6 div.btm-navigation > ul > li:last-child > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
    opacity: .1;
}
header div.btm-navigation > ul > li ul,
header .main-menu > ul > li ul, 
header .main-menu > div > ul > li ul, 
header .menus-bar nav > ul > li ul {
    top: 100% !important;
    left: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    width: 220px;
}
header div.btm-navigation > ul > li ul ul,
header .main-menu > ul > li ul ul, 
header .main-menu > div > ul > li ul ul, 
header .menus-bar nav > ul > li ul ul {top: 0 !important;}

/*===== Donation Page Style =====*/
.webinane-donation-page .donation-payment-top {text-align: center;}
.webinane-donation-page .donation-target-inner {
    max-width: 100%;
    text-align: center;
    padding: 30px 30px 40px;
}
.webinane-donation-page span.amount-return {
    color: #fff;
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}
.webinane-donation-page span.amount-return i {font-style: normal;}
.webinane-donation-page span.amount-return + span {
    display: block;
    font-weight: 300;
    font-size: 13px;
}
.webinane-donation-page .donation-payment-area {padding-bottom: 15px;}
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-new.v2 {padding: 120px 0;}
.less-spacing-banner .banner-style4 {
    padding-top: 85px;
    padding-bottom: 155px;
}

.recuring-paypal {margin: 20px 0 0 !important;}
.recuring-paypal[style="display: block;"], 
.recuring-paypal[style="display: block;"] + .currency-selct {max-width: 48% !important;}
.recuring-paypal[style="display: block;"] + .currency-selct {float: right !important;}
.donation-amount-list ul > li a.active:before, 
.donation-amount-list ul > li a.wpdonation-button.active:before,
ul.donation-payment-types li a.wpdonation-button.active:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}
ul.donation-payment-types li a.wpdonation-button.active {position: relative;}
.donation-amount-list ul > li a.active, 
.donation-amount-list ul > li a.wpdonation-button.active {
    position: relative;
    padding: 0 10px;
}

.swal2-modal .alert {
    left: 0;
    top: 0;
}

.remove-overflow {overflow: hidden;}
.worker-meta .worker-contact i {
    line-height: 35px;
}
/*===============Product Pages 11/07/2020===============*/
.kavatar {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.04);
}
.kavatar::before {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 1;
}
.tagz {
    position: absolute;
    right: 10px;
    top: 10px;
}
.tagz .tag {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 6px 11px;
}
.adcart {
    left: 50%;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.adcart > li {
    display: inline-block;
    margin: 0 3px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s linear 0.4s;
    -moz-transition: all 0.2s linear 0.4s;
    -ms-transition: all 0.2s linear 0.4s;
    -o-transition: all 0.2s linear 0.4s;
    transition: all 0.2s linear 0.4s;
    transition-delay: 0.4s;
}
.adcart > li:first-child {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.woocommerce .adcart > li > a.button, 
.adcart > li > a {
    background: #201f1f none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0;
    line-height: 44px;
    text-align: center;
    width: 44px;
    height: 44px;
}
.grid-product-meta {
    position: relative;
    margin-top: 25px;
    text-align: center;
    display: block;
}
.grid-product-meta > h4 {
    color: #000;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0;
}
.prices.style2 {
    margin: 5px 0 10px;
    display: inline-block;
}
.prices > ins {
    font-size: 22px;
    font-weight: 600;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    display: inline-block;
}
.prices.style2 > ins > span {
    color: #424040;
    float: right;
    font-size: 19px;
}
.prices.style2 > ins > span span {
    color: inherit;
    font: inherit;
}
.prices.style2 > del,
.prices > del {
    margin-left: 10px;
    color: #949494;
    font-size: 17px;
    display: inline-block;
    text-decoration: line-through;
    font-weight: 400;
}
.prices > del > span {
	font-weight: inherit;
	text-decoration: inherit;;
}
.prices.style2 .amount > span,
.prices.style2 .amount {
    float: none;
    width: auto;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.kavatar:hover::before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    left: 0;
}
.woocommerce div.k-product2.product {
    margin-bottom: 45px;
}
.kavatar:hover .adcart > li {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pd-fitler-sec {
    float: right;
    list-style: outside none none;
    padding-left: 0;
    margin-bottom: 35px;
}
.pd-fitler-sec > li {
    border-right: 1px solid #e7e7e7;
    color: #909097;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-right: 30px;
    padding-right: 30px;
}
.style-option > a {
    margin-right: 10px;
}
.pd-fitler-sec > li a i {
    margin-right: 8px;
}
.pd-fitler-sec > li:last-child {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
#quickview {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: 0.45s;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
}
#quickview.popup_show {
    width: 100%;
    z-index: 999;
    visibility: visible;
    background: rgba(0, 0, 0, 0.6);
}
.quick-view-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 1024px;
    max-height: 525px;
    width: 100%;
}
.close-quickview {
    height: 30px;
    width: 30px;
    float: right;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: -15px;
    margin-right: -15px;
    cursor: pointer;
}
.close-quickview i {
    line-height: 30px;;
}
.quick-view-box .full-postmeta {
    padding: 52px 40px 52px 50px;
}
.quick-view-box .full-postmeta > h4 {
    color: #424040;
    display: inline-block;
    font-size: 30px;
    padding-bottom: 2px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 0;
}
.quick-view-box .full-postmeta > p {
    padding-top: 18px;
    padding-bottom: 22px;
    margin-bottom: 0;
}
.quick-view-box .full-postmeta .shopnow {
    font-size: 15px;
    -webkit-border-radius: 0px;
    padding: 15px 35px 15px;
    color: #fff;
}
.share > a {
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    vertical-align: middle;
}
.quick-view-box .share {
    margin-top: 30px;
    margin-bottom: 20px;
}
.quick-view-box .cat-heading {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}
.quick-view-box .cat-heading span, 
.quick-view-box .cat-heading a {
    color: #333;
    font-weight: normal;
    font-size: 15px;
}
.product_meta > div + div {
    margin-top: 5px;
}
.prices.style1 > ins, 
.prices.style1 > del {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.quick-view-box span.prices.style1 > ins span {
    font-size: 24px;
}
.quick-view-box .product_meta {
    margin-top: 30px;
}
.quick-view-box .full-postmeta .shopnow {
    color: #fff;
}
.prices.style1 .amount > span{
    width: auto;
    float: none;
    font-size: inherit;
    color: inherit;
}
.color-variation > li > a, 
.size-variation > li > a {
    width: 18px;
    height: 18px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.color-variation > li, 
.size-variation > li {
    display: inline-block;
    vertical-align: middle;
}
.color-variation, 
.size-variation {
    padding-left: 0;
    list-style: none;
}
.prod-sizes a {
    height: 24px;
    width: 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #999;
    border: 1px solid #999;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.woocommerce .adcart > li > a.button, .adcart > li > a i {
    line-height: 44px;
}
.quick-view-box .row > div {
    padding: 0;
}
.adv-search {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 50px 30px;
    position: fixed;
    width: 350px;
    max-height: 100vh;
    right: -100%;
    top: 0;
    -webkit-transition: all 0.5s linear 0.1s;
    -moz-transition: all 0.5s linear 0.1s;
    -ms-transition: all 0.5s linear 0.1s;
    -o-transition: all 0.5s linear 0.1s;
    transition: all 0.5s linear 0.1s;
    z-index: 99999;
}
.adv-search.filter-on.right {
    right: 0;
}
.clos-adv {
    color: #fff;
    margin-top: -40px;
    display: block;
    position: absolute;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    left: 12px;
    cursor: pointer;
}
.adv-search.filter-on.right {
    left: auto;
    right: 0;
}
.theme-layout::before {
    content: "";
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
}
.theme-layout.filter-on::before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.adv-search .widget-title {
    color: #000;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 20px;
	font-weight: 600;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    height: 1.2em;
    width: 1.2em;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #333;
    top: -0.5em;
    cursor: w-resize;
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	color: #fff;
	font-size: 13px;
	padding: 10px 19px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #fff;
    height: 5px;
}
.adv-search .widget {
    border-bottom: 0;
    padding: 40px;
    background-color: #f9f9f9;
}
.adv-search .color > a {
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-right: 4px;
}
.adv-search .sizes > a {
    background: #fff;
    color: #333;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: initial;
    margin-right: 9px;
    padding: 5px 9px;
}
.adv-search .sizes > a:hover, .adv-search .sizes > a:active {
    background: #333;
    color: #fff;
}
.adv-search .image > a {
	margin-right: 9px;
}
.adv-search .sidebar .widget:last-child {
    border-bottom: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.grid-product-meta > p {
    font-size: 15px;
}
.k-product2.list-style .shopnow {
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 0;
	transition: all 0.45s;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
}
.k-product2.list-style .shopnow:hover {
	color: #fff;
}
.k-product2.list-style .grid-product-meta {
	text-align: left;
	margin-top: 0;
}
.k-product2.list-style .prices.style2 > ins{
    font-size: 19px;
}
.k-product2.list-style .prices.style2 > del {
	font-size: 14px;
}
.woocommerce .k-product2.list-style {
    display: block;
    margin-bottom: 50px;
}
.full-postmeta .amount > span {
	float: none;
	font-weight: inherit;
	font-size: inherit;
}
.woocommerce div.product p.price {
	color: #000;
}
.woocommerce div.product p.price .woocommerce-Price-currencySymbol {
	color: #000;
}
.woocommerce div.product p.price > span {
    display: inline-block;
    width: auto;
    float: none;
}
.full-postmeta h4 {
    font-size: 30px;
}
.reset_variations {
    background-color: #f4f4f4;
    padding: 5px 10px;
    font-weight: 500;
}
.full-postmeta del {
	font-size: 20px;
	color: #9e9e9e;
}
.full-postmeta del span {
	font-weight: normal;
	text-decoration: line-through;
	color: inherit;
}
.full-postmeta del span .woocommerce-Price-currencySymbol {
	color: inherit;
}
.woocommerce div.product span.price del {
	margin-right: 5px;
}
.qty-select {
    display: inline-block;
    width: 120px;
    line-height: 48px;
    text-align: center;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-btn {
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}
.input-group-btn {
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    width: 30px;
    border-right: 1px solid #e70f47;
}
.qty-select .qty.form-control {
    border: 2px solid;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important;
    border-radius: 100px !important;
    color: #3c3c3c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    height: 52px;
    text-align: center;
    width: 100%;
}
.qty-select .qty.form-control {
    border-width: 1px;
}
.input-group-btn:last-child {
    right: 0;
    border-right: 0;
    left: auto;
    border-left: 1px solid #a9af89;
}
.full-postmeta .shopnow {
    display: inline-block;
    margin-left: 35px;
    vertical-align: middle;
    border: none;
    font-weight: 700;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 15px 40px;
	transition: all 0.45s;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
}
.input-group .btn.btn-default {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    -o-border-radius: 100% !important;
    border-radius: 100% !important;
    color: #fff;
    line-height: 15px;
    padding: 0;
    width: 18px;
    height: 18px;
}
.cat-heading {
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
}
.product_meta > div strong span {
    color: #0e0e0e;
    font-size: 14px;
}
.cat-heading > * {
    text-transform: initial;
    font-weight: initial;
}
.product_meta > div + div {
    margin-top: 5px;
}
.product_meta > div {
    font-size: 17px;
    color: #cacaca;
}
.prod {
    display: inline-block;
    width: 100%;
}
.full-postmeta .shopnow:hover {
	color: #fff;
}
.single-product span.onsale {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 6px 11px;
    line-height: 13px;
    right: 80px;
    left: auto;
    min-height: 14px;
    top: 26px;
}
.woocommerce-page div.product div.images {
	width: 100%;
}
.woocommerce-product-gallery__wrapper > div + div {
    margin-top: 30px;
}
.woocommerce div.product.k-product {
    background-color: #f0f1f5;
    margin-bottom: 30px;
    transition: all .3s linear;
}
.woocommerce div.product.k-product figure {
	margin: 0;
}
.k-product {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.product-meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: left;
}
.prices .amount {
	float: none;
	width: auto;
}
.over-meta {
    left: -100px;
    position: absolute;
    bottom:0;
    padding: 30px;
    z-index: 2;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0.2s;
    -moz-transition: all 0.3s linear 0.2s;
    -ms-transition: all 0.3s linear 0.2s;
    -o-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
}
.over-meta > a {
    font-size: 15px;
    font-weight: 500 !important;
    display: block;
    padding: 14px 45px;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    border-radius: 0 !important;
}
.over-meta > a {
    padding: 12px 15px;
    min-width: 160px;
    font-size: 15px;
}
.woocommerce .over-meta > a.button {
	padding: 14px 15px;
	color: #fff;
}
/* .k-product::before {
    background: rgba(248, 248, 248, 0.9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.k-product:hover::before {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
} */
.k-product:hover .over-meta {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    left: 0;
}
.over-meta > a.add_to_cart_button:hover,
.over-meta > a:hover {
	color: #fff;
}
#options {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 50px;
    margin-top: -5px;
}
.option-isotop ul {
    margin: 0;
    padding: 0;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.05);
    display: inline-block;
    border-radius: 30px;
}
.option-isotop ul > li {
    display: inline-block;
    margin-right: 0;
    margin-left: -4px;
    border-right: 1px solid #e6e6e6;
}
.option-isotop ul.nav-tabs > li a.nav-link.active {
    color: #fff;
    border-color: transparent;
    border-radius: 0;
}
.option-isotop ul > li > a {
    background-color: #fff;
    display: block;
    line-height: 48px;
    line-height: 48px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    width: 105px;
    outline: none;
}
.option-isotop ul > li a.active img {
    filter: invert(1) brightness(1.4);
}
.option-isotop ul > li:last-child {
    margin-right: 0;
    border-right: none;
}
.full-prodct .tab-content {
    float: left;
    width: 100%;
}
.load-more2.load-mor {
    display: block;
    text-align: center;
}
.load-more2.load-mor a {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 15px 40px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.full-postmeta .cart > .shopnow,
.full-postmeta .cart.grouped_form .shopnow  {
	margin-left: 0;
}
.products .heading {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
.products .heading > h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 600;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
}
.combo-grup table.group_table thead {
    background-color: #e6e6e6;
}
.combo-grup table.group_table thead th {
    font-size: 16px;
    border: 2px solid #eee;
    padding: 12.5px 30px;
    font-weight: 600;
    font-family: poppins;
    color: #5c5b5b;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    font-weight: 600;
    color: #5c5b5b;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    font-size: 16px;
}
.woocommerce div.product .combo-grup p.stock {
    font-size: 12px;
    font-weight: 500;
    font-family: poppins;
    line-height: initial;
    position: relative;
    top: -4px;
}
.combo-grup > table tbody tr td {
    border: 2px solid #eee !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
    padding-top: 0;
}
.woocommerce div.product form.cart + .product_meta {
    margin: 25px 0 0;
}
.woocommerce div.product form.cart .group_table td {
    padding: 16px 25px !important;
}
.full-postmeta .group_table del {
	font-size: 16px;
}
.tab-section {
    float: left;
    width: 100%;
}
.nav.nav-tabs.single-btn {
    display: inline-block;
    list-style: outside none none;
    padding-bottom: 20px;
    padding-left: 0;
    width: 100%;
    margin-bottom: 40px;
}
.single-btn > li {
    display: inline-block;
    margin-right: 36px;
}
.single-btn > li > a {
    border: 2px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    color: #7b7d7f;
    display: inline-block;
    font: 600 17px "Poppins";
    letter-spacing: 0.1px;
    padding: 13px 26px;
}
#reviews .review-rating-score {
    padding-top: 28px;
}
#reviews .review-rating-score-average {
    font-size: 48px;
    color: #ffd100;
}
#reviews .review-rating-score-max {
    font-size: 32px;
    color: #9e9e9e;
    line-height: 40px;
}
#reviews .review-rating-average i {
    font-size: 40px;
    color: #ffd100;
}
#reviews .detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#reviews .detail ul li {
    margin-bottom: 20px;
}
#reviews .detail ul li .review-rating-container-star {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
#reviews .detail ul li .review-rating-container-star i {
    color: #ffd100;
    font-size: 18px;
}
#reviews .detail ul li .review-rating-progress-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
#reviews .progress-bar {
    background-color: #ffd100;
}
#reviews .detail ul li .review-rating-percent {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.tab-content .woocommerce-Reviews > #comments {
    float: left;
    width: 100%;
}
.tab-content .woocommerce-Reviews-title {
    display: inline-block;
    font-size: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
    width: 100%;
    font-weight: 700;
}
.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li {
    margin: 0;
}
.comment_container {

    float: left;
    width: 100%;

}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    width: 100%;
    max-width: 50px;
    position: static;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar + .comment-text {
    width: calc(100% - 50px);
    padding-left: 25px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    float: left;
    width: 100%;
    margin-left: 0;
    border: 0;
    padding: 0;
        padding-left: 0px;
}
.tab-content .comment-text .user-name {
    font: bold 15px "Poppins";
        font-size: 15px;
    margin-right: 35px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .user-name {
    margin-right: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .user-name {
    font-size: 18px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .post-date {
    margin-left: 0;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.woocommerce .star-rating span {
    color: #ffd100;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description > p {
    margin: 10px 0 0;
}
#comments + #review_form_wrapper {
    margin-top: 50px;
    float: left;
    width: 100%;
}
.woocommerce .reply-title {
    color: #1c1f23;
    font-size: 40px;
    font-weight: 700;
}
.woocommerce #review_form #respond p {
    margin: 0 0 10px;
}
.comment-notes {
    font-size: 13px;
}
.comment-notes > span {
    font-size: 13px;
    color: #333;
}
#reviews #review_form_wrapper #review_form #respond .comment-form-rating {
    margin: 30px 0 20px;
}
.woocommerce-Reviews .comment-notes label {
    padding-top: 15px;
}
.woocommerce #reviews #comment {
    height: 140px;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce #review_form #respond .form-submit input {
    border: medium none;
    margin-top: 20px;
    padding: 15px 43px;
    width: auto;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 15px 40px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
#review_form .comment-form-author input, 
#review_form .comment-form-email input, 
#review_form .comment-notes textarea {
    border: 2px solid #eaeaeb;
    color: #7b7d7f;
    font: 13px "Poppins";
    padding: 15px 20px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
table.adition {
    color: #525252;
    display: table;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
}
table.adition tr th, table.adition tr td {
    border-bottom: 1px solid #d9d9d9 !important;
    vertical-align: middle;
}
table.adition tbody tr td {
    border-top: 1px dotted #d9d9d9;
    padding-bottom: 18px;
    padding-top: 18px;
}
table.adition tbody tr:first-child th, table.adition tbody tr:first-child td {
    border: 0;
}
.woocommerce .woocommerce-cart-form .shop_table, .wishlist-table {
    display: table;
    border: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    width: calc(100% - 200px);
    border: 0;
    background: #f9f9f9 none repeat scroll 0 0;
    color: #666;
    height: 48px;
    padding: 10px 30px;
    font-size: 12px;
    font-family: poppins;
}
.woocommerce-cart table.cart td.actions button.button, 
.woocommerce-cart table.cart td.actions a.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.shipping-calculator-form > p button.shipping-calcu,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce button.button.alt,
.woocommerce button.button,
.woocommerce-product-search button {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 15px 40px;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
}
.woocommerce-product-search button {
  margin-top: 15px;
  border: none;
  padding: 10px 25px;
}
.coupon-area .coupon {
    max-width: 60%;
    width: 100%;
    float: left;
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-cart table.cart td.actions button.button:hover, 
.woocommerce-cart table.cart td.actions a.button:hover, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.shipping-calculator-form > p button.shipping-calcu:hover,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover,
.woocommerce button.button.alt:hover,
 .woocommerce button.button:hover,
 .woocommerce-product-search button:hover {
    color: #fff;
}
.shipping-calculator {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}
.woocommerce .shipping-calculator ul#shipping_method {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.woocommerce ul#shipping_method li {
    font-weight: normal;
    font-size: 15px;
    float: left;
    width: 33.334%;
    padding-right: 15px;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked, 
.woocommerce ul#shipping_method li input[type="radio"]:not(:checked), 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label, 
.woocommerce ul#shipping_method li input[type="radio"]:not(:checked) + label, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label::before, 
.woocommerce ul#shipping_method li input[type="radio"]:not(:checked) + label::before, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label::before, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}
.amount > span {
    float: none !important;
    font-size: inherit !important;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label::after, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label::after, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:not(:checked) + label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #333;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label::after, 
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: #f9f9f9;
    border: 0;
    color: #666;
    font-size: 14px;
    padding: 10px 30px;
    height: 45px;
    font-family: poppins;
}
.woocommerce-cart .cross-sells{
    display: none;
}
.shipping-calculator-form .select2-container .selection {
    width: 100% !important;
    float: left;
    border: 0;
    min-width: 100%;
}
.shipping-calculator-form .select2-container .selection .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 45px;
    font-weight: normal;
    font-size: 14px;
    padding: 0 70px 0 30px;
}
.shipping-calculator-form .select2-container .selection .select2-selection--single .select2-selection__arrow {
    width: 70px;
    top: 0;
    right: 0;
    height: 48px;
}
.shipping-calculator-form .select2-container .selection .select2-selection--single {
    background-color: #f9f9f9;
    border: 0;
    height: 48px;
    margin-bottom: 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: #f9f9f9;
    border: 0;
    color: #666;
    font-size: 14px;
    padding: 10px 30px;
    height: 45px;
    font-family: poppins;
}
.woocommerce form .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection--single {
    border: 0;
    background-color: #f9f9f9;
    height: 45px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection--single .select2-selection__rendered {
    color: #666;
    font-size: 14px;
    line-height: 45px;
    padding: 0 70px 0 30px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .select2-container .selection .select2-selection--single .select2-selection__arrow {
    top: 0;
    width: 70px;
    height: 45px;
    right: 0;
}
.woocommerce form .col-lg-6 .form-row {
    width: 100%;
}
.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 10px;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-shipping-fields > h3 {
    margin-bottom: 30px;
}
.woocommerce-shipping-fields > h3 label {
    float: left;
    margin: 0 10px 0 0 !important;
    width: auto;
}
.woocommerce-shipping-fields > h3 label input {
    height: 36px !important;
    width: auto;
}
.woocommerce-additional-fields .woocommerce-input-wrapper > textarea {
    height: 135px !important;
}
#customer_details + #order_review_heading {
    margin: 30px 0;
}
.woocommerce-checkout-review-order > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.woocommerce-checkout-review-order-table {
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .33);
    -ms-box-shadow: 0 5px 50px rgba(0, 0, 0, .33);
    -o-box-shadow: 0 5px 50px rgba(0, 0, 0, .33);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .33);
    padding: 0 35px;
    font-size: 20px;
    font-weight: 800;
}
.woocommerce-checkout-review-order-table > ul.products-view {
    max-height: 417px;
    overflow-y: auto;
}
.woocommerce-checkout-review-order-table > ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    float: left;
    margin-left: -35px;
    width: calc(100% + 70px);
}
.products-view > li:first-child {
    background-color: #000;
    color: #fff;
    display: table;
    font-size: 20px;
    font-weight: 700;
}
.products-view > li:first-child > * {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 35px;
}
.woocommerce-checkout-review-order-table > ul.cart-subtotal, 
.woocommerce-checkout-review-order-table > ul.tax-rate, 
.woocommerce-checkout-review-order-table > ul.order-total {
    display: table;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}
.cart-subtotal > li, .tax-rate > li, 
.order-total > li {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 35px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
/* .products-view > li::before, 
.cart-subtotal > li:last-child::before, 
.tax-rate > li:last-child::before, 
.order-total > li:last-child::before {
    content: "";
    position: absolute;
    right: 180px;
    top: 0;
    bottom: 0;
    background-color: #e9e9e9;
    width: 1px;
} */
.cart-subtotal > li, 
.tax-rate > li, 
.order-total > li {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.woocommerce-checkout-review-order > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.woocommerce-checkout-review-order {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 40px;
    display: table;
    float: left;
    width: 100%;
}
.products-view > li {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.products-view > li div.product-names {
    padding: 20px 35px 0 35px;
    width: calc(100% - 180px);
}
.products-view > li > * {
    display: inline-block;
    vertical-align: middle;
}
.products-view > li div.product-price {
    max-width: 180px;
    width: 100%;
    float: right;
    padding: 20px 35px;
    vertical-align: top;
    margin-top: -10px;
    text-align: center;
}
.products-view > li div.product-quantity {
    line-height: initial;
    width: calc(100% - 180px);
    padding: 10px 35px 20px;
}
.woocommerce-checkout-review-order-table > ul#shipping_method {
    margin-left: -35px;
    padding: 0 35px;
    margin-top: 23px;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label, .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:not(:checked) + label {
    color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li {
    float: left;
    width: 100%;
    color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods {
    float: left;
    width: 100%;
    padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label::before, .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:not(:checked) + label::before {
    top: 3px;
    height: 15px;
    width: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label::after, .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:not(:checked) + label::after {
    top: 6px;
    left: 3px;
    height: 9px;
    width: 9px;
}
.woocommerce ul#shipping_method li input[type="radio"]:not(:checked) + label::after, .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.woocommerce-privacy-policy-text > p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.woocommerce-checkout-payment {
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-left: 15px;
}
.products-view > li:first-child div.product-total {
    width: 180px;
    text-align: center;
}
.payment_box > p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22px;
}
.k-product2 {
    margin-bottom: 25px;
}
.product form.cart .qty-select + .single_add_to_cart_button.button {
    margin-right: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 30px;
    background-color: #f9f9f9;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
    float: left;
    width: 100%;
    position: relative;
    line-height: 25px;
    padding-left: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li + li::before {
    top: 10px;
}
.woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-page .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .col2-set .col-2, .woocommerce-page .woocommerce-MyAccount-content .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce-form.woocommerce-form-register .woocommerce-privacy-policy-text > p {
    color: #666666;
}
.woocommerce-form.woocommerce-form-register.register {
    padding: 20px 35px;
}
.login-title {
    text-transform: uppercase;
}
.woocommerce form.login > span {
    color: #666;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: -6px;
    vertical-align: middle;
}
.login > form a.forgot {
    color: #0099cc;
    float: right;
    font-size: 13px;
}
.login > form button {
    clear: both;
    margin-top:40px !important;
}
.woocommerce form.login .form-row, 
.woocommerce form.register .form-row {
    margin: 0 0 16px;
    padding: 0;
}
.k-product figure {
  position: relative;
}
.k-product figure::before {
    background: rgba(248, 248, 248, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.woocommerce-product-search input {
    height: 50px;
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 14px;
}
.amount {
    width: auto !important;
    float: none !important;
}
.header-cart-btn a {
    position: relative;
}
.header-cart-btn a svg {
    width: 24px;
}
.header-cart-btn a span {
    font-size:12px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    position: absolute;
    top: -14px;
    left: -11px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.menus-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.over-meta > a.added_to_cart {
    background-color: transparent !important;
    padding: 0;
    margin-top: 14px;
    display: block;
    text-transform: uppercase;
    min-width: auto;
    border-bottom: 1px solid;
    max-width: 82px;
}
.product_list_widget li del span,
.product_list_widget li del .amount > span:not(.amount-return) {
    font-weight: 400;
    color: #666;
    margin-left: 4px;
}
.woocommerce ul.product_list_widget li del,
.woocommerce ul.product_list_widget li ins {
    font-size: 14px;
}
.donation-collection>span:first-child{
    font-size: 35px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 5px !important;
}
.donation-wrapper-content.webinane-donation-modal .donation-target-inner>i::after {
    background-color:  #161616 !important
}
.donation-target-inner > i {
    color: #fff !important;
}
.donation-wrapper-content.webinane-donation-modal .donation-collection > span:first-child i {
    font-style: normal;
    font-size: 65%;
    top: -10px;
    position: relative;
}
.donation-collection span > i {
    font-style: normal;
    font-size: 65%;
    top: -10px;
    position: relative;
}
.d-payment-form .d-payment-type{
    margin: -26px 0 50px 0;
    padding: 0;
    list-style: none;
}
.donation-payment-top {
    text-align: center;
}
.donation-wrapper-content .donation-target-inner > i::after {
    background-color: #1b283e !important;
}
.wpcm-wrapper .donation-amount-list a:hover, .wpcm-wrapper .donation-payment-types a:hover {
    color: #fff;
}
i.fa.fa-long-arrow-left::before {
	content: "\f104" !important;
}
i.fa.fa-long-arrow-right::before {
    content: "\f105" !important;
}

li.breadcrumb-item {
	color: white !important;
}
.sponsers-name h2 {
    font-size: 36px;
    color: #292929;
    font-weight: 700;
}
.main-menu ul {
    margin-top: 2px !important;
}
.theme_btn_flat {
	color: #fff !important ;
}
.header-six-slider {
	z-index: 0;
	position: relative;
}
.header_2 .menus>nav .main-menu ul li {
  padding-right: 19px !important;
}
.our-moto-para p {
  color: black !important;
}
.widget_search .widget-title h4 {
  margin-top: 30px;
}
.widget_recent_comments .widget-title h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidebar li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  border-left: 13px solid #666666;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.sidebar li {
  position: relative;
  padding-left: 20px !important;
}

.wpb_text_column.wpb_content_element.cluster {
    position: absolute;
    top: 64%;
	left: 8%;
	color: white;
}
.team-image-second {
    padding-top: 17px;
}
.single-meta .gap:nth-child(5)  {
	padding: 0;
	background-color: #f2f2f2;
}
.single-meta .gap:nth-child(6)  {
	padding: 0;
	background-color: #f2f2f2;
}
.single-meta .gap .wpb_single_image {
	margin: 0;
}
.single-meta .gap .vc_col-sm-6 {
	padding: 0 !important;
	
}
.cp-submit{
	height:0px !Important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.c-button {
  position: relative;
  top: -61px;
}






