/*
Theme Name: Custom Theme
Theme URI: https://webdev24x7.com
Author: Rajat
Author URI: https://webdev24x7.com
Description: Shakti Foundation
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap
Text Domain: rajatcustomtheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body, h1, h2, h3, h4, h5, h6, p, a, span{
  font-family: 'Lato', sans-serif;
}

.mypad{padding:0;}



.full {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.advanced-border a {color: #0054a6 !important;}
.blog-content a {color: #0054a6 !important;}
.blog-contentm a {color: #0054a6 !important;}
.reportsList a {color: #0054a6 !important;}

.zoom {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  35% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}



.h1, h1 {
    font-size: 2.6rem;
	font-weight:600;
}

.font-100{
  font-weight: 100;
}

.font-300{
  font-weight: 300;
}

.font-400{
  font-weight: 400;
}

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

.blue-text{
  color: #0054a6 !important;
}

.home-main-head{
  font-size: 2em;
  line-height: 1.3em;
  padding: 2em 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #cccccc;
  /*  box-shadow: 0px 2px 1px #fcfcfc;  */
}

main {
  background: white;
}

footer {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  background: #1054a6;
  padding-bottom: 40px;
}

footer a{
  color:  #fff;
  text-transform: uppercase;
}
footer a:hover{
  color:  #fff;
  text-transform: uppercase;
}

footer .row {
  padding: 20px 0 10px;
}

.copyright {
  text-align: left;
  color: #777;
}

/*
main {
  margin-top: 80px;
}  */

.menu {
  list-style: none;
  padding-left: 0;
}

.menu-item a {
    display: inline-block;
    padding: 1rem 1rem;
}

[class$="-widget"] .menu-item, [class$="-widget"] .menu-item a {
  display: block;
  padding: 0;
}

.navbar-nav .menu-item a {
    padding-right: 0;
    padding-left: 0;
}

.navbar-light .navbar-nav .menu-item a {
    color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .menu-item a:hover {
    color: rgba(0,0,0,.7);
    text-decoration: none;
}

.navbar-light .navbar-brand.active, .navbar-light .navbar-nav .menu-item a.active, .nav .menu-item a.active {
  color: darkblue;
}

[class$="-widget"] ul {
  list-style: none;
  padding-left: 0;
}

.comment-respond {
  border: 1px solid #ccc;
  background: #efefef;
  padding: 20px;
}

.form-submit input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: .25rem;
  transition: all .15s ease-in-out;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  cursor: pointer;
}

@media (min-width: 992px) {
  .menu-item {
    display: inline-block;
  }
  .navbar-expand-lg .navbar-nav .menu-item a {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}
.topbar{
  background: #0054a6;
  padding:  0px 0;
}
.topbar a{
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
}
.menu-item a{
  color: #0054a6 !important;
  text-transform: uppercase;
}
.navbar{
  padding: 25px 0;
}
.team-member{
  transition: transform .2s;
}
.team-member h4{
  font-size: 1.15em;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-left: 5px;
  visibility: hidden;
  text-align: left;
	padding-left:10px;
}
.team-member p{
  font-size: 0.85em;
  margin-left: 5px;
  visibility: hidden;
  text-align: left;
	padding-left:10px;
}
.team-member img{
  filter: grayscale(1);
}
.team-member:hover img{
  filter: none;
}
.team-member:hover{
  transform: scale(1.1);
}
.team-member:hover h4{
  visibility: visible;
}
.team-member:hover p{
  visibility: visible;
}
.advanced-section{
  background: yellow;
  padding: 2.5em;
  width: 90%;
  margin-top: -3em;
  opacity: 1;
  margin-bottom: 4em;
}
.advanced-section h1{
  font-size: 2.3em;
  width: 92%;
}
.advanced-border{
  border-left: 1px solid #175da7;
  padding-left: 1em;
  margin-top: 2em;
}
#video-sec{
  padding-bottom: 7em;
}
.blog-content{
  padding: 8% 2em;
}
.blog-content h1{
  font-size:  3em;
}

