* {
    padding:0px;
    margin:0px;
    box-sizing: border-box;
}
.container {
	padding: 0px;
}
.newsUpdates {
    margin-bottom: 20px;
}
.mainSite .content .container {
    padding-top: 15px;
}
.tenders .tickerDivBlock {
    height: 392px !important;
}
/*.bannerBox>a {
    background: #2c61a1;
    font-size: 1.231em;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
}*/
.rightBanners>ul>li:nth-child(n+3) {
    margin-top: 28px; 
}
.impLinks .carouselBlock {
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}
.impLinks a span {
    display: block;
    width: 120px;
}
.otherLinks ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 46%;
    background-color: rgba(3, 169, 244, 0.9);
}

.owl-carousel.owl-loading {    
    opacity: 1;

}
.mainSite .content .container {
    background:#fff;
    padding-top:10px;
}
.tenders .tickerDivBlock {
    height:392px !important;
}
/*.bannerBox>a {
    background: #2c61a1;
    font-size: 1.231em;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    display:block;
    text-decoration:none;
    padding:8px 15px 9px;
    line-height: 1.5;
    position:relative;
    transition:300ms;
    -webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
    -o-transition:300ms;
}*/
.copyright {
    padding: 10px 15px !important;
}
.rightBanners {
    float: right;
     width: 100%; 
}
.mainSite .content {
    margin-top: -15px;
}
.container {
    padding: 0px;
}
.rightAccordion .accTrigger {
    background: #2c61a1;
}
.rightAccordion .accTrigger a {
    color: #fff;
}

/* accordion css */
.accordion-button{
    background: #eaeaea !important;
    color: #333333;
    /*display: block;*/
    font-size: .65em;
    margin-top:10px;
    border-radius:0 !important;
}
.accordion-item{
    border:0 !important;
}
.accordion-body{
    padding:0 !important;
}
.bulletText{
    padding: 10px !important;
}
.bannerBox{
    padding-right:0;
}
.publication .bannerBox, .aboutUs .bannerBox{
    padding-left:0;
}
.accordion-button:not(.collapsed){
    background: #003366 !important;
    color: #fff !important;
    font-size: large;
}
.accordion-button:hover { 
    color: #333;
}
/* /accordion css */


/*.owl-carousel {
     max-width: 320px;
}*/
 .owl-carousel .owl-nav {
     padding-top: 0.4em;
     font-family: sans-serif;
     font-size: 0.8em;
}
 .owl-carousel .owl-nav > div {
     padding: 0.4em 1.4em;
     border: 1px solid #333;
     background: #000;
     color: white;
     border-radius: 0.4em;
     background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(0, 0, 0, .2));
     box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, .5);
}
 .owl-carousel .owl-nav > div:hover {
     background-color: #333;
}
 .owl-carousel .owl-nav .owl-prev {
     float: left;
}
 .owl-carousel .owl-nav .owl-next {
     float: right;
}

.tickerBanner {
        display: block;
    }

/*swiper slider */

 .swiper-slide{
        height:98px !important;
    }

.newsUpdates .tickerDivBlock{
        height:410px;
        overflow:hidden;
    }
    /*.newsDate {
        font-size:15px;
        margin-top:8px;
    }*/
    .newsTitle a{
        font-size:14px;
    }
    .newsBlock {
        margin-top: 4px!important;
        padding-bottom: 10px;
    }

    /*swiper slider */

/*top, down icon for accordion*/
.accordion{
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2303a9f4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} 
 /*top, down icon for accordion*/

.mainNavigation #nav{
    background: #003366;
    padding-bottom: 2px;
}
.search {
    height: 39px;
}
.search label:hover, .search label.active {
    height: 39px;
}

.leftContentWebInfo {
    padding-right:0px;
}
.contentAreaWebInfo {
    border-right: 0;
    padding-right: 0;
}
.dialog-ovelay .dialog header {
    padding:0 !important;
}
.dialog-ovelay .dialog .dialog-msg p {
    font-size: 18px!important;
}
.button-primary-flat {
    background-color: #003366 !important;
    border: 1px solid #003366 !important;
}
.dialog-ovelay .dialog {
    position: fixed;
    top: 19%;
    left: 33%;
}


/*overlay yes/no css here start*/

.fadeIn {
    animation: fadeIn .5s
}
.zoomIn {
    animation: zoomIn .5s
}
.zoomOut {
    animation: zoomOut .5s
}
@keyframes zoomIn {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}




