
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
html{
    scroll-behavior: smooth;
    font-size: 62.5%;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*comman-area*/
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
a{
    text-decoration: none;
    transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
    text-decoration: none;
    outline: none;
    color: #1043a5;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
    color: #000;
}
h1,h2{
    font-size: 50px;
    font-weight: 300;
}
h1 strong,h2 strong{
    font-weight: 800;
}
p{
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
figure{
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}
button:focus{
    outline: none;
    box-shadow: none;
}





/* Header */
.header{
    z-index: 111;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
.bg-change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}
.bg-change .bar2 {
    opacity: 0;
}
.bg-change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -8px);
    transform: rotate(45deg) translate(-5px, -8px);
}
.bg-change .bar1, .bg-change .bar2, .bg-change .bar3{
    background-color: #1043a5!important;
}
.navbar-toggler-icon{
    width: auto;
    height: auto;
}
.navbar-toggler{
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0 0 0 auto;
    z-index: 11;
    position: relative;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.bg-change .bar1, .bg-change .bar2,.bg-change .bar3{
    background-color: #fff;
}
.navbar-brand{
    margin:  -6px 0 -60px 0;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    display: block;
}
.navbar{
    padding: 0 0 0 0;
    background-color: #1043a5;
    position: relative;
}
.navbar-expand-lg .navbar-nav{
    margin: 0 0 0 auto;
}
/*.navbar-expand-lg .navbar-nav .nav-link{
        padding: 0;
}*/
.navbar-expand-lg .navbar-nav .nav-link.nav-pd,.desktop-menu ul li a{
    padding: 28px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-pd{
    padding: 28px 0 28px 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}


.dropend .dropdown-toggle {
    color: #000 !important;
}
.dropdown-menu{
    border-radius: 0 !important;
}
.dropdown-menu .dropend{
    margin: 0 !important;
    /*padding: 5px 15px;*/
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px !important;
    vertical-align: 0 !important;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.dropdown .dropdown-menu {
    display: none;
    border: none;
    min-width: 15rem;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border-top: .4em solid transparent;
    border-right: 0;
    border-bottom: .4em solid transparent;
    border-left: .4em solid;
    position: absolute;
    right: 15px;
    top: 12px;
}
.submenu-ul{
    position: absolute;
    top: 0;
    left: 100%;

}
.news-menu{
    min-width: 180px;
    width: 100%;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
.dropdown-menu li a{
    font-size: 14px !important;
    color: #000;
    font-weight: 500;
    padding: 5px 15px;
}
.navigation-menu{
    display: none;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f6f6f6;
    padding: 100px 30px 50px 30px;
}
.navigation-menu-data ul{
    list-style: none;
    overflow-y:auto;
}
.navigation-menu-data ul li{
    display: block;
}
.navigation-menu-data ul li a{
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}
.navigation-menu-data ul li:last-child a{
    border-bottom: 0;
}
.submenu-ul li .drop-menu{
    color: #000 !important;
}


/* Home Banner Section */
.banner-image,.homebanner-section{
    position: relative;
}
.banner-main{
    position: absolute;
    top: 30%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 11;
}
.banner-main-text{
    text-align: center;
}
.banner-main-text h1{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}
.banner-image {
    position: relative;
}
.banner-image::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: 1;
}
.banner-image figure{
    overflow: hidden;
}
.banner-image figure img{
    width: 100%;
    height: 900px;
    object-fit: cover;
    transition: all 11s ease;
}
.banner-wrape{
    position: absolute;
    top: 80%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    transition: all 1s ease;
    z-index: 1;
}
.banner-text{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    padding-left: 40px;
    position: relative;
}
.banner-text::before{
    content: "";
    width: 5px;
    height: 100%;
    border: 5px solid #ffffffb5;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 95% 0, 45% 100%, 0% 100%);
    transition: all 1s ease;
    opacity: 0;
}
.banner-text h2{
    color: #fff;
    font-size: 35px;
}
.banner-text h2 strong{
    font-weight: 700;
}
.banner-text p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    max-width: 650px;
    width: 100%;
    margin-bottom: 35px;
}
.button-prev,.button-next{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    border: 1px solid #fff;
    background-color: #dfdfdf70;
    width: 30px;
    height: 80px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-next{
    left: auto;
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
}
.button-prev img,.button-next img{
    width: 10px;
}
.swiper-slide-visible .banner-text::before{
    width: 65%;
    opacity: 1;
}
.swiper-slide-visible .banner-wrape{
    top: 50%;
}
.swiper-slide-visible .banner-image figure img{
    transform: scale(1.1);
}

.btn-default{
    min-width:  180px;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #1043a5;
    box-shadow: none;
    border: 1px solid #1043a5;
    border-radius: 0;
    outline: none;
}
.btn-default:hover{
    color: #1043a5;
    border: 1px solid #1043a5;
    background-color: transparent;
}
.homebanner-section .banner-slider-pagination{
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 11;
}
.pagination-style{
    text-align: center;
}
.swiper-pagination-bullet{
    width: 40px;
    height: 6px;
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
    opacity: 1;
}

.latest-section{
    background: url('../../../event_banner.jpeg');
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding:10%;
}
.latest-button{
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.latest-button:hover {
    background-color: #0056b3;
}

.our-latest-section{
    padding: 60px 0;
    position: relative;
    background-image: url('../images/bg-image.png');
    background-size: cover;
    background-repeat: repeat;
    background-color: #ebebeb;
}
.title{
    text-align: center;
    margin: 0 0 60px 0 ;
}
.title h1{
    margin: 0 0 20px 0;
}
.title p{
    max-width: 800px;
    margin: 0 auto;
}
.our-latest-box{
    padding: 10px;
    background-color: #fff;
    margin: 0 0 30px 0;
    transition: all 0.5s ease;
    border: 1px solid #ebebeb;
    min-height: 570px;
    cursor: pointer;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.our-latest-box:hover{
    transform: translateY(-10px);
    box-shadow: 0px 0px 20px rgba(151, 151, 151, 0.2);
}

.our-latest-box figure img{
    width: 100%;
    object-fit: contain;
    height: 460px;
}
.our-latest-box h3{
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 5px 5px;
}
.our-latest-box p{
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 14px;
    margin-left: 5px;
}
.download-btn{
    width: 45px;
    height: 45px;
    background-color: #1043a5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-shadow: 0px 0px 10px rgba(151, 151, 151, 0.3);
    /*position: absolute;
    bottom: 0;
    left: 0;*/
}
.our-latest-box .download-btn img{
    width: 22px;
    height: auto;
}



.news-p{
    white-space: pre-wrap;
}

.news-reports-section{
    padding: 50px 0;
    background-image: url('../images/bg-image.png');
    background-size: cover;
    background-repeat: repeat;
    background-color: #ebebeb;
}
.news-reports-wrape{
    padding-right: 20px;
}
.news-reports-title h3{
    /*font-size: 25px;*/
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.news-reports-title h3 strong{
    font-weight: 800;
}
.news-reports-box{
    padding: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    padding-right: 60px;
    position: relative;
    border-radius: 10px;
    border-left: 10px solid #1043a5;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.news-reports-box .download-btn{
    bottom: 20px;
}
.news-reports-box .download-btn img{
    width: 20px;
}
.news-reports-box h4{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.news-reports-box h5{
    font-size: 14px;
    color: #666;
}
.news-reports-box p{
    color: #000;
    margin-bottom: 10px;
}
.our-latest-box .read-more{
    margin-left: 5px;
}
.read-more,.download-link{
    color: #1043a5;
    text-decoration: none;
    margin-bottom: 0px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}
.read-more:hover,.download-link: hover{
    font-size: 15px;
    font-weight: 800;
    text-decoration: underline;
}
.btn-center{
    margin: 0 auto;
    display: table;
}




.reports-sidebar {
    padding: 0 0 0 30px;
}
.reports-box{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border: 2px solid #1043a5;
    margin-bottom: 20px;
    border-radius: 10px;
}
.reports-date{
    width: 100px;
    min-height: 100%;
}
.reports-date{
    background-color: #1043a5;
    color: #fff;
    border-radius : 5px;
    padding: 10px 0 0;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 50px;
    font-weight: 300;
    line-height: 30px;
}
.reports-date strong{
    font-weight: bold;
    font-size: 16px;
}
.reports-text{
    width: calc(100% - 100px);
    padding: 10px;
}
.reports-text h4{
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 15px;
}
.reports-text p{
    font-size: 13px;
    line-height: normal;
}
.latest-box{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: #fff;
    margin-bottom: 30px;
}
.latest-title{
    background-color: #1043a5;
    padding: 15px;
}
.latest-title h3{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.latest-content{
    padding: 15px;
}
.latest-content p{
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}

.getintouch-section{
    background-image: url('../images/form-bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position: center;
    padding: 100px 0;
}
.getintouch-form{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
}
.getintouch-title h2{
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 40px;
}
.form-group{
    margin-bottom: 30px;
}
label{
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-bottom: 0;
}
.form-control {
    /*height: 35px;*/
    background-color: transparent !important;
    color: #000;
    border: none;
    border-radius: 0;
    padding-left: 0;
    font-size: 16px;
    box-shadow: none !important;
    border-bottom: 1px solid #1C1E3C;
}
.form-control:focus{
    border-bottom: 1px solid #1043a5;
}
.form-control::placeholder{
    color: #000;
    font-size: 16px;
}
.textarea{
    height: 110px;
    padding-top: 10px;
}



.footer{
    padding: 70px 0 0 0;
    background-color: #000;
    background-image: url('../images/footer-banner.jpeg');
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    z-index: 9;
}
.footer::after{
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -99;
}
.foot-text h3{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.foot-text h3::before{
    content: "";
    width: 70px;
    height: 3px;
    background-color: #1043a5;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.foot-text h5{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.foot-text h6,.foot-text p{
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.foot-text p{
    margin-bottom: 30px;
}
.foot-text h6 a{
    color: #fff;
}
.foot-link ul{
    list-style: none;
}
.foot-link ul li{
    display: block;
    margin: 0 0 10px 0;
}
.foot-link ul li a{
    font-size: 14px;
    color: #fff;
}

.copyright{
    border-top: 1px solid #3d3d3d;
    padding: 20px 0;
    margin-top: 50px;
}
.copyright-text p{
    color: #fff;
    font-size: 14px;
    line-height: normal;
}





.service-section{
    background-color: #f9f9f9;
    padding: 50px 0;
    background-image: url(../images/banner-img3.jpg);
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    z-index: 11;
}
.service-parent{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.service-section::after{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: -99;
}
.service-center{
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.service-center h2{
    margin-bottom: 50px;
}
.service-bottom{
    margin-top: 60px;
}
.service-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.service-col{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.service-box{
    text-align: center;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 20px;
    min-height: 190px;
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-box figure{
    min-height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-box figure img{
    max-width: 68px;
    height: 68px;
    object-fit: contain;
    width: 100%;
    margin: 0 auto;
    filter: grayscale(1);
}
.service-box h4{
    font-weight: bold;
    font-size: 14px;
}






/* News */
.inner-banner-image{
    position: relative;
}
.inner-banner-image::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(25deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.inner-banner-image figure img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.inner-banner-wrape{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}
.inner-banner-text h1{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    margin: 0 0 5px 0;
}
.breadcrumb-area{
    font-size: 16px;
    color: #fff;
}
.breadcrumb-area a{
    color: #fff;
}


.news-section{
    background-color: #f9f9f9;
    padding: 100px 0;
}




/* News Details */
.news-details{
    padding: 0 30px 0 0;
}
.news-details .news-reports-box h4{
    font-size: 33px;
}
.news-details .news-reports-box h5{
    margin: 0 0 30px 0;
}
/*.news-details .news-reports-box p{*/
/*    margin-bottom: 30px;*/
/*}*/

.news-details-sidebar h2{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}



/* About Us */
.about-section{
    padding: 70px 0 50px 0;
}
.about-text h2,.about-text h3,.about-text h4,.about-text h5{
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.about-text h3{
    font-size: 30px;
}
.about-text h4{
    font-size: 25px;
}
.about-text h5{
    font-size: 20px;
}
.about-text p{
    margin: 0 0 30px 0;
}
.about-text ul{
    margin: 0 0 30px 40px;
}
.about-text ul li{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}








/* News Details css */

.directors-section{
    padding: 80px 0;
}
.directors-title h2{
    margin-bottom: 60px;
    text-align: center;
}
.directors-post{
    margin: 0 auto;
    display: table;
    background-color: #fff;
    min-height: 578px;
    width: 100%;
    margin-bottom: 55px;
    /*border-radius: 10px;*/
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.directors-post figure img{
    width: 100%;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    height: 470px;
    object-fit: cover;
}
.directors-content h4{
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
    text-transform: capitalize;
}
.directors-content h5{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}





/* contact css */

.contact-section{
    padding: 80px 0;
}
.contact-section .gx-5 {
    --bs-gutter-x: 4rem;
}
.contact-title h2{
    text-align: left;
}
.contact-title p{
    margin-bottom: 45px;
}
.contact-content{
    margin-top: 70px;
}
.contact-form{
    max-width: 100%;
    width: 100%;
    background-color: #ededed;
}
.form-width{
    width: 50%;
}
.select-text{
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.contact-form label{
    margin-bottom: 10px;
}
.contact-form .form-control.control-form{
    background-color: #fff !important;
    border-bottom: 1px solid #1C1E3C;
    padding: 10px;
}
.selected{
    position: relative;
}
.contact-map iframe{
    width: 100%;
    height: 470px;
}
.contact-address h4{
    font-size: 25px;
    margin: 20px 0 15px;
}
.contact-address h4:first-child{
    margin-top: 0;
}
.contact-address p{
    line-height: 29px;
}
.contact-address p a{
    color: #666;
}






/* committees-section css */

.committees-section{
    padding: 80px 0;
}
.committees-table h3{
    font-size: 26px;
    font-weight: 600;
}
.thead-top{
    height: 200px;
    vertical-align: middle !important;
    text-align: center;
}
.thead-title h3{
    margin-bottom: 10px;
}
.thead-title h4{
    font-size: 20px;
}
.first-tr{
    height: 60px;
    vertical-align: middle;
}
.committees-table table tbody .center-text{
    font-size: 18px;
}
.committees-table table tbody th{
    text-align: center;
    font-weight: 400;
}
.committees-table table tbody tr th:first-child{
    text-align: center;
}
.committees-table table tbody tr{
    height: 37px;
    border: 1px solid #ddd;
}
.committees-table table th,.committees-table table tbody td{
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.committees-table table tbody td{
    width: 95%;
}
.committees-table table tbody tr:nth-child(even) {
    background-color: #ececec;
}






/* about-us css */

.aboutcai-section{
    padding: 80px 0;
    background-color: #eeeeee;
}
.aboutcai-text{
    box-shadow: 0 5px 11px rgba(0,0,0,0.2);
    padding: 30px;
    background-color: #fff;
}
.aboutcai-content h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.aboutcai-content ul{
    padding-left: 25px;
    margin-bottom: 40px;
}
.aboutcai-content ul li{
    line-height: 30px;
}




/* member-section css */

.member-section{
    padding: 80px 0;
}
.tbody-text th{
    width: 15%;
}
.member-title h3{
    font-size: 26px;
    margin-bottom: 25px;
}
.pagination-number .page-link{
    padding: 5px 16px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    border: 1px solid #deer6e;
}
.pagination-number .page-link.active{
    background-color: #1043a5;
}
.member-top{
    margin-bottom: 50px;
}
.member-form .form-control::placeholder{
    color: #000;
}
.pagination-number{
    margin: 10px 0 0 auto;
    display: table;
}
.member-form{
    background-color: #eeeeee;
    padding: 30px 20px 0;
    margin-bottom: 50px;
}
.member-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.member-group label{
    width: 25%;
    text-align: center;
    font-weight: 500;
}
.member-group .selected{
    width: 75%;
    position: relative;
}
.keyword-form{
    background-color: #fff !important;
    border-bottom: none !important;
    padding: 10px 15px;
}
.member-group .form-control{
    border-bottom: 1px solid #AFAFAF;
}
.select-text{
    -webkit-appearance: none;
}
/*.selected::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    z-index: 1;

}*/
table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: none !important;
}





/* members css */
.members-section{
    padding: 80px 0;
}
.member-group .select-option{
    width: 100%;
}
.dataTables_length .form-select-sm{
    font-size: 16px;
}
.form-control-sm{
    border: 1px solid #ddd;
}
.dataTables_paginate  .paginate_button .page-link{
    padding: 5px 16px !important;
    font-size: 16px;
}
.dataTables_paginate  .active > .page-link, .page-link.active{
    background-color: #1043a5;
}
.member-table .table tr th,.member-table .table tr td{
    width: 20%;
}
.member-table .table tr th:first-child,.member-table .table tr td:first-child{
    width: 6%;
}
.member-table .table tr th:nth-child(5),.member-table .table tr td:nth-child(5),.member-table .table tr th:nth-child(4),.member-table .table tr td:nth-child(4),.member-table .table tr th:nth-child(2),.member-table .table tr td:nth-child(2){
    width: 10%;
}
.member-table .page-item:first-child .page-link,.member-table .page-item:last-child .page-link{
    border-radius: 0;
}




/* office-bearers css */

.bearers-section{
    padding: 80px 0;
}
.directors-content{
    padding: 0 20px;
}





/* articles-Association css */
.articles-section{
    padding: 80px 0;
}
.articles-title h2{
    margin-bottom: 60px;
}
.articles-download li{
    list-style: none;
}
.articles-download li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #1043a5;
    width: 100%;
    padding: 14px;
    justify-content: center;
    color: #fff;
}
.articles-download li a img{
    max-width: 35px;
    width: 100%;
    margin-right: 15px;
}



/*  */
.download-btns{
    max-width: 100% !important;
}


.about-cotaap p{
    margin-bottom: 15px;
}
.about-cotaap ol{
    margin-left: 30px;
}
.about-cotaap ol li,.about-cotaap ul li{
    margin-bottom: 20px;
}


.trustees-section{
    padding: 80px 0;
}
.trustees-box{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 0 auto 40px;
    display: table;
    min-height: 467px;
    width: 100%;
    background-color: #fff;
}
.trustees-box figure img{
    height: 381px;
    width: 100%;
    object-fit: cover;
}
.trustees-box h3{
    padding: 20px;
}




.laboratories-section{
    padding: 80px 0;
}
.laboratories-title{
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    padding: 30px;
}
.laboratories-title span{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.laboratories-title h4{
    margin-right: 15px;
    max-width: 30px;
    width: 100%;
    font-size: 20px;
    color:#000;
    text-align: right;
}
.laboratories-title p{
    max-width: 495px;
    width: 100%;
    margin: 0 auto 0 0;
}
.laboratories-title p a{
    color: #000;
}

.laboratories-section{
    padding: 80px 0;
}
.laboratories-box{
     box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
     margin-bottom: 20px;
     min-height: 718px;
}
.laboratories-title span{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.laboratories-map iframe{
    width: 100%;
}
.location-p p{
    font-weight: bold;
}
.laboratories-title img{
    max-width: 17px;
}
.laboratories-title p{
    max-width: 495px;
    width: 100%;
    margin: 0 auto 0 0;
}
.laboratories-title p a{
    color: #000;
}





/* new-page css */
.advisory-section{
    background-color: #f6f6f6;
}
.advisory-text h1{
    text-align: center;
    margin-bottom: 10px;
}
.advisory-text h3{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin: 6px 0;
}
.advisory-table table td{
    font-weight: 500;

}
.advisory-table table th{
    width: 33.33%;
    padding: 10px;
    font-size: 24px;
}
.advisory-table table td strong,.Production-table table th strong{
    font-size: 16px;
    text-transform: capitalize;
}
.advisory-table table tbody td {
    width: 0%;
}
.advisory-content{
    box-shadow: 0 5px 11px rgba(0,0,0,0.2);
    background-color: #fff;
}
.advisory-table table tbody tr:first-child {
    background-color: #ececec;
}
.advisory-table table tbody tr:nth-child(2n) {
    background-color: transparent;
}
.advisory-total,.thead-title{
    background-color: #ececec !important;
}
.association-bg td{
    background-color: #ececec !important;
}
.advisory-text{
    background-color: #ececec;
    padding: 30px 20px;
}
.Production-table table th{
    width: 0;
}
.Production-table table th{
    vertical-align: middle;
}
.cotton-group{
    padding: 30px 20px;
}

.support-table table th{
    font-size: 17px;
    width: 15%;
}
.caption-text{
    font-size: 21px !important;
}
.table{
    margin-bottom: 0;
}
.favicon-img{
    width: 80px;
    margin-right: 30px;
}
.association-top{
    margin-bottom: 20px;
}
.association-top h1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.association-table table th{
    text-transform: capitalize;
    line-height: 24px;
}


.cab-button{
    text-align: right;
    padding: 30px 20px;
}
.cab-btn{
    background-color: #1043a5;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 22px;
    max-width: 150px;
    width: 100%;
    color: #fff;
}
/*.advisory-content{
        overflow: hidden;
        transition: all .3s;
}
.advisory-content:hover{
        transform: scale(1.05);
}*/




/* cci-procurement css */


/* Cab/Cocpc Area Production css */

.cab-middle{
    vertical-align: middle;
}




.form-month-box{
    box-shadow: 0 5px 11px rgba(0,0,0,0.2);
    margin: 0;
    padding: 30px 30px 0;
}
.form-month-box .selected.select-option{
    border: 1px solid #ddd;
}
.member-section.balancesheet-table{
    padding: 20px 0 40px;
}
.member-section.arrival-table{
    padding: 40px 0;
}
.member-section.crop-table{
    padding: 40px 0 80px;
}
.search-btn input{
    background-color: #1043a5;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
    min-width: 100%;
}

.select-text{
    position: relative;
    z-index: 2;
    background: transparent;
}
.form-section{
    background-color: #f6f6f6;
    padding: 30px 0 20px;
}
.form-month-box .select-option{
    background-color: #fff;
}



.advisory-text h3,.advisory-text h4,.advisory-text h5 {
    text-align: center;
    font-size: 24px;
    margin: 6px 0;
    font-weight: 600;
}
.advisory-text h3 span{
    font-size: 20px;
    text-transform: capitalize;
}
.advisory-text h4{
    font-weight: 500;
    font-size: 20px;
}
.advisory-text h5{
    font-weight: normal;
    font-size: 18px;
}
.active-box .btn-default{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    min-width: 175px;
}
.active-box .btn-default.active{
    background-color: #1043a5;
    color: #fff;
    border: 1px solid transparent;
}

/* 
    Dialog and Button Update
    21 Jun 2023
*/
.btn-default:focus{
	background-color: #1043a5;
	border: 1px solid #1043a5;
	color: #fff;
}

.modal-body{
	padding: 40px;
}
.modal-data{
	text-align: center;
}
.modal-data h2{
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.modal-data p{
	margin: 0 0 20px 0;
}

/* Dialog and Button Update*/


/* News & Reports Cards page css updated
   03-07-2023 
*/

.news-reports-box {
    height: 100% !important;
    /*margin-bottom: 0;*/
}

.equal {
    margin-bottom: 30px;
}

/*new-css 5-7-2023*/

.advisory-title .advisory-text h3,
.advisory-title .advisory-text h5,
.advisory-title .advisory-text h4{
    text-align: left;
}
.button-group-section.balancesheet-table{
    padding: 70px 0;
}
.button-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 30px 20px;
}
.button-group .btn:first-child{
    border-radius: 8px 0px 0px 8px;
}
.button-group .btn:last-child{
    border-radius: 0px 8px 8px 0px;
}
.button-group .active-box .btn-default{
    min-width: 160px;
}
.active-box.button-group .btn-default:not(:last-child){
    border-right: none; 
}


/*CAI MEMBERS css 5-7-2023*/
.cai-members-section{
    background-color: #f6f6f6;
}
.cai-members-section .laboratories-box{
    margin-bottom: 30px;
    min-height: 300px;
    border-radius: 10px;
    background-color: #fff;
    border-left: 5px solid #1043a5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cai-members-section .laboratories-title{
    padding: 22px 12px 18px;
}
.cai-members-section .laboratories-title h4{
    max-width: 110px;
    font-size: 14px;
}
.cai-members-section .laboratories-title p{
    width: calc(100% - 125px);
    max-width: 100%;
    margin: 0;
    font-size: 14px;
}
.cai-members-section .laboratories-title span{
    margin-bottom: 0;
}





/*29-9-2023*/
.navigation-menu-data ul li ul{
    margin: 0 0 0 10px;
    background-color: #eee;
    padding: 5px 0px;
}
.navigation-menu-data ul li ul li a{
    font-size: 15px;
    border:none;
    padding:10px 15px;
}
.navigation-menu-data ul li ul li a:hover,.navigation-menu-data ul li ul li.active a{
    background-color: #1043a5;
    color: #fff;
}

.aboutcai-content div{
    flex-wrap: wrap;
}
.directors-title{
    padding-top: 40px;
}
.navigation-menu-data a.dropdown{
    position: relative;
}
.navigation-menu-data a.dropdown::after{
    display: inline-block;
  margin-left: 10px !important;
  vertical-align: 0 !important;
  content: "";
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
  position: absolute;
  top: 21px;
  right: 10px;
}
/*Added By Ketan Makwana 29 Sep, 2023*/

/*.main-menu li a {*/
/*    color: #000;*/
/*}*/
/*.level3,*/
/*.level2 {*/
/*    display: none;*/
/*}*/
/*.main-menu li.active .level2 {*/
/*    display: block;*/
/*}*/

/*.level2 li.active .level3 {*/
/*    display: block;*/
/*}*/

.full-width {
    max-width: 100% !important;
}

.navigation-menu-data ul.child {
    display: none !important;
}

.navigation-menu-data ul.child.show {
    display: block !important;
}

.child {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.child.show {
    max-height: 500px; /* Adjust the max-height value as needed */
}

.navigation-menu.show {
    overflow-y: auto;
}

.our-latest-title {
    background-color: #1043a5;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.our-latest-title h3{
    color: #fff;
    margin: 0;
    font-size: 18px;
  font-weight: 600;
}

/*Cia Pop-Up*/
.custom-cia-popup .modal-dialog{
    max-width: 800px;
    width: 90%;
}

.custom-cia-popup .modal-body img{
    width: 100%;
}
.cia-popup-cls-btn{
    background: #dc3545;
    border: none;
    padding: 13px 15px;
    color: #fff;
    font-size: 30px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 2px;
}

.custom-cia-popup .modal-footer button{
    font-size: 14px;
    line-height: 22px;
    background: #dc3545;
    font-weight: 400;
    border: 1px solid #dc3545;
    padding: 6px 10px;
}



/* =========================EVENT SECTION================================================ */

.navbar-2 {
    background-color: hsl(54.47deg 92.16% 70%);
    padding: 9px 0px;
    box-shadow: unset !important;

}

.list-color {
    color: #000;
    font-weight: 500;
    padding-right: 0px !important;

}

.list-left {
    display: flex;
    gap: 40px;
    align-items: center;
}


.heading-one {
    font-size: 40px;
    font-weight: 700;
    color: hsl(215.43deg 60% 34.31%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload {
    border: 2px dashed hsl(0deg 0% 63.53%);
    color: gray;
    background-color: white;
    padding: 35px 30px;

    font-size: 16px;
    font-weight: 500;

}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.event-registration-section .gaping {
    padding-top: 30px;
}

.lebels {
    color: black;
    font-size: 15px;
    font-weight: 500;
    /* text-align: right; */
}

.input-gaping {
    margin-top: 20px;


}

.Ragistration-btn {
    padding: 15px 40px;
    text-decoration: none;
    background-color: hsl(208.24deg 56.2% 52.55%);
    border-radius: 5px;
    color: white;
    position: relative;

}


.Ragistration-btn:hover {
    color: white;
}

.btn-gaping {
    margin-top: 30px;
    margin-bottom: 100px;
}

.imges-with {
    width: 46%;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
}

.imges-with img {
    width: 100%;
    height: auto;
}

.new-logo {
    background-color: unset;
    padding: unset;
}

.text-right {
    /* text-align:right; */
    /* max-width: 20%; */
}

.row-main {
    align-items: center;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.new {
    padding: 50px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}


.tems {
    color: #0079bf;
}

.headig-botem {
    font-size: 22px;
    font-weight: 700;
    color: hsl(215.43deg 60% 34.31%);

}

/* ============================Deligation-Page======================= */


.deligation-section {
    background-image: url(../images/deligationimges.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding:100px 0px; */

}

.deligation-heading {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 700;
    padding-top: 200px;
    padding-bottom: 60px;

}


.list-heading {
    color: #181818;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-top: 60px;
}



table.dataTable {
    border: 1px solid #C6C6C6 !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    border: 1px solid #C6C6C6 !important;
    background-color: white;
}


div.dataTables_wrapper div.dataTables_filter label {
    padding-bottom: 15px;
}

.list-section {
    padding-bottom: 20px;
    background-color: hsl(0deg 0% 95.69%);
}


.list-section .dataTables_wrapper .dataTables_filter input {
    background-color: white;
}


.list-section div.dataTables_wrapper div.dataTables_length select {
    background-color: white;
    color: hsl(207.86deg 57.85% 52.55%);
}


.list-section .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: hsl(207.86deg 57.85% 52.55%);
    color: white;
}


.old {
    color: red;
}

.middleaged {
    color: blue;
}

.young {
    color: green;
}

.imges-box {
    width: 100%;
    height: auto;
}

.imges-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main-gried {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    padding-top: 15px;
}

.event-section {
    padding: 0px 15px;
    margin-bottom: 20px;
}

.video-heading {
    color: #181818;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 12px;
}

.video-section {
    margin-bottom: 50px;
    padding: 0px 20px;
}

.video-imges {
    width: auto;
    height: 100%;
}

.video-gried {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}

/* ========meet up-section-strat============ */

.meetup-section {
    background-image: url(../images/meetup-sectionimges.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 242px;
}

.meetup-heading {
    color: #FFF;
    font-family: Montserrat;
    font-size:50px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;

}

.text-under {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;

    font-weight: 500;
    margin: 0;
    letter-spacing: 1.3px;
    display: inline;
    border-bottom: 3px solid #1043A5;
}




.text-under .box-meetup {
    padding-top: 80px;
}

.meetup-pera {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 74%;
    padding-bottom: 20px;


}

.box-meetup {
    padding-top: 50px;
}


.meetup-btn {
    background: #1043A5;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    height: 45px;
    gap: 10px;
    margin-top: 20px;
    text-decoration: none;
}

.meetup-btn:hover{
    color: white;
}

.table-flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.tableimges {
    width:100%;
    height: auto;
}
.tableimges img{
    width:100%;
    height: auto;
}

.flex-one {
    display: flex;
}

.color-heade{
    background-color: black;
    color: white;
}

.tbody, td, tfoot, th, thead, tr{
    padding:10px;
}

/* =========counter-css=== */
#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#counter .item {
    background: #fff;
    width: 77px;
    height: 53px;

    margin: 10px;
    padding: 5px;
}

#counter .item .count {
    font-size: 20px;
    font-weight: 700;
}

#counter .item h3 {
    font-size: 12px;
    font-weight: 500;
}


.event-registration-section .form-control {
    height: 45px;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 12px;
    font-size: 16px;
    color: #000;

}

.event-registration-section .button-control{
    background-color: #1043a5;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
    min-width: 100%;
}
.event-registration-section .select-option{
    width: 100%;
    margin-bottom: 0px;
}

.event-registration-section .selected.select-option{
    border: 1px solid #ddd;
}

.parsley-custom-error-message{
    color:red;
    margin-left:18px;
    margin-top: 5px;
}
.event-modal-body{
    margin: 5px !important;
}
.event-modal-body img{
    width: 100%;
    object-fit: cover;
    transition: all 11s ease;
    margin: auto;
}
.event-modal-body .banner-image::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: 1;
}
.event-modal-body .banner-image{
    height:350px;
    overflow: hidden;
    width: 100%;
    object-fit: contain;
}
.btn-default-sm{
    min-width: 100px;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #1043a5;
    box-shadow: none;
    border: 1px solid #1043a5;
    border-radius: 0;
    outline: none;
}
.btn-default-sm:hover{
    color: #1043a5;
    border: 1px solid #1043a5;
    background-color: transparent;
}
.btn-danger{
    min-width:  180px;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #dc3545;
    box-shadow: none;
    border: 1px solid #dc3545;
    border-radius: 0;
    outline: none;
}
.btn-danger:hover{
    color: #dc3545;
    border: 1px solid #dc3545;
    background-color: transparent;
}
.btn-danger-sm{
    min-width:  100px;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #dc3545;
    box-shadow: none;
    border: 1px solid #dc3545;
    border-radius: 0;
    outline: none;
}
.btn-danger-sm:hover{
    color: #dc3545;
    border: 1px solid #dc3545;
    background-color: transparent;
}

.event-modal-footer{
    background: #fff !important;
}


.navbar-toggler-conference {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0 0 0 auto;
    z-index: 11;
    position: relative;
}

.event-input-group-text{
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 4px;
    border-radius: 0px;
}



.select-text {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.select-text-:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

.event-registration-section .form-control::placeholder {
  color: grey;
  opacity: 1; /* Firefox */
}

.event-registration-section .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: grey;
}

