:root {
    /* colors */
    --color1: #ffb401 !important;
    --color2: #c8e9f9 !important
}
a:hover {
text-decoration: none;
}
.bg-grey {
background: #f5f5f5;
}
/* website buttons */
button, .btn {
    border: none;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
   
}


/* blue buttons */
.btn-blue{
    background-color: var(--color1);
    border: 1px solid transparent;
    transition: 0.5s;
    color: black;
}

 .btn-blue:hover{
    background-color: white;
    color:var(--color1) !important;
    border: 1px solid var(--color1) !important;
}




/* section gap */
.section-gap{
    padding: 50px 0px;
}


/* fonts */
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
} 

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../fonts/Poppins-SemiBold.ttf");
} 

@font-face {
     font-family: 'Poppins-Bold';
     src: url("../fonts/Poppins-Bold.ttf");
 }

/* resetting padding margin */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* all h1 and h2 in website */
h1,h2{
    margin-top: 0px !important;
    font-family: 'Poppins-Bold';
    font-size: 30px !important;
}


body{
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
}

/*--------------------------------------------------------------------------- style header -------------------------------------------------------------- */
header {
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: white;
    z-index: 5;
    top: 0px; 
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0,0.5) !important;
}

header .topside{
    background-color:var(--color2);
    width: 45%;
    margin-left: auto;
    padding: 8px 15px 8px 50px;
    transform: skewX(30deg);
    position: absolute;
    right: -20px;
    top:0px;
    z-index:3;
}

header .topside .topsideinner{
    transform: skewX(-30deg);
}


header .topside input{
    border: 2px solid white;
    border-radius: 15px;
    background-color:white;
    padding: 0px 10px 0px 5px;
    color: rgb(0, 0, 0);
    width: 100%;
    max-width: 150px;
    outline: none;
    font-family: 'Poppins-Regular';
    padding: 0px 0px 0px 12px;
}

header .topside input:focus+i{
    display: none;
}

header .topside input::placeholder{
    color: #4c4c4c;
    font-family: 'Poppins-Regular';
}


header .topside ul{
    margin-bottom: 0px!important;  
    padding: 0px !important;
}

header .topside ul li{
    list-style: none;
    margin-left: 23px;
    padding-bottom: 5px;
}

header .topside ul li a{
    text-decoration: none;
    color:black;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Poppins-Regular';

}

    /*--------------------------------------------------------------------------- style navbar -------------------------------------------------------------- */
header .navleft .logo{
    text-decoration: none;
    z-index:0;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
 
}

header nav .logo img{
    width: 100%;
    max-width:100px;
}
header .menu{
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 100%;
    margin: auto;
    max-width: 992px;
    white-space:nowrap;
}

    header .menu li {
        list-style: none;
        padding: 10px 10px 12px 10px;
        font-family: 'poppins';
        color: black;
        font-size: 18px;
        font-family: 'Poppins-SemiBold';
        margin: 0px 10px 0px 10px;
        cursor: pointer;
    }

    header .menu li a {
        text-decoration: none;
        color: black;
        transition: 0.5s;
        cursor: pointer;
    }

    header .menu li:hover {
        color: #2f3191 !important;
    }

header .follow{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
}

    .follow a {
    text-decoration:none;
    }

header .menu .dropdown ul li{
    margin:5px 0px 0px 0px;
    height: auto;
    position: relative;
    width: auto;
    font-size: 14px;
    padding: 0px!important;   
}

header .menu li:hover .dropdown a{
    color: black;
}


header .menu .dropdown ul span i{
    background-color:var(--color1);
    color: white;
    padding:3px 5px;
    margin-left: 5px;
}

header .menu .dropdown ul li a{
    font-family: 'Poppins-Regular';
}

header .menu .dropdown a:hover {
    color: #2f3191 !important;
}

header .menu .dropdown {
    cursor: default;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 30%);
}

header .menu .dropdown li{
    cursor: default
}

header .menu .dropdown ul span {
   /* font-weight: bold;*/
    cursor: auto;
  /*  font-family: 'Poppins-SemiBold';*/
    font-size: 18px;
}

