/* @import url(https://fonts.googleapis.com/css?family=Raleway:400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); */
@font-face {
  font-family: 'BebasNeue Regular';
  src: url('fonts/act_font/BebasNeue Regular.otf');
}
@font-face {
  font-family: 'BebasNeue';
  src: url('fonts/act_font/helvetica-light-condensed.otf');
}

@media only screen and (min-width: 769px) {
  
  .header-page .row .col-lg-4 {
    padding: 60px 0 0 100px;
  }
  .header-page1 {
    margin-left: 80px;
    margin-top: 40px;
    letter-spacing: 5px;
  }
  .work-below {
  position: absolute;
  bottom: 170px;
  left: 70px;
  color: #000000
  }
  .single-services-image {
    margin-left: 9rem;
  }
  .work-after-bgcolor {
    padding: 20px 0 10px;
  }
  .our-work-three .text-center {
    padding-top: 120px !important;
  }
}
/*-------------------------------------
1.  Theme default CSS
-------------------------------------*/
html,
body {
  height: 100%;
  font-family: 'BebasNeue', sans-serif;
  font-size: 14px;
  line-height: 24px;
  vertical-align: baseline;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  font-family: 'BebasNeue Regular', sans-serif;
}
a {
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  text-decoration: none;
}
a:hover {
  color: #80a130;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
a:active,
a:hover {
  outline: 0 none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
ul.nav1 a {
  cursor: pointer !important;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #FFCB05;
  padding: 0.2em 0;
}
.acurate {
  margin: 0;
  padding: 5px;
}
.mobile-menu-area {
  display: none;
}
.padding-top {
  padding-top: 30px;
}
.padding-top1{
  padding-top: 30px;
  text-align:center;
  margin:0 auto;
}

.padding-top1 .col-lg-3{
  display:inline-block;
  vertical-align: middle;
  float: none;
}
.padding-top2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-area h2 {
  font-family: 'BebasNeue Regular', sans-serif;
  font-weight: 1000;
  font-size: 36px;
  margin-bottom: 10px;
  color: #000000;
  letter-spacing: 0;
}
.section-area h3 {
  font-family: 'BebasNeue Regular', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000;
  letter-spacing: 3px;
  letter-spacing: 0;
}
.section-area p {
  font-family: 'BebasNeue Regular', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  color: #000000;
  letter-spacing: 3px;
}
.header-area {
  background-color: #f0f0f0 ;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
.header-area .logo-area {
  text-align: center;
}
.header-area .logo-area a {
  display: block;
  padding: 10px 50px 10px 0px;
}
.header-area .col-lg-9 {
  padding: 0;
}
.header-area .bliss a {
  display: block;
  padding: 10px 0px 0px;
}
.header-area .logo-area img{
  width: 80%;
}
.header-area .bliss img{
  width: 80%;
  margin-top: 12px;
}
.header-area.stick .logo-area img {
  width: 50%;
}
.header-area.stick .bliss img {
  width: 50%;
  margin-top: 5%;
}
.header-area .main-menu ul {
  text-align: right;
  padding: 35px 0;
  margin-right: 20px;
}
.header-area.stick .main-menu ul {
   padding: 2.2% 0;
}
.header-area .main-menu ul li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  transition: all .3s;
  border-right: 2px solid black;
}
.header-area .main-menu ul li:hover ul {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-area .main-menu ul li ul {
  background: #ffffff;
  position: absolute;
  top: 100%;
  transition: all .3s;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  width: 200px;
  z-index: 9;
  left: 0;
}
.header-area .main-menu ul li ul li {
  display: block;
  padding: 7px 10px;
  text-align: left;
  border-bottom: 1px solid #FFCB05;
  transition: all .3s;
}
.header-area .main-menu ul li ul li:last-child {
  border-bottom: 0px;
}
.header-area .main-menu ul li ul li a {
  color: #777777;
  text-transform: inherit;
  font-weight: normal;
  font-size: 14px;
}
.header-area .main-menu ul li ul li a:after {
  display: none;
}
.header-area .main-menu ul li ul li a:hover {
  color: #29317D;
}
.header-area .main-menu ul li.active a {
  color: #29317D;
  position: relative;
}
.mean-container .mean-nav ul li.active a{
  color: #29317D;
}
.header-area .main-menu ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.35s ease-out;
  color: #000000;
  font-size: 26px;
  font-weight: 100;
  position: relative;
}
.header-area .main-menu ul li a:hover {
  color: #29317D;
  transition: all 0.35s ease-out;
}
.header-area .main-menu ul li a:hover:after {
  width: 25px;
}
.header-area .menu-right ul {
  text-align: center;
}
.header-area .menu-right ul li {
  display: inline-block;
  position: relative;
  width: 48px;
}
.header-area .menu-right ul li:last-child:after {
  display: none;
}
.header-area .menu-right ul li .search-text {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #FFCB05;
  box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  color: #000000;
  display: none;
  font-size: 16px;
  height: 35px;
  margin-top: 0px;
  padding: 5px 18px 5px 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  z-index: 9;
}
.header-area .menu-right ul li span {
  position: absolute;
  bottom: -24px;
  right: 26px;
  z-index: 999;
}
.header-area .menu-right ul li i {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 37px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease-out;
}
.header-area .menu-right ul li i:hover {
  color: #FFCB05 !important;
}
.mean-container .mean-nav {
  position: relative;
  top: 10px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FFCB05;
}
.image-slider .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0px;
    background: rgba(255, 255, 255, 1) !important;
    transition: all .3s;
    border-radius: 0 5px 5px 0 !important;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 99;
    margin-top: 0;
}
.image-slider .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0px;
    background: rgba(255, 255, 255, 1) !important;
    transition: all .3s;
    border-radius: 5px 0 0 5px !important;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 99;
    margin-top: 0;
}
.image-slider .owl-prev i,.image-slider .owl-next i {
    line-height: 30px;
    font-weight: 700;
    font-size: 25px;
    color: #098543;
}
#slider.laptop-view .owl-controls .owl-buttons .owl-prev,
#slider.laptop-view .owl-controls .owl-buttons .owl-next {
    top: 30%;
}
.image-slider .owl-controls{
    margin-top: 0px;
}
.test_para {
  font-size: 30px !important;
  line-height: 35px !important;
}
.test_para span{
  font-weight: 1000;
  color: #000 !important;
}
.client-logo .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0px;
    background: rgba(0, 0, 0, 1) !important;
    transition: all .3s;
    border-radius: 0 5px 5px 0 !important;
    top: 20%;
    width: 40px;
    height: 40px;
    z-index: 99;
}
.client-logo .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0px;
    background: rgba(0, 0, 0, 1) !important;
    transition: all .3s;
    border-radius: 5px 0 0 5px !important;
    top: 20%;
    width: 40px;
    height: 40px;
    z-index: 99;
}
.vid_row{
  color: black
}
.vid_row .col-lg-5 {
  padding: 20px 0 0 30px;
}
.vid_row h1{
  color: #098543;
  font-size: 70px;
  font-weight: 1000;
  margin-bottom: 10px;
}
.icon_cont {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 20px;
}
.icon_cont p{
  font-size: 30px;
  line-height: 32px;
  margin-right: 70px;
}
.icon_img {
  height: 250px;
  width: auto;
}
.cap_para{
  font-size: 35px;
}
.cap_para2{
  font-size: 50px;
  padding-top: 15px;
}
.initiative_para{
  padding-top: 20px;
  font-size: 30px;
  line-height: 30px;
}
.vid_row p {
  color: black;
}
.act_col{
  padding:0 2px 0 2px;
}
.act_make_img{
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.act_make_para{
  margin-top: 15px; 
  font-size: 35px;
  line-height: 45px; 
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #fff , #098543, #fff);
  border-image-slice: 1;
}
.act_make_para a {
    color: #333;
}
.border-green {
  border-bottom: 1px solid #098543;
}
.client-logo .owl-prev i,.client-logo .owl-next i {
    line-height: 30px;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
}
.client-logo .owl-controls{
    margin-top: 0px;
}
.slider-area .slider-1 h1 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 7px;
  margin: 15px 0 0;
  font-weight: 800;
}
.slider-area .slider-1 div.title2 {
  font-size: 20px;
  color: #ffffff;
  padding: 0 25%;
  font-weight: normal;
  line-height: 1.5;
}
.slider-area .slider-1 div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area .slider-1 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area .slider-1 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.35s ease-out;
  background: #FFCB05;
  border: 1px solid #FFCB05;
  font-weight: 700;
  text-transform: uppercase;
}
.slider-area .slider-1 div.slider-botton ul li a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  border: 1px solid #FFCB05;
  transition: all 0.35s ease-out;
  font-weight: 700;
  text-transform: uppercase;
}
.slider-area .slider-1 div.slider-botton ul li a:hover {
  background: #FFCB05;
}
.slider-area .slider-2 h1 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 7px;
  margin: 15px 0 0;
  font-weight: 800;
}
.slider-area .slider-2 div.title2 {
  font-size: 20px;
  color: #ffffff;
  padding: 0 25%;
  font-weight: normal;
  line-height: 1.5;
}
.slider-area .slider-2 div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area .slider-2 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area .slider-2 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.35s ease-out;
  background: #FFCB05;
  font-weight: 700;
  text-transform: uppercase;
}
.slider-area .slider-2 div.slider-botton ul li a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  border: 1px solid #FFCB05;
  transition: all 0.35s ease-out;
  font-weight: 700;
  text-transform: uppercase;
}
.slider-area .slider-2 div.slider-botton ul li a:hover {
  background: #FFCB05;
}
.act-image{
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  background-image: url("images/A_home/Asset 2@2x_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.act-image h4{
  font-size: 90px;
}
.act-image span{
  color: #098543;
  font-weight: 1000;
}
.img-border{
  border-top: 3px solid #098543;
  border-left: 3px solid #098543;
  border-right: 3px solid orange;
  border-bottom: 3px solid#CE2028;
  padding: 3px;
  color: #000000;
  background: transparent;
  box-shadow: none;
  transition: all .3s;
  border-radius: 0px;
}
.take-me-away{
  background-color:#CE2028;
  padding: 60px 0;
}
.take-me-away h4{
  font-size: 70px;
  margin: 0;
  color: #FDB71C;
}
.take-me-away h3{
  color: white;
  font-size: 55px;
  margin: 0;
}
.take-me-away .col-lg-7{
  padding-top: 20px;
}
.btn-take{
  border: 2px dotted white;
  padding: 2px;
  margin-top: 40px;
  border-radius: 9px !important;
  color: #000000;
  font-size: 30px;
  font-weight: 1000;
  background: transparent;
  box-shadow: none;
  transition: all .3s;
  border-radius: 0px;
}
.btn-tin{
  margin: 2px;
  padding: 12px 8px;
  font-weight: 600;
  border-radius: 7px !important;
  background: #ffffff;
}
.ind_images {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind_row {
    width: 80%;  
}
.ind_row .col-lg-2 {
  padding: 0px;
}
.ind_row .col-lg-3 {
  padding: 0px;
}
.ind_1{
  background-image: url('images/Act Making Difference Jpeg/IMG_0639.jpg');
}
.ind_2{
  background-image: url('images/Act Making Difference Jpeg/WhatsApp Image 2021-04-24 at 12.31.58 AM.jpeg');
}
.ind_3{
  background-image: url('images/Act Making Difference Jpeg/AI_Image.jpg');
}
.ind_4{
  background-image: url('images/Act Making Difference Jpeg/AI_Image 2.jpg');
}
.ind_5{
  background-image: url('images/Act Making Difference Jpeg/WhatsApp Image 2021-04-24 at 12.31.57 AM.jpeg');
}
.ind_6{
  background-image: url('images/Act Making Difference Jpeg/WhatsApp Image 2021-04-23 at 7.53.18 PM.jpeg');
}
.ind_7{
  background-image: url('images/Act Making Difference Jpeg/IMG_0648.jpg');
}
.ind_8{
  background-image: url('images/Act Making Difference Jpeg/IMG_0646.jpg');
}
.ind_9{
  background-image: url('images/Act Making Difference Jpeg/AI_Image 3.jpg');
}
#Container .mix {
  display: none;
}
a.view-eye-icon{
  text-decoration: none;
  color: #FFCB05;
}
.our-work-three {
  overflow: hidden;
}
.our-work-three .portfolio-page {
  padding: 150px 0 0;
}
.our-work-three .work-column-menu ul {
  text-align: left;
}
.our-work-three .work-column-menu ul li {
  display: inline-block;
  padding: 5px 20px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 15px;
  color:#000000;
  cursor: pointer;
  transition: all 0.35s ease-out;
}
.our-work-three .work-column-menu ul li.active {
  color: #29317D;
}
.our-work-three .work-column-menu ul li.active:before {
  position: absolute;
  content: "";
  top: 35px;
  width: 30px;
  height: 2px;
  font-style: normal;
  background: #29317D;
  transition: all 0.35s ease-out;
}
.our-work-three .work-column-menu ul li:hover {
  color: #29317D;
}
.our-work-three .home1-recent-work {
  padding: 0px 0 0px;
}
.gal_images {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gal_images2 {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-work-three .home1-recent-work .single-recent-work {
  margin-bottom: 0px;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images:hover .work-details {
  transform: scale(1);
  opacity: 1;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images:hover .link {
  opacity: 1;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .work-details {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s ease 0s;
  transform: scale(0);
  width: 100%;
  height: 100%;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .work-details .title {
  top: 35%;
  left: 35%;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .work-details .title h3 {
  margin-bottom: 10px;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .work-details .title h3 a {
  color: #ffffff;
  transition: all 0.35s ease-out;
  font-size: 20px;
  font-weight: 600;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .work-details .title h3 a:hover {
  color: #dddddd;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .work-details .title ul {
  text-align: center;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .work-details .title ul li {
  display: inline-block;
  margin: 0 5px;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .work-details .title ul li a {
  display: block;
  color: #333333;
  transition: all 0.35s ease-out;
  font-size: 14px;
  font-weight: 600;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .work-details .title ul li a:hover {
  color: #ffffff;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  padding: 30px;
  transition: all 0.35s ease-out;
  z-index: 999;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .link a {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.35s ease-out;
  text-decoration: none;
}
.our-work-three .home1-recent-work .single-recent-work .recent-work-images .link a:hover {
  color: #80a130;
}
.work-after-bgcolor h1{
  margin-bottom: 10px;
}
.con_row {
  padding: 50px 0 20px;
}
.con_para{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.con_para p{
  font-size: 20px;
  color: #29317D;
}
.whyAct{
  padding: 97px 0 0;
  text-align: center;
}
.whyAct_para{
  margin: 60px 0 30px 0;
  color: #29317D;
  font-size: 40px;
  line-height: 45px;
}
.whyAct h4{
  color: #29317D;
  font-weight: 1000;
  font-size: 45px;
  margin-top: 40px;
}
.whyAct .G1{
  margin-top: 20px;
}
.whyAct .G1 span, .B1 span, .R1 span {
  position: absolute;
  top: 45px;
  font-size: 35px;
}
.whyAct .G1 h5{
  font-size: 30px;
  color: #098543;
  margin-bottom: 10px;
  font-weight: 1000;
}
.green{
  height: 270px;
  width: 270px;
  border-radius: 50%;
  border: 2px solid #098543;
}
.green h1{
  font-size: 150px;
  font-weight: 1000;
  color: #098543;
  line-height: 110px;
  margin: 50px 20px 0 20px;
}
.green h2{
  color: #098543;
  font-weight: 1000;
  font-size: 50px;
}
.whyAct .B1{
  margin-top: 20px;
}
.whyAct .B1 h5{
  font-size: 30px;
  color: #29317D;
  margin-bottom: 10px;
  font-weight: 1000;
}
.blue{
  height: 270px;
  width: 270px;
  border-radius: 50%;
  border: 2px solid #29317D;
}
.blue h1{
  font-size: 150px;
  color: #29317D;
  margin: 20px;
  font-weight: 1000;
  line-height: 110px;
  margin: 50px 20px 0 20px;
}
.blue h2{
  color: #29317D;
  font-weight: 1000;
  font-size: 50px;
}
.whyAct .R1{
  margin-top: 20px;
}
.whyAct .R1 h5{
  font-size: 30px;
  color: #CE2028;
  margin-bottom: 10px;
  font-weight: 1000;
}
.red{
  height: 270px;
  width: 270px;
  border-radius: 50%;
  border: 2px solid #CE2028;
}
.red h1{
  font-size: 150px;
  color: #CE2028;
  margin: 20px;
  font-weight: 1000;
  line-height: 110px;
  margin: 50px 20px 0 20px;
}
.red h2{
  color: #CE2028;
  font-weight: 1000;
  font-size: 50px;
}
.source{
  text-align: left;
  padding-top: 20px;
}
.source p{
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 0;
}
.fight{
  padding: 40px 0;
  text-align: center;
}
.fight h1{
  font-size: 45px;
  color: white;
  font-weight: 1000;
}
.fight h1 span, p span{
  color: #FDB71C;
  font-weight:1000;
}
.fight p{
  color: white;
  margin-top: 20px;
  font-size: 30px;
  line-height: 35px;
}
.border-fight{
  border-bottom: 2px dotted #FDB71C;
}
.manifesto{
  padding: 20px 0;
  background-image: url("images/Why Act/Asset 7@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.manifesto h1{
  font-size: 65px;
  color: #29317D;
  font-weight: 1000;
  text-transform: uppercase;

}
.manifesto h3{
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 1000;
  margin-bottom: 5px;
}
.manifesto h4{
  text-transform: uppercase;
  line-height: 26px;
  font-size: 27px;
}
.manifesto h4 span{
  font-weight: 1000;
}
.act_image{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
}
.initiative{
  background-color: #FDB71C;
  padding: 50px 0;
}
.initiative .col-lg-5{
  padding-left: 20px;
}
.initiative h1{
  color: #29317D;
  font-size: 90px;
  font-weight: 1000;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 50px;
}
.blue_border{
  border-bottom: 2px dotted #29317D;
}
.initiative h3 {
  color: #000000;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 36px;
}
.knowledge {
  background-image: url("images/resources/Asset 11@2x_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left
}
.knowledge-bg2{
  padding: 170px 0;
  background-image: url('images/resources/Asset 12@2x_1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.knowledge .half_1 h1{
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 1000;
  margin-bottom: 0;
}
.knowledge .half_1 h1 span{
  color: #29317D;
}
.knowledge .half_1 h2{
  text-transform: uppercase;
  color: #098543;
  font-size: 120px;
  font-weight: 1000;
  margin-bottom: 0;
}
.blue_border1{
  border-bottom: 2px solid #29317D;
  margin: 10px 0;
}
.knowledge .half_1 p{
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.knowledge .half_1 h4{
  color: #29317D;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 100;
  margin-top: 0;
}
.knowledge .half_1 h4 span{
  font-weight: 1000;
}
.resources_list p{
  color: #29317D;
  font-size: 16px;
  margin-bottom: 0;
}
.resources_list li{
  position: relative;
  margin: 10px 0 10px 20px;
}
.resources_list li:after {
  position: absolute;
  content: "\f054";
  top: 0px;
  left: -20px;
  font-style: normal;
  color: #098543;
  font-family: fontawesome;
}
.resources_list li a {
  color: #000000;
  font-size: 20px;
}
.actAfrica_image::before{
  content: "";
  position: absolute;
  top: 0;left: 0;
  width: 100%; height: 100%;
  background-image: url("images/africa/my-act-for-africa-bg.jpg");
  filter: grayscale(100%);
  opacity: 0.2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.actAfrica {
  padding: 100px 0;
}
.actAfrica p{
  line-height: 23px;
  font-size: 23px;
}
.actAfrica h1{
  font-size: 130px;
  margin-bottom: 10px;
  border-bottom: 2px solid #29317D;
}
.act_blue{
  color: #29317D;
  font-weight: 700; 
}
.africa_green{
  color: #098543;
  font-weight: 700;
}
.contact_bg{
  background-image: url('images/Contact/imageedit_3_7050842307.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:0;
}
.contact{
  padding: 30px;
}
.contact h1{
  font-size: 80px;
  margin-bottom: 0; 
}
.contact span{
  color: #29317D;
  font-weight: 1000;
}
.con_send{
  text-align: left;
}
.contact_p1 {
  color: #29317D;
  font-size: 30px;
}
.contact_p2 {
  font-size: 22px;
}
.contact_p3{
  text-align: left;
  margin-top: 25px;
  font-size: 25px;
  color: #29317D;
}
.contact_form .form-control{
  border-radius:0;
  background-color: #f0f0f0;
  line-height: 34px;
  border: none;
  font-size: 20px;
  width: 100%;
  height: auto;
}
.form-control{
  border-radius:0;
  background-color: #f0f0f0;
  line-height: 34px;
  border: none;
  font-size: 20px;
  width: 90%;
  height: auto;
}
.contact_form .col-lg-5 {
  padding: 15px 0;
}
.contact_form .col-lg-11 {
  padding: 15px 0;
}
.btn_contact {
  border: none;
  padding: 15px 45px;
  color: #ffffff;
  font-size: 25px;
  background: #29317D;
  box-shadow: none;
  transition: all .3s;
  border-radius: 0px;
  margin-top: 15px;
}
.last_col {
  text-align: left;
}
.last_col h2{
  margin-bottom: 0;
}
.last_col p{
  font-size: 20px;
  padding: 20px 0;
  margin-bottom: 0;
}
.last_col .row {
  margin: 0;
}
.last_col .col-lg-1 {
  padding:17px 0 0;
}
.black_b1 {
  border-bottom: 1px solid #000000;
  width: 90%;
}
.choose_form .radio_c {
  font-size: 20px;
}
.choose_form .col_gap {
  padding-top: 40px;
}
.choose_form .form-control{
  font-size: 20px;
  border: 1px solid #000;
}
.pledge-bg {
  padding-bottom: 20px;
  text-align: center;
  background-image: url("images/A_home/Asset 2@2x_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pledge {
  background-color: #f0f0f0;

}
.pledge h1{
  font-size: 45px;
  color: #29317D;
}
.upload{
  border: 2px dotted #29317D;
  padding: 2px;
  margin-top: 40px;
  border-radius: 9px !important;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f0f0;
  box-shadow: none;
  transition: all .3s;
  border-radius: 0px;
}
.uin{
  margin: 2px;
  padding: 8px 8px;
  border-radius: 7px !important;
  background: #29317D;
}
.view{
  border: 2px dotted #ffffff;
  padding: 2px;
  margin-top: 15px;
  border-radius: 14px !important;
  color: #29317D;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0px;
  background: transparent;
  box-shadow: none;
  transition: all .3s;
  border-radius: 0px;
}
.vin{
  margin: 2px;
  padding: 18px 18px;
  border-radius: 10px !important;
  background: #ffffff;
}
.pdf {
}
.footer-top {
  background: #f0f0f0;
  padding: 30px 0;
  color: #000000;
}
.footer-top .widget h4{
  font-weight: 1000;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-top .widget p{
  line-height: 17px;
}
.footer-top .widget .footer-logo {
  margin-bottom: 30px;
}
.footer-top .widget .footer-logo img {
  height: 60%;
  width: 60%;
}
.footer-top .widget .footer-logo a {
  display: block;
}
.footer-top .widget .social-media ul {
  text-align: left;
}
.footer-top .widget .social-media ul li {
  display: inline-block;
  margin: 2px;
}
.footer-top .widget .social-media ul li a {
  display: block;
  border-radius: 50%; 
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
  transition: all 0.35s ease-out;
  text-decoration: none;
  text-align: center !important;
}
.footer-top .widget .social-media ul li a:hover {
  background: #29317D;
  color: #ffffff;
  border: 1px solid #29317D;
}
.footer-top .widget.single-footer2 ul li {
  position: relative;
  margin-left: 20px;
}
.footer-top .widget.single-footer2 ul li:after {
  position: absolute;
  content: "\f054";
  top: 0px;
  left: -20px;
  font-style: normal;
  color: #29317D;
  font-family: fontawesome;
}
.footer-top .widget.single-footer2 ul li a {
  color: #000000;
  display: block;
  font-weight: 500;
  transition: all 0.35s ease-out;
}
.footer-top .widget.single-footer2 ul li a:hover {
  color: #29317D;
}
.footer-top .widget.single-footer3 ul li{
  margin: 10px 0 10px 20px;
}
.footer-top .widget.single-footer3 ul span{
  text-transform: uppercase;
}
.footer-top .widget.single-footer3 ul li:before {
  position: absolute;
  content: "\25CF";
  left: 15px;
  font-style: normal;
  color: #000000;
  font-family: fontawesome;
}
.footer-top .widget.single-footer4 .form-control {
  height: 45px;
  border-radius: 0;
  background: transparent;
  color: #000000;
}
.pdf_content .row {
    padding-left: 450px;
}
.in_cir_div {
    width: 300px;
    height: 300px;
    margin-top: 38px;
    margin-left: 102px;
}
.col_perImg {
    width: 374px;
}
.col_perImg .in_cir {
    width: 100%;
}
.out_cir {
    position: absolute;
    left: 80px;
}
.pdf_content .col_logo {
    margin-top: 20px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 330px;
}
.pdf_content .col_con {
    margin-top: 20px;
    padding-left: 90px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 330px;
    width: 934px;
}
.con_p1{
    margin-top: 60px;
    padding-bottom: 40px;
    padding-left: 40px;
    font-weight: 1000;
    font-size: 60px;
    border-bottom: 1px solid black;
}
.con_p2{
    margin-top: 30px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 40px;
    font-size: 50px;
    line-height: 50px;
}
.col_logo{
    width: 374px;
}
.col_logo p{
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
}
.logo_img1 {
    width: 35%;
}
.logo_img2 {
    width: 70%;
}
#pdf1 {
    background-image: url('images/pledge/Website pledge- for doctor.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 3825px;
    width: 2691px;
    display: none;
}
#pdf2 {
    background-image: url('images/pledge/Website pledge-for people.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 3825px;
    width: 2691px;
    display: none;
}
input[type="file"] {
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 0px;
  font-size: 15px;
  color: rgb(153,153,153);
  opacity: 0
}

.button-wrap {
  width: 90%;
  border: 1px solid black;
  border-radius-left-top: 50px !important; 
}

.new-button {
    display: inline-block;
    padding: 10px 12px; 
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 4px;
    background-color: #29317D;
    font-size: 16px;
    color: #fff;
    z-index: 999;
}


.xyz {
  border: 1px solid white;
  padding: 2px;
}
.round_button{
  padding: 5px 0;
}
.round_button .col-lg-3{
  padding: 20px 0;
}
.r_p1{
  top: 50%;
  color: #ffffff;
  font-size: 25px !important;
  line-height: 35px !important;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}
.r_p2{
  top: 50%;
  color: #ffffff;
  font-size: 25px !important;
  line-height: 35px !important;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}
.btn-roundG{
  border: 0.25rem dotted #098543;
  padding: 2px;
  border-radius: 50% !important;
  color: #000000;
  background: transparent;
  box-shadow: none;
  transition: all .3s;
  border-radius: 0px;
}
.btn-rgin {
  margin: 2px;
  height: 200px;
  width: 200px;
  border-radius: 50% !important;
  justify-content: center;
  vertical-align: middle;
  background: #098543;
}
.btn-roundB{
  border: 0.25rem dotted #29317D;
  padding: 2px;
  border-radius: 50% !important;
  color: #000000;
  background: transparent;
  box-shadow: none;
  transition: all .3s;
  border-radius: 0px;
}
.btn-rbin {
  margin: 2px;
  height: 200px;
  width: 200px;
  border-radius: 50% !important;
  justify-content: center;
  vertical-align: middle;
  background: #29317D;
}
.blog{
  margin-top: 20px;
}
.blog h1 span {
  color: #29317D;
}
.blog h1{
  font-size: 70px;
  margin-bottom: 10px;
}
.quote{
  text-align: right !important;
}
.blog .sub-head {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #29317D;
}
.blog .sub-head-quote{
  text-align: right;
  font-size: 40px;
}
.blog .sub-head p{
  font-size: 40px;
}
.blog .blog-content {
  margin-top: 20px;
  text-align: left;
}
.blog .blog-content p{
  font-size: 25px;
  line-height: 30px;
}
.blog .blog-content p span {
  font-weight: bold;
}
.blog .blog-content ol {
  font-size: 25px;
}
.footer-top .widget.single-footer4 .btn-send {
  border: none;
  padding: 8px 40px;
  color: #ffffff;
  background: #29317D;
  box-shadow: none;
  transition: all .3s;
  border-radius: 0px;
}
.footer-top .widget.single-footer4 .btn-send:hover {
  
}
.widget a{
  color: black;
}
.widget a:hover{
  color: #29317D;
}
.footer-top .widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
}
.footer-top .widget .widget-title:after {
  position: absolute;
  content: "";
  top: 35px;
  left: 0px;
  width: 40px;
  height: 2px;
  font-style: normal;
  background: #29317D;
  transition: all 0.35s ease-out;
}
.footer-top .widget .single-post {
  color: #000000;
}
.footer-top .widget .single-post h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #FFCB05;
}
.footer-top .widget .single-post.margin-top-none {
  margin-top: 10px;
}
.footer-bottom {
  background: #292929;
  padding: 15px 0;
}
.footer-bottom .footer-copy-right p {
  margin: 0;
  color: #FFCB05;
}
.footer-bottom .footer-copy-right p a {
  color: #FFCB05;
  font-weight: 700;
  margin: 0 5px;
  transition: all .3s;
}
.footer-bottom .footer-copy-right p a:hover {
  color: #FFCB05;
}
.modal-footer1 {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}
#scrollUp {
  background: #ffffff;
  border-radius: 2px 2px 0 0;
  bottom: 100px;
  color: #098543 !important;
  display: block;
  font-size: 25px;
  border-radius: 5px 5px 0 0;
  height: 40px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 1000;
}
#scrollUp:hover {
  background: #ffffff;
}
#scrollUp i {
  display: block;
  padding-top: 5px;
}
.stick {
  position: fixed;
  top: 0px;
  z-index: 999;
  margin: 0 !important;
}
.slide{
    display: none;
    padding: 20px 15px;
}
.black_b2 {
    border-bottom: 1px solid #000000;
    width: 100%;
    padding-top: 0px;
}
.black_b2a {
    border-bottom: 1px solid #000000;
    width: 100%;
    margin-top: 0;
}
.test_name{
  font-size: 20px;
  font-weight: 1000;
}
.img-testi {
  padding: 20px;
  border-radius: 50%;
}
#slider.laptop-view h1 {
    font-size: 100px;
    color: #098543;
    font-weight: 800;
}
.slide p {
  font-size: 35px;
  line-height: 40px;
  padding: 30px 0;
  margin-bottom: 0;
}
.slide .test_name {
    padding-bottom: 0;
}
.slide h2{
  padding: 30px 0 0 50px; 
  font-weight: 800;
}
.mobi-testi h1{
    font-size: 100px;
    color: #098543;
    margin-bottom: 0;
}
.slide1 p {
  font-size: 30px;
  line-height: 40px;
  padding: 30px 0 30px 50px;
  margin-bottom: 0;
}
.slide1 p span{
  font-weight: 1000;
  color: #000;
}
.slide1 h2{
  padding: 30px 0 0 50px; 
}
.slide.active{
    display: block;
}
.slide1.active{
    display: block;
}
#slider {
  position: relative;
  background-color: #FDB71C;
  padding: 50px 0 10px;
}
#left-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    background-color: white;
    color: #098543;
    font-size: 30px;
    font-weight: 1000;
    padding: 5px 15px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
#right-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    cursor: pointer;
    background-color: white;
    color: #098543;
    font-size: 30px;
    font-weight: 1000;
    padding: 5px 15px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.modal-header {
  padding: 5px;
}
.modal-header h4{
  margin-top: 0;
}
.crop_image{
  background-color: #29317D;
  color: white;
}
@media only screen and (min-width: 769px) {
  .you_l1 {
    height: 500px;
  }
  .vid_row{
    padding: 60px;
  }

  .act_row .col_act{
    padding-left: 40px;
    padding-right: 40px;
  }
  .col_act_border{
    border-right: 1px solid transparent;
    border-image: linear-gradient(#fff , #098543, #fff);
    border-image-slice: 1;
  }
}
@media (min-width: 767px) and (max-width: 1198px){
  .slide1 {
    width: 100%;
  }
  .slide1-img-div {
    width: 40% !important;
  }
}
@media (min-width: 1199px) and (max-width: 1299px) {
  .mobile-view{
    display: none
  }
  .slide img {
    position: absolute;
    right: 95% !important;
    left: auto;
    width: 40%;
    height: auto;
  }
}
@media (min-width: 1300px) and (max-width: 1500px){
  .mobile-view{
    display: none
  }
  .slide img {
    position: absolute;
    right: 95% !important;
    left: auto;
    width: 32%;
    height: auto;
  }
}
@media (min-width: 1500px) and (max-width: 1664px){
  .mobile-view{
    display: none
  }
  .slide img {
    position: absolute;
    right: 95% !important;
    left: auto;
    width: 25%;
    height: auto;
  }
}
@media (min-width: 1665px) and (max-width: 1800px){
  .mobile-view{
    display: none
  }
  .slide img {
    position: absolute;
    right: 97% !important;
    left: auto;
    width: 20%;
    height: auto;
  }
}
@media only screen and (min-width: 1801px){
  .mobile-view{
    display: none
  }
  .slide img {
    position: absolute;
    right: 97% !important;
    left: auto;
    width: 20%;
    height: auto;
  }
}
@media only screen and (max-width: 999px) {
  .laptop-view{
    display: none
  }
}
@media only screen and (min-width: 768px){
  .modal-dialog {
    margin: 110px auto;
  }
}
@media only screen and (min-width: 1200px){
  .manifesto .content {
    margin-left: 150px;
    margin-right: 20px;
  }
  .resources_list {
    padding: 100px 0 0;
  }
  .pledge {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 60px 50px 100px;
  }
  .contact_form .row {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .fight h1{
    font-size: 30px;
  }
  .fight p{
    font-size: 25px;
  }
  .vid_row{
    padding-top: 20px;
  }
  .vid_row .col-lg-5{
    padding: 10px 10px 10px 20px;
  }
  .vid_row h1{
    font-size: 45px;
    margin-bottom: 10px;
  }
  .cap_para{
    font-size: 30px;
  }
  .cap_para2{
    font-size: 35px;
  }
  .you_l1 {
    height: 200px;
  }
  .initiative h1 {
    font-size: 70px;
  }
  .black_b2 {
    padding-top: 20px;
  }
  .button-wrap {
    width: 100% !important;
  }
  .act-image h4{
    font-size: 40px;
  }
  .whyAct h4 {
    font-size: 30px;
  }
  .source p{
    text-align: center;
  }
  .pledge{
    margin-top: 50px;
    margin-bottom: 70px;
    padding: 30px 20px;
  }
  .pledge h1{
    font-size: 30px;
  }
  .form-control {
    width: 100%;
  }
  .actAfrica{
    padding: 30px 0 40px;
  }
  .actAfrica h1{
    font-size: 50px;
  }
  .knowledge-bg2{
    padding: 50px 0; 
  }
  .knowledge .half_1 h1{
    font-size: 40px;
  }
  .knowledge .half_1 h2{
    font-size: 40px;
  }
  .contact h1{
    font-size: 40px;
  }
  .contact_p1 {
    font-size: 25px;
  }
  .contact_p3 {
    font-size: 20px;
  }
  .slide h1 {
    font-size: 70px;
    text-align: center;
    padding-left: 0;
  }
  .slide .col-lg-4 {
    text-align: center;
  }
  .slide p {
    font-size: 20px;
    line-height: 25px;
    padding: 30px 10px 30px 10px;
    margin-bottom: 0;
  }
  .mobi-testi h1 {
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    padding-left: 0;
  }
  .slide1 .col-lg-4 {
    text-align: center;
  }
  .slide1 p {
    font-size: 20px;
    line-height: 25px;
    padding: 30px 10px 30px 10px;
    margin-bottom: 0;
  }
  .ind_images {
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mobi-cont {
    width: 100% !important;
  }
  .slide h2 {
    padding: 30px 0 0 10px;
  }
  .slide img {
    width: 50%;
  }
  .slide1 h2 {
    padding: 30px 0 0 10px;
  }
  .slide1-img-div {
    width: 50%;
    background-image: url('images/testimonial/Asset 3@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer-logo img{
    width: 40% !important;
  }
  .our-work-three .work-column-menu ul li {
    padding: 5px 10px;
  }
  #left-arrow1 {
    position: absolute;
    top: 50%;
    cursor: pointer;
    background-color: white;
    color: #098543;
    font-size: 30px;
    font-weight: 1000;
    padding: 5px 8px 5px 5px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  #right-arrow1 {
      position: absolute;
      right: 0px;
      top: 50%;
      cursor: pointer;
      background-color: white;
      color: #098543;
      font-size: 30px;
      font-weight: 1000;
      padding: 5px 5px 5px 8px;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
  }
  .slide {
    display: none;
    padding: 50px 30px;
  }
  .slide1 {
    display: none;
    padding:0 30px 50px 30px;
  }
  .t_p {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  
}
@media (min-width: 360px) and (max-width: 767px){
  .client-logo .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -40px;
    background: rgba(0, 0, 0, 1) !important;
    transition: all .3s;
    border-radius: 0 5px 5px 0 !important;
    top: 20%;
    width: 40px;
    height: 40px;
    z-index: 99;
  }
  .client-logo .owl-controls .owl-buttons .owl-next {
      position: absolute;
      right: -40px;
      background: rgba(0, 0, 0, 1) !important;
      transition: all .3s;
      border-radius: 5px 0 0 5px !important;
      top: 20%;
      width: 40px;
      height: 40px;
      z-index: 99;
  }
  .client-logo .owl-prev i,.client-logo .owl-next i {
      line-height: 30px;
      font-weight: 700;
      font-size: 25px;
      color: #fff;
  }
  .client-logo .owl-controls{
      margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .blog {
    width: 95% !important;
  }
  .blog h1{
    font-size: 50px;
  }
  .blog .sub-head p{
    font-size: 25px;
    line-height: 29px;
  }
  .demo-container {
    margin: -20px 0 -10px !important;
  }
  .demo-container-yellow{
       margin: -20px 0 -10px !important;
  }
  .image-slider .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0px;
    background: rgba(255, 255, 255, 1) !important;
    transition: all .3s;
    border-radius: 0 5px 5px 0 !important;
    top: 40%;
    width: 30px;
    height: 30px;
    z-index: 99;
    margin:0;
  }
  .image-slider .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0px;
    background: rgba(255, 255, 255, 1) !important;
    transition: all .3s;
    border-radius: 5px 0 0 5px !important;
    top: 40%;
    width: 30px;
    height: 30px;
    z-index: 99;
    margin:0;
  }
  .image-slider .owl-prev i, .image-slider .owl-next i {
    line-height: 22px;
    font-weight: 700;
    font-size: 25px;
    color: #098543;
  }
}
@media only screen and (max-width: 1200px){
  .whyAct{
    padding-top: 70px;
  }
  .manifesto .content{
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .smd_div {
    display: none !important;
  }
  .whyAct {
    padding-top: 0px;
  }
  .blog-img {
    top: 77px !important;
  }
  .pledge {
    padding: 10px 20px;
  }
  .header-area .main-menu ul li {
    padding: 0 5px;
  }
  .header-area .main-menu ul li a {
    font-size: 14px;
  }
  .header-area .logo-area a{
    width: 110px !important;
    padding-top: 11px !important;
  }
  .header-area .main-menu ul{
    padding: 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 880px){
  .header-area .main-menu ul{
    padding: 25px 0;
  }
  .header-area .main-menu ul li {
    padding: 0 7px;
  }
  .header-area .main-menu ul li a {
    font-size: 12px;
  }
  .header-area .logo-area a{
    width: 100px !important;
    padding-top: 16px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .header-area .main-menu ul li {
    padding: 0 10px;
  }
  .header-area .main-menu ul li a {
    font-size: 17px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .header-area .main-menu ul li {
    padding: 0 13px;
  }
  .header-area .main-menu ul li a {
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 769px){
  .owl-item .col-lg-4 {
    width: 375px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px){
  .owl-item {
    width: 270px !important;
  }
}
@media only screen and (min-width: 1201px){
  
  .owl-item .col-lg-4 {
    width: 380px;
  }
}
@media only screen and (min-width: 1550px) {
  .header-area .logo-area img {
    width: 60%;
  } 
}
@media only screen and (min-width: 1600px) {
  .header-area .main-menu ul li {
    padding: 0 13px;
  }
  .header-area .main-menu ul li a {
    font-size: 23px;
  }

}
@media only screen and (min-width: 1800px) {
  .header-area .main-menu ul li {
    padding: 0 15px;
  }
  .header-area .main-menu ul li a {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1201px){
  .contact_p2 {
    margin: 0 90px;
  }
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
article.video {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px auto;
  background: #343b4a;
  font-size: 13px;
  border-radius: 3px;
  overflow: hidden;
  font-family: Arial;
}
article.video video {
  cursor: pointer;
  width: 100%;
  opacity: 0;
}
article.video video.visible {
  opacity: 1;
  transition: opacity 1s ease-out 0.8s;
  margin-bottom: -3px;
}
article.video .control-bar {
  width: 100%;
  height: 4em;
  padding-bottom: 1px;
  position: absolute;
  bottom: -4em;
  left: 0;
  transition: bottom 0.3s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
article.video .control-bar .button-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #454545;
  border-radius: 3px;
  z-index: 2;
}
article.video .control-bar .button-bar i {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 100;
  font-size: 30px;
  color: white;
  position: absolute;
  width: 2em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  top: 50%;
  margin-top: -0.75em;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.2s ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
article.video .control-bar .button-bar i:hover {
  opacity: 1;
}
article.video .control-bar .button-bar i.hidden {
  opacity: 0;
  z-index: 1;
}
article.video .control-bar .button-bar i.play,
article.video .control-bar .button-bar i.pause,
article.video .control-bar .button-bar i.replay {
  width: 2.5em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
article.video .control-bar .button-bar i.fullscreen {
  left: auto;
  right: 0.3em;
}
article.video .control-bar .button-bar .volume {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 100;
  color: white;
  position: absolute;
  width: 2em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  top: 50%;
  margin-top: -0.75em;
  opacity: 0.6;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  z-index: 2;
  overflow: hidden;
  left: 5em;
  font-size: 1.2em;
  transition: all 0.8s ease-out;
}
article.video .control-bar .button-bar .volume.shift {
  width: 7.5em;
  transition: all 0.2s ease-in;
}
article.video .control-bar .button-bar .volume .toggle {
  left: 0;
}
article.video .control-bar .button-bar .volume .rail {
  position: absolute;
  left: 4em;
  top: 0;
  width: 3em;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}
article.video .control-bar .button-bar .volume .rail .grip {
  position: absolute;
  width: 0.4em;
  height: 1em;
  margin-left: -0.2em;
  left: 20%;
  top: 50%;
  margin-top: -0.5em;
  background: white;
}
article.video .control-bar .button-bar .volume .rail .audible,
article.video .control-bar .button-bar .volume .rail .inaudible {
  position: absolute;
  width: 100%;
  height: 0.3em;
  left: 0;
  top: 50%;
  margin-top: -0.15em;
  background: #CE2028;
}
article.video .control-bar .button-bar .volume .rail .inaudible {
  background: #ccc;
}
article.video .control-bar .button-bar .time {
  color: #eee;
  font-size: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 14em;
  padding-top: 0.6rem;
  height: 2.2em;
  line-height: 2.8em;
  opacity: 0.9;
  transition: all 0.7s ease-in 0.2s;
}
article.video .control-bar .button-bar .time.shift {
  left: 16em;
  transition: all 0.2s ease-out;
}
article.video .control-bar .seek {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  top: -2px;
  opacity: 0.5;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 7;
}
article.video .control-bar .seek .buffer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  z-index: 8;
}
article.video .control-bar .seek .watched {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 8;
  background: #CE2028;
  overflow: visible!important;
}
article.video .control-bar .seek .watched:before,
article.video .control-bar .seek .watched:after {
  content: "";
  position: absolute;
  right: 10px;
  height: 100%;
  width: 10px;
  background: #CE2028;
  border-radius: 2px;
  box-shadow: 0 0 2px #CE2028;
}
article.video .control-bar .seek .watched:after {
  right: 0px;
  box-shadow: 0px 0 3px 0px #CE2028;
  background: #CE2028;
}
article.video .control-bar .seek .watched .handle {
  position: absolute;
  display: block;
  right: -2px;
  top: -1px;
  width: 0px;
  height: 0px;
  border: 2px solid white;
  z-index: 9;
  background: transparent;
  border-radius: 100%;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px 1px #CE2028;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
article.video .control-bar .seek .watched .handle.active {
  background: #666;
}
article.video .control-bar .seek .watched .handle:after {
  content: "";
  width: 26px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -15px;
}
article.video .control-bar .seek:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: -5px;
  left: 0;
  z-index: 6;
}
article.video .control-bar .seek:hover {
  height: 6px;
  top: -6px;
}
article.video.active .control-bar {
  bottom: 0;
  transition: bottom 0.05s ease-out;
}
article.video.active .control-bar.active .seek:hover .handle {
  top: -3px;
}
article.video.active .control-bar.active .seek .handle {
  width: 4px;
  height: 4px;
  right: -5px;
  top: -2px;
  border-width: 5px;
  transition: all 0.1s ease;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px 0px #CE2028;
}
article.video.active .seek {
  opacity: 1;
}
article.video .loading {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  height: 100px;
  margin-top: 20px;
  color: white;
  font-size: 0.8em;
  opacity: 0.1;
  transition: all 0.4s ease;
}
article.video .loading.hidden {
  opacity: 0;
  top: 120%;
  height: 0;
}
article.video .loading:hover,
article.video .loading.error {
  opacity: 1;
}
article.video .large-play {
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 100;
  font-size: 3em;
  color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s ease;
}
article.video .large-play.hidden {
  top: 45%;
  opacity: 0;
}
article.video .spinner {
  display: block;
  overflow: visible;
  text-indent: -999em;
  position: absolute;
  border-radius: 100% 0;
  z-index: 2;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 2px;
  margin-left: -10px;
  margin-top: -10px;
  box-shadow: 0px 0px 3px 2px rgba(43, 255, 223, 0.4), 0 0 5px 3px rgba(43, 255, 223, 0.4) inset;
  border: none;
  transform-origin: 9px 9px;
  animation: spin 13s cubic-bezier(0.435, -0.165, 0.56, 1.17) infinite;
  transition: top 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
article.video .spinner.hidden {
  top: 120%;
}
article.video .spinner:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 0;
  z-index: 10;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 3px;
  transform: rotate(140deg);
  box-shadow: 0px 0px 3px 2px rgba(43, 255, 188, 0.4), 0 0 5px 2px rgba(43, 255, 188, 0.4) inset;
  animation: spin2 17s linear infinite;
  transform-origin: 9px 9px;
}
article.video .spinner:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 0;
  z-index: 10;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 4px;
  transform: rotate(70deg);
  box-shadow: 0px 0px 5px 3px rgba(43, 252, 255, 0.4), 0 0 5px 1px rgba(43, 252, 255, 0.4) inset;
  animation: spin2 13s linear infinite;
  transform-origin: 9px 9px;
}
@media screen and (max-width: 800px) {
  article.video {
    font-size: 12px;
  }
}
.intro {
  font-family: "Source Sans Pro", Arial, Helvetica;
  color: #ddd;
  width: 50%;
  margin: 30px auto;
  font-size: 1.6em;
  font-weight: 100;
}
.intro p {
  margin: 8px auto;
}
.intro h2,
.intro h3 {
  margin: 8px auto;
}
.demo-container {
  width: 100%;
  margin: auto;
  background: #eee;
  font-size: 14px;
  color: #ccc;
  line-height: 1.2;
  margin: 0;
}
.demo-container-yellow {
  width: 100%;
  margin: auto;
  background: #FDB71C;
  font-size: 14px;
  color: #ccc;
  line-height: 1.2;
  margin: 0;
}
.demo-container .redacted {
  display: inline;
  background: darkgrey;
  color: darkgrey;
  line-height: 1.3;
}
#slider.laptop-view img, #slider.mobile-view img {
      position: static !important;
      width: 90px !important;
      margin-top: 30px;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://netdna.bootstrapcdn.com/font-awesome/3.1.1/font/fontawesome-webfont.eot?v=3.1.0');
  src: url('https://netdna.bootstrapcdn.com/font-awesome/3.1.1/font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/font-awesome/3.1.1/font/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('https://netdna.bootstrapcdn.com/font-awesome/3.1.1/font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('https://netdna.bootstrapcdn.com/font-awesome/3.1.1/font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(360deg);
  }
  14% {
    transform: rotate(470deg);
  }
  18% {
    transform: rotate(490deg);
  }
  20% {
    transform: rotate(520deg);
  }
  22% {
    transform: rotate(540deg);
  }
  26% {
    transform: rotate(940deg);
  }
  30% {
    transform: rotate(1080deg);
  }
  40% {
    transform: rotate(1340deg);
  }
  45% {
    transform: rotate(1440deg);
  }
  55% {
    transform: rotate(1500deg);
  }
  56% {
    transform: rotate(1500deg);
  }
  86% {
    transform: rotate(3220deg);
  }
  100% {
    transform: rotate(3600deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3600deg);
  }
}