.dialog-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999;
    text-align: center;
}
.dialog-ovelay .dialog {
    width: 35%;
    margin: 50px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 3px;
    overflow: hidden;
}
.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f6f7;
    border-bottom: 1px solid #e5e5e5
}
.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}
.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px    
}
.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}
.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}
.dialog-ovelay .dialog .dialog-msg p{
    margin: 0;
    font-size: 15px;
    color: #333
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}
.dialog-ovelay .dialog footer .controls {
    direction: ltr;
    text-align: center;

}
.dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px
}

.button {
    padding: 8px 15px;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    cursor: pointer;
    border-radius: 3px
}
.button-default-flat {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}
.button-default-flat:hover {
    background-color: rgb(252, 252, 252);
    color: #3B3B3B
}
.button-default-flat:active {
    background-color: rgb(240, 240, 240);
}

.button-primary-flat {
    background-color: #673AB7;
    border: 1px solid #47229B;
    color: #f5f5f5;
}
.button-primary-flat:hover {
    background-color: #7E57C2;
    border-color: #633EB9;
    color: #fff
}
.button-primary-flat:active {
    background-color: #512DA8
}

/*act & rules pages css here start*/
        .overlayBox {
                position: relative;
                width: 90%;
                height: 135px;
                border: 3px solid #003366;
                border-radius: 20px;
                margin: 0 auto;
                background: #e1e1e1;
                }

        .imageBg {
        background: #f00 !important;
        opacity: .6;
        display: block;
        width: 100%;
        height: 100%;
        transition: .5s ease;
        backface-visibility: hidden;
        border-radius: 15px;
        }

        .middle {
          transition: .5s ease;
          opacity: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          text-align: center;
          width: 100%;
            height: 100%;
        }

        .overlayBox:hover .imageBg {
          opacity: 0.9;
        }

        .overlayBox:hover .middle {
          opacity: 1;
        }

        .textContent {
            background-color: #000000;
            color: white;
            font-size: 32px;
            opacity: 1;
            text-shadow: 0px 0px 1px #fff;            
        }
        .ContHeading{
            transition: .5s ease;
            opacity: 1;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
            font-size: 26px;
            font-weight: bold;
            color: #000;
        }
        .headOver{
                background: #ffaa52;
                width: 100%;
                padding: 13.7%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: #000;
                font-size: 30px;
                font-weight: bold;
                text-shadow: 0px 0px 10px #fff;
                border-radius: 20px;
            }
        .headOver1 {
            background: #ffaa52;
            width: 100%;
            padding: 6.5%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #000;
            font-size: 30px;
            font-weight: bold;
            text-shadow: 0px 0px 10px #fff;
            border-radius: 20px;
        }
        .actRulsBox{
            position: relative;
            font-size: 18px;
            background: #003366;
            margin-top: -12px;
            padding: 10px 0px;
            color: #fff;
            text-shadow: 1px 1px 3px #000;
         }

        .listBox {
            padding: 10px 5px;
            border-radius: 10px;
            background-color: white;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
            text-align: center;
            position: relative;
            margin-bottom: -12px;
            letter-spacing: 2px;
        }
        .my-list li {
            transition: ease 400ms;
            display: flex;
            letter-spacing: 1px;
            margin: 9px 0px;
            border-bottom: 1px solid #f1f1f1;
            padding: 11px 0px;
            font-size: 13px;
            margin-right: 16px;
            font-weight: 600;
            font-family: sans-serif;
        }

        .my-list li:hover {
            transform: translateX(20px);
            opacity: 1;
        }

        .my-list li:focus-visible {
            outline: 2px solid red;
            outline-offset: 2px;
            border-radius: 4px;
        }

        .my-list {
            list-style: none;
            counter-reset: ordered-list;
        }

        .my-list li:before {
            counter-increment: ordered-list;
            content: counter(ordered-list);
            margin-right: 16px;
            background-color: #003366;
            color: #f6f6f6;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;
        }
        .pdfBox{
            position: absolute;
            right: 100px;
            border: 1px solid #eee;
            padding: 3px 10px;
            background: #eff5ec;
            color: #f00;
            border-radius: 10px;
            margin-top: -4px;
        }
        .pdfBox1{
            position: absolute;
            right: 22px;
            border: 1px solid #eee;
            padding: 3px 10px;
            background: #eff5ec;
            color: #f00;
            border-radius: 10px;
            margin-top: -4px;
        }
        .pdfBox a{
            text-decoration: none;
             color: #f00;
        }
        .pdfBox1 a{
            text-decoration: none;
             color: #f00;
             font-size: 11px;
        }
       