.blog-contentm{
  padding: 0 2em;
}
.blog-contentm h1{
  font-size:  3em;
}



.blog-border{
  border-left: 1px solid #175da7;
  padding-left: 1em;
  margin-top: 2em;
  width: 94%;
}
.blog-border p{
  font-size: 1.3em;
}
.impact .container{
  background:  #0f54a6;
}
.impact h1{
  color:  yellow;
  font-size: 2.5em;
}
.impact h2{
  font-size: 4em;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
.impact p{
  color: #fff;
  font-weight: 700;
}
.impact .row{
  padding:  3em 1em;
}
.impact-number{
  border-left: 1px solid yellow;
  padding-left: 1em;
}
.discover-single{
  padding: 3em;
  min-height: 370px;
  margin-bottom: 30px;
}
.ds-normal{
  transition:all 1s;
}
.discover-single-content{
  max-width: 250px;
}
.discover-single-content h4{
  margin-bottom: 1em;
}
.discover-single-content-border{
  border-left: 1px solid yellow;
  padding-left: 1em;
}
.discover-single-content-border p{
  font-style: italic;
  font-size: 1.3em;
  margin-bottom: 4em;
}
.discover-single-content-border a{
  font-size: 1rem;
  color: yellow;
}
.ds-hover .discover-single-content{
  background-color: yellow;
  opacity: 0.9;
}
.ds-hover{
  padding: 1em;
  transition:all 1s;
}
.ds-hover .discover-single-content{
    max-width: 320px;
    padding:  1em;
}
.ds-hover .discover-single-content-border p{
  font-size: 1em;
  margin-bottom: 2em;
  font-style: normal;
}
.ds-hover .discover-single-content-border a{
  font-size: 1em;
  color: #0054a6;
}
.ds-hover .discover-single-content-border{
  border-left: 1px solid #0054a6;
  padding-left: 1em;
}




#myVideo {
  min-width: 100%; 
  min-height: 100%;
}
.homeslider .content {
  margin-top: -18em;
  position: absolute;
}
.discover-power .col-md-4{
  padding-right: 0;
}
.discover-power .col-md-8{
  padding-right: 0;
}
/*.homeslider .content {
  margin-top: 12em;
}*/
.homeslider .content p.text-yellow{
  color: yellow;
  text-transform: uppercase;
}
.homeslider .content p a{
  margin-top: 10px;
  display: block;
}
.homeslider .bg-content{
  background: yellow;
  padding: 1em;
  opacity: 1;
  width: 57%;
  font-size: 1.2em;
}

.mk-100 {
    width: 90%!important;
}
/*.menu-item-has-children::after {
  content: " ▾";
  color: #0f54a6;
  font-size: 1.5em;
  margin-left: 0px;
}*/
.menu-item-has-children .sub-menu {
  position: absolute;
  display: block;
  left: 5px;
  top: 3.3em;
  opacity: 0;
  width: 320px;
  visibility: hidden;
  background: #fff;
  padding-left: 0;
}
.menu-item-8 .sub-menu{
  width: 700px !important;
}
.menu-item-has-children .sub-menu li{
  border-bottom: 1px solid #fff;
  width: 50%;
}
.navbar-brand{
  padding: 12px 0 ;
}
/*.menu-item-has-children .sub-menu {
  position: fixed;
  display: block;
  top: 5.2em;
  left: 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  background: #fff;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  min-height:140px;
}*/

.sub-menu a {
text-transform: capitalize !important;
}

