

body
{
    overflow-x: hidden;
}





.navbar
{
    border-bottom: 5px solid red!important;
    background-color: #fff!important;
}


.navbar .navbar-nav li a
{
    color: rgba(0, 0, 0, 0.9);
}

.navbar .navbar-nav li a:hover
{
    color: rgba(255, 0, 0, 0.9)!important;
}



/*aboutUs*/

.aboutUs
	{
		height: 680px;
	
		text-align: center;
		padding-top: 80px;
        padding-bottom: 40px;

	}

.aboutUs h1
	{
		margin-bottom: 20px;
        color: red;
	}

.serviceBox{
    padding: 25px 20px 15px 90px;
    position: relative;
    margin-bottom: 30px;
    min-height: 250px;
    max-height: 250px;
    box-shadow:  1px 2px 3px #000;
    overflow: hidden!important;
}
.serviceBox:before{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.33s ease 0s;
}
.serviceBox:before{
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.serviceBox .service-icon{
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #ff5157;
    text-align: center;
    border: 2px solid #16706e;
    position: absolute;
    top: 55px;
    left: 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-icon{ transform: translateY(20px); }
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    height: 2px;
    background: #16706e;
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-icon:after{
    top: auto;
    bottom: -20px;
    left: 10px;
    right: 10px;
}
.serviceBox .service-icon:before{
    top: -25px;
    transform: rotate(90deg);
}
.serviceBox .service-icon:after{
    transform: rotate(-90deg);
    bottom: -25px;
}
.serviceBox .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #FF6F91;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    position: relative;
}
.serviceBox .title a{
    color: #FF6F91!important;
}
.serviceBox .title a:hover{
    cursor: pointer!important;
}
.serviceBox .description{
    font-size: 13px;
    color: #807d7d;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0;
    text-align: justify!important;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width:767px){
    .serviceBox:before{ transform: scale3d(1, 1, 1); }
    .serviceBox .service-icon{ top: 30px; }
}
@media only screen and (max-width:480px){
    .serviceBox .service-icon{ top: 40px; }
}











.CALL_FOR_PAPER
{
	margin-top: 50px!important;
    height:auto;
	text-align: center;
/*
  background:url(../image/bg1.jpg)!important;*/

background: #2193b0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.CALL_FOR_PAPER .col-lg-12
{
      padding-top: 80px;
    padding-bottom: 40px;
     background-color:rgba(0,0,0,0.8);
}
.CALL_FOR_PAPER .col-lg-12 h1
{
     color: #fff;
}


.CALL_FOR_PAPER table
{
    width: 100%!important;
}
.CALL_FOR_PAPER p
{
	text-align: justify!important;
    color: #fff;
}

.CALL_FOR_PAPER table tr 
{
	text-align: left; color: #fff!important;
}


.warningColor
{
	color: red!important;
    text-align: center;

}









.PAPER_SUBMISSION
{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F6BC0F;
}

.PAPER_SUBMISSION h1
{
	text-align: center;
    margin-bottom: 30px;
}
.box_div
{
    height: 395px!important;
    background-color: #fff;
    padding-top: 10px;
    
    border-radius: 5px;
    box-shadow: 2px 4px 4px #000;
}

.box_div h3
{
	text-align: center;
	color: #000;
}
.box_div hr
{
	height: 1px;
	background-color: #000!important;
}
.box_div p
{
	color: #000;
	text-align: justify!important;
	font-size: 18px;
    
    padding: 10px;

}

.box_div span
{
	color: #FE6600!important;
}

.box_div ul li
{
	list-style: none;
	border-bottom: 1px solid #111;
	color: #111;
	font-size: 18px;

}


.box_div .btnDIV 
{
   
    margin: 0px!important;
}

.box_div  p , .box_div  ul
{
    min-height: 260px!important;
}
.box_div .btnDIV .btn
{
  margin-top: -20px!important;
  margin-right: 10px;
}

.box_div .btnDIV .btn a
{
 color: #fff!important;
}























/*image div*/
.index .KEYNOTE_SPEAKERS
{
    padding-top: 90px;
    margin-top: 0px;


/*  background:url(../image/bg2.jpg);
    background-attachment: fixed!important;
    background-size: 100% 100%!important;
    background-repeat: no-repeat!important;*/

    background: #1FA2FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}



.KEYNOTE_SPEAKERS h1
{
    text-align: center;
    color: #fff;
}

.image_box
	{
		max-height: 302px;
		min-height: 302px;
        margin-bottom: 10px;
        border:2px solid #111;
        border-radius: 10px;
	}
	.image_box img
	{
		max-height: 220px;
		min-height: 220px;
		width: 100%;
        border-top-right-radius: 10px;
         border-top-left-radius: 10px;
	}

	.image_box .image_name
	{
		height: 80px;
	/*	background-color:rgba(0,0,0,0.7);*/
        background: var(--gr-color4);
		color: #fff;
        padding: 2px;
        text-align: center;
         border-bottom-right-radius: 10px;
         border-bottom-left-radius: 10px;
         
	}

    .image_box .image_name h3
    {
        font-size: 15px;
    }
.image_box .image_name h5
    {
        font-size: 12px;
    }
	













    :root{
    --gr-color1: linear-gradient(to bottom right, #F04E90, #BC32B4);
    --gr-color2: linear-gradient(to bottom right, #FBDD2C, #F6B221);
    --gr-color3: linear-gradient(to bottom right, #DDE12C, #A8CF38);
    --gr-color4: linear-gradient(to bottom right, #77C9A8, #09A1C0);
    --text1: #BC32B4;
    --text2: #F6B221;
    --text3: #A8CF38;
    --text4: #09A1C0;
}

.image_box .image_name{
    color: #fff;
    background: var(--gr-color1);
    z-index: 1;
    transition: all 0.3s ease 0s;
}








.image_box :after{
    content: '';
    box-shadow: 0 0 10px #505050;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -2;
    transition: all 0.3s;
}
.image_box{ transform:scale(0.9); }
.image_box:after{
    opacity: 1;
    transform:translateX(-50%) translateY(-50%) scale(1);
    box-shadow: 0 0 10px #505050, 0 0 10px rgba(0,0,0,0.2) inset;
}



















.tabDiv
{
    padding-top: 80px;
    padding-bottom: 40px;

}
.tabDiv .col-lg-12
{
}
.tabDiv h1
{
   text-align: center;
   color: #FE6E1A;
}


.tab .nav-tabs{
    border: 1px solid #1fc1dd;
    background: #41A3C8;
}
.tab .nav-tabs li{
    margin: 0;
}
.tab .nav-tabs li a{
    font-size: 14px;
    color: #fff;
    background: #fff;
    margin: 0;
    padding: 10px 15px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
    position: relative;
    background: #41A3C8;
}
.tab .nav-tabs li a:hover{
    border-top: none;
    border-bottom: none;
    border-right-color: #ddd;

}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    border: none;
    background: #1fc1dd;
    border-right: 1px solid #ddd;
}
.tab .nav-tabs li.active a:before{
    content: "";
    width: 58%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tab .nav-tabs li.active a:after{
    content: "";
    border-top: 10px solid #1fc1dd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 43%;
}
.tab .tab-content{
    font-size: 13px;
    /*color: #999898;*/
    line-height: 25px;
    background: #fff;
    padding: 20px;
    border: 1px solid #1fc1dd;
    border-top: none;
}
.tab .tab-content h3{
    font-size: 24px;
    color: #999898;
    margin-top: 0;
}
@media only screen and (max-width: 480px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li.active a,
    .tab .nav-tabs li.active a:after,
    .tab .nav-tabs li.active a:hover{
        border: none;
    }
}






































.about_college
{
     padding: 40px;
     padding-top: 80px;
   
                  background: #00c6ff;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.about_college h1
{
    text-align: center;
    color: #FF0000;
}


#accordion .panel{
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 5px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 5px 5px 0 0;
}
#accordion .panel-title a{
    display: block;
    padding: 20px 30px;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ea526f;
    border-radius: 5px 5px 0 0;
    position: relative;
}
#accordion .panel-title a.collapsed{
    border-color: #e0e0e0;
    border-radius: 5px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "-";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #ea526f;
    font-size: 25px;
    color: #111;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 30px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    font-weight: bolder;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "+";
    background: transparent;
    color: #000;
    opacity: 0;
    transform: scale(0);
    font-weight: bolder;
      font-size: 25px;
}
#accordion .panel-title a.collapsed:before{
    opacity: 0;
    transform: scale(0);
}
#accordion .panel-title a.collapsed:after{
    opacity: 1;
    transform: scale(1);
}
#accordion .panel-body{
    padding: 20px 30px;
    background: #ea526f;
    border-top: none;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    border-radius: 0 0 5px 5px;
}



.contactUs
{

background-image: linear-gradient(to right, #112134 0%, #112134 100%);
padding-top: 80px;
padding-bottom: 40px;
background-attachment: fixed;
color: #fff!important;

}


.contactUs .col-lg-12 hr
{
 margin: 0px!important;
 height: 2px;
 background-color: rgba(255,255,255,0.2);
}



.contactUs .col-lg-12 h1
{
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.contactUs .contactUs_left
{
border-right: 2px solid rgba(255,255,255,0.2);
padding-top: 10px;
}


.contactUs .contactUs_left small
{
    text-align: center!important;
    margin-bottom: 10px!important;
}

.contactUs .contactUs_right
{
    padding-top: 10px;
}





.footerDIv
{
    background-color: #000;
    padding-top: 10px;
    color: #fff!important;
    padding-bottom: 10px!important;
}

.footerDIv ul
{
   list-style: none;
   float: right;
   width: 100%;
}


.footerDIv ul ,.footerDIv h6
{
margin: 0px;
}
.footerDIv ul li
{
   float: left;
   margin-right: 10px;
   max-width: 25%!important;
}

.footerDIv ul li a , .footerDIv h6 a{
   color: #fff!important;
}


















/*mobile view*/







@media only screen and (min-width: 970px)
{
    .navbar .navbar-nav li a
    {
        color: rgba(0, 0, 0, 0.9)!important;
    }
}

@media only screen and (max-width: 970px)
{
    
        body
        {
            overflow-x: hidden!important;
        }

        .navbar 
        {
            padding: 0px!important;
        }
        .navbar-nav
        {
            width: 100%!important;
            padding: 0px!important;
            margin: 0px!important;
            border-top: 5px solid red!important;
            background: #2193b0;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to left, #6dd5ed, #6dd5ed);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to left, #6dd5ed, #6dd5ed); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
         .navbar-nav li
         {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
            color: #fff!important;
            
         }
         .navbar-nav li .nav-link
         {
            color: #111!important;
            font-weight: bolder;
            padding-left: 20px!important;
         }

         .navbar-nav li:hover
         {
            background-color: #fff;

         }





        

        .slideBOX
        {
        /*display: none!important;*/
         margin-top: -185px!important;
         margin-bottom: 20px!important;
        }


        
        .slideBOX .divThree , .slideBOX .divFourt
        {
            margin-top:0px!important;
        }

        .divOne ,.divTwo ,.divThree,.divFourt
        {
          height: 80px;
          margin-top: 10px;
         /* border-radius: 10px;*/
          text-align: center;
          color: #fff;
          padding-top: 10px;
          min-width: 50%!important;
          float: left!important; 
          position: relative!important;
          margin-bottom: 0px!important;
        }

        .divOne h3,.divTwo h3 ,.divThree h3,.divFourt h3
       {
          font-size: 15px!important;
       }

       .divOne h5,.divTwo h5 ,.divThree h5,.divFourt h5
       {
          font-size: 12px!important;
          margin-bottom: 0px!important;
       }


        .carousel-caption p
        {
            font-size: 15px!important;
        }


        .carousel-caption h3
        {
            font-size: 20px!important;
            color: red!important;
        }

        .carousel-caption h1
        {
            font-size: 20px!important;
            color: red!important;
        }

        .carousel-caption h2
        {
            font-size: 20px!important;
            color: red!important;
        }

         #demo
          {
            max-height: 270px!important;
          }
        .carousel-inner img {
            max-height: 270px!important;
            min-height: 270px!important;
          }



          .slideBOX
        {
            display: none!important;
        }
        .aboutUs
        {
            height: auto!important;
            margin-bottom: 60px!important;
            margin-top: -220px!important;
        }
        .aboutUs h1
        {
            font-size: 15px;
        }

        .serviceBox
        {
            min-height: 230px!important;
            max-height: 230px!important;
        }

        .CALL_FOR_PAPER h1
        {
            font-size: 20px!important;
        }

        .PAPER_SUBMISSION h1
        {
            font-size: 20px!important;
        }




        .PAPER_SUBMISSION .box_div
        {
            margin: 20px!important;
            height: auto!important;
        }








        .box_div
        {
            min-height: 400px!important;
            
        }


        .box_div .btnDIV .btn
        {
          margin-top: -30px!important;
          margin-right: 10px;
          padding: 5px!important;
          font-size: 15px!important;
        }


        .tabDiv .nav-tabs 
        {
           
            padding: 0px!important;
        }


        .tabDiv .nav-tabs li
        {
            float: right!important;
            width: 30%!important;

        }
        .tabDiv .nav-tabs li a
        {
            float: left!important;
            
            text-align: left;

        }





        .KEYNOTE_SPEAKERS
            {
                padding-top: 80px;
                margin-top: 10px;

                background-image: none!important;
                color: #111;
            }



                .KEYNOTE_SPEAKERS h1
                {
                    text-align: center;
                    color: #111!important;;
                    font-size: 30px!important;
                }

            .image_box
            {
                max-height: 302px;
                min-height: 302px;
                margin-bottom: 10px;
                border:2px solid #111;
                border-radius: 10px;
            }
            .image_box img
            {
                max-height: 220px;
                min-height: 220px;
                width: 100%;
                border-top-right-radius: 10px;
                 border-top-left-radius: 10px;
            }
        .image_box .image_name h5
            {
                font-size: 12px;
            }
            
            .about_college
            {
                background-image: none!important;
                background: #00c6ff!important;  /* fallback for old browsers */
                background: -webkit-linear-gradient(to bottom, #0072ff, #00c6ff)!important;  /* Chrome 10-25, Safari 5.1-6 */
                background: linear-gradient(to bottom, #0072ff, #00c6ff)!important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

                padding-left: 5px!important;
                padding-right: 5px!important;
            }

            .about_college h1
            {
               font-size: 30px!important;
               color: #000;
               text-shadow: 1px 1px 2px #fff;
            }






            .service-icon
            {
                font-size: 15px!important;
            }

            .serviceBox
            {
                padding-left: -20!important;
            }

            .PAPER_SUBMISSION .box_div
            {
                min-height: 415px!important;
            }



            .box_div  p , .box_div  ul
            {
                min-height: 300px!important;
            }
            .box_div .btnDIV .btn
            {
              margin-top: -20px!important;
              margin-right: 10px;
            }

            .box_div .btnDIV .btn a
            {
             color: #fff!important;
            }


}


