
html {
    scroll-behavior: smooth !important;
}

body{
    background-color: #eee;
   /* font-family: 'Quicksand', sans-serif;*/
    font-family: Lucida Sans, sans-serif;
}
a, a:hover, a:active, a:visited, a:focus{
    text-decoration: none;
    color: #844ab3;
}

#exTab1 .tab-content {
    color : white;
    background-color: #844ab3;
    padding : 5px 15px;
}

#exTab2 h3 {
    color : white;
    background-color: #844ab3;
    padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}


#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

.tab-content {
    color : white;
    background-color: #844ab3;
    padding : 5px 15px;
    box-shadow: 0 4px 3px #999;
}

.tab-pane a{
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
}
#exTab1 .nav-pills > li {
    border-radius: 0;
    background-color: #b984e4;
}
#exTab1 .nav-pills > li a:hover {
    background-color: #844ab3;
}
#exTab1 .nav-pills > li a {
    border-radius: 0;
    color: #fff;
    padding: 3px 50px;
    font-weight: bold;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #844ab3;
}

#exTab1 .nav-pills > li:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #eee;
    border-width: 27px;
    left: 100%;
    margin-left: -27px;
    z-index: 2;
}
#exTab1 .nav-pills:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #eee;
    border-width: 27px;
    margin-left: -27px;
    z-index: 2;
}

@media screen and (max-width: 525px) {
    #exTab1 .nav-pills > li:before {
        all: unset;
    }
    #exTab1 .nav-pills:before {
        all:unset;
    }
    #exTab1 .nav-pills > li a {
        padding: 3px 30px;
    }
}

.logo img{
    height: 98px;
    margin-top: 7px;
}
.header-tab-3 a{
    padding: 5px 0 5px 18px;
    color: black;
    font-weight: bold;
}
.header-tab-3 a:hover{
    color:#844ab3 ;
}
.header-tab-3{
    margin-top: 5px;
}

.header-right-div{
    width: 200px;
}

.header-search{
    width:180px;
    float: right;
    margin-top: 4px;
    border-radius: 8px;
    border: 1px #bbb solid;
    font-size: 18px;
    overflow: hidden;
    background-color: #fff;
}
.header-search input{
    width:150px;
    border: none;
    padding-left: 5px;

}
.header-search input:focus{
    outline: none;
}
.fb-icon, .in-icon, .tw-icon, .yt-icon, .gp-icon{
    display: inline-block;
    padding: 3px;
    font-size: 30px;
    height: 26px;
}
.find-us{
    margin-left: 20px;
    margin-top: 35px;
    font-weight: bold;
}
.social_media_icon{
    margin-top: -6px;
}
#exTab1{
    margin-top: -20px;
}
.fb-icon i{
    color: #3B5998;
}
.in-icon i{
    color: #0e76a8;
}
.yt-icon i{
    color: #c4302b;
}
.gp-icon i{
    color: #db4a39;
}
.tw-icon i{
    color: #00acee;
}

 #mob_menu, .logo_small{
     display: none;
 }
@media screen and (max-width: 670px) {
    #mob_menu, .logo_small{
        display: block;
    }
    #web_menu, .logo_full{
        display: none;
    }
}
.show_490{
    display: none;
}
#mob_menu{
    margin-top: -10px;
}
@media screen and (max-width: 490px) {
    .full_480{
        width: 100%;
    }
    .header-right-div{
        display: none;
        float: left !important;
    }

    .header-search{
        width:unset;
        float: unset;
        display: inline-block;
    }
    .header-search input{
        width:150px;
        border: unset;
        padding-left: 5px;

    }
    .header-search input:focus{
        outline: unset;
    }

    .show_490{
        display: block;
    }
}
.header-tab-490{
    margin-top: 7px;
}
#mob_menu ul li ul li a:hover{
    font-weight: bold;
}
.header_gradient{
    background-image: linear-gradient(#ddd,#eee);
}
.partner_div {
    text-align: center;
}
.partner_div img{
    max-width: 240px;
    padding: 2px;
}
.banner-div img{
    margin-top: 15px;
    border: 2px solid #666;
    border-radius: 3px;
}
.card-new-1{
    margin-top: 5px;
}
.card-new-1 h4{
    margin-top: 30px;
}
.card-new-1 h4,  .partner_div h4{
    color: #844ab3;
    text-align: center;
    font-weight: bold;
}
.card-new-1 .img-div-1{
    border: 1px solid #666;
    border-radius: 10px;
    overflow: hidden;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;


}
.card-new-1 .img-div-1 img{
width: 100%;
}
.card-new-1 .img-div-1:hover{

box-shadow: 0 0 20px #bbb;
overflow: hidden;
}
.card-new-1 p{
margin-top: 10px;
text-align: right;
font-weight: bold;
}
.card-new-1 p a:hover{
text-decoration: none;
color: #844ab3;
}
.card-new-1 p a{
color: black;
}

@media screen and (max-width: 991px) {
.partner_div{
    text-align: center;
}
.partner_div img{
    max-width: 200px;
}
}
@media (min-width: 480px) and (max-width: 780px){
.card-new-1 {
    width: 32.5%;
    display: inline-block;
}
.col-msm-6{
    width: 49.5%;
    display: inline-block;
}
}
.footer{
margin-top: 20px;
font-size: 11px;
font-weight: 400;
}
.footer-row{
    margin-top: 10px;
}
.footer-row div h5{
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer-row div ul{
list-style-type: none;
padding-left: 0;
}
.footer-row div ul li a:hover{
text-decoration: none;
color:#844ab3;
font-size: 1.01em;
}
.footer-row div ul li a{
color: #333;
}

.footer-copyright{
text-align: center;
margin-top: 15px;
color: #333;
padding: 10px 0 1px 0;

font-weight: bold;
box-shadow: 0 0 10px #ccc;
}

.fa, .fas, .fab {
font-family: FontAwesome, Font Awesome\ 5 Free;
}

.active-tab{
    color: #f3e80f !important;
}
::selection {
    background-color: #a786d1;
    color: #fff;
    text-shadow: none;
}

/*
.active-tab:before{
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #844ab3;
    border-width: 12px;
    margin-top: 25px;
    z-index: 2;
}*/

/*---------------------------------  Contact.html Start  ---------------------------------------*/

.page_heading{
    text-align: center;
}
.side_static_bar{
    border: 1px solid #555;
}
.tab1{
    background-image: linear-gradient(45deg, #ddd, #bbb);
    font-size: 15px;
    padding: 3px 8px;
    font-weight: bold;
}
.sub_tab{
    padding: 5px 8px;
}
.sub_tab a{
    color: #333;
}
.sub_tab a:hover{
    color: #844ab3;
}
.static_div_container{
    border: 1px solid #555;
    padding: 15px;
    background-color: #fff;
}
.banner-img{
    width: 100%;
    margin-top: 0 !important;
}
.subHeading{
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    margin-left: 5px;
    padding: 5px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 20px;
}
.subHeadingItalic{
    font-size: 17px;
    font-weight: bold;
    margin-left: 5px;
    padding: 5px;
    font-style: italic;
}
.static_div_container p{
    margin-left: 10px;
}

@media (min-width: 480px) and (max-width: 780px){
    .col-mss-5{
        width: 41.5%;
        display: inline;
        float: left;
        position: relative;
    }
    .col-mss-7{
        width: 58%;
        display: inline;
        float: left;
        position: relative;
    }
}

/*------------------------------------ Contact.html End -----------------------------------------------*/


/*------------------------------------ vlsi.html start -----------------------------------------------*/

 .tab-content-div{
     background-color: white !important;
     border: 2px solid #cecece !important;
     max-height: 700px !important;
     overflow-y: scroll !important;
     min-height: 700px !important;
 }
.z-tabs.clean.vertical > .z-container > .z-content > .z-content-inner {
    padding: 10px 15px !important;
}

.list-type-1{
    list-style-type: none;
    padding: 0;
    margin: 10px;
}

.list-type-1 li{
    margin-left: 25px;
    text-indent: -25px;
}
.list-type-1 li b{
    display: inline-block;
    margin-left: 25px;
}
.z-tabs.vertical.top-left.white.z-bordered > ul > li.z-active > a {
    border-left: 4px solid #844ab3 !important;
    color: #fff !important;
    background-color: #b984e4 !important;
    text-shadow:none !important;
}
.z-tabs.clean.z-shadows > ul > li.z-active > a {
    box-shadow: inset 0px 0px 1.143em 0px rgb(132, 74, 179);
}
.text-bold{
    font-weight: bold;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    border: none;
}
::-webkit-scrollbar-thumb {
    background: #844ab3;
    border: none;
    border-radius: 5px;
}
html {
    scroll-behavior: smooth;
}
.extra_content_tab{
    background-color: white;
    width: 21%;
    max-width: 275px;
    min-width: 195px;
    position: absolute;
    margin-top: 300px;
    padding: 10px;
    max-height: 404px;
    overflow-y: scroll;
    z-index: 5;
    border: 1px solid #cdcdcd;
}
@media screen and (max-width: 639px){
    .extra_content_tab{
        display: none !important;
    }
}
@media screen and (max-width: 991px){
    .hor_img{
        width: 100%;
    }
}
.hide_it{
    transition-delay: 1.6s;
    display: none !important;
}
.tab_a4_a a, .tab_a4_b a, .activeParent a{
    border: .5px solid #b984e4 !important;
    border-left: 4px solid #b984e4 !important;
    color: #6f3f96 !important;
    background-color: #eddcfb !important;
    text-shadow:none !important;
}
.img-div-2 img{
    border: 1px #777 solid;
}
.subHeading1{
    color: #844ab3;
    font-weight: bold;
    font-size: 1.15em;
}
.down_on_4{
    margin-top:360px;
    max-height:344px;
}

@media screen and (max-width: 1200px){
    .down_on_4{
        margin-top:410px;
        max-height:294px;
    }
    .extra_content_tab {
        max-width: 230px;
    }
}
@media screen and (max-width: 991px){
    .down_on_4{
        margin-top:430px;
        max-height:274px;
    }
    .extra_content_tab {
        max-width: 200px;
    }
}


/*------------------------------------ vlsi.html end -----------------------------------------------*/


/*------------------------------------ embedded.html Start -----------------------------------------------*/

.div-list-img-1{
    background-image: linear-gradient(to top, #cccccc ,#fff, #ffffff);
    border: 2px solid #777;
    padding: 5px;
    margin: 0 10px 10px 0;
}
.img-border{
    width: 100%;
    border: 2px solid #777;
    padding: 5px;
}
@media screen and (max-width:330px){
    img{
        width: 100%!important;
        display: block;
    }
    .col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
        width: 100%;
    }
}


/*------------------------------------ embedded.html end -----------------------------------------------*/

.span_stepin{
    margin-left: 20px;
    font-size: 1.04em;
}

.subHeading2{
    background-image: linear-gradient(45deg, #75bdf1, transparent);
    padding: 4px 15px;
    font-weight: bold;
    font-size: 1.15em;
    margin: 15px 0;
}

/*------------------------------------ profile.html Start -----------------------------------------------*/

.profile_img_div{
    width: 200px;
    display: inline-block;
}
.profile_img_div img{
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 20px #aaa;
    width: 150px;
}
.profile_desc_div{
    min-height: 260px;
    display: inline-block;
    border: 1px solid #aaa;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
}
/*------------------------------------ profile.html end -----------------------------------------------*/



/*************************************** Preloader Start *********************************************/


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 999999;
    align-items: center;
    background: #e7f1ff;
}

.spinner {
    width: 50px;
    height: 50px;
    border-width: 2px;
    border-left: 0;
    border-style: solid;
    border-color: #00BCD4 #00000000 #00000000 #03A9F4;
    border-radius: 50%;
    margin: 100px auto;
    -webkit-animation: loader 0.6s infinite linear;
    -moz-animation: loader 0.6s infinite linear;
    -ms-animation: loader 0.6s infinite linear;
    -o-animation: loader 0.6s infinite linear;
    animation: loader 0.6s infinite linear;
}

@keyframes loader {
    100% {
        -webkit-transform: rotate(360deg);
    }
}


/*************************************** Preloader End *********************************************/


.register-btn{
    background-color: #4aa9b3;
    padding: 10px 20px;
    font-size: 17px;
    color: #fff !important;
}