/*.menu-item:hover {
    border-left: 3px solid yellow;
}*/
.address-div{
  padding: 1em 15px 0;
}
.address-div p {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: 300;
}
li#menu-item-8 ul li {
    display: block;
}
li#menu-item-10 ul li {
    display: block;
}
li#menu-item-6 ul li {
    display: block;
    width:  80%;
  /*  margin-left: 70.9%; */
}
/*li#menu-item-8 ul{
  margin-left: -10px;
}*/
.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-item{
  position: relative;
}
.sub-menu li a{
  padding: 0 5px;
}
.single-work-head{
  background: yellow;
  padding: 15px 15px 15px 20px;
}
.menu-item-has-children::after {
    content: none;
}
.tnp-subscription input[type=email]{
  width: 60% !important;
  background: transparent !important;
  border: 1px solid yellow !important;
  height: 30px !important;
  display: inline !important;
}
.tnp-submit{
  width: 32% !important;
  display: inline !important;
  background: transparent !important;
  color: yellow !important;
  text-transform: uppercase !important;
  font-size: 1.1em !important;
  cursor: pointer !important;
  border: 1px solid #bbb;
}
.tnp-field label {
  font-size: 1.3em;
  padding-left: 0;
}
.social-media a {
  padding-right: 15px;
}
.social-media a:hover{
  color: #fff;
}
.social-media{
  z-index: 10;
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.single-work{
  margin-bottom: 15px;
}
.single-work-head{
  position: relative;
}
.single-work:hover .single-work-head-hover{
  display:  block;
}
.single-work-head-hover{
  background: #f7ef4e;
  padding: 15px;
  margin-top: 5px;
  display: none;
  position: absolute;
  top: 85px;
  z-index: 1;
  margin-right: 15px;
}
.single-work-head-hover ul{
  list-style: none;
  padding-left: 0;
}
.single-work-head-hover ul li{
  margin-bottom: 15px;
  border-left: 2px solid #0f54a6;
  padding-left: 10px;
  font-size: 0.8em;
}
.tnp-subscription{
  margin:  15px 0 !important;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
#team-members .slick-prev{
  left: 10px;
  z-index: 100;
}
#team-members .slick-next{
  right: 20px;
}
/* Reponsive CSS */ 
@media (max-width: 500px){
.homeslider .content.mobContent{
  margin-top: -2em !important;
}
.hso.mobile{
  margin-top: 65px;
}
.mobhomeslider {
  margin-top: 5px !important;
  height: 350px !important;
  background-size: cover !important;
}
li#menu-item-8 ul li:nth-child(odd){
  float: none !important;
}
li#menu-item-8 ul li:nth-child(even){
  float: none !important;
}
.menu-item-has-children .sub-menu{
  z-index: 10;
  left: 0;
  margin-top: 0;
  height: auto;
}
.navbar-collapse{
  height: 400px;
}
.blog-border p{
  font-size: 1.1em !important;
}

  .mk-100 {
    width: 80% !important;
  }
  .mypad{
    padding:0 20px !important;
  }
  
  li#menu-item-8 ul li {
    display: block;
  }
  .menu-item-8 ul{
    margin-top: 10px;
    height: 200px;
  }
  .menu-item-10 ul{
    margin-top: 8em;
  }
  .menu-item-6 ul{
    margin-top: 11em;
  }
  li#menu-item-10 ul li {
    display: block;
  }
  .searchLi{
    display:  none;
  }
  li#menu-item-6 ul li {
    margin-left: 9%;
}
  .impact h1 {
    color: yellow;
    font-size: 2em !important;
}
  
  .mhf {
   font-size: 2em !important;
}
.home-main-headm {
    font-size: 1.5em;}

  
  nav button{
    margin-top: -5px;
  }
  .topbar{
    display: none;
  }
  .homeslider{
    margin-top: 5px !important;
    height: 440px !important;
    background-size: cover !important;
    
  }
  .home-main-head {
    font-size: 1.5em;
    padding: 1em;
  }
  .advanced-section h1 {
    font-size: 1.6em;
    width: 100%;
  }
  .advanced-border{
    padding-left: 1em;
  }
  .advanced-section{
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1.5em;
  }
  .blog-content h1 {
    font-size: 2em;
  }
  .homeslider .content {
    position: relative !important;
    padding: 10px;
  }
  .homeslider .content h1{
    color:  #ffe600 !important;
    font-size:2rem;
  }
  .homeslider .content p{
    width: 100%;
  }
  nav{
    margin-top: -5em;
  }
  nav button{
    margin-left: 14.5em;
  }
  .desktop{
    display: none !important;
  }
  .mobile{
    display: block !important;
  }
  .navbar-collapse{
    background: #fff;
    padding-left: 20px;
  }
}
/*responsive css*/
@media (max-width: 425px){
  .mk-100{
    width: 60% !important;
  }
  nav button {
    margin-left: 16.5em;
    margin-top: .1em;
  }
  .nav-section{
    height: 72px !important;
  }
  .homeslider .content {
  }

  .address-div{
    margin-top: 0px !important;
  }
  .col-md-12.text-right.social-media{
    text-align:  left !important;
    margin-top: 20px;
  }
  .col-md-12.text-right.social-media a {
    font-size: 11px;
  }
  footer .col-md-7{
    text-align:  left !important;
  }
  #team-members .slick-next{
    right: 10px;

  }
  #team-members .slick-prev {
    left: 10px;
    z-index: 1000;
  }
}
/*responsive css*/
@media (max-width: 375px){
  .mk-100{
    width: 60% !important;
  }

  
  nav button {
    margin-left: 15em;
    margin-top: .1em;
  }
  .nav-section{
    height: 65px !important;
  }
  .homeslider .content {
  }
  .homeslider .content .text-white{
    color:  #000 !important;
  }
  .address-div{
    margin-top: 0px !important;
  }
  .col-md-12.text-right.social-media{
    text-align:  left !important;
    margin-top: 20px;
  }
  .col-md-12.text-right.social-media a {
    font-size: 11px;
  }
  footer .col-md-7{
    text-align:  left !important;
  }
  #team-members .slick-next{
    right: 10px;

  }
  #team-members .slick-prev {
    left: 10px;
    z-index: 1000;
  }
}
/*responsive css*/
@media (max-width: 375px){
  .mk-100{
    width: 60% !important;
  }
  nav button {
    margin-left: 15em;
    margin-top: .1em;
  }
  .nav-section{
    height: 65px !important;
  }
  .homeslider .content {
  }
  .homeslider .content .text-white{
    color:  #000 !important;
  }
  .address-div{
    margin-top: 0px !important;
  }
  .col-md-12.text-right.social-media{
    text-align:  left !important;
    margin-top: 20px;
  }
  .col-md-12.text-right.social-media a {
    font-size: 11px;
  }
  footer .col-md-7{
    text-align:  left !important;
  }
  #team-members .slick-next{
    right: 10px;

  }
  #team-members .slick-prev {
    left: 10px;
    z-index: 1000;
  }
}
@media (max-width: 320px){
  .mk-100{
    width: 60% !important;
  }
  nav button {
    margin-left: 12em;
    margin-top: .1em;
  }
  .nav-section{
    height: 65px !important;
  }
  .homeslider .content {
  }
  .homeslider .content .text-white{
    color:  #000 !important;
  }
  .address-div{
    margin-top: 0px !important;
  }
  .col-md-12.text-right.social-media{
    text-align:  left !important;
    margin-top: 20px;
  }
  .col-md-12.text-right.social-media a {
    font-size: 11px;
  }
  footer .col-md-7{
    text-align:  left !important;
  }
  #team-members .slick-next{
    right: 10px;

  }
  #team-members .slick-prev {
    left: 10px;
    z-index: 1000;
  }
}
/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .mk-100{
    width: 70% !important;
  }
}}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
  .mk-100{
    width: 70% !important;
  }
}}