header .homelogin{
    display: none;
}

header .homelogin li{
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
}


/*--------------------------------------------------------------------------- style hamburg -------------------------------------------------------------- */

 .bar {
    height: 35px;
    width: 40px;
    bottom: 5px;
    right: 15px;
    position:absolute;
    border-radius: 10px;
    display: none;
    cursor: pointer;
  }

    .bar span {
        background-color: #2e3091;
        height: 3px;
        width: 30px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
  
  .bar span:nth-child(1) {
    top: 5px;
    background-color: black;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
   .bar span:nth-child(2) {
    top: 15px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
   .bar span:nth-child(3) {
    top: 25px;
    background-color: black;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
   .bar.show span:nth-child(2) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  
   .bar.show span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 10%;
    top: 50%;
  }
  
   .bar.show span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 10%;
    top: 50%;
  }

/*--------------------------------------------------------------------------- style slider -------------------------------------------------------------- */
.slider {
    padding-top: 100px;
}



.carousel .carousel-caption{
    text-align: start;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    font-family: 'Poppins-Regular';
    z-index: 1;
}

.carousel-control-prev, .carousel-control-next {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #2e318f;
    margin: 0px 20px;
    opacity: 1;
    z-index: 4;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    color: white;
} 

 .carousel .carousel-item:nth-child(1) .carousel-caption{ 
     left: 10%;
     top:72% !important;
     bottom: auto !important;
     padding: 0px!important;
     right: 10%;
}

.carousel .carousel-item:nth-child(1) .carousel-caption button{
    padding: 8px 20px;
    font-size: 16px;
     width: 100%;
    min-width: 50px;
    max-width: 150px;
}
.carousel .carousel-item:nth-child(1) .carousel-caption button:nth-child(2){
    margin-left: 5px;     
  }

.carousel .carousel-item:nth-child(2) .carousel-caption button{
    position: absolute;
    top: 55%;
    left: 10%;
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
    min-width: 50px;
    max-width: 170px; 
}

.carousel .carousel-item:nth-child(3) .carousel-caption button{
    position: absolute;
    top: 68.5%;
    left: 9%;
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
    min-width: 150px;
    max-width: 170px;
}

.carousel .carousel-item:nth-child(4) .carousel-caption button{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    min-width: 50px;
    max-width: 170px;
}

.carousel .carousel-item:nth-child(5) .carousel-caption button{
    position: absolute;
    top: 65%;
    left: 37%;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    background-color: #0972f5;
    width: 100%;
    min-width: 50px;
    max-width: 170px;
    color: white;  
}

/*--------------------------------------------------------------------------- style isccm-connect -------------------------------------------------------------- */
    .isccm-connect{
        background-color:var(--color2);
        box-shadow:0px 5px 5px 0px #6e6e6e;
        padding: 30px 0px;
    }

    .isccm-connect span{
        font-size: 23px;
        color: white;
        margin-left: 14px;
        font-family: 'Poppins-SemiBold';

    }

    .isccm-connect img{
        width: 35px;
        height: 35px;
    }

    .isccm-connect input{
        width: 100%;
        max-width: 244px;
        margin-left: 33px;
        padding: 8px 0px 8px 16px;
        border: none;
        outline:none;
    }

    .isccm-connect input::placeholder{
        color: #bababa;
    }

        .isccm-connect .loginbtn {
            font-size: 16px;
            margin-left: 20px;
            font-family: 'Poppins-Regular';
            padding: 5px 25px !important;
            background-color: #0000dd;
            color: white;
            transition: 0.5s;
            border: 1px solid transparent;
            width: auto;
        }

            .isccm-connect .loginbtn:hover {
                color: #0000dd;
                border: 1px solid #0000dd;
                background-color: white;
            }

/*--------------------------------------------------------------------------- style about -------------------------------------------------------------- */

.About {
    background-color: #efefef;
}

    .About .left{
        background-image: url("images/aboutleft bg.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: contain;
    }


    .About .left span{
        font-size: 20px;
        padding: 0px!important;
        font-family: 'Poppins-Regular';

    }

    .About .left p{
        margin-top: 40px;
        font-size: 18px;
        color: #535252;
        font-family: 'Poppins-Regular';
    }

        .About .left .aboutbtn {
            font-size: 15px;
            padding: 13px 44px 15px 36px;
            margin-top: 10px;
            font-family: 'Poppins-Bold';
        }

    .About .right>div{
        margin: 10px 0px;
    }

   
    .About .right p{
        display: block;
    }

    .About .right .roundshape{
        width: 50px;
        height: 50px;
        padding: 60px;
        border-radius: 50%;
        display: grid;
        place-content: center;
        text-align: center;
        color: white;
    }

    .About .right>div:hover .roundshape{
        background-color: white;
    }

    .About .right .roundshape{
        max-width: 280px;
    }
    .About .right .roundshape span:nth-child(1){
        font-family: 'Poppins-Bold';
        font-size: 22px;
        padding: 0px !important;
    }

    .About .right .roundshape span:nth-child(2){
        font-family: 'Poppins-Regular';
        font-size: 16px;
        padding: 0px !important;
    }


        .About .right div:nth-child(1) .roundshape {
            background-color: #0972f5;
            transition: 0.5s;
            border: 1px solid transparent;
        }


        .About .right div:nth-child(2) .roundshape {
            background-color: #9b6dc7;
            transition: 0.5s;
            border: 1px solid transparent;
        }

        .About .right div:nth-child(3) .roundshape {
            background-color: #0972f5;
            transition: 0.5s;
            border: 1px solid transparent;
        }


    .About .right div:nth-child(4) .roundshape {
        background-color: #9b6dc7;
        transition: 0.5s;
        border: 1px solid transparent;
    }

    .About .right div div:nth-child(2) p{
        font-size: 18px;
        color: #535252;
        margin-bottom: 0px !important;
    }


    .About .right .roundshape+div p{
        font-family: 'Poppins-Regular';
        font-size: 18px;
    }


    .About .right a{
        color: #b43d40;
        text-decoration: none;
        font-family: 'Poppins-Bold';
        font-size: 22px;
        transition: 0.5s;
    }

    .About .right a:hover{
        color: #0972f5;
    }

/*--------------------------------------------------------------------------- style event -------------------------------------------------------------- */
    .events .left{
        max-width: 797px;
    }
    .events .left p{
        font-family: 'Poppins-Regular';
        font-size: 16px;
        color: #5a5858;
}

.events .eventbtn {
    font-size: 16px;
    padding: 13px 19px;
    font-family: 'Poppins-Bold';
    transition: 0.5s;
}

    .events .eventsimg{
        display: -ms-grid !important;
       display: grid !important;
       -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
        grid-gap: 20px;
        padding-top: 25px;


    }

    .events .eventsimg div:nth-child(1){
                -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;  
    }

    .events .eventsimg div:nth-child(2){
        grid-column: 3/-1;
    }

        .events .eventsimg img {
            width: 100%;
           
            
        }

        .events .eventsimg div:nth-child(1) img {
            min-height:80px;
            
        }

        .events .eventsimg div:nth-child(2) img {
           
            max-width:180px;
        }

.eventdate {
    width: 100%;
    margin-top: 0px;
    background-color: #efefef;
    padding:20px 0px;
}

        .eventdate .eventbtn {
            transition: 0.5s !important;
        }
   
        .events .eventdateinner{
            border: 1px solid #c8c8c8;
            box-shadow: 0px 2px 5px 0px #c8c8c8;
            margin-top: 20px;
            padding: 20px 50px;
            align-items: center;
            background-color:white;

        }

    

        .events h4{
            font-family: 'Poppins-Regular';
            font-size: 18px;
            padding-bottom: 5px !important;
            margin: 0px !important;
        }

.events span {
    color: red;
    font-size: 14px;
    font-family: 'Poppins-Regular';
}

.events .left {
    position: relative;
    margin-right: 50px;
}

    .events .left img {
        height: 70px;
    }

.events .date {
    position: absolute;
    left: 20px;
    top: 27px;
    bottom: 0px;
}

    .events .date span {
        display: block;
        padding: 0px !important;
        margin: 0px !important;
        font-size: 12px;
        text-align: center;
    }

        .events .date span:nth-child(1) {
            color: #2e267b;
            font-weight: bolder;
        }

/*--------------------------------------------------------------------------- style gallery -------------------------------------------------------------- */
       .gallery .galleryitems{ 
            display: -ms-grid; 
            display: grid; 
            -ms-grid-columns: (minmax(290px, 1fr))[auto-fit]; 
            grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); 
            grid-auto-rows: 1fr; 
            grid-gap: 20px; 
            padding: 10px 0px; 
        } 
 
        .gallery .card{ 
            padding: 0px !important; 
            border: 1px solid #c5c5c5; 
            box-shadow: 0px 5px 5px 0px #979797; 
            transition: 0.5s; 
            position:relative; 
        } 
 
        .gallery .btn-blue { 
        position: absolute; 
        bottom:10px; 
     } 
 
        .gallery .card:hover{ 
            transform:translateY(-10px); 
        } 
 
        
 
        .gallery .cardtop{ 
            position: relative; 
            height: 159px; 
            background-repeat: no-repeat; 
            background-position: center center; 
            background-size: cover;
            overflow:hidden;
        } 

        .gallery .cardtop img{
            width:100%;

        }
 
 
        .gallery .card .icon{ 
            width: 66px; 
            height: 66px; 
            position: absolute; 
            left: 50%; 
            transform: translate(-50%, -50%); 
            top: 50%; 
            filter: grayscale(0%); 
 
        } 
 
        .gallery p{ 
            font-family: 'Poppins-Regular'; 
            font-size: 16px; 
            color: #5a5858; 
            max-width: 724px; 
        } 
 
.gallery h5 { 
    font-size: 16px; 
    color: #5a5858; 
    font-family: 'Poppins-Regular'; 
    margin-bottom: 50px !important; 
 
} 
 
        .gallery h4{ 
            font-family: 'Poppins-Bold'; 
            font-size: 18px; 
            color: #000000; 
        } 
 
   
 
 
.gallery a { 
    font-size: 13px; 
    font-family: 'Poppins-Regular'; 
    padding: 8px 10px !important; 
    border: none; 
    border-radius: 30px; 
    cursor: pointer; 
    outline: none; 
    white-space: nowrap; 
    border:1px solid transparent; 
    text-decoration:none; 
} 
 
    .gallery a:hover { 
        background-color: white; 
        color: var(--color1) !important; 
        border: 1px solid var(--color1) !important; 
    }

/*--------------------------------------------------------------------------- style initiatives-------------------------------------------------------------- */
        .initiatives {
            font-family: 'Poppins-Regular'; 
            background-color:#efefef;
            padding: 50px 0px;
        }

        .initiatives .row{
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: (minmax(280px, 1fr))[auto-fit];
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            grid-auto-rows: 1fr;
            grid-gap: 20px;
            padding: 10px 0px;
            width: 100%;
            margin: auto;
        }


        .initiatives p{
            color: #595858;
            font-size: 18px;
            max-width: 724px;
            font-family: 'Poppins-Regular';
        }
        
        .initiatives h5{
            text-align: center;
            font-family: 'Poppins-SemiBold';
            padding-top: 10px;
        }

        .initiatives .card p{
            padding:0px 0px 25px 0px;
            font-family: 'Poppins-Regular';
            font-size: 16px;
            margin-bottom: 0px !important;
        }



            .initiatives a {
                text-decoration: none;
                 color: var(--color1);
                font-size: 18px;
                font-family: 'Poppins-Regular';
                margin-top: 60px;
                position: absolute;
                bottom: 10px;
            }

            .initiatives .card p a {
             position:static;
            }

/*           
 .initiatives a:hover {
                color: var(--color3);
            }
*/

        .initiatives i{
            color: black;
        }


        .initiatives img{
            width: 100%;
            max-width: 150px;
            margin: auto;
        }

        .initiatives .card{
            border: 1px solid #9e9c9d;
            padding-top: 20px;
            transition: 0.5s;
            position:relative
        }

       

        .initiatives .cardtop{
            height: 50px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }
 
        .initiatives .card:nth-child(1) .cardtop{
            background-image: none;
        }

        .initiatives .card:nth-child(1) .cardtop.lazy{
            background-image: url("images/logos/logo1.png");
        }

        .initiatives .card:nth-child(2) .cardtop{
            background-image:none;
        }

        .initiatives .card:nth-child(2) .cardtop.lazy{
            background-image: url("images/logos/logo2.png");
        }

        .initiatives .card:nth-child(3) .cardtop{
            background-image:none;
        }

        .initiatives .card:nth-child(3) .cardtop.lazy{
            background-image: url("images/logos/logo3.png");
        }

        .initiatives .card:nth-child(4) .cardtop{
            background-image:none;
        }

        .initiatives .card:nth-child(4) .cardtop.lazy{
            background-image: url("images/logos/logo4.png");
        }

        .initiatives .card:nth-child(5) .cardtop{
            background-image:none;
        } 

        .initiatives .card:nth-child(5) .cardtop.lazy{
            background-image: url("images/logos/logo5.png");
        } 

        .initiatives .card:nth-child(1):hover , .initiatives .card:nth-child(2):hover, .initiatives .card:nth-child(3):hover , .initiatives .card:nth-child(4):hover, .initiatives .card:nth-child(5):hover  {
            transform:translateY(-10px)
        }

/*--------------------------------------------------------------------------- style notice -------------------------------------------------------------- */

    .notice{
        padding: 50px 15px;
        font-family: 'Poppins-Regular';
    }

    .notice h4{
        font-size: 24px;
        color: #616060;
        margin-bottom:15px;
    }


    .notice .media .left{
        position: relative;
    }

        .notice .icon {
            background-color: #9b6dc7;
            padding: 15px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
        }

.notice .icon img{
    width:100%;
}


        .notice a {
            text-decoration: none;
            color: #2f2f97;
            font-family: 'Poppins-Bold';
        }

       /*
 .notice a:hover {
            color: var(--color3);
        }
*/

    .notice .media{
        padding-bottom: 0px;
        height:120px
    }

    .notice .container .row{
        padding-top: 20px;
    }
/*--------------------------------------------------------------------------- style footer -------------------------------------------------------------- */


footer {
    background-color: #b9badf;
    color: white;
    font-family: 'Poppins-Regular';
    padding: 0px 15px;
    position: relative;
}
    
    footer li{
        list-style: none;
        padding: 0px !important ;
        margin: 0px 16px 0px 0px ;
    }
    


    footer a{
        text-decoration: none !important;
        color: black;
        font-size: 16px;
    }

        footer a:hover {
            color:white;
        }

    footer h5,footer h2{
        font-family: 'Poppins-SemiBold';
        color:black
    }



    footer p {
        color: black
    }

    footer .follow i {
        background-color: white !important;
        color: #2e3094;
        padding: 15px;
    }

   
     footer input{
         border-top-left-radius: 20px;
         border-bottom-left-radius: 20px;
         border: none;
         width: 71%;
         padding: 5px 0px 5px 20px;
         outline:none;
     }

        footer .subsbtn {
            border-radius: 30px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            background-color: #0000dd;
            padding: 4px 5px;
            width: 25%;
            color: white;
            transition: 0.5s;
            border: 1px solid transparent;
        }

            footer .subsbtn:hover {
                border: 1px solid #0000dd;
                color: #0000dd;
                background-color: white;
            }

    footer .container{
        padding: 30px 0px !important;
    }

    footer .copyright{
        font-size: 14px;
    }

.follow i {
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    padding: 15px;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
}

/*--------------------------------------------------------------------------- home page style end -------------------------------------------------------------- */

