html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
     -webkit-overflow-scrolling: touch!important;
   
}

body {
    background-color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    height:100%;
    position: relative;
}
.page-wrapper{
    overflow: hidden;
    overflow-y: auto;
}

* {
    outline: none !important;
}
h1,.h1{
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 600;
}
h2,.h2{
    font-size: 34px;
    color: #00406b;
    font-weight: 600;
    margin-bottom: 60px;
    text-transform: uppercase;
}
h3,.h3{
    font-size: 24px;
}
h4,.h4{
    font-size: 22px;
}
h5,.h5{
    font-size: 20px;
}
h6,.h6{
    font-size: 18px;
}
a{
 transition:0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
}
a,a:hover{
    text-decoration: none;
}
ul,li{
    list-style: none;
}

.container{
    max-width: 1336px!important;
}
.banner-inner .container{
    height: 100%;
}
.btn{
    font-size: 16px;
    padding: 5px 23px;
   /* margin-bottom: 20px;*/
}
.btn-primary{
    color: #fff!important;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent!important;
}
.btn-primary:hover{
    color: #fff!important;
    border: 1px solid #00a7dd!important;
    background-color: #00a7dd!important;
}
.btn-secondary{
    color: #fff!important;
    border: 1px solid #fff!important;
    border-radius: 10px;
    background-color: transparent!important;
}
.btn-secondary:hover{
    color: #fff!important;
    border: 1px solid #ea6a25!important;
    background-color: #ea6a25!important;
}
.btn-blog-inner{
    color: #ea6a25!important;
    border: 1px solid #ea6a25!important;
    background-color: #fff!important;
    border-radius: 10px;
}
.btn-blog-inner:hover{
    color: #fff!important;
    border: 1px solid #ea6a25!important;
    background-color: #ea6a25!important;
}
.rm-link{
    font-size: 18px;
    position: relative;
    display: inline-block;

}
.rm-link.orange{
    color: #ea6a25;
}
.rm-link.white{
    color: #fff;
}
.rm-link.orange:hover{
    color: #12659f;
    text-indent: 20px;
}
.rm-link.white:hover{
    color:  #ea6a25;
    text-indent: 20px;
}
.rm-link:after{
    content: "\e903";
    font-family: 'icomoon' !important;
    font-size: 12px;
    margin-left: 10px;
}
.bg-blue{
    background-color: #12659f!important;
}
.bg-light-blue{
    background-color: #00a7dd!important;
}
.bg-orange{
    background-color: #ea6a25!important;
}
.bg-light-gray{
    background-color: #f7f7f7;
}
.c-orange{
    color: #ea6a25;
}

.c-blue{
    color: #00406b;
}
.c-light-blue{
    color: #00a7dd;
}
.c-black{
    color: #000;
}
.c-white{
    color: #fff;
}
.sec-space{
    padding: 50px 0;
}
.crsl-ctrl{
    background-color: #00000085;
    padding: 20px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    color: #fff;
}
.crsl-ctrl:hover,.crsl-ctrl:focus{
    color: #fff;
}
.crsl-ctrl.left{
      border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.crsl-ctrl.right{
      border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
 .crsl-ctrl.left{
    left: 0px;
 }
  .crsl-ctrl.right{
   right: 0px;
 }
 .tab-content{
    position: relative;
 }
  .crsl-ctrl{
    display: none;
  }
  .list-style-none li{
    list-style: none!important;
  }
  .decimal-ul{
    padding-left: 20px;
  }
  .decimal-ul li{
    list-style: decimal;
  }
/**********************************************Top Strip*/

.top-strip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.social-icons {
    display: flex;
    margin-bottom: 0;

}
.social-icons li+li{
    margin-left: 20px;
}
.social-outer {
    display: flex;
    align-items: center;
}
.social-outer span {
    color: #00406b;
    font-size: 24px;
}
.social-icons .icon-facebook{
    color: #3b5998;
    
}
.social-icons .icon-twitter{
    color: #38a1f3;
}
.social-icons .icon-linkedin{
    color: #0073b1;
}
.social-icons .icon-youtube{
    color: #ff0000;
}
.social-icons .icon-instagram-square{
    color: #f01e41;
}
.social-icons i{
    font-size: 28px;
}
/**********************************************Navbar*/
 .social-outer span{
    padding: 5px 15px;
    margin-right: 20px;
    font-size: 18px;
    color: #00406b;
    border: 1px solid #12659f;
    border-radius: 10px;
 }
    
.header .nav-item.active .nav-link{
    color: #ea6a25!important;
}
.header .nav-link{
    color: #fff!important;
    font-size: 16px;
    /*text-transform: uppercase;*/
    padding-right: 0!important;
    padding-left: 0!important;
}
.header .nav-link:hover{
    color: #ea6a25!important;
}

.header .nav-link.icon-home{
    padding-top: 12px;
}
.header .navbar-nav li+li{
    margin-left: 15px;
}
.header .navbar-collapse{
    justify-content: center;
}
.header .dropdown-menu {
    right: auto;
    min-width: 16rem;
    max-height: 42rem;
    max-width: 220px;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
     padding-top: 17px;
    padding-bottom: 32px;
    margin-top: 20px;
    border-style: none;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    /*border:1px solid rgba(234,106,37,0.5);*/
    box-shadow: 0px 2px 6px -3px #00000078;
    border-radius: 10px;
}
.header .dropdown-menu li+li {
    margin-left: 0px;
}
.header .dropdown-menu a {
    font-size: 18px;
    padding: 15px 10px;
    display: inline-block;
    color: #000;
}
.header .dropdown-menu a {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    color: #422e20;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
}
.header .dropdown-menu a:before {
    content: '';
    position: absolute;
    background: #ea6a25 !important;
    bottom: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0);
    left: 0;
    right: 0;
    height: 2px;
}
.header .dropdown-menu a:hover {
    background-color: transparent;
}
.header .dropdown-menu a:hover:before {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1);
}
@media (min-width: 769px){
.dropdown-menu:after {
    content: "";
    position: absolute;
    top: -8px;
    width: 15px;
    height: 15px;
    left: 40px;
    background-color: white;
    border: 1px solid transparent;
    transform: rotate(45deg);
    border-bottom-style: none;
    border-right-style: none;
}
}
/*.search-wrap {
    position: absolute;
    right: 200px;
    width: 0px;
    top: 4px;
     transition:0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s
    opacity: 1;
}
.form-control{
    padding: 0px;
    border-style: none;
    border-radius: 0px;
}
.search-wrap.search-expand{
    z-index: 1!important;
    opacity: 1!important;
    width: 80%!important;
}
.search-wrap.search-expand .form-control{
    padding-left: 20px; 
}

.search-outer{
    position: relative;
    margin-left: 30px;
}*/

.search-wrap {
    padding: 5px 0;
    display: none;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 59px;
    height: 60px;
    z-index: 11;
    background-color: #12659f;
}
.search-wrap .container {
    height: 100%;
}
.search-wrap .container .input-group {
    height: 100%;
    padding: 0 130px;
}
.search-wrap .container .input-group input{
    padding: 0 20px;
        border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
}
.search-wrap .input-group-btn {
    margin-left: 20px;
}
.search-wrap .input-group-btn button{
    background-color: transparent;
}
.search-wrap .input-group-btn button i{
    color: #fff;
}
.search-outer {
    margin-left: 30px;
}
.hero-wrapper {
    height: 596px;
}
.hero-wrapper .carousel{
        height: 100%
}
.hero-wrapper .carousel .carousel-inner{
        height: 100%;
}
.hero-wrapper .carousel .carousel-inner .carousel-item{
    height: 100%;
    background-position: center;
}
.carousel-control-prev {
    left: 0px;
    background-color: #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.carousel-control-next {
    right: 0px;
    background-color: #000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.carousel-control-prev, .carousel-control-next{
    width: 46px;
    height: 78px;
    top: 40%;
    transform: translateY(-40%);
}
.carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    bottom: 0;
}
.carousel-caption p{
    margin-bottom: 0;
        max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
}

.gdp-intro{
     text-align: center;
}
.bg-pattern{
   
    background-image: url('../images/pattern.png');
    background-repeat: repeat;
}
.gdp-intro p{
    font-size: 24px;
    color: #00406b;
}