.slick-prev:before, .slick-next:before{
  color: #0054a6 !important;
  font-size: 35px !important;
  opacity: 1 !important;
}
#team-members .slick-prev, #team-members .slick-next{
  color: #0f54a6 !important;
  margin-top: -35px;
}
.signupA{
  position: fixed;
  top: 50%;
  right: -35px;
  border-radius: 0;
  background: #fdf851;
  border: 0;
  transform: rotate(270deg);
}
.signupA i{
  color: #1054a6;
  font-size: 1em;
  font-weight: 600;
}
.newsletter-form input{
  width: 100%;
}
.newsletter-form label{
  width: 100%;
}
.news-modal .modal-dialog{
  margin: 15em auto;
}
.cap p{
  font-size: 1em;
}
.capSec1{
}
.cap .home-main-head{
  padding: 0 0 15px;
}
.capBlueBg{
  background: #0054a6;
  padding: 2em 3em;
}
.yellow-text{
  color:  yellow;
}
.capBlueBg ul{
  padding-left: 20px;
}
.capBlueBg ul li{
  color: #fff;
  margin-bottom: 10px;
}
.cleanPower{
  background: #1054a6;
  padding: 2em;
  margin-bottom: 15px;
}
.cleanPower h3{
  color: #fdf851;
}
.cleanPower p{
  margin-bottom: 0;
  color:  #fff;
}
.cleanPower div {
  padding: 0 1em;
  border-left: 2px solid yellow;
  min-height: 115px;
}
.blog-grid-content h4{
  font-size: 2em;
  font-weight: 300;
}
.blog-grid-content{
  padding: 0 1em;
}
.blog-grid-content a{
  border-left: 1px solid #212529;
  padding-left: 10px;
  text-transform: uppercase;
  color: #266db3;
  font-weight: 700;
}
.blog-grid img{
  height: 250px;
}
.blog-list-content h5{
  margin-bottom: 0;
}
.blog-list-content p{
  margin-bottom: 0;
}
.blog-list-content{
  margin-bottom: 20px;
}
.blog-list-content a{
  text-transform: uppercase;
}
.searchLi{
  margin:  auto 0 auto 10px;
}
.searchLi a{
 color: #0054a6 !important
}
.cleanPowerForm{
  padding: 20px 20px 0 20px;
  background: #6dbcde;
  color:  #fff;
}
.cleanPowerForm input, .cleanPowerForm textarea{
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}
.cleanPowerForm .wpcf7-submit{
  background: #2a78a9;
  border: none;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0.25rem;
}
.tribe-events-header{
  margin-top: 4em !important;
}
.tribe-events-calendar-day__event-header, .tribe-events-calendar-list__event-header, .tribe-events-calendar-month__header{
  position: relative !important;
  z-index: 0 !important;
}
.tribe-events-header{
  z-index: 0 !important;
}
ul.paginationResults{
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 2em;
}
ul.paginationResults li {
  display: inline;
  border: 1px solid #1054a6;
  margin: 5px;
  padding: 5px 7px;
  font-size: 1.1em;
}
ul.paginationResults li a{
  color: #000;
}
ul.paginationResults li.active {
  background: #1054a6;
}
ul.paginationResults li.active a{
  color: #fff;
}
.singleSearchGrid.odd{
  background-color: #eee;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
  margin-bottom: 10px;
}
.sidebar-widget{
  margin: 0.5em 0;
}
li#menu-item-8 ul li:nth-child(even){
  float: right;
}
li#menu-item-8 ul li:nth-child(odd){
  float: left;
}
.engageIcons .col-md-11 p {
    margin-bottom: 0;
    padding: 15px 0;
}
video {
 object-fit: cover !important;
 }
 .hso{position: relative;}
 .hso:before {
 content: '';
 position: absolute;
 background: rgba(0, 0, 0, 0.5);
 border-radius: 5px;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 }
 .cap p {
 font-size: 1.2em !important;
 }
 @media (max-width: 425px){
 .homeslider .my {
 margin-top: -18em  !important;
 }}
 header.tribe-events-calendar-latest-past__event-header{
  display:  none !important;
 }
 #tribe-events-bar{
  display:  none;
 }
 .wp-caption {width: 310px;
background: #f8f8f8;color: #A6A6A6;display: block;text-align: center;margin: 0;padding: 20px 0 5px;line-height: normal;float: right;}