*,span,p,h1,h2,h3,h4,h5,h6,ul,li,ol,a{
    padding: 0;
    margin: 0;
}


body{
    
    font-family: 'Lato', sans-serif;
}

/*************************************************navbar***********************************************/
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.skcvmenu{
    background: #8ad40d;
}
.navbar-fixed-top{
    position: static;
}
.navbar-default{
    background-color: transparent!important;
    border-color: transparent!important;
}
.navbar{
    margin-bottom: 0!important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > li > a:hover{
    background-color: #398ece;
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
}
.nav > li > a{
        padding: 16px 26px;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}
.navbar-nav > li {
    float: left;
    border-right: 1px solid #fff;
}
.dropdown-menu > li > a{
    padding: 8px 20px;
}
.navbar-collapse{
    border-radius: 0;
    padding: 0;
}
.navbar{
    border-radius: 0;
}
.navbar-inverse {
    background-color: #8ad40d;
    border-color: #404040;
}
.navbar-inverse{
    border: none;
}
/*************************************************navbar***********************************************/

.skcvlogo{
    margin: 20px 0;
}
.skcvclml ul{
    float: right;
    margin-top: 40px;
}
.skcvclml ul li{
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
}
.skcvclml ul li a{
    font-size: 15px;
    color: #404040;
    text-decoration: none;
    font-weight: 700;
}
.fa-envelope{
    width: 30px;
    height: 30px;
    background: #398ece;
    padding: 8px;
    border-radius: 50%;
}

.fa-envelope:before, .fa-phone:before{
color: #fff;
}
.fa-phone{
       width: 30px;
    height: 30px;
    background: #398ece;
    padding: 8px;
    border-radius: 50%;
}
/*********************************************************banner********************************************/

.banner_slider {position: relative; padding:0;}
.banner_slider .owl-item.active .single-slider .intro1 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}
.banner_slider .owl-item.active .single-slider .intro2 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}
.banner_slider img{ width:100%;}
.banner_slider .owl-item.active .single-slider .text {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}
.banner_slider .owl-item.active .single-slider .buttons {-webkit-animation-delay: 0.9s;animation-delay: 0.9s;-webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
.banner_slider .owl-dots .owl-dot { background: #b22336; display: inline-block; margin-right: 8px;-webkit-transition: all .3s ease 0s; transition: all .3s ease 0s; width: 18px; height: 18px; border-radius: 18px; border:3px solid #fff;}
.banner_slider .owl-dots{ position: absolute; left:0; bottom:15px; width:100%; text-align: center;}
.banner_slider .owl-dots .owl-dot.active { background-color: #284c88;}
.banner_slider .owl-nav{}
.banner_slider .single-slider::before {opacity: 0.7;}
.banner_slider .content .intro1 {font-size: 23px;color:#fff; margin:0; font-weight: 500; text-transform: uppercase;}
.banner_slider .content .intro2 {font-size: 45px;color: #fff; margin:0; font-weight: 500; text-transform: uppercase;}
.banner_slider .content_bg{ padding:0; position: absolute; top:40%; }
.banner_slider .content .intro2 span{ display: block;}
.banner_slider .content p{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 16px 0 20px 0;
}
.banner_slider .owl-item.active .single-slider .intro2 h2{
    margin-top: 20px;
    display: block;
}
.banner_slider .content .buttons {color: #fff;font-size: 18px; background:#398ece; text-decoration: none; padding:15px 30px;
border-radius:50px; display: inline-block; font-weight: 300;}
.banner_slider .owl-theme .owl-controls .owl-page span{ color:#fff; }
.banner_slider .owl-theme .owl-controls .owl-page.active span, .banner_slider .owl-theme .owl-controls.clickable .owl-page:hover span{ color:#93d050 !important;}
.banner_slider .owl-next .fa-angle-right{ width: 40px;height: 40px;line-height: 50px;border-radius: 40px;display: inline-block; text-align:center; position: absolute;right:15px; top:40%; z-index:2;}
.banner_slider .owl-prev .fa-angle-left{ width: 40px;height: 40px;line-height: 50px;border-radius: 40px;display: inline-block; text-align:center; position: absolute;left:15px; top:40%; z-index:2;}
.banner_slider .fa-angle-left::before {  content:''; background:url(../images/arrow1.png) no-repeat; width:40px; height:40px;
display: inline-block;}
.banner_slider .fa-angle-right::before {  content:''; background:url(../images/arrow2.png) no-repeat; width:40px; height:40px;
display: inline-block;}
.skcv-banner{
    padding: 0;
}
.owl-prev{
        position: absolute;
    bottom: 50%;
    left: 0;
}
.owl-next {
    position: absolute;
    right: 0;
    bottom: 50%;
}

/**************************************************************about trust*************************************/
.volunteer h2, .skcvtrust h2{
    font-size: 45px;
    text-align: center;
    font-weight: 900;
    color: #e85e25;
}
.skcvtrust h4, .nsevntsbys h4{
    text-align: center;
    font-size: 30px;
    color: #398ece;
    margin-top: 30px;
}

.skcvtrust p{
    text-align: center;
    width: 710px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}
.skcvtrust a{
    font-size: 18px;
    color: #fff;
    background: #000;
    padding: 12px 26px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    width: 150px;
    display: block;
    margin-top: 30px;
    text-decoration: none;
}
.skcvtrust a:hover{
    background: #fdb858;
    transition: 0.5s all;
}
.skcvvsms{
    background: #fdb858;
    margin-top: 65px;
    padding: 58px 90px;
}
.skcvchld img{
    position: absolute;
    top: -121px;
}
.skcvvmcnt p{
    text-align: left;
    font-size: 18px;
}
.cnt1 img, .cnt2 img{
    padding-right: 15px;
}
.cnt1 h3, .cnt2 h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.cnt2{
    margin-top: 20px;
}
.cnt2 p{
    margin-bottom: 30px;
}
img.wvsimg{
    bottom: -121px;
    position: absolute;
    left: 0;
    width: 100%;
}

/************************************************************skcv home services************************************/

.skcvservs1{
    background: #e95f26;
    width: 273px;
    padding: 35px 20px;
    margin: 5px;
}
.skcvservs1 img{
    margin: 0 auto;
}
.skcvservs1 h4{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    
}
.skcvservs1:hover{
    background: #398ece;
    transition: 0.5s all;
}
.skcvservs h5{
    text-align: center;
    font-size: 45px;
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: 600;
}
.skcvservs{
    margin-bottom: 60px;
}

/************************************************************Founder & Chairman************************************/

.skcfochrm{
    background: url(../images/testimonialbg.jpg) no-repeat;
    background-size: cover;
    padding-top: 190px;
}
.skcvchrman h3{
    color: #ffc900;
    font-size: 36px;
} 
.skcvchrman h6{
    font-size: 24px;
    color: #ffc900;
    margin-bottom: 26px;
}
.skcvchrman h4{
    font-size: 24px;
    color: #1b6095;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 35px;
}
.skcvchrman{
    padding: 50px;
}
.skcvchrman p{
    font-size: 18px;
    color: #fff;
}
.skcvchrman a{
    color: #fbc170;
    margin-top: 14px;
    display: block;
    text-decoration: none;
}
.skcvchrman img{
    position: absolute;
    right: 0;
    top: -10px;
    width:200px;
    height:200px;
    border-radius: 20%;
    border: 5px solid #3ba5cf;
}
/**************************************************trust counts*********************************************************/
.skcvtrst{padding: 0; margin-bottom: 70px;}
.skcvtred{
    background: #1b6095;
    padding: 0;
}
.skcvtred1{
    background: #297bb9;
}
.skcvtred, .skcvtred1{
    padding: 80px 0;
    height: 400px;
}
.tred1{
    width: 40em;
}
.tred1 h2{
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}
.tred1 h5{
    font-size: 22px;
    line-height: 25px;
    color: #fff;
}
.tred1 {
    width: 20em;
    display: block;
    margin: 0 auto;
}
.skcvtred2{
    background: url(../imagess/gallery-1.jpg)no-repeat;
    background-size: cover;
    height: 400px;
}
.tred2{
    width: 35em;
    padding: 80px 0;
}
.tred2 h6{
    font-size: 55px;
    font-weight: 500;
    color: #fff;
}
.skcvblvs h4{
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 39px;
}
.blvscnt{
    background: #f3f3f4;
    padding: 24px 47px;
	min-height: 242px;  
}
.blvscnt h3{
    color: #398ece;
    font-size: 24px;
    margin-bottom: 15px;    
}
.blvscnt p{
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
.fa-chevron-right{
    float: right;
    margin-top: 20px;
}

.fa-chevron-right:before{
background: #000;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    padding: 8px 11px;
    color: #fff;
}
.skcvblvs{
    margin-bottom: 80px;
}

/*********************************************************home page slider**************************************/

.slider {
        width: 50%;
        margin: 0px auto;
    padding: 0;
    }

    .slick-slide {
      margin: 0px 0px;
    }

    /*.slick-slide img {
      width: 100%;
    }*/

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
.reg_sli img{
  /*  margin-bottom: 15px;*/
    width: 250px;
}
.slick-next{
    background: url(../images/right-arrow-img.png)no-repeat!important;
    width: 50px!important;
    height: 50px!important;
    top: 49%;
    right: 20px;
}
.slick-prev{
    background: url(../images/left-arrow-img.png)no-repeat!important;
    width: 50px!important;
    height: 50px!important;
    top: 49%;
    z-index: 9;
    left: 20px;
}
.slick-next:before, .slick-prev:before{
    content: none!important;
}
.slider {
    width: 100%;
}
.slick-slide img{
    padding: 0;
    width: 100%;
}
.skcvgalleryslider{
    padding: 0;
}

/**************************************************************************************news&events***************************************************/
.skcvnwsevnts h4{
    font-size: 31px;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
.skcvnwsevnts{
    padding: 80px 0;
    background: #f3f3f4;
}
.evntscnts{
 width: 306px;
    background: #fff;
    font-size: 18px;
    border-bottom: 10px solid #1b6095;
    height: 130px;
    float: right;
    margin-top: -70px;
    z-index: 9999999;
    position: sticky;
    margin-right: 0px;
    padding: 10px;
}
.farht{
    margin-top: 10px;
}
.farht::before{
    background: none;
    color: #2e2e2e;
}
.slick-dots li button{
    background: #fdb858;
   border-radius: 100%;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 0!important;
 text-align: left; 
    right: auto;
}
.skcvtrsaw{
    background: #fff;
    padding: 30px 22px;
}
.skcvtrsaw h6{
    font-size: 24px;
    
}
.skcvtrsaw p{
    font-size: 18px;
    margin-top: 37px;
}
.farhtb::before{
    
    background: #fdb858;
    margin-bottom: 55px;
}
/**********************************************************************testimonials**********************************/
.skcvtstsmnls{
    padding: 80px 0;
}
.skcvtstsmnls h4{
    font-size: 35px;
    color: #398ece;
    text-align: center;
    margin-bottom: 30px;
}


.testimonials img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.testimonials p{
    width: 650px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
img.a-left{
border-radius: 100px;
    left: 0;
    right: auto;
    background: url(../images/left-arrow.png)no-repeat!important;
    border: none!important;
    width: 40px!important;
    height: 40px!important;
}
img.a-right{
    background: url(../images/right-arrow.png)no-repeat!important;
     border: none!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 100px;
}
.testimonials h5{
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}
.skcvftrimg img{
    width: 100%;
}
.skcvftrimg{
padding: 0;}

/**********************************************************************************Footer**************************************************/
.skcvfooter{
    background: #e95f26;
    padding: 80px 0 40px 0;
    background-size: cover;
}
.ftrqcklks ul li{
    list-style-type: none;
}
.ftrqcklks ul li a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
}
.cntdetls h4{
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.cntdetls p{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
}
.skcvphne{
    border: 3px solid #fff;
    padding: 20px;
}
.skcvphne p{
font-size: 17px;
    color: #fff;
    text-align: center
}
.skcvphne p a{
    color: #fff;
    text-decoration: none;
    text-align: center
}
.skcvphne span a{
     color: #fff;
    text-decoration: none;
    font-size: 17px;
    text-align: center;
}
.cpyrght{
background: #000;
}
.skcvcpys ul li{
    display: inline-block;
    list-style-type: none;
    padding-right: 5px;
}
.skcvcpy p{
    color: #fff;
    padding-top: 10px;
}
.skcvcpy p a{
    color: #fff;
    text-decoration: none;
}
.skcvcpys ul{
    margin: 0 auto;
    text-align: center;
}
.cpyrght{
    padding: 10px 0;
}

/**********************************************************back to top**************************************/
.bck {
	position: fixed;
	bottom: 3rem;
	right: 2rem;
	background: rgba(0,0,0,.8);
	color: #fff;
	visibility: hidden;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	transition-property: all;
    border-radius: 50px;
}

.bck.bck-on {visibility: visible;}

.fade{opacity: 0;}

.bck-on.fade{opacity: 1;}

.rightToLeft {right : -50px;}

.bck-on.rightToLeft{right: 4rem;}

.bottomToTop {bottom: -50px;}

.bck-on.bottomToTop {bottom:3rem;}

.bck-leftToRight {left: -50px;}

.bck-on.leftToRight {left:1rem;}

.topToBottom {top: -50px;}

.bck-on.topToBottom {top:1rem;}
/************************************************************fixed**********************************************************/
.fixednrs{
position: fixed;
    bottom: 10%;
    right: 30px;
    z-index: 9999;
}
/************************************************************about us page**********************************************************/
.skcv-about-banner{
    padding: 0;
    margin-bottom:30px;
    height: 400px;
}
.skcv-about-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abtjsty p{
    text-align: justify;
}
.abtpgecnt {
    background: #fdb858;
    padding: 69px 0 60px 40px;
}
.skcvabtpge{
    margin: 70px 0 70px 0px; 
}
.abtpgecnt h4{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
.abtpgecnt p{
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
}
.abtuschrmn img{
    margin-top: -100px;
}
img.skcvposab{
    position: absolute;
    bottom: 0;
    right:0;
}
.skcvregnz{
    background: url(../imagess/eventsimg1.jpg)no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.skcvregnz h4{
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.skcvregnz h6{
     color: #fff;
    text-align: center;
    font-size: 24px;
}
/******************************************************about us page - recognization******************************************************/
.eventss{
    margin-top: 50px;
}
.eventss img{
    width:  83px;
    height: 83px;
    display: block;
    margin: 0 auto;
}
.eventss h5{
       width: 370px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 40px 35px;
    margin-top: -38px;
    font-size: 20px;
    height: 420px;
    line-height: 30px;
    
}
.eventss h4{
    width: 370px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    color:#000;
    font-size: 30px;
    padding:20px;
}
.abtpgecnt h5{
    font-size: 25px;
    padding-bottom: 15px;
}
img.aa-left{
    background: url(../images/abt-lft.png)no-repeat!important;
    width: 28px!important;
    height: 44px!important;
left: -50px;
border: none!important;
border-color: transparent!important;
right: auto;
    margin-top: 20px;
}
img.aa-right{
     background: url(../images/abt-rht.png)no-repeat!important;
    width: 28px!important;
    height: 44px!important;
    right: -50px;
    margin-top: 20px;
left: auto;
}
.skcvtrstmbrs{
    padding: 70px;
}
.trstmembrslst{
    background-color: #f3f3f4;
}
.trstmembrslst{
    padding: 46px;
}
.trstmembrslst h4{
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
}
.trstmembrslst ul li{
    font-size: 20px;
    color: #398ece;
    list-style-type: none;
    margin-bottom: 12px;
}
.abtrt{
    padding: 0;
}
.skcvcmmtne{
    margin-bottom: 70px;
}
.skcvcmmtne h4{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 44px;
}
.commitmntlst ul li{
    display: inline-block;    
}
.commitmntlst ul li img{
    float: left;
}
.commitmntlst ul li p {
    display: inline-block;
    padding-top: 0px;
    padding-left: 14px;
    font-size: 18px;
    line-height: 25px;
}
.brdrrtbt{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.brdrbt{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.brdrrt{
    border-right: 1px solid #ccc;
    padding-top: 25px;
}
img.fullwdth{
    width: 100%;
}

/**********************************************************activities page**********************************************/
.actvs h4{
    margin-bottom: 53px;
}
.skcvactvis1 h5{
    color: #464646;
    font-size: 18px;
    padding: 30px 0;
    font-weight: 700;
}
.skcvactvis1 ul li{
    font-size: 18px;
    list-style-type: none;
    margin-bottom: 25px;
}
.fa-caret-right::before{
    color: #e95f26;
    font-size: 25px;
    padding-right: 10px;
}
.skcvactvis1 p{
    width: 100%;
    margin-top: 0;
}
img.fullwid{
    width: 100%;
    margin: 80px 0;
}
.actvs{
    margin-bottom: 80px;
}

/***********************************************************************gallery*******************************************************/

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  display: inline-block;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border-radius: 0px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
padding: 0;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.lg-outer, .lg-backdrop{    z-index: 9999;}
.demo-gallery > ul > li a{
    width: 100%;
    height:225px;
}
.nsevntsbys h6{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0;
}

/************************************************************news&eventsboys**************************************************/
.evntscmnt h3{
    color: #398ece;
    font-size: 24px;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-top: 30px;
}
.evntscmnt h6{
    padding: 0;
    margin: 0;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    color: #464646;
    padding: 15px 0 35px 0;
}
.evntscmnt p{
     font-size: 18px;
    line-height: 30px;
}
.evntscmnt a{
    background: #398ece;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
    display: inline-block
}
.evntsbrdr{
    border: 1px solid #ccc;
    padding: 0;
    margin: 15px 0;
}
.nsevntsbys{
    margin-bottom: 70px;
}
.evntsbysimg{
    padding: 0;
}
/*******************************************************objectives*******************************************/
.fa-star-o{
    font-size: 60px;
    color: #398ece;
        margin-top: 15px;
}
.obsp{
    padding-top: 10px;
    font-size: 18px;
}
.objvscnt{
    border: 1px solid #fdb858;
    border-radius: 10px;
    padding: 40px 10px;
    height: 180px;
    margin-bottom: 30px;
    width: 530px;
    margin-right: 20px;
}
.objsnetrk h4{
    text-align: center;
    font-size: 30px;
    color: #398ece;
    margin-top: 22px;
}
.objsnetrk p{
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.txtalrg{
padding-top: 20px;
    border-right: 1px solid #dfe5d9;
    padding-bottom: 38px;
     border-bottom: 1px solid #dfe5d9;
    height: 120px;
    
}
.txtallf{
padding-top: 20px;
 border-bottom: 1px solid #dfe5d9;
     padding-bottom: 38px;
    height: 120px;
}

.txtalrg h5, .txtallf h5{
    text-align: right;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.txtalrg p, .txtallf p{
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 18px;
}
.txtallf h5, .txtallf p{
    text-align: left;
}
.objsnetrk{
margin-bottom: 70px;
}
.skcvservce h4{
        text-align: center;
    font-size: 30px;
    color: #398ece;
    margin-top: 22px;
}
.skcvservce h5{
    color: #e95f26;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding-top: 23px;
}
.skcvservce p{
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 45px;
}
.skcvservce h6{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
}
.specialitiess{
    margin-bottom: 70px;
}
img.a-lefts{
    background: url(../images/arrow1.png)no-repeat!important;
    width:40px ;
    height: 40px;
    left: -40px;
}
img.a-rights{
    background: url(../images/arrow2.png)no-repeat!important;
    width:40px ;
    height: 40px;
    right: -40px;
}

/*************************************************************************contact-us page****************************************/
.fa-makers{
background:#398ece;
color: #fff;
    font-size: 50px;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.fa-phones{
      padding: 23px 20px 29px 49px;
    width: 127px;
    height: 82px;
    border-radius: 10px;
    font-size: 40px;

}
.fa-envelopes{
  padding: 19px 20px 25px 45px;
    width: 127px;
    height: 82px;
    border-radius: 10px;
    font-size: 35px;
}
.addrs{
    margin-bottom: 15px;
    
}
.addrs h3{
    font-family: 'Tekton Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.addrs h4{
    color: #e95f26;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.addrs p{
    font-size: 17px;
    color: #575757;
    line-height: 30px;
}
.addrs1 p{
    padding-top: 20px;
}
.addrs1 p a{
    text-decoration: none;
    color: #575757;
}
.maps{
    margin: 30px 0 90px 0;
}
.addrs-frm{
    
}
.addrs-frm{
    background: #fdb858;
    padding: 0 40px;
       padding-bottom: 160px;
    
}
.addrs-frm h3{
    font-size: 30px;
    color: #fff;
    padding: 37px 0;
}
.form-group{
padding: 0 10px;}
.grp textarea{
height: 100px;}
input.form-control{
border-radius: 0;
    margin-bottom: 5px;
height: 45px;}

.btn-primary{
    background: #df7c25;
    width: 100%;
    font-size: 18px;
    border: none;
    border-radius: 0;
    outline: none;
}
.addrs-frm img{
    position: absolute;
    left: 0;
    bottom: 0;
}

.close{
margin-right: 30px;}
@font-face {
    font-family: 'Tekton Pro';
    src: url('TektonPro-Bold.woff2') format('woff2'),
        url('TektonPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/**************************************************************************Chairmanmessage*********************************************************************/
.chrmnmesge{
margin: 120px 0 0;}
.chrmsgcnt h5{
    color: #e95f26;
    font-size: 25px;  
    margin-bottom: 10px;
    font-weight: bold;
        margin-top: 20px;
    text-align: center;
}
.chrmsgcnt p{
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}


/***********************************************************************online donation*************************************************************/

.donation h5, .donation h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    color: #e95f26;
}

.donation h4{
    color: #398ece;
}
.donation p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
th {
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
    font-weight: bold;
    color: #000;
}
tr {
    border: solid 2px #fff;
}
td {
    padding: 0;
    background: #efebe0;
}
.table_br {
    margin-top: 50px;
    margin-bottom: 50px;
}
.donate-children {
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}
.affix {
    top: 0;
    position: fixed!important;
    z-index: 9999;
}

.skcvobjctvs{margin-top: 30px;}
.article-post {
  padding-top: 1.5rem;
}
.article-thumbimg {
  margin-bottom: 14px;
}
.ariclepost-heading h1 {
  font-weight: 600;
  font-size: 1.8rem;
  -webkit-text-stroke: 0.5px;
  margin-bottom: 0;
}
.ariclepost-heading {
  margin-bottom: 24px;
}
.ariclepost-content {
  margin-top: 16px;
}
.ariclepost-content p {
  font-size: 18px;
}
.article-post .sharesocial-post {
  top: 60px;
  z-index: 1019;
  margin-bottom: 8px;
}
.sharesocial-post {
  border: 1px solid #eee;
  padding: 4px;
  border-radius: 4px;
}
.sharesocial-post ul {
  padding-left: 0;
  margin-bottom: 0;
}
.sharesocial-post ul li {
  list-style-type: none;
  margin: 5px 9px;
  text-align: center;
  color: #4a4a4a;
  font-weight: 700;
}
.sharesocial-post ul li button {
  background: 0 0;
  border: 0;
  padding: 0;
  outline: 0;
}
.sharesocial-post ul li i {
  font-size: 18px;
  color:#fff !important;
}
.sharesocial-post ul li .fa-facebook-square {
  color: #4267b2;
}
.sharesocial-post ul li .fa-twitter-square {
  color: #1da1f2;
}
.sharesocial-post ul li .fa-whatsapp-square {
  color: #00e676;
}
.td-social-but-icon {
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 46px;
    z-index: 1;
}
.td-social-network {
    margin-right: 7px;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    height: 40px;
    min-width: 40px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    color:#fff;
}
.td-social-facebook {
    background-color: #516eab;
    
}
.td-social-twitter {
    background-color: #29c5f6;
}
.td-social-whatsapp {
    background-color: #7bbf6a;
}
.td-social-copylink {
    background-color: #ca212a;
}

.tred3{
    background: #2087d6!important;
}
.activity_pdf{
    width:95%;
    height:800px;
}
.owl-carousel.owl-drag .owl-item{height:600px;}
.volunteer{background:none !Important;text-align: right;}
.volunteer p {color:#000!Important;}
.volunteer h4,.volunteer h6 {margin-bottom: 10px;}
.volunteer h6 {color: #e85e25;}
.volunteer h2{margin-bottom: 50px;}
.volunteer .skcvchrman img {
    position: unset;
    float: left;
    width: 50%;
    height: 300px;
}
.volunteer .volunteer_name h3{
    word-break:break-all;
    font-size: 30px;
    color: #e85e25;
}
.volunteer_name {
    margin-top: 20%;
}
.demo-gallery-poster .fa{ font-size:50px; color:#fec753;display:none;margin-top: 20%;}
.gallery_s:hover .demo-gallery-poster .fa { display:block;}
.skcvservce.chrmnmesge h5{text-align: left;}
.skcvservce.chrmnmesge p{text-align:left;margin:10px 0;}
.skcvservce.chrmnmesge{margin-top:0px;}
.number_list {padding-left:25px;}
.number_list li{line-height: 25px;
    font-size: 18px;}
.primary_info{    text-align: center!important;
    margin-bottom: 10px;}
    .chrmnmesge .table_br{margin-top:0px!important;}
    .chrmsgcnt h6,.chrmsgcnt p{
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-top: 8px;
    text-decoration: none;
    padding:0;
    }
     .chrmsgcnt h6{
        color: #398ece!important; 
     }
     .chrmsgcnt a{
         font-size:18px!important;
     }
.mt-20{
    margin-top:20px;
}
.quotes {
    font-size: 20px !important;
    color: #ea5f26;
    text-align: center !important;
}
.color-orange{
    color: #e95f26!important;
}
.mt-0{
    margin-top:0px!important;
}
.gallery_s {padding: 10px; position: relative;    height: 225px;
    margin-bottom: 20px;}
.gallery_s img{ display: inline-block; padding:0; width:100%;height: 100%;    object-fit: cover;}
.gallery_s_icon { left:0; top:35%; position: absolute;  opacity: 0;transition: .5s ease-out; transform: scale(0);
display: flex; align-items: center; justify-content: center; width:100%;}
.gallery_s_icon .fa{ font-size:50px; color:#fec753;}
.gallery_s:hover .gallery_s_icon { opacity: 1; transition: .7s all; transform: scale(1);}
.founder-img{
    width:100%!important;
    height:auto!important;
    margin-top:40px;
    position:unset !important;
    margin-bottom:20px;
}
.objctsimg .img-responsive {
    margin-bottom: 15px;
}
.col-lg-4.col-md-4.col-sm-12.col-xs-12.blvssec1 {
    margin-bottom: 15px;
}