/*act & rules pages css here end*/


/*overlay with up and down swiper-slide start here*/

.bgCardBox{
            border-radius:10px;
            margin-top:20px;
            transition:.5s;
            position: relative;
            width: 90%;
            height: 135px;
            border: 1px solid #f2f2f2;
            margin: 0 auto;
        }
        .boxOverCont{
            position: absolute;
            bottom: 0;
            background: #003366;
            width: 100%;
            height: 0px;
            border-radius: 10px;
            color: #fff;            
            transition: .5s;
        }
        .bgCardBox:hover .boxOverCont{
            display:block;
            height:100%;
            border: 3px solid #ffaa52;
        }
        .boxOverCont p{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none;
            font-size: 26px;
            font-weight: 700;
            transition: .5s;
            cursor: pointer;
        }
        .bgCardBox:hover .boxOverCont p{
            display: block;
        }
        .boxp{
            position:absolute;
            top:50%;
            left:50%;
            transform: translate(-50%, -50%);
        }
        .boxp:hover{
            opacity: 0;
        }


/*overlay with up and down swiper-slide end here*/

/*tabs for act and rules guidelines*/

.nav-tabs .nav-item .nav-link {
  background-color: blue!important;
  color:yellow;
}
.nav-tabs .nav-item .nav-link.active {
  color:red;
}
.act_RulesBox{
    width: 100%;
    height: auto;
    position: relative;
}
.act_RulesBox .accordion-button{
    background:#d1e7dd !important;  /*-- #d1e7dd, #cfe2ff, #fff3cd, #cff4fc  --*/
    color: #333333;
    /* display: block; */
    font-size: 14px;
    margin-top: 10px;
    border-radius: 10px !important;
    padding: 11px 10px;
}
.act_RulesBox .accordion-button1{
    background:#cfe2ff !important;
}
.act_RulesBox .accordion-button2{
    background:#fff3cd !important;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; 
    margin: 20px 0px;
}
.accordion-button:hover {
    color: #333;
}
 /*.accordion-button:not(.collapsed) {
        background: #2a6ebb !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 600;
    }*/
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        background-color: #003366; 
    }
    .nav-justified .nav-item a{
        color: #000;
        font-weight: 800;
    }
.Iconlink {
    display: inline-block;
    width: 145px;
    height: auto;
    margin: 0 auto;
    margin-left: 33px;
}

/*tabs for act and rules guidelines*/


@media only screen and (max-width: 767px){
.noBannerSlide {
	    display: block;
	    margin-top: -20px;
	}
	.impLinks a{
		display:block;
		width:360px;
	}
	.impLinks .container {
		padding: 20px 0px; 
	}
	.impLinks li{
		max-width:100%;
	}
	.impLinks{
		margin-left:8px;
	}
    .tickerBanner {
        display: block;
    }
    .swiper-slide{
        height:125px !important;
    }
    .newsBlock {
        margin-top: 5px!important;
        padding-bottom: 20px;
    }
    .ipoLogo {
        display: block;
        margin-right: 80px;
        margin-top: 15px;
    }
    .otherLinks img {
        max-width: none;
        width: auto !important;
        margin: 0 auto;
        margin-right: 120px;
    }
    .bgCardBox {
    margin: 10px auto;
    width: 100%;
    height: 110px;
}
    .Iconlink {
        display: block;
        width: 160px;
        border: 0;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .linkIcon {
        width: 100%;
        margin: 0 auto;
    }
   /* ---------------- Slider Patent-*/
    .sliderMarquee {
        top: 1em;
        position: relative;
        box-sizing: border-box;
        animation: sliderMarquee 10s linear infinite;
        list-style-type: none;
    }

    .sliderMarquee:hover {
        animation-play-state: paused;
    }

    @keyframes sliderMarquee {
        0% {
            top: 1em
        }

        100% {
            top: -2em
        }
    }

    .owl-stage .cloned {
        width: 340px !important;
    }

    .sliderMarquee {
        overflow: hidden;
    }

    .patentHistory li p {
        padding: 0 10px;
        font-size: 13px;
    }
}




/* ---------------- Slider Patent-*/