.stats{
     background-color: #0ba3d4;
}
.gdp-widget1 {
    text-align: center;
    color: #fff;
    padding: 0 20px;
}
.gdp-widget1 h2{
    color: #fff;
    font-size: 60px;
    margin: 20px 0;
}
.col-1of5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
        position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.stats .slick-active button {
    background: #ffffff!important;
}
.stats .slick-dots li button  {
    border:1px solid #fff!important;
}
.stats .slick-dots{
    margin-top: 20px;
}
.vertical-tab-text{

    padding: 25px 50px;
}
.vertical-tab-text p{
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.vertical-tab-text p:after {
    content: "";
    background-image: linear-gradient( to bottom, transparent 0%, transparent 5%, rgba(0,0,0,0) 5%, rgba(0,0,0,1) 100% );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.vertical-tab-text {
    position: relative;
    z-index: 2;
}
.vertical-tab .tab-content{
    height: 100%;
}
.vertical-tab .tab-content .tab-pane{
    height: 100%;
    background-position: center;
}
.vertical-tab {
    border-radius: 4px;
    height: 533px;
}
.vertical-tab .nav-tabs{
    height: 100%;
}
.vertical-tab .tab-pane{
    background-repeat: no-repeat;
    background-size: cover;
}
.vertical-tab [class^="col"]{
    padding: 0;
}
.vertical-tab  .nav-tabs .nav-link.active, .vertical-tab  .nav-tabs .nav-item.show .nav-link{
     background-color: #ea6a25;
    color: #fff;
        border-top: 1px solid #ea6a25;
        border-radius: 0px;
        border-right: 1px solid #ea6a25;
}
.vertical-tab .nav-tabs .nav-item{
   
    width: 100%;
    
}

/*.vertical-tab .nav-tabs .nav-link{
padding: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #00406b;
    line-height: 30px;
     min-height: 94px;
     border-left: 1px solid rgba(0,0,0,0.1);
     border-top: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
}*/
.vertical-tab .nav-tabs .nav-link{
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    color: #00406b;
    line-height: 30px;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.vertical-tab .tab-content > .active{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.vertical-tab .nav-link.active{
    position: relative;
}
.vertical-tab .nav-link:hover{
      background-color: #ea6a25;
    color: #fff;
    border-radius: 0px;
}
.vertical-tab .nav-link.active:after {
    z-index: 2;
    content: '';
    position: absolute;
    right: -21px;
    top: 50%;
    border-left: 0;
    border-bottom: 20px solid #ff121200;
    border-top: 21px solid #b7272700;
    border-left: 20px solid #ea6a25;
    transform: translateY(-50%);
    z-index: 3;
}

.vertical-tab .nav-tabs .nav-link:hover, .vertical-tab .nav-tabs .nav-link:focus {
    border-color: #ea6a25;
}


.vertical-tab .nav-item:nth-child(2n) {
  background-color: #f2f2f2;
}
.vertical-tab .nav-link.active:before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #ca2327;
    position: absolute;
    left: 0;
    top: 0;
}







.resources-ul .nav-tabs .nav-link.active, .resources-ul .nav-tabs .nav-item.show .nav-link {
    background-color: #ea6a25!important;
    color: #fff!important;
}
.resources-ul .nav-tabs .nav-link{
    color:  #ea6a25!important;
    background-color: #fff!important;
    border-radius: 0px;
        font-size: 22px;
    font-weight: 600;
    padding: 8px 40px;
}

.resources-ul .nav-tabs .nav-item {
     margin-bottom: 0px; 
    display: inline-block;
    min-width: 180px;
}
.resources-ul .nav-tabs .nav-item+.nav-item {
    border-left:1px solid #ea6a25;

}
.resources-ul .nav-tabs {
    border: 1px solid #ea6a25;
    display: inline-flex;
    border-radius: 10px;
}

.resources-ul .nav-tabs .nav-item:first-child a{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.resources-ul .nav-tabs .nav-item:last-child a{
        border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.resources-ul .nav-tabs .nav-link.active, .resources-ul .nav-tabs .nav-item.show .nav-link {
    border-color: #ea6a25 #ea6a25 #ea6a25!important;
}
.gdp-widget3-img{
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    color: #fff;
        border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}
.gdp-widget3-img:hover{
    color: #fff;
}
.gdp-widget3-img:hover i{
    top: 50%;
}
.gdp-widget3 i{
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.gdp-widget3 p{
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
}
.gdp-widget3-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.gdp-widget3-img:after {
    content: "";
    background-image: linear-gradient( to bottom, transparent 0%, transparent 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100% );
}

.footer{
     background-color: #00406b;
}
.footer-inner{
    text-align: center;
}
.footer-inner h2{
    font-size: 24px;
    margin-top: 20px;
    color:#fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.contact-info{
    display: flex;
    justify-content: center;
    padding-left: 0;
    color: #fff;
    margin-bottom: 0;
}

.contact-info li{
    font-size: 18px;
}
.contact-info li+li{
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}
.contact-info li+li:before {
    content: '';
    width: 1px;
    height: 6px;
    position: absolute;
    background-color: #fff;
    top: 8px;
    height: 14px;
    left: 0;
}
.footer-bottom{
    background-color:#00406b; 
        border-top: 1px solid rgba(255,255,255,0.2);
}
.footer-bottom p{
    padding: 25px 0; 
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.footer-bottom p a{
    color: #fff;
}
.sec-top-space{
    padding-top: 60px;
}




.map-box.green:before{
    background-color: #4e8f40;
}
.map-box.orange:before{
    background-color: #ea6a25;
}
.map-box.blue:before{
    background-color: #04466f;
}
.map-box{
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
}
.map-box:before{
    content: "";
    position: absolute;
    top: 5px;
    left:0;
    width: 25px;
    height: 25px;
}
.map ul {
    color: #00406b;
    font-size: 20px;
    font-weight: 600;
    padding-left: 0;
    margin-top: 100px;
}





.resources-inner {
    background-color: #408a56;
    position: relative;
    height: 180px;
        border-radius: 10px;
        /*border:1px solid rgba(234,106,37,0.5);*/
        box-shadow: 0px 2px 6px -3px #00000078;

}
.resources-inner .row{
        height: 100%;
    align-items: center;
}
.resources-inner h6 {
    text-transform: uppercase;
}
.resources-inner h4 {
    font-weight: 600;
    font-size: 20px;
}
.resources-inner h4:hover{
    color: #ea6a25;
}
.resources .tab-content {
    margin: 90px 0;
}
.resources-inner-page .resources-img img{
    border: 1px solid #ea6a25;
    }
.resources-img {
    position: absolute;
    top: -27.5px;
    left: 30px;

    
}
.resources-img img{
    border-radius: 10px;
        /*border:1px solid rgba(234,106,37,0.5);*/
        box-shadow: 0px 2px 6px -3px #00000078;
        border: 1px solid #ea6a25;
    
}
.reports-inner {
    padding: 0 50px 0 0;
    color: #fff;
}
.reports-inner a{
    color: #fff;
}


.children-corner .nav-tabs .nav-link.active, .children-corner .nav-tabs .nav-item.show .nav-link {
    background-color: #ea6a25!important;
    color: #fff!important;
}
.children-corner .nav-tabs .nav-item:first-child a{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.children-corner .nav-tabs .nav-item:last-child a{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.children-corner .nav-tabs .nav-link{
    color:  #fff!important;
    background-color:transparent!important;
    border-style: none;
    border-radius: 0px;
        font-size: 20px;
    padding: 8px 16px;
}
.children-corner .nav-tabs {
    border: 1px solid #fff;
}
.children-corner .nav-tabs .nav-item {
     margin-bottom: 0px; 
    display: inline-block;
    
}
.children-corner .nav-tabs .nav-item+.nav-item {
    border-left:1px solid #fff;


}
.children-corner .nav-tabs {
    border: 1px solid #fff;
    display: inline-flex;
    margin-bottom: 40px;
     border-radius: 10px;
}
.children-corner{
     background-color: #0ba3d4;
}

.child-inner{
    position: relative;
}
/*.child-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
       background-image: linear-gradient( to bottom, transparent 0%, transparent 75%, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100% );
}*/
.gdp-widget3-img  img{
    border-radius: 10px;
     -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.gdp-widget3-img:hover  img{
    transform: scale(1.3);
}
.child-inner p{
   position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 20px;
    text-align: center;
    width: 100%;
    font-size: 20px; 
        background-image: linear-gradient( to bottom, transparent 0%, transparent 5%, rgba(0,0,0,0) 5%, rgba(0,0,0,1) 100% );
    margin-bottom: 0;
        border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.owl-carousel .owl-stage-outer{
   padding: 0 10px 10px 10px;
}
.timeline-Footer{
    display: none!important;
}


.gdp-widget2{
    position: relative;
    margin-bottom: 40px;
     border-radius: 10px;
    /*border:1px solid rgba(234,106,37,0.5);*/
    box-shadow: 0px 2px 6px -3px #00000078;
}
.gdp-widget2 img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

  
.gdp-widget2-text {
    padding: 30px 35px;
   

}
.gdp-widget2-type span {
    font-size: 24px;
    text-transform: uppercase;
}
.gdp-widget2-text h3{
    font-weight: 600;
    text-transform: capitalize;
}
.gdp-widget2-date {
    margin: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0;
}
.gdp-widget2-date i:before{
    margin-right: 10px;
}
.gdp-widget2-description p{
    font-size: 18px;
    margin: 20px 0 30px;
}
.blog-inner .gdp-widget2-description{
    font-size: 18px;
    margin: 20px 0 30px;
}
.gdp-widget2-type {
    position: absolute;
    top: 10px;
    padding: 5px 30px;
    left: -10px;
}
.f-w-600{
    font-weight: 600;
}
.m-b-20{
    margin-bottom: 20px;
}
.children-corner .slick-dots li button{
    color: transparent;
    border:1px solid #fff!important;
}
.children-corner .slick-active button{
    background: #fff!important;
    
}

.slick-dots li button{
    color: transparent;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #12659f91;
    border-radius: 50%;
}
.slick-active button{
    background: #12659f!important;
    
}
.slick-dots li+li{
    margin-left: 10px;
}
.slick-dots {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.news-blog .slick-dots {
    left: 50%;
    bottom: -64px;
}
.children-corner .slick-dots {
    left: 50%!important;
    bottom: -60px!important;
    transform: translateX(-50%)!important;
    padding-left: 0;
}

.children-corner .tab-content{
    padding:  0 10px 10px 10px;
}
.children-corner .slick-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.gdp-widget3 {
    margin-bottom: 30px;
}
/*
.resources .crsl-ctrl i{
    color: #000;
    font-size: 20px;
}*/
.tab-navs {
    margin-top: 40px;
    text-align: center;
}
.text-widget{
    color: #00406b;
    
}
.text-widget h4{
    font-weight: 600;
    margin-bottom: 10px;
}
.text-widget p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
}
.gdp-ul{
    padding-left: 33px;
}
.gdp-ul li:before{
    content: "\e903";
    font-family: 'icomoon' !important;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: -30px;
    color: #ea6a25;
}
.gdp-ul li{
    position: relative;
    font-size: 18px;
}

.m-b-30{
    margin-bottom: 30px;
}
.resources-inner-page .resources-inner{
    margin-bottom: 90px;
    margin-top: 25px;
}
aside {
    background-color: #fff;
    padding: 35px;
        border-radius: 10px;
    /*border:1px solid rgba(234,106,37,0.5);*/
    box-shadow: 0px 2px 6px -3px #00000078;
    margin-bottom: 35px;
}
aside .accordion {
    display: block;
    background: no-repeat;
    border-style: none;
    font-size: 22px;
    color: #00406b;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
aside h3{
    font-size: 26px;
    margin-bottom: 35px;
    font-weight: 600;
    color: #00406b;
}
ul.aside-ul {
    padding-left: 0;
}
.aside-ul li {
    
    margin-top: 10px;
    padding-top: 10px;
    
}
.aside-ul li+li{
    border-top: 1px solid rgba(0,0,0,0.1);
}
.aside-ul li a{
    font-size: 22px;
    color: #00406b;
}
.archive-ul li a{
    font-size: 18px;
}
.archive-ul{
    padding-left: 20px;
    color: #000;
    /*margin: 20px 0;*/
}
.archive-ul li{
    border-bottom-style: none;
}
.archive-ul li+li{
    border-top:  1px solid rgba(0,0,0,0.1);
}
.archive-ul li a{
     color:  #00406b;
}
.archive-ul li+li {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 10px;
    margin-top: 9px;
}
.archive-ul li {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.opportunities-widget{
    background-color: #fff;
     border-radius: 10px;
    border:1px solid rgba(234,106,37,0.5);
   /* box-shadow: 0px 2px 6px -3px #00000078;*/
    height: 281px;
    margin-bottom: 30px;
    padding: 35px;
    color: #00406b;
}
.opportunities-widget h3 a{
    font-weight: 600;
    color: #00406b;
}
.opportunities-widget h3 {
    font-weight: 600;
    color: #00406b;
}
.opportunities-ul{
    padding-left: 0;
    display: inline-flex;
}
.opportunities-ul li+li{
    margin-left: 40px;
}
.opportunities-ul li i{
    margin-right: 10px;
}
.opportunities-date span {
    font-weight: 600;
}
.banner-inner {
    height: 305px;
}
.banner-inner h1{
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
}
.children-corner .slick-slide {
    padding: 0 5px;
}

.blog-inner .gdp-widget2-text .gdp-widget2-date {
    
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
   
}
.blog-inner .gdp-widget2-text h3{
    font-size: 21px;
}
.blog-date{
    display: block;
}
.blog-inner .aside-ul li a{
    line-height: 26px;
    padding-bottom: 10px;
    display: block;
}
.blog-inner .gdp-widget2 img{
      border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  
.blog-inner .gdp-widget2 .gdp-widget2-date i:before {
    color: orange;
} 
.blog-inner .gdp-widget2 h3 a{
    color: #00406b;
}
.blog-inner .categ {
    margin-left: 40px;
    position: relative;
}

.blog-inner .categ i{
    position: absolute;
    left: -25px;
    top: 5px;
}


.contact-instruction-box {
    background-color: #fff;
    color: #ea6a25;
    padding: 50px 20px;
    text-align: center;
    margin-bottom: 20px;
        border-radius: 10px;
    /*border:1px solid rgba(234,106,37,0.5);*/
    box-shadow: 0px 2px 6px -3px #00000078;;
    position: relative;
        border-top: 0;
}
.contact-instruction-box i {
    color: #ea6a25;
    font-size: 60px;
}
.contact-instruction-box h3 {
    margin: 10px 0 15px;
    color: #12659f;
    font-weight: 600;
}
.contact-instruction-box:before {
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.contact-instruction-box.light-blue:before {
    background-color: #00a7dd;
        border: 1px solid #00a7dd;
}
.contact-instruction-box.orange:before {
    background-color: #ea6a25;
        border: 1px solid #ea6a25;
}
.contact-form{
    padding: 80px 0 50px;
    background-color: #fff;
        border-radius: 10px;
    /*border:1px solid rgba(234,106,37,0.5);*/
    box-shadow: 0px 2px 6px -3px #00000078;
}
.contact-form .form-group {
    margin-bottom: 18px;
}
.contact-form .btn-primary{
    border-radius: 0px;
}
.opportunities-text {
    color: #00406b;
    font-size: 20px;
    background-color: #fff;
    padding: 40px;
     border-radius: 10px;
    border:1px solid rgba(234,106,37,0.5);
  /*  box-shadow: 0px 2px 6px -3px #00000078;*/
    margin-bottom: 30px
}
.complain-email a:hover{
    color: #000;
}
.child-corner-inner-page .child-inner a{
    display: block;
}



/***************************************************Slick Slider ********************************************************/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    /*height: 100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/**************************************************Fonts****************************************************************/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?d3oi7x');
  src:  url('../fonts/icomoon.eot?d3oi7x#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?d3oi7x') format('truetype'),
    url('../fonts/icomoon.woff?d3oi7x') format('woff'),
    url('../fonts/icomoon.svg?d3oi7x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-innovation:before {
  content: "\e91d";
}
.icon-accountabilty:before {
  content: "\e91b";
}
.icon-inclusion:before {
  content: "\e91c";
}
.icon-mission:before {
  content: "\e91e";
}
.icon-participation:before {
  content: "\e91f";
}
.icon-school-boy:before {
  content: "\e920";
}
.icon-values:before {
  content: "\e921";
}
.icon-vision:before {
  content: "\e922";
}
.icon-male:before {
  content: "\e919";
}
.icon-female:before {
  content: "\e91a";
}
.icon-copy:before {
  content: "\e914";
}
.icon-facebook1:before {
  content: "\e915";
}
.icon-linkedin1:before {
  content: "\e916";
}
.icon-print:before {
  content: "\e917";
}
.icon-twitter1:before {
  content: "\e918";
}
.icon-photo-gallery:before {
  content: "\e913";
}
.icon-envelope:before {
  content: "\e910";
}
.icon-phone:before {
  content: "\e911";
}
.icon-tag:before {
  content: "\e912";
}
.icon-instagram-square:before {
  content: "\e90f";
}
.icon-cross:before {
  content: "\e900";
}
.icon-angle-left:before {
  content: "\e901";
}
.icon-angle-right:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-calendar:before {
  content: "\e904";
}
.icon-check-square:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-folder-open:before {
  content: "\e907";
}
.icon-home:before {
  content: "\e908";
}
.icon-linkedin:before {
  content: "\e909";
}
.icon-play:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e90b";
}
.icon-twitter:before {
  content: "\e90c";
}
.icon-up:before {
  content: "\e90d";
}
.icon-youtube:before {
  content: "\e90e";
}





/*******************************************************************FancyBox*****************************************************************************************************/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


/*************************************************************************************Not Found*************************************************************/
#notfound {
  position: relative;
  height: 100vh;
  background-color: #ebedf0;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
}
.notfound h1 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
      color: #12659f;
}
.notfound h1:before {
    display: none;
}

.notfound h2 {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
     color: #12659f;
  margin-bottom: 15px;
}
.notfound p{
    color: #000;
}
.notfound h2:before {
    display: none;
}

.notfound .back-home {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #e67825;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.notfound-social ul.social-icons {
    justify-content: center;
    padding-left: 0;
} 
.notfound-social {
  margin-top: 20px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #e67825;
  background-color: #ffffff;
  margin: 3px;
  padding: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  background-color: #e67825;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .notfound h1 {
    font-size: 68px;
  }

  .notfound h2 {
    font-size: 18px;
  }
}




.ninja-forms-field.btn{
        height: 36px!important;
    font-size: 16px!important;
    padding: 5px 23px!important;
    border:1px solid #ea6a25!important;
}

.nf-after-form-content {
    max-width: 1000px;
    margin: 0 auto;
}


.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #ea6a25;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #ea6a25!important;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #ea6a25!important;
    background-color: #ea6a25!important;
    color: #fff!important;
}
.tooltip {
  pointer-events: none;
}


.opportunities-widget.opportunities-inner .wp-block-group{
    display: inline-block;
}
.opportunities-widget.opportunities-inner {
    height: auto;
}
.f-s-20{
    font-size: 20px;
}
.opportunities-widget.opportunities-inner a{
    padding: 5px 23px;
    border: 1px solid #ea6a25;
    background-color: #ea6a25;
    color: #fff;
    margin-left: 20px;
}
.opportunities-widget.opportunities-inner p a {
    padding:0px;
     border-style: none; 
     background-color: transparent; 
    color: #12659f;
    margin-left: 0px;
}
/*.opportunities-widget.opportunities-inner a:hover{
     background-color: #ea6a25;
    color: #fff;
}*/
.opportunities-widget.opportunities-inner .opportunities-date {
    margin-bottom: 60px;
}
.sfsi_shortcode_container {
    float: initial!important;
}
.more-oppor {
    margin-bottom: 20px;
    color: #00406b;
    font-weight: 600;
    text-transform: capitalize;
}
.social-media-feed{
    border-top: 1px solid rgba(0,0,0,0.1);
}




.search-result-info {
    color: #676767;
    font-size: 13px;
    margin: 20px 0;
}
.search-page-outer {
    border-top: 1px solid #d3d1d1;
}
.search-results-inner {
    margin: 20px 0;
    background-color: #fff;
    
    padding: 30px;
    border-radius: 10px;
    /*border:1px solid rgba(234,106,37,0.5);*/
    box-shadow: 0px 2px 6px -3px #00000078;
}
.search-links {
    color: #093;
    text-decoration: none;
    padding-bottom: 2px;
}
.search-para p {
    color: #333;
    margin-top: 1px;
    font-size: 13px;
}
.search-cursor {
    text-align: center;
}
.search-cursor-page {
    display: inline-block;
}
.search-cursor-page.search-cursor-current-page a {
    color: #1A73E8;
}
.search-cursor-page a {
    color: #000;
}
.search-title-link{
        color: #12659f;
        font-size: 20px;
}
.search-result-info h3{
    color: #12659f;
}
.child-inner p{
    color: #fff;
}
.panel li{
     padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.panel li a{
        color: #00406b;
        font-size: 18px;
   }
   .panel{
    padding-left: 20px;
   }

   .search-page-outer .gdp-widget2-date{
    padding: 0;
    margin-top: 0;
   }
.search-page-outer .gdp-widget2-date i{
   color: #ea6a25;
}

.child-inner img{
    border-radius: 10px;
}
.envira-gallery-image{
    border-radius: 10px!important;
}

.sfsi_wicons{
    margin-bottom: 0px!important;
}
.sfsi_wicons:first-child {
    margin-left: 0px!important;
}
.share {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    /*border:1px solid rgba(234,106,37,0.5);*/
    box-shadow: 0px 2px 6px -3px #00000078;
}
.share h3 {
    color: #12659f;
    margin-bottom: 20px;
    font-weight: 600;
}


.resources-inner-page .resources-inner{
    background-color: #fff;
}
.resources-inner-page .resources-inner a{
    color: #00406b;
}
.resources-inner-page .resources-inner h6{
    color:  #ea6a25;
}

.aside-ul li a.active{
    color:  #ea6a25;
}



.radio-campaign .fancybox-content {
    height: -webkit-fill-available!important;
    }



    .justice {
    background-color: #fff;
    padding: 35px;
    border-radius: 10px;
        /*border:1px solid rgba(234,106,37,0.5);*/
        box-shadow: 0px 2px 6px -3px #00000078;
        margin-bottom: 30px;
}
.justice-widget {
    display: flex;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    justify-content: center;
}
.person-details {
    margin-left: 15px;
}
.person-details p {
    color: #00406b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.person-details span {
    font-size: 40px;
    font-weight: 600;
    color: #ea6a25;
    line-height: 20px;
}
.justice-para{
    font-size: 22px;
    color: #00406b;
    font-weight: 600;
    margin-bottom: 40px;
}
.justice-widget i {
    font-size: 60px;
    margin-top: 8px;
    color: #ea6a25;
    margin: 8px -12px 0;
}
.gdp-widget1 span{
    height: 100px;
    width: 100px;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    position: relative;
}
.gdp-widget1 img{
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.m-r-20{
    margin-right: 20px;
}
.f-s-30{
    font-size: 30px;
}
.about-us-icons i{
   position: absolute;
    left: -40px;

}
.about-us-icons{
    position: relative;
    margin-left: 40px;
}


#dialog {
    max-width: 900px!important;
    height: auto!important;
    width: 100%!important;
}
.window {
    position: fixed;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 0!important;
    border-radius: 0!important;
    text-align: center;
}
.m-b-0{
    margin-bottom: 0;
}
.about-us h3{
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.2)
}


.map{
    text-align: center;
}
.map svg{
    max-width: 650px;
}

.st3{
    transition: 0.3s;
}
.st3:hover{
    fill:#2196f3;
    cursor: pointer;
}
.st4{
    transition: 0.3s;
}
.st4:hover{
    fill:#2196f3;
    cursor: pointer;
}
.st7:hover {
    fill: #2196f3;
    cursor: pointer;
}
.st2:hover {
    fill: #2196f3;
    cursor: pointer;
}
.st5{
    transition: 0.3s;
}
.st5:hover{
    fill:#2196f3;
    cursor: pointer;
}
.st6{
    transition: 0.3s;
}
.st6:hover{
    fill:#2196f3;
    cursor: pointer;
}
div.pop-up {
    display: none;
    position: absolute;
    padding: 20px;
    background: #ea6a25;
    max-width: 700px;
}
div#hover-content {
  display: none;
  position: absolute;
  color: #000;
  background-color: rgba(255,255,255,0.8);
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
}
div#hover-content h6{
    margin-bottom: 0;
}
div#hover-content p{
    margin-bottom: 0;
}
.pop-up h4{
        text-transform: capitalize;
        border-bottom: 1px solid rgb(255 255 255 / 80%);
        padding-bottom: 5px;
}
.district-projects-info{
    margin-bottom: 20px;
}
.district-projects-stats{
    margin-bottom: 20px;
}
.district-projects-stats [class^="col"]{
    text-align: center;
    display: flex;
    align-items: center;
}
.district-projects-stats [class^="col"]+[class^="col"] {
    border-left: 1px solid rgb(255 255 255 / 80%);
}
.pop-up .table{
    color: #fff;
background-color: #eb9351;
margin-bottom: 0;
}
.pop-up .table td{
    border-top-style: none;
}
.pop-up .table th{
    border-right: 1px solid #e67825;
    border-top-style: none;

}
.pop-up .table td{
    padding: 5px 20px;
    text-align: center;
}
.pop-up .table th{
    text-align: center;
    padding: 5px 10px;
}
.pop-up .table tr td:first-child{
    text-transform: uppercase;
}
.pop-up .table tr+tr{
    border-top:1px solid #e67825;
}
.pop-up{
    color: #fff;
}
.close-btn{
    text-align: right;
/*  display: none;*/
}
.close-btn:hover{
    cursor: pointer;
}
.close-btn i{
    color: #fff;
    margin-bottom: 10px;
    
}
div#hover-content:after {
content: '';
height: 40px;
width: 2px;
background-color: #fff;
position: absolute;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
}
div#hover-content:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -42px;
    background-color: #080808;
    left: 47%;
    border-radius: 50%;
    z-index: 2;
}
div#pop-up-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 30;
}
.popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#hover-content h6{
    text-transform: capitalize;
}
.f-s-18{
    font-size: 18px;
}



.justice {
    background-color: #fff;
    padding: 35px 35px 70px 35px;
    border-radius: 10px;
        /*border:1px solid rgba(234,106,37,0.5);*/
        box-shadow: 0px 2px 6px -3px #00000078;
        margin-bottom: 30px;
}
.justice-widget {
    display: flex;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    justify-content: center;
}
.person-details {
    margin-left: 15px;
}
.person-details p {
    color: #00406b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.person-details span {
    font-size: 40px;
    font-weight: 600;
    color: #ea6a25;
    line-height: 20px;
}
.justice-para{
    font-size: 22px;
    color: #00406b;
    font-weight: 600;
    margin-bottom: 40px;
}
.justice-widget i {
    font-size: 60px;
    margin-top: 8px;
    color: #ea6a25;
    margin: 8px -12px 0;
}


/*.highlights{
    text-align: center;
}*/
.highlights h3{
        color: #D13A27;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}
.highlights h6{
    font-weight: 600;
}
.highlights h5{
    color: #0178B2;
    font-weight: 600;
}
.justice-stats {
    
    color: #fff;
    padding: 20px;
    text-align: center;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg-reddish{
    background-color: #D13A27;
}
.c-reddish{
    color: #D13A27;
}
.bg-green{
    background-color: #4E8F41;
}
.c-green{
    color: #4E8F41;
}
.bg-yellow{
    background-color: #EB9B22;
}
.c-yellow{
    color:  #EB9B22;
}
.justice-heading{
    font-size: 35px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 600;
}
.jr-mb{
    margin-bottom: 100px;
}
.justice-resources a{
    color: #fff;
    display: block;
}
.justice-resources{
    border-radius: 10px;
    /*border:1px solid rgba(234,106,37,0.5);*/
    box-shadow: 0px 2px 6px -3px #00000078;

}

.justice-resources a:hover{
    color: #000;
}
.justice-resources h3{
    font-size: 25px;
    margin-top: 15px;
}
.down {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.infographic-inner{
    text-align: center;
}
.infographic h6{
    font-size: 16px;
}
.infographic-inner h6{
    margin-bottom: 0;
    
}
.justice-year{
    font-weight: 600;
    display: block;
}
.row1{
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.row.row1:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #d2d3d5;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
}
.infographic-inner:after {
    content: "";
    width: 20px;
    height: 20px;
    
    position: absolute;
    border-radius: 100%;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.infographic-inner.green:after {
    background-color:#4E8F41;
}
.infographic-inner.blue:after {
    background-color: #12659f;
}
.infographic-inner.reddish:after {
    background-color: #D13A27;
}
.infographic-inner.yellow:after {
    background-color: #EB9B22;
}
.infographic img{
    width: 100%;
    margin-left: 10px;
}

video#myVideo {
    width: 100%;
    display: block;
}

@media only screen and (max-width : 767px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}
/*.popup-inner{
    width: 100%;
}*/
@media (min-width: 768px){
.infographic .col-md-2 {
    -ms-flex: 0 0 10.666667%;
    flex: 0 0 10.666667%;
    max-width: 10.666667%;

}
}
.ch-justice ul li{
    font-size: 16px;
}



	.video {
		width: 100%;
	}
	.wrapper{
		display:table;
		width:100%;
		position:relative;
	}
	.audio-button {
    position: absolute;
    right: 6%;
    bottom: 2%;
    background-color: #ea6a25;
    padding: 5px;
    border: 1px solid #ea6a25;
    color: #fff;
    border-radius: 5px;
}
.video-button {
    position: absolute;
    right: 12%;
    bottom: 2%;
    background-color: #ea6a25;
    padding: 5px;
    border: 1px solid #ea6a25;
    color: #fff;
    border-radius: 5px;
}


.contact-us-btn{
    margin: 20px 0;
}

.footer ul.social-icons{
    justify-content: center;
    padding-left: 0;

}
.footer .social-icons i {
    color: #ffffff!important;
}
.footer-inner{
    padding: 30px 0;

}
video{
    background-color:transparent;
}
/*.contact-us-btn a{
        background-color: #00406b;
    color: #fff;
    border-radius: 10px;
}*/
.contact-us-btn a:hover{
    color: #fff;
    background-color: #ea6a25; 
}
.footer-logo{
    width: 100px;
}
.contact-info{
    display: none;
}


.dropdown-submenu .dropdown-menu {
    left: 237px;
    top: 0;
}
.dropdown-submenu a{
    color: #000;
}
.dropdown-submenu .nav-link {
    color: #000!important;
    padding-left: 10px!important;
}
.header .nav-item.active .dropdown-submenu .nav-link {
    color: #000000!important;
}

.dropdown-submenu .dropdown-toggle::after {
    content: "\e902";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 18px;
    color: #635d5d;
    border-style: none;
}
.dropdown-submenu .dropdown-menu:after{
    content: none;
}
/*.dropdown-submenu:hover .dropdown-menu.show {
    display: block;
}*/


tr.bg-dark-green-table {
    background-color: #70ad46;
}
tr.bg-green-table {
    background-color: #e2f0d9;
}




.reports-inner h6{
    color: #fff;
}
.reports-inner a{
    color: #fff;
}
.resources-inner {
    background-color: #408a56;
    position: relative;
    height: 180px;
    border-radius: 10px;
    box-shadow: 0 2px 6px -3px #00000078;
}
.resources-inner-page .resources-inner h6 {
    color: #ea6a25;
}
.resources-inner-page .resources-inner a {
    color: #00406b;
}

/*@media (min-width: 576px) and (max-width: 1199px){
#pop-up-outer .modal-dialog {
    max-width: 300px;
    margin: 1.75rem auto;
}
}
@media (min-width: 1200px){
#pop-up-outer .modal-dialog {
    max-width: 350px;
    margin: 1.75rem auto;
}
}*/

#pop-up-outer .modal-content{
    max-width: 450px;
}


.covid-19 .resources-inner{
	margin: 50px 0;
}
.bold{
	font-weight: 700;
}

.infographic .carousel-indicators li{
	background-color: red;
}
.infographic .carousel-indicators{
	bottom: -50px;
}

.popup-inner img{
    width: 100%;
}
.bulit li {
    list-style: disc !important;
}
.partners .row{
    margin-bottom: 30px;
}

.partners .row {
    margin-bottom: 30px;
}

.partners  img{
    width: 250px;
}