@charset "utf-8";
/* CSS Document */
html, body, applet, object, iframe,
 blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 16px ; */
	/* font: inherit; */
	vertical-align: baseline;
	
	
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll; }
body {
	line-height: 1;
	background-attachment:fixed;
}

/* CHATBOT-CSS-STARTS */
html, body {
    height: 100%;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: 1s all ease-in-out;
}

.common-style {
    display: flex;
    position: relative;
    z-index: 150;
}

/* Add a media query for screens smaller than 768px (adjust as needed) */
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px; /* Adjust the base font size for mobile */
    }

    #init, #bot-init {
        /* Adjust the styles for the init buttons on mobile */
        top: auto;
        bottom: 15px;
        left: 15px;
        right: auto;
        width: 40px;
        height: 40px;
        font-size: 10px;
        transform: translateX(-81%);
    }

    #chat-box {
        /* Adjust the styles for the chat box on mobile */
        top: 37%;
        left: 50%;
        transform: translateX(-70%);
        width: 80%;
        height: 70vh;
    }

    .parent {
        /* Adjust the padding for the parent container on mobile */
        padding: 0 1rem;
    }

    .chat-child {
        /* Adjust the styles for the chat child on mobile */
        height: auto;
        width: 100%;
    }
}

/* Rest of your CSS remains unchanged */






html,body{
    height: 100%;
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   
    transition: 1s all ease-in-out;
}

.common-style {
	display:flex;
    position: relative;
    z-index: 150;
}

#init, #bot-init, .parent, .chat-child, .chat-header, .chat-test, .rep, .opt, .link, .chat-footer, #chat-box, .msg {
    /* Add the common class */
    comon-style;
}
#init{

	background: url(../images/Bhumi2.gif) no-repeat center center;
background-size: cover;
	top:80%;
	left:93%;
    margin-top: 2rem;
    border: none;
    padding: 60px 60px ;
    border-radius: 20px;
    font-size: 1px;
    font-weight: 500;
    color: aliceblue;
    cursor: pointer;
    position: fixed;
    bottom: 30px;                                                                   
    right: 35px;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s ease;
    z-index: 150;
    transform: translateX(-81%);
/*     visibility :  hidden  */
    
    
}
#bot-init{
	background: url(../images/Bhumi2.gif) no-repeat center center;
	background-size: cover;
        margin-top: 2rem;
        background: indianred;
        border: none;
        padding: 100px 100px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        color: aliceblue;
        cursor: pointer;
        position: fixed;
        bottom: 30px;
        right: 35px;
        outline: none;
        border: none;
        height: 50px;
        width: 50px;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #html, body {
    height: 100%;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: 1s all ease-in-out;
}

.common-style {
    display: flex;
    position: relative;
    z-index: 150;
}

/* Add a media query for screens smaller than 768px (adjust as needed) */
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px; /* Adjust the base font size for mobile */
    }

    #init, #bot-init {
        /* Adjust the styles for the init buttons on mobile */
        top: auto;
        bottom: 15px;
        left: 15px;
        right: auto;
        width: 40px;
        height: 40px;
        font-size: 10px;
        transform: translateX(-81%);
    }

    #chat-box {
        /* Adjust the styles for the chat box on mobile */
        top: 37%;
        left: 50%;
        transform: translateX(-81%);
        width: 80%;
        height: 70vh;
    }

    .parent {
        /* Adjust the padding for the parent container on mobile */
        padding: 0 1rem;
    }

    .chat-child {
        /* Adjust the styles for the chat child on mobile */
        height: auto;
        width: 100%;
    }
}

/* Rest of your CSS remains unchanged */






html,body{
    height: 100%;
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   
    transition: 1s all ease-in-out;
}

.common-style {
	display:flex;
    position: relative;
    z-index: 150;
}

#init, #bot-init, .parent, .chat-child, .chat-header, .chat-test, .rep, .opt, .link, .chat-footer, #chat-box, .msg {
    /* Add the common class */
    comon-style;
}
#init{

	background-size: cover;
	top:90%;
	left:93%;
    margin-top: 2rem;
   
    border: none;
    padding: 100px 100px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: aliceblue;
    cursor: pointer;
    position: fixed;
    bottom: 30px;                                                                   
    right: 35px;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
   text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s ease;
    z-index: 150;
    transform: translateX(-81%);
}
#bot-init{
	
	background-size: cover;
        margin-top: 2rem;
        background: indianred;
        border: none;
        padding: 100px 100px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        color: aliceblue;
        cursor: pointer;
        position: fixed;
        bottom: 30px;
        right: 35px;
        outline: none;
        border: none;
        height: 50px;
        width: 50px;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #3481BE;
        transition: all 0.2s ease;
        z-index: 150;
        transform: translateX(-81%);
    }
   
#chatStart{
	position: relative;
    top: 40px;
    padding: 8px 10px;
    font-size: 12px;
    height:41rem;
    overflow: auto;
    background: rgb(224,241,253);
    text-align: center;
}


.desc p{
    color: rgb(133,153,168);
    margin: 0;
    font-weight: 600;
    z-index: 150;
}
.text{
    font-size: 65px;
    font-weight: 800;
    color: cadetblue;
    margin: 0;
    z-index: 150;
}
.parent{
    position: relative;
    height: 100%;
    padding: 0 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:9999999;
    
}
.bot-img{
    width: 20rem;
    height: 20rem;
    z-index: 150;
}
.chat-child{
    box-shadow: 0 0 2px salmon;
    border-radius: 15px;
    height: 30rem;
    width: 16rem;
    margin: auto;
    background: white;
    z-index: 150;
}
.chat-header img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 0.5rem;
    border: 1px solid rgb(231,231,231);
    padding: 5px;
    z-index: 150;
}
.chat-header{
    position: absolute;
    left:0; 
    top:0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid whitesmoke;
    background: white;
    width: inherit;
    padding: 5px 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 1;
    box-shadow: 0 0 2px rgb(175,175,175);
}
.h-child{
    display: flex;
    align-items: center;
    z-index: 150;
}
.chat-header span{
    font-size: 13px;
    margin: 0;
    padding: 0;
    z-index: 150;
}
.chat-refBtn{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: none;
    border: none; 
    border-radius: 50%;
    color: indianred;
    font-size: 18px;
    cursor: pointer;
    z-index: 150;
}

.chat-close{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: none;
    border: none; 
    border-radius: 50%;
    color: indianred;
    font-size: 18px;
    cursor: pointer;
    z-index: 150;
}
.chat-name{
    font-weight: 600;
    z-index: 150;
}
.chat-footer{
    position: absolute;
    bottom: 0;
    width:inherit;
    background: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: indianred;
    padding: 15px 0;
    left:0;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 0 3px rgb(153,153,153);

}
#chat-box{
   position: fixed;
   border-radius:15px;
    top: 38%;
    left:75%;
    display: flex;
    padding: 8px 10px;
    font-size: 12px;
    height: 50rem;
    width:300px;
    overflow: auto;
    background: rgb(224,241,253);
    text-align: center;

}
#avatar{

    vertical-align: middle;
 width: 40px;
    height: 40px
  border-radius: 50%;

}
#h-child{
    
vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;


}

/* these classes will be used in javascript file */
.msg{
	margin-bottom:5px;
    background: white;
    padding: 5px 10px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: max-content;
    font-size: 14px;
    color: lightslategrey;
    box-shadow: 0 0 5px rgb(226,226,226);
    max-width: 75%;
    text-align: left;

}
.chat-test{
	text-align: right;
    margin: 20px 0;
    
    
    
    
}
.rep{
    background: rgb(253,243,224);
    color: lightslategray;
    padding: 5px 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 14px;
    box-shadow: 0 0 5px rgb(211,211,211);
    margin:-18px;
     font-family: monospace;
   
}
.test
{
	
	margin:10px;
	text-align : right;
	
	
}
.opt{
    padding: 5px 20px;
    columns: lightsalmon;
    border: 1px solid #3481BE;
    border-radius: 1rem;
    margin: 0.3rem 0.5rem;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    background: white;
    text-align: center;
    font-size: 14px;
    color: #3481BE;
 	 transition-duration: 0.4s;
 	 font-family: sans-serif;
}
.opt:hover {
    background: #3481BE;
    color: white;
}
.link{
    text-decoration: none;
    display: block;
    text-align: center;
    color: aliceblue !important;
    background: #3481BE;

}
.m-link{
    text-decoration: none;

}
.link:active{
    background: white;
    border: 1px solid #3481BE;
    color: #3481BE;

}



;
        transition: all 0.2s ease;
        z-index: 150;
        transform: translateX(-81%);
    }
   
#chatStart{
	position: relative;
    top: 40px;
    padding: 8px 10px;
    font-size: 12px;
    height:41rem;
    overflow: auto;
    background: rgb(224,241,253);
    text-align: center;
}


.desc p{
    color: rgb(133,153,168);
    margin: 0;
    font-weight: 600;
    z-index: 150;
}
.text{
    font-size: 65px;
    font-weight: 800;
    color: cadetblue;
    margin: 0;
    z-index: 150;
}
.parent{
    position: relative;
    height: 100%;
    padding: 0 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:9999999;
    
}
.bot-img{
    width: 20rem;
    height: 20rem;
    z-index: 150;
}
.chat-child{
    box-shadow: 0 0 2px salmon;
    border-radius: 15px;
    height: 30rem;
    width: 16rem;
    margin: auto;
    background: white;
    z-index: 150;
}
.chat-header img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 0.5rem;
    border: 1px solid rgb(231,231,231);
    padding: 5px;
    z-index: 150;
}
.chat-header{
    position: absolute;
    left:0; 
    top:0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid whitesmoke;
    background: white;
    width: inherit;
    padding: 5px 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 1;
    box-shadow: 0 0 2px rgb(175,175,175);
}
.h-child{
    display: flex;
    align-items: center;
    z-index: 150;
}
.chat-header span{
    font-size: 13px;
    margin: 0;
    padding: 0;
    z-index: 150;
}
.chat-refBtn{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: none;
    border: none; 
    border-radius: 50%;
    color: indianred;
    font-size: 18px;
    cursor: pointer;
    z-index: 150;
}

.chat-close{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: none;
    border: none; 
    border-radius: 50%;
    color: indianred;
    font-size: 18px;
    cursor: pointer;
    z-index: 150;
}
.chat-name{
    font-weight: 600;
    z-index: 150;
}
.chat-footer{
    position: absolute;
    bottom: 0;
    width:inherit;
    background: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: indianred;
    padding: 15px 0;
    left:0;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 0 3px rgb(153,153,153);

}
#chat-box{
      position: fixed;
    border-radius: 15px;
    top: 37%;
    left: 75%;
    display: flex;
    padding: 8px 10px;
    font-size: 12px;
    height: 50rem;
    width: 300px;
    overflow: auto;
    background: rgb(224, 241, 253);
    text-align: center;

}
#avatar{

    vertical-align: middle;
 width: 40px;
    height: 40px
  border-radius: 50%;

}
#h-child{
    
vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;


}

/* these classes will be used in javascript file */
.msg{
	margin-bottom:5px;
    background: white;
    padding: 5px 10px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: max-content;
    font-size: 14px;
    color: lightslategrey;
    box-shadow: 0 0 5px rgb(226,226,226);
    max-width: 75%;
    text-align: left;

}
.chat-test{
	text-align: right;
    margin: 20px 0;
    
    
    
    
}
.rep{
    background: rgb(253,243,224);
    color: lightslategray;
    padding: 5px 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 14px;
    box-shadow: 0 0 5px rgb(211,211,211);
    margin:-18px;
    font-family: monospace;
   
}
.test
{
	
	margin:10px;
	text-align : right;
	
	
}
.opt{
    padding: 5px 20px;
    columns: lightsalmon;
    border: 1px solid #3481BE;
    border-radius: 1rem;
    margin: 0.3rem 0.5rem;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    background: white;
    text-align: center;
    font-size: 14px;
    color: #3481BE;
 	 transition-duration: 0.4s;
 	 font-family: sans-serif;
}
.opt:hover {
    background: #3481BE;
    color: white;
}
.link{
    text-decoration: none;
    display: block;
    text-align: center;
    color: aliceblue !important;
    background: #3481BE;

}
.m-link{
    text-decoration: none;

}
.link:active{
    background: white;
    border: 1px solid #3481BE;
    color: #3481BE;

}






/*CHATOT-CSS-END */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
	background-color:#e6e6fa;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #105fa3;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #52BE80;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.notification{
	width:150px;
}
.footer-copyright{
	font-size:14px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 16px;}
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover{text-decoration:none;}
@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pt_sans-web-bold-webfont.html') format('woff2'),
         url('../fonts/pt_sans-web-bold-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
	
    font-family: 'pt_sansregular';   
    /* src: url('../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'oswaldregular';
    /* src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'arialregular';
    /* src: url('../fonts/arial-webfont.woff2') format('woff2'),
         url('../fonts/arial-webfont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'oswaldextralight';
    src: url('../fonts/oswald-extralight-webfont.html') format('woff2'),
         url('../fonts/oswald-extralight-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.html') format('woff2'),
         url('../fonts/oswald-light-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kalpurushregular';
    src: url('../fonts/kalpurush-webfont.html') format('woff2'),
         url('../fonts/kalpurush-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'siyam_rupaliregular';
    /* src: url('../fonts/siyamrupali-webfont.woff2') format('woff2'),
         url('../fonts/siyamrupali-webfont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;

}
.float-left{float:left !important;}
.float-right{float:right !important;}
.float-center{float:center !importent;}

/*------- header --------*/
	/*.splash-screen {
	background-image: url(../images/3.0.png) !important;
	background-repeat: no-repeat;
	}*/
	
.pinkbg{
	background: url(../images/pink.html) no-repeat top center;
	background-size: contain;
	min-height: 165px;
	max-height: 202px;
	position: relative;
	margin-bottom: 10px;
	}
.yellowbg{
	background: url(../images/yellow.html) no-repeat top center;
	background-size: contain;
	min-height: 165px;
	max-height: 202px;
	position: relative;
	margin-bottom: 10px;
	}	
.greenbg{
	background: url(../images/green.html) no-repeat top center;
	background-size: contain;
	min-height: 165px;
	max-height: 202px;
	position: relative;
	margin-bottom: 10px;
	}	
.bluebg{
	background: url(../images/blue.html) no-repeat top center;
	background-size: contain;
	min-height: 165px;
	max-height: 202px;
	position: relative;
	margin-bottom: 10px;
	}		
	
	
	
.nivo-controlNav {display: none;}
.displayoff{Display:none !important;}
.dot_border {border-bottom: 1px dotted #337ab7;padding:0px;width: 100%;margin-top: 34px;}
.modal-title {
	font-size: 28px !important;
	font-family: 'pt_sansregular';
	font-style: italic;
	color: #d26d01;
	padding: 0px;
	}
.modal-header {
	padding: 10px 0px;
	border-bottom: 1px solid #d26d01 !important;
	}
.visit_link {
	font-size: 14px !important;
	color: #626261;
	font-family: 'pt_sansregular';
	margin-bottom: 10px;
	font-weight: 600;
	}
.site_img {
	margin: 0 auto;
	height: 250px;
	overflow: hidden;
	border: 5px solid #dd972a;
	border-radius: 4px;
	margin-top: 10px;
	-webkit-box-shadow: -6px 6px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -6px 6px 4px 0px rgba(0,0,0,0.75);
	box-shadow: -6px 6px 4px 0px rgba(0,0,0,0.75);
	}
.site_img img {
	width: 100%;
	position: relative;
	top: 0px;
	-webkit-transition: top 2s; /* Safari */
    transition: top 2s;
	}
.site_img img:hover {
	top: -850px;
	}
.enter_btn {
	width: 100%;
	margin: 0 auto;
	background: #337ab7;
	padding: 12px 0px;
	margin-top: 20px;
	font-family: 'oswaldregular';
	font-size:15px !important;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	}

.skip_btn {
	width: 100%;
	background: #dd972a;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	font-family: 'oswaldregular';
	font-size:15px !important;
	letter-spacing: 1px;
	margin-top: 20px;
	cursor: pointer;
	}
#myModal5 { 
	background-image: url(../images/3.0.html) !important;
	background-repeat: no-repeat;
	background-size: cover;
	}
#year > option {
	font-family: 'arialregular';
	}
.scheme_type > option {
	font-family: 'arialregular';
	}
.content_text {font-family: 'arialregular';}
.visitor {font-family: 'arialregular'; font-size: 16px !important;vertical-align: middle;margin-top: 64px;}
.visitor span {font-family: 'arialregular'; font-size: 16px !important;vertical-align: middle;margin-top: 64px;}


.top_row
    {
    background: #F8F8FF;
    border-bottom: 1px solid #cecece;
    font-family: 'arialregular';
    font-size: 12px; 
    }	
.top_mail a{
	color: #646464;
	}
.top_mail{
	font-size: 12px; 
	color: #646464;
	margin-top: 9px;
	}
.top_link_icon{
	font-family: 'pt_sansregular';
	font-size: 11px !important;
	color: #C0C0C0 !important;
	
	}
.top_link_icon a{
	color: #105fa3;
	}
.top_link_icon a:hover{
	color: #2b9638;
	}
.logo-div{
	margin:0 auto;
	}
.round_icon i{
	width: 53px;
	height: 49px;
	border-radius: 50%;
	padding: 9px 0px 0px 0px;
	border: 2px solid #cecece;
	font-size: 28px !important;
	color: #FFFFFF;
	background:#3481BF;
	text-decoration:bold;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(68,68,68,0.08);
	-moz-box-shadow: 0px 0px 0px 8px rgba(68,68,68,0.08);
	box-shadow: 0px 0px 0px 8px rgba(68,68,68,0.08);
	-webkit-transition: box-shadow .5s;
    -webkit-transition-timing-function: linear;
    transition: box-shadow .5s;
    transition-timing-function: linear;  
	}
.round_icon i:hover{
	-webkit-box-shadow: 0px 0px 0px 8px rgba(176,173,176,1);
	-moz-box-shadow: 0px 0px 0px 8px rgba(176,173,176,1);
	box-shadow: 0px 0px 0px 8px rgba(176,173,176,1);
	}
.top_link_icon{
	margin-top: 1%; /* Saswata changed for top icon view */
	margin-bottom: 2%; /* Saswata changed for top icon view */
	text-align: center;
	}
/*input[type=text] {
    background-color: white;
    background-image: url("../images/search.png");
    background-position: 6px 5px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 24px;
    box-sizing: border-box;
    color: #666;
    font-family: "arialregular";
    font-size: 12px;
    height: 34px;
    padding: 5px 15px 4px 37px;
    width: 100%;
}*/


.record_panel {
    background-color: white;
    background-position: 6px 5px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 24px;
    box-sizing: border-box;
    color: #666;
    font-family: "arialregular";
    font-size: 10px !important;
    height: 38px;
    padding: 5px 8px 4px 10px;
	line-height: 1.5em;
	text-align: center;
	margin-top: 5px;
	width: 215px;
}

	
.blink_anim {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}


.search_controlar{
	margin-top: 8px;
	}
.nav-bar{
	height: 50px;
	background: #337ab7 !important;
	border-bottom: 1px solid #fff !important;
	}
.navbar{
	margin-bottom: 0px;
	}
.nav li a{
	color: #fff !important;
	font-family: 'pt_sansregular' !important;
	font-size: 12px !important;
	}
/*.nav li a:hover{
	background-color:#728EC3 !important;
}*/
/*.nav > li > a{padding:10px 5px;}*/

.fa span{
	font-family:"pt_sansregular" !important;	
	font-size: 14px !important;
}

.dropdown-menu {
	background: #fff; 
	}
/* Saswata Start for mobile view Mainmenu->Submenu*/	
.dropdown-menu li {
	border-bottom: 1px solid #093e6b !important; 
	text-transform: none;
	background-color:#1e83f1 !important;
	}
	.dropdown-menu li:hover{
		background-color:#728EC3 !important;
		display:block;
	}
/* Saswata End for mobile view Mainmenu->Submenu*/	
/* Changed by Saswata for top panel design view */
.container-fluid{
	width:100%;
}
/* Saswata End */
.dropdown-menu li a{
	color: #337ab7;
	}
.slider{
	border-top: 1px solid #fff;
	}
.content-data h1 {
	font-size: 25px !important;
	font-family: 'oswaldregular';
	}
.content-box{
	margin-top: 25px;
	margin-bottom: 25px;
	}
.content-link{
	margin-top: 15px;
	}
.content-data p{
	text-align: justify;
	font-size: 16px;
	font-family: 'arialregular';
	color: #4f4f4e;
	line-height: 1.5em;
	padding-top: 15px;
	min-height: 120px;
	}
.navbar-inverse{
	background: #3481be !important;
	border: none !important;
	text-transform: uppercase;
	color: #fff;
	font-family: 'oswaldregular' !important;
	font-size: 14px;
	border-radius: 0px !important;
	}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #728EC3;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
.hvr-shutter-out-horizontal {
   display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eae9e6;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #fff;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.fa::before{
	padding-right:1px;
}
.affix {
      top: 0;
      width: 100%;
	  position: fixed;
	  z-index: 1000;
	  transition: top 0.5s ease 0s;
    -webkit-transition: top 0.5s ease 0s;
    -moz-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
  }
.squre-btn {
	border-radius: 0px;
	float: right;
	background: #636363 !important;
	color: #fff;
	border: none !important;
	text-shadow: none !important;
	margin-top: 25px;
	font-size: 12px !important;
	font-family: 'arialregular';
	-webkit-transition: background 1s; /* Safari */
    transition: background 1s;
	}
.squre-btn:hover{
	color: #fff !important;
	background: #868585 !important;
	}
.icon-pallet{
	background: #edecec;
	padding: 50px 0px;
	width:100%;
	}
.logo-img i{
	color: #af9a7f;
	font-size: 52px !important;
	}
.logo-img{
	text-align: center;
	}
.txt-center{text-align: center !important;}
.logo-des{
	font-size: 20px !important;
	font-family: 'oswaldregular';
	color: #686969;
	margin-top: 25px;
	padding: 15px 0px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	}	
.gallery{
	padding: 25px 0px;
	}	
.wow:first-child {
      visibility: hidden;
    }
.lower-bg{
	background: #051547;
	}	
.lower-data{
	padding: 30px 4px;
	font-family: 'pt_sansregular';
	font-size: 14px !important;
	color: #fff;
	}	
.lower-data h2 {
	font-size: 16px !important;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	}	
.nav-links li{
	margin-top: 12px;
	}
.nav-links a{
	color: #fff;
	}
.nav-links li a:link{
	color: #fff;
	font-size: 14px !important;
	text-decoration: none;
	}
.nav-links li a:hover{
	color: #fff;
	font-size: 14px !important;
	}
.app_img {
	margin-top: 20px;
	}
.app-data {
	margin-top: 35px;
	}
.qr-data{
	font-size: 14px !important;
	font-family: 'arialregular';
	color: #fff;
	margin-top: 30px;
	margin-right: 40px;
	}
.or {
	font-size: 14px !important;
	font-family: 'arialregular';
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 0px;
	margin-bottom: 8px;
	}
.dwn-btn{
	font-size: 14px !important;
	font-family: 'arialregular';
	color: #fff;
	font-weight: 500;
	height: 50px;
	background: #503719 !important;
	border-radius: 0px;
	border: none;
	text-shadow: none !important;
	}
.dwn-btn:hover,.dwn-btn:focus, .dwn-btn:active{
	color: #fff !important;
	text-shadow: none !important;
	}
.mail-no a{
	font-family: 'pt_sansregular';
	font-size: 14px !important;
	color: #fff;
	text-decoration: none;
	}
.mail-no i{
	margin-right: 5px;
	}
.nic{
	font-family: 'pt_sansregular';
	font-size: 14px !important;
	color: #fff;
	}
.contact {
	margin-top: 50px;
	}
.open a{
	background: none !important;
	box-shadow: none !important;
	border: none;
	}
.dropdown-menu{
	-webkit-box-shadow: -4px 3px 9px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 3px 9px -1px rgba(0,0,0,0.75);
	box-shadow: -4px 3px 9px -1px rgba(0,0,0,0.75);
	padding: 0px;
	}
.mtop35{
	margin-top: 6px;
	}
.gallery-btn{
	width: 150px;
	height: 50px;
	background: #636363 !important;
	color: #fff;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	font-size: 14px !important;
	font-family: 'arialregular';
	}
.gallery-btn:hover{
	color: #fff;
	}
.icon-hover i{
	color: #AF9A7F !important;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
	}
.icon-hover:hover i{
	color: #54422c !important;
	}
.lower-dec{
	font-family: 'pt_sansregular';
	font-size: 16px !important;
	color: #FFF;
	padding: 8px 0px 15px 0px;
	line-height: 1.2em;
	text-align: center;
	}
.small-a{
	color: #636363;
	text-transform: uppercase;
	padding-right: 8px;
	font-size: 11px !important;
	}
.adminlogout{
	color: #636363;
	text-transform: uppercase;
	padding-right: 8px;
	font-size: 11px !important;
	font-weight:bold;
	text-decoration:none;
	}
.adminlogout a:hover{
	text-decoration:underline;
	color:#3481be;
}
.mid-a{
	color: #636363;
	text-transform: uppercase;
	padding-right: 8px;
	font-size: 14px !important;
	padding-left: 8px;
	}
.large-a{
	color: #636363;
	text-transform: uppercase;
	padding-left: 8px;
	padding-left: 8px;
	font-size: 16px !important;
	}
.fonts-div{
	margin-top: 10px;
	}
.fonts-div1{
	margin-top: 6px;
	}
.fonts-div2{
	margin-top: 7px;
	}
.Bengali{
	padding: 7px;
	background: #60a2db  !important;
	position: relative;
	top: -3px;
	color: #fff;
	}
.Bengali a{
	padding: 7px;
	background: #60a2db  !important;
	position: relative;
	color: #fff;
	font-family: 'pt_sansregular';
	}
.Bengali a:hover,
.Bengali a:focus {
	text-decoration: none;
	}
.nav li a:after{
	content: '|';
	color:#fff;
	left: 14px;
    position: relative;
    z-index: 10;
	}
.nav li:last-child a:after{
	content: '';
	}
.dropdown ul li a:after{
	content: '';
	}
.menu_name{display: none;}
.mob{
	display: none;
	}
.desktop{
	display: block;
	}
#gallery-img{
	width:75%;
	}
.modal-btn{
	background-color: transparent !important;
	color: #fff;
	border: none;
	}
.modal-btn i{
	font-size: 22px !important;
	font-weight: 500;
	color: #fff;
	margin-top: 6px;
	}	
.src-txt {
    font-size: 13px !important;
    font-weight: 600;
	margin-top: 11px;
}
#main-logo{
		background-repeat: no-repeat;
      background-position: left top;
      /*padding-top:68px;
      /* margin-bottom:50px; */
		/* background-image: url("../images/3.jpg"); */
		width: 128%
		}
#view th {
	background-color: #000080;
}
#view td, #view th {
	border: 1px solid #95b6ef;;
}
.table-text{
	text-align:left;
	padding-top:10px;
	color:#ffffff;
	font-weight:bold;
	background-color :#2F5B93;
}

.keypersonnel-text{
	padding-top:10px;
	color:#ffffff;
	background-color :#2F5B93;
}
.round-circle{
	border: 2px solid #cecece;
	border-radius: 50%;
	padding: 4px 11px;
	width: 53px;
	height: 53px;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(68,68,68,0.08);
	-moz-box-shadow: 0px 0px 0px 8px rgba(68,68,68,0.08);
	box-shadow: 0px 0px 0px 8px rgba(68,68,68,0.08);
	-webkit-transition: box-shadow .5s;
    -webkit-transition-timing-function: linear;
    transition: box-shadow .5s;
    transition-timing-function: linear;
	}
.round-circle:hover{
	-webkit-box-shadow: 0px 0px 0px 8px rgba(176,173,176,1);
	-moz-box-shadow: 0px 0px 0px 8px rgba(176,173,176,1);
	box-shadow: 0px 0px 0px 8px rgba(176,173,176,1);
	}
.round_icon > span{
    font-size: 12px !important;
}
/* #main-logo {
    margin-top: 3px;
    width: 90%;
} */
.mail-no {
	text-align: right;
	}
.navbar{
	border-top: 1px solid #CECECE !important;
	}
.modal-header {
	border-bottom: none;
	padding: 10px;
	}
.modal-header input{
	border: 1px solid #CECECE;
	border-radius: 2px;
	width:95%;
	}
.modal-header .close {
    margin-top: 0px;
	margin-right: 5px;
}
.readmore {
	font-size: 12px !important;
	color: #42abd2;
	cursor: pointer;
	font-weight: 600;
	font-family: 'arialregular';
	}
.readmore i{
	font-size: 15px !important;
	color: #42abd2;
	}
.readmore:hover {
	font-size: 14px;
	cursor: pointer;
	}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index: 100;
	background: rgba(51, 122, 183, 0.55); 
	color: #fff;
	border-radius: 50px;
}
.back-to-top:hover {
	color:#000;
	position: fixed;
}

.btn {
	border-width: 0;
	border-bottom-width: 3px;
}


.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	z-index: 1;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:none;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;        
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default .nivoSlider {
	position:relative;
	/* background:#fff url(../images/loading.gif) no-repeat 50% 50%; */
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	bottom: 0;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background: url(../images/bullets.html) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.hide-note {
	display: none;
	}
.mid-paragraph {
	font-size: 12px !important;
	color: #4f4f4e;
	font-family: 'arialregular';
	text-align: justify;
	line-height: 1.6em;
	margin: 25px 0px;
	}
.mid-paragraph img{
	margin-left: 20px;
	margin-bottom: 20px;
	}
/*.open i{
	-ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
	}*/
.dropdown i{
	color: #fff;
	position: relative;
	left: 2px;
	font-size: 15px !important;
	font-weight: 500;
	}
#poster-img{
	padding: 0px;
	}
.page-link{
	margin: 10px 0px;
	color: #000;
	font-family: 'arialregular';
	}
.page-link i{
	margin-right: 15px;
	color: #000;
	}
.b-bottom{
	border-bottom: 2px solid #e1e1e1;
	}
.blue-text{
	color: #43a2da;
	font-weight: 600;
	line-height: 1.4em;
	}
.m-left15{margin-left: 15px;}
.icon-text{
	position: relative;
	bottom: -11px;	
	width: 100%;
	/* color:#2F2F30; */
	font-size: 14px !important;
	font-family:"oswaldregular" !important;
	text-shadow:1px 1px #grey;
	text-overflow: ellipsis;
  	white-space: nowrap;
  	margin-left:6%;
	}
.icon-text-mob{
	font-size: 11px !important;
	font-family:"oswaldregular" !important;
}
.icon-text-mob{
	position: relative;
	width: 101%;
}	
.navbar-collapse {
	box-shadow: none !important;
	}
.collapse, .navbar-collapse{
	padding: 0px;
	}
.dropdown-menu li i{
	float: left;
	margin-top: 4px;
	left: 0px;
	transform: rotate(0deg);
	font-size: 13px !important;
	color: #ffffff;
	width: 20px;
	text-align: center;
	}
.dropdown-menu > li > a {
    padding: 3px 27px 4px 8px;
	color: #ffffff!important;
	display: flex;
}
.dropdown-menu > li > a span{
    font-size:15px !important;
	margin-inline-start: 4px;
}
.tab{
	display: block;
	}
.mob-search{
	   display: none;
	   }
.burger-menu{
	display: none !important;
	}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:before {
    /*display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;*/
	display: block;
    font-family: FontAwesome;
	position: absolute;
	right: 15px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.banner-text h2{
	color: #7c3f12;
    font-family: "oswaldregular";
    font-size: 29px !important;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    top: 62px;
	margin-left: 18px;
	}
.image-catagory{
	margin: 0 auto;
	float: none;
	}
.image-catagory img{
	width: 220px;
	left: 50%;
    margin-left: -110px;
    position: relative;
	}
.image-catagory img:hover{
	-ms-transform: rotate(4deg); 
    -webkit-transform: rotate(4deg); 
    transform: rotate(4deg);
	
	}
.bengali-open{
	display: none;
	}
.sticky-text{
	color: #fff;
	width: 280px;
	margin: 6px auto 0;
	float: none;
	font-size: 15px !important;
	font-family: 'arialregular';
	}
.sticky-text i{
	color: #73DD05;
	font-size: 34px !important;
	position: relative;
	top: 5px;
	}
.sticky-text i:last-child{
	color: #73DD05;
	font-size: 20px !important;
	position: relative;
	top: 2px;
	border: 2px solid #73dd05;
	border-radius: 50%;
	padding: 10px;
	}

#popup{
  box-shadow:0 0 10px 0 #000;
  background: url(../images/kanyashree-splash-screen_bg_03.html);
  float: none;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 8% auto 0; 
}

#close{
  background: #c78904;
  color:white;
  border-radius:5px;
  width:145px;
  padding:10px 0px;
  text-align:center;
  font-size:12px;
  font-family: 'oswaldregular';
  cursor:pointer;
  margin: 25px auto 0;
  float: none;
}
.splash-screen{
	background: rgba(0,0,0,0.94);
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	top: 0px;
	}
	
/*     splash screen 1       */	

.enter_box{
	width: 300px;
	height: 300px;
	background: rgba(0,0,0,0.6);
	margin: 60px 5px;
	}
.enter_box h3{
	color: #fff;
	text-align: center;
	font-size: 30px !important;
	font-family: 'oswaldregular';
	margin-top: 40px;
	}
.enter_box h4{
	color: #fff;
	text-align: center;
	font-size: 22px !important;
	font-family: 'oswaldregular';
	margin-top: 10px;
	}

/*     splash screen 2       */	

#popup2{
  box-shadow:0 0 10px 0 #000;
  float: none;
  margin: 6% auto 0;
  background: #fff;
}
#close2{
  background: #c78904;
  color:white;
  text-align:center;
  font-size:12px;
  font-family: 'oswaldregular';
  cursor:pointer;
  float: none;
  width: 170px;
  margin: 22px auto 0;
  padding: 15px;
}
.div_head h1{
	font-size:22px !important;
  	font-family: 'oswaldregular';
	line-height: 1.5em;
	width: 100%;
	border-bottom: 2px solid #337ab7;
	margin-top: 10px;
	color: #337ab7;
	}
	
.break_style  {
	 display: block;
    list-style-type: disc;
	 font-size: 140%; 
	 -moz-margin-before: 1em;
    -moz-margin-after: 1em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 40px;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
	
	
	}
/*.p {
    display: block;
    -moz-margin-before: 1em;
    -moz-margin-after: 1em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
	 -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;	
}*/


.txt{
	font-size:14px;
	font-family:ralewayregular;
	line-height:1.4em;
	text-align:justify;
}
 .splash_logo img{
	width: 180px;
	position: relative;
	top:8px;
	}	

.btn-vertical-slider{ margin-left:35px; cursor:pointer;}
a {  cursor:pointer;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}?
#splash-slider-logo{
	width: 200px;
	}
.thumbnail{
	margin-bottom: 5px !important;
	}
.mid-paragraph  .panel-body{
	padding: 0px !important;
	}
.panel{
	border: none;
	}
.panel-heading{
	border: none;
	background-color:#a8c5f7;
	}
.nav-tabs li a{
	color: #898989 !important;
	padding: 9px;
	font-family: 'arialregular';
	}
.nav-tabs li a:focus{
	color: #898989 !important;
	padding: 9px;
	font-family: 'arialregular';
	}
.nav-tabs > .active {
	color: #0788e3 !important;
	font-family: 'arialregular';
	}
.tab-dropdown > .dropdown-menu li a{
	color: #898989;
	background: none !important;
	padding: 9px !important;
	}
.tab-dropdown > .dropdown-menu li{
	background: #fff !important;
	border: none !important;
	}
.tab-dropdown > .dropdown-menu{
	background: none !important;
	}
.tab-dropdown > .active{
	color: #0788e3 !important;
	}
.tab-data-box{
	margin-top: 8px;
	border-bottom: 1px solid #ccc;
	}
.date-box{
	width: 80px;
	height: 30px;
	background: #256cb4;
	color: #fff;
	margin-bottom: 8px;
	font-family: 'arialregular';
	padding: 5px;
	text-align: left;
	line-height: 2em;
	}
.tab-data{
	color: #3a3a3a;
	font-family: 'arialregular';
	margin-top: 12px;
	}
.tab-data a{
	color: #ff0000;
	}
.tab-data a:focus{
	color: #ff0000;
	}
.smc-data{
	font-size: 13px !important;
	font-family: 'arialregular';
	color: #2e2e2e;
	border-bottom: 1px solid #e3e3e3;
	}
.smc-data:before{
	font-size: 14px !important;
	font-family: FontAwesome;
	color: #2e2e2e;
	content: '\f0a4';
	margin-right: 2px;
	}
.smc-pdf{
	background: #ebebeb;
	border: 1px solid #cacaca;
	color: #a0a0a0;
	padding: 6px 7px;
	margin-left: 15px;
	position: relative;
	bottom: 7px;
	}
.smc-pdf:hover, .smc-pdf:focus{
	text-decoration: none;
	}
.smc-pdf i{
	margin-right: 5px;
	font-size: 13px !important;
	}
.notice-box {
	background: #256cb4;
	color: #fff;
	font-family: 'arialregular';
	text-align: center;
	line-height: 1em;
	padding: 15px 2px;
	}
.notice-text h4 {
	font-family: 'arialregular';
	font-size: 16px !important;
	color: #0865a5;
	}
.notice-text {
	color: #3a3a3a;
	}
.hr {
	width: 100%;
	height: 1px;
	background: #c8c8c8;
	margin: 10px 0px;
	}

div.bhoechie-tab-container{
  background-color: #ffffff;
  padding: 0 !important;
  -webkit-box-shadow: 6px 0px 4px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 6px 0px 4px -3px rgba(0,0,0,0.75);
  box-shadow: 6px 0px 4px -3px rgba(0,0,0,0.75);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active{
  background-color: #ec8704 !important;
  background-image: #ec8704 !important;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.list-group-item{
	padding: 5px;
	}
.list-group-item:first-child{
	border-top-left-radius: 0px;
	}
.list-group-item:last-child{
	border-bottom-left-radius: 0px;
	}

/*      district portlet css file     */

.profile-box{
	background: #eceaea;
	color: #6d5c5c;
	border: 4px solid #d8d8d8;
	-webkit-box-shadow: inset 0px 0px 10px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 10px -1px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 10px -1px rgba(0,0,0,0.75);
	min-height: 150px;
	}
.profile-box h1{
	width: 100%;
	font-size: 16px ;
	font-family: 'arialregular';
	color: #6d5c5c;
	font-weight: 600;
	margin-top: 12px;
	text-align: center;
	text-decoration: underline;
	line-height: 1em;
	margin-bottom: 12px;
	}
.portlet-text{
	text-align:justify;
	margin-bottom: 15px;
	font-family: 'arialregular';
	line-height: 1.2em;
	}


/*      district portlet css file     */

.bottom_icon {
	display: none;
	}
.banner_toggle {
	position: absolute;
	z-index: 2;
	background: #337ab7;
	color: #fff;
	right: 12px;
	top: 4px;
	cursor: pointer;
	width: 108px;
	text-align: center;
	padding: 6px 0px;
	font-family: 'arialregular';
	}
.banner_toggle i{
	font-size: 19px !important;
	}
.bg{ 
	padding:10px 10px;
	font-family: 'arialregular';
	color: #4f4f4e;
	line-height: 1.6em;
}
.list li{
	margin-inline-start: 15px;
	padding: 3px 0px;
	}
.list li:before{
	/* content: '\f101'; */
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 13px !important;
	}
.ribbon {
	position: absolute;
	left: 500px;
	top: 0;
	width: 125px;
	z-index: 1;
	cursor: pointer;
	}
.award_gemtech {
	position:relative;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	margin-bottom: 10px;
	margin-top: 15px;
	}
.award_text_gemtech {
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'pt_sansregular';
	font-size: 14px !important;
	line-height: 1.5em;
	background: #E95853;
	padding: 20px;
	}
.gem-tech {
	color: #fff;
	font-family: 'oswaldregular';
	font-size: 16px !important;
	}
.gem-tech_dec {
	color: #fff;
	font-family: 'pt_sansregular';
	font-size: 14px !important;
	margin-top: 10px;
	}
.gemtech_box {
	padding: 0;
	z-index: 99999;
	}
.gemtech_btn {
	/*position: fixed;
	left: 0px;
	background:#43A2DA;
	color: #fff;
	z-index: 99999;
	transform: rotate(90deg);
	padding: 10px;
	top: 315px;
	left: -79px;
	font-family: 'pt_sansregular';
	border-radius: 20px 20px 0px 0px;
	cursor: pointer;
	font-weight: 600;*/
	background: #43a2da none repeat scroll 0 0;
    border-radius: 0 50px 50px 0;
    color: white;
    cursor: pointer;
    height: 140px;
    position: fixed;
    width: 35px;
	font-family: 'pt_sansregular';
	top:250px;
	z-index:9999;
	
	}
#myModal8 {
	
	}
.rotate-n{transform: rotate(90deg);width:100%;margin-top: 55px;}
.rbn > .modal.fade.in {
	z-index: 3;
	}
.Know_more_btn {
	padding: 12px 25px;
	text-align: center;
	font-family: 'pt_sansregular';
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: color 1s, background 1s; /* Safari */
    transition: color 1s, background 1s;
	background: none;
	color: #9F2065;
	cursor: pointer;
	}
.Know_more_btn:hover{
	padding: 12px 25px;
	text-align: center;
	font-family: 'pt_sansregular';
	font-size: 14px;
	font-weight: bold;
	background: #9F2065;
	color: #fff;
	}
.gemtech_placing {
	background: none;
	width: 150px !important;
	color: #9F2065;
	border: 2px solid #9F2065;
	position: relative;
	left: 33%;
	bottom: 67px;
	}
.award_placing {
	background: none;
	width: 150px !important;
	color: #9F2065;
	border: 2px solid #9F2065;
	position: relative;
	left: 40%;
	bottom: 30px;
	}
.inception_placing {
	background: none;
	width: 150px !important;
	color: #fff;
	border: 2px solid #fff;
	position: relative;
	left: 45%;
	bottom: 10px;
	}
.sdg_placing {
	background: none;
	width: 150px !important;
	color: #fff;
	border: 2px solid #fff;
	position: relative;
	left: 45%;
	bottom: 50px;
	left: 260px;
	}
.e_serv_banner {display: none;}
.e_serv_banner_bg {display: block;}


/*<!-------   media   --------->*/
@media (max-width: 1920px) {
.banner-text h2 {top: 100px;}

}
@media (max-width: 1366px) {

.banner-text h2 {top: 62px;}
}


@media (max-width: 1136px) {
    #main-logo {
    margin-top: 3px;
    width: 138%;
}

}

@media screen and (max-width: 1024px) {
	
	.banner_link_icon {display: none;}
	.e_serv_banner {display: block;}
	.nivoSlider > .e_serv_banner_bg {display: none !important;}
	#dis_off {display: none;}
	.navbar-inverse .navbar-toggle {
    border: 0px !important;
	}
  .navbar-inverse .navbar-toggle:focus, 
  .navbar-inverse .navbar-toggle:hover{
	   background: none;
	}
		.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    /* Saswata Start for mobile view mainmenu*/
    .navbar-collapse {
    	display: none;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	    box-sizing: border-box;
	    display: none;
	    float: right;
	    padding: 0;
	    position: absolute;
	    right: 10px;
	    top: 49px;
	    width: 306px;
	    z-index: 99;
    }
    .swiper-slide {
        background: none!important;
    }
    /* Saswata End for mobile view mainmenu*/
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
/* Saswata Start for mobile view mainmenu*/    
.dropdown-menu li a{
	color: #ffffff!important;
	/* background: #728EC3 !important; */
	}

.dropdown-menu li a:hover {
	color: #ffffff!important;
	/* background: #4565a1 !important; */
	}
/* Saswata Start for mobile view mainmenu*/  	
.dropdown-menu li {
	color: #ffffff!important;
	background: #3d5a8f !important;
	}

.collapse{
		max-height:450px;
		overflow-x:scroll;
		}
   
   .logo-des {
    font-size: 17px !important;
	}
	.qr-data {
    margin-right: -9px;
    margin-top: 30px;
	}
   #appimage{
	   width: 100%;
	   }
	#main-logo{
		width: 130%;
		}
.round_icon i {
    border: 1px solid #cecece;
    border-radius: 50%;
    color: #949393;
    font-size: 24px !important;
    height: 50px;
    padding: 11px 0 0;
    width: 50px;
}
.round-circle {
    border: 1px solid #cecece;
    border-radius: 50%;
    padding: 2px 10px;
}
.nav{left: -21px;}
.collapse, .navbar-collapse {
    padding: 10px;
}
.dropdown-menu {
    background: #2e436b none repeat scroll 0 0 !important;
	}
	.dropdown-menu li{
    background: #3d5a8f none repeat scroll 0 0 !important;
	width: auto !important;
	}
	.navbar-nav > li {
    border-bottom: 1px solid #093e6b;
    float: none;
    width: 100%;
	font-weight: 500;
}
.nav.navbar-nav{
		background: #337ab7;
		}
.no-display{
		display: block;
		}
	.display-on {
		display: none;
		}
	.tab{
		display:none;
		}
.navbar-collapse {
	border: none !important;
	position: relative;
	top: -15px;
	left: 20px;
	}
.navbar-nav {
    margin: 0;
	padding: 0;
}
.burger-menu{
	display: none;
	}
.menu_name{
	font-size: 14px !important;
    font-weight: 600;
    left: -26px;
    position: relative;
    top: 17px;
	display: block;
	}	 
.nav.navbar-nav{
		background: #337ab7;
		}
	
.nav li a:after{
	content: '';
	}
.nav.navbar-nav {
    border: 1px solid #fff;
    border-radius: 2px;
	-webkit-box-shadow: -3px 3px 12px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: -3px 3px 12px -3px rgba(0,0,0,0.75);
	box-shadow: -3px 3px 12px -3px rgba(0,0,0,0.75);
}
.navbar-nav > li {
    border-bottom: 1px solid #093e6b;
    float: none;
    width: 100%;
	font-weight: 500;
}	
	.navbar .container {
	position: absolute !important;
	width: 100% !important;
	z-index: 20;
	}
.navbar-toggle {
	margin-left: 3%;
	}
.burger-menu{
	display: block !important;
	}

.banner-text h2 {
    font-size: 28px !important;
    top: 48px;
}

 .bottom_icon{
 display: block;
 } 
	   
}

@media screen and (max-width: 800px) {

.banner-text h2 {
    font-size: 25px !important;
    top: 37px;
}
	
}

@media screen and (max-width: 960px) {

	.mob{
	display: block;
	}
.desktop{
	display: none;
	}
#main-logo {
    width: 70%;
}
.search_controlar input{
	position: relative;
	right: 60px;
	}

.dropdown i {
    color: #fff;
    font-size: 15px !important;
    font-weight: 500;
}	
.nav{left: 0px;}

.modal-dialog {
    margin: 115px 10px 0;
    position: relative;
    width: auto;
}
.navbar-toggle {
	margin-left: 3%; /* Change by Saswata for Tab view design */
	}

}



@media screen and (max-width: 768px) {
   .positining {display: none;}
   .content-data p{
	min-height: 70px;
	}
   .mtop45{margin-top: 45px;}
   #qr-img{
	   margin-left: 50%;
	   }
	.qr-data{
		margin-right: 14%;
		}
	#main-logo{
		width: 70%;
		}
.navbar-toggle{
	   margin-left: 20px;
	   }
.search_controlar{
	position: relative;
	top: 0;
	right: -10px;
	}
.mtop35 {
    margin-top: 15px;
}
#gallery-img {
    width: 90%;
}
.no-display{
		display: block;
		}
	.display-on {
		display: none;
		}
.navbar {
    min-height: 40px !important;
}
.collapse{
	
	}
.hide-note{
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	right: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	height: 60px;
	display: block;
	color: #fff;
	}
.closing{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 60px;
    color: #fff;
    margin-right: 25px;
    padding: 6px 9px;
    position: relative;
	height: 27px;
	width: 27px;
	}
.search_controlar input{
	position: relative;
	right: 8px;
	}
.navbar-toggle {
	margin-left: 2%;
	}
#splash-slider-logo{
	width: 175px;
	}
	.record_panel {
    background-color: white;
    background-position: 6px 5px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 24px;
    box-sizing: border-box;
    color: #666;
    font-family: "arialregular";
    font-size: 10px !important;
    height: 38px;
    padding: 5px 8px 4px 10px;
	line-height: 1.5em;
	text-align: center;
	margin-top: -2px;
	width: 215px;
}
.bottom_icon{
 display: block;
 }
 .top_link_icon {
 	width: 80%;
 }
 	
}
@media screen and (max-width: 1280px) {
	.top_link_icon {
 	width: 80%;
 }
}
@media screen and (max-width: 767px) {
	
	.no-display{
		display: none;
		}
	.display-on {
		display: block;
		}
   .desktop2 {display: none;}
   .mob-search{
	   display: block;
	   }
}

@media screen and (max-width: 640px) {
	.ribbon {display: none;}
	.gemtech_btn {display: none;}
	.record_panel {
    background-color: white;
    background-position: 6px 5px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 24px;
    box-sizing: border-box;
    color: #666;
    font-family: "arialregular";
    font-size: 10px !important;
    height: 38px;
    padding: 4px 2px 1px 1px;
	line-height: 1.5em;
	text-align: center;
	margin-top: -2px;
	width: 215px;
	position:relative;
	left: -80px;
}
	
   .theme-default .nivo-controlNav{display:none;}
   .m-top45{margin-top: 45px;}
   .gallery-btn{
	left: 9%;
    position: relative;
    top: -46%;
	   }
   .mid-link{
	   margin-top: 35px;
	   }
	  #main-logo{
		width: 60%;
		}
	#gallery-img {
    margin-left: 17%;
    width: 65%;
}
#appimage {
    margin-left: 21%;
    width: 60%;
}
.qr-data {
    margin-right: 28%;
}
#qr-img {
    margin-left: 70%;
}
.nic{
	text-align: center;
	}
.mail-no {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.lower-bg {
    padding: 15px 0;
}
.navbar-header{
	width: 100% !important;
	}	

.modal-btn i{
	margin-left: 60px;
	}	
.navbar-nav > li{width: 100%;}

.back-to-top{
	display: none !important;
	}
.mail-no a:first-child {
    margin-bottom: 10px;
}
.navbar-toggle {
    margin-left: 4%;
}
.bengali-open {
    background: #60a2db none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin-top: 12px;
    padding: 10px;
    text-align: center;
	margin-right: 8px;
	font-family: 'arialregular';
}
.banner-text h2 {
    font-size: 22px !important;
    top: 28px;
}
.smc-pdf{
	clear: both;
	}
.bottom_icon {
	display: block;
	}
.banner_toggle {
	display: none;
	}
.notice-text {
	padding-left: 0px;
	margin-top: 10px;
	}	
div.bhoechie-tab-container {
	box-shadow: none;
	}	
.site_img img:hover {
	top: 0px;
	}
.hide-note {
	bottom: 104px !important;
	}
.lower-dec {
    padding: 8px 15px 34px;
}


}


@media screen and (max-width: 480px) {
   .menu_name {
	   left: -20px;
	   }
	  #qr-img {
    margin-left: 67%;
    padding-top: 0;
}
.qr-data {
    margin-right: 34%;
}
.container{padding: 0px !important;}
.modal-btn i {
    margin-left: 45px;
}
.bengali-open{
	margin-right: 15px;
	}
.banner-text h2 {
    font-size: 16px !important;
    top: 22px;
}
.tab-pane{
	padding: 0px 15px;
	}
.date-box{
	margin-bottom: 0px;
	}
.tab-data{
	margin-top: 2px;
	padding: 0;
	}
.smc-pdf{
	bottom: 0px;
	margin-bottom: 5px;
	}
.hide-note {
	bottom: 120px !important;
	}
.tab-data {padding-bottom: 5px;}
	
}

@media screen and (max-width: 360px) {
   
   #gallery-img {
    margin-left: 15%;
    width: 70%;
}
.modal-header input{width: 94%;}
.modal-btn i {
    margin-left: 20px;
}
.src-txt {
   
}
.hvr-underline-from-center::before{
	transform: none !important;
	transition: none !important;
	height: 0px !important;
	position: relative;
	}
.navbar-toggle {
    margin-left: 6%;
}
.banner-text h2 {
    font-size: 17px !important;
    top: 14px;
}
.enter_box{
	margin: 40px 35px;
	}
#popup{
	margin: 22% auto 0; 
	}
#close2{
  width: 120px;
  margin: 11px auto 0;
  padding: 15px;
}
.splash_logo img{
	width: 150px;
	top:4px;
	}	
#splash-slider-logo{
	width: 133px;
	}
#main-logo {
    width: 90%;
}
.tab-data {margin-top: 6px;}
/*Saswata Start for mobile view */
	.top_link_icon {width:100%;}
	.round_icon:hover .icon-text.ng-scope {
    	display: block;
	}
	.round_icon{
		width:55px;
	}
	/*Saswata End for mobile view */
}
/* Abhik */
@media screen and (max-width: 480px){
	.top_row{
		padding-left:5px !important;
		padding-right:5px !important;
	} 
	.signin {
    	margin-top: 2px !important;
	}
	.small-a{
		font-size:10px !important;
	}
	.adminlogout{
		font-size:10px !important;
	}
	#signUp{
		float:none !important;
		margin-top:2px !important;
	}
	.search_select{
		font-family: Verdana ; 
		font-size: 10px !important; 
		height: 18px !important; 
		width: 90px !important;
		margin-bottom:4px !important;
	}
	#options1{
		width: 90px !important;
		font-size: 10px !important; 
	}
   .splash_logo img{
		width: 120px;
	}
	.colorscheme{  
		margin-top:5px;
	}
	#white{
		width:15px !important;
		height:16px !important;
		margin-right:2px !important;
	}
	#pink{
		width:15px !important;
		height:18px !important;
		margin-right:2px !important;
	}
	#green{
		width:15px !important;
		height:18px !important;
	}
	.otherlinks{
		margin-top:5px !important;
		margin-left:0px !important;
		margin-left:0px !important;
		border-right:none !important;
		border-left:none !important;
	}
	.otherlinks li a{
		padding:1px !important;
	}
	.otherlinks ul {
         list-style-type:none;
		 display: inline;
	}
	.otherlinks li {
        float:left; 
	}
	.otherlinks li a{
        text-decoration:none;
        padding:5px !important;
	}
	.otherlinks li a:hover{
        color:#228B22;
		font-size:8px;
	}
	.otherlinks li ul {
        display:none;
        padding-left:0px;
        position:absolute;
        width:20px !important;
	}
	.otherlinks li:hover ul{
        display:block;
        z-index:9999;
        height:auto;       
	}
	.otherlinks li ul li {
        clear:both;
        text-align:center; 
        width:33px !important;
        line-height:12px !important;
        background:#f4f4f4;
        border-top:1px solid #FFFFFF;
	}
	.otherlinks li ul li a{
         font-weight:bold;
		 font-size:9px !important;
	}
	.searchdropdown{
		border-left:none !important;
		margin-left:2px !important;
		padding-left:2px !important;		
	}
	.colorscheme{
		margin-left:0px !important;
	}
	.fonts-div{
		font-size:12px;
		font-weight:normal;
		float:none !important;
	}
    .fonts-div img{
		width:20px; 
		height:20px;
	}
    .otherlinks li a{
		font-size:10px;
	}
	.otherlinks img{
	border-radius:18%;
    border:1px solid #A9A9A9;
    width:18px !important;
    height:18px !important;;
	vertical-align:middle;
	}
	.logo img{
		width:30px;
		height:40px;
	}
	.land-alerts marquee{
		font-size:12px;
	}
	footer img{
		width:84px;
		height:21px;
	}
	/* Saswata Start for mobile view mainmenu*/
    .navbar-collapse.collapse {
        width: 290px!important;
	}
    /* Saswata End for mobile view mainmenu*/
    .icon-text{
		display:none; /* Saswata changed for Mobile View */
  	
	}
	
}
/* only screen and (min-width: 768px)  Abhik*/ 
@media screen and (max-width: 599px) { /* Changed by Saswata for mobile view */
	.small-a{
	padding-right:0px !important;
	}
	.top_row{
		padding-left:5px !important;
		padding-right:5px !important;
	} 
	.signin {
    	margin-top: 2px !important;
	}
	.small-a{
		font-size:6px !important;
	}
	.adminlogout{
		font-size:8px !important;
	}
	#signUp{
		float:none !important;
		margin-top:2px !important;
	}
	.search_select{
		font-family: Verdana ; 
		font-size: 10px !important; 
		height: 18px !important; 
		width: 88px !important;
		margin-bottom:4px !important;
	}
	#options1{
		width: 90px !important;
		font-size: 10px !important; 
	}
   .splash_logo img{
		width: 120px;
	}
	.colorscheme{  
		margin-top:5px;
	}
	#white{
		width:13px !important;
		height:16px !important;
		margin-right:1px !important;
		margin-left:1px !important;
	}
	#pink{
		width:13px !important;
		height:16px !important;
		margin-right:1px !important;
	}
	#green{
		width:13px !important;
		height:16px !important;
		margin-right:1px !important;
	}
	.otherlinks{
		margin-top:5px !important;
		margin-left:0px !important;
		margin-left:0px !important;
		border-right:none !important;
		border-left:none !important;
	}
	.otherlinks li a{
		padding:1px !important;
	}
	.otherlinks ul {
         list-style-type:none;
		 display: inline;
	}
	.otherlinks li {
        float:left; 
	}
	.otherlinks li a{
        text-decoration:none;
        padding:5px !important;
	}
	.otherlinks li a:hover{
        color:#228B22;
		font-size:8px;
	}
	.otherlinks li ul {
        display:none;
        padding-left:0px;
        position:absolute;
        width:20px !important;
	}
	.otherlinks li:hover ul{
        display:block;
        z-index:9999;
        height:auto;       
	}
	.otherlinks li ul li {
        clear:both;
        text-align:center; 
        width:33px !important;
        line-height:12px !important;
        background:#f4f4f4;
        border-top:1px solid #FFFFFF;
	}
	.otherlinks li ul li a{
         font-weight:bold;
		 font-size:9px !important;
	}
	.searchdropdown{
		border-left:none !important;
		margin-left:2px !important;
		padding-left:2px !important;		
	}
	.colorscheme{
		margin-left:0px !important;
	}
	.fonts-div{
		font-size:12px;
		font-weight:normal;
		float:none !important;
	}
    .fonts-div img{
		width:20px; 
		height:20px;
	}
	.fonts-div1{
		font-size:12px;
		font-weight:normal;
		float:none !important;
	}
    .fonts-div1 img{
		width:20px; 
		height:20px;
	}
    .otherlinks li a{
		font-size:10px;
	}
	.otherlinks img{
		border-radius:18%;
    	border:1px solid #A9A9A9;
   	 	width:13px !important;
    	height:16px !important;;
		vertical-align:middle;
	}
	.logo-div{
		margin:0 !important;
		height:120px;
		padding:0 !important; 
	}
	.logo img{
		margin:0 auto;
	}
	.round_icon i{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		padding: 6px 0px 0px 0px;
		border: 2px solid #cecece;
		font-size: 12px !important;
		color: #FFFFFF;
		background:#3481BF;
		text-decoration:bold;
		-webkit-box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		-moz-box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		-webkit-transition: box-shadow .5s;
    	-webkit-transition-timing-function: linear;
    	transition: box-shadow .5s;
    	transition-timing-function: linear; 
		float:none !important;
	}
	.round_icon i:hover{
		-webkit-box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
		-moz-box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
		box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
	}
	.icon-text{
		position: relative;
		width: 100%;
		font-size: 8px !important;
		font-family:"oswaldregular" !important;
		text-shadow:1px 1px #grey;
		text-overflow: ellipsis;
  		white-space: nowrap;
  		display:none; /* Saswata changed for Mobile View */
  	
	}
	.top_link_icon{
		margin-left:-9px !important;
		margin-right:2px !important;
		width:100%;
		float:left !important;
		margin-top:15px; /* Saswata changed for Mobile View */
	}
	.logo img{
		width:50px;
		height:50px;
	}
	.land-alerts marquee{
		font-size:12px;
	}
	footer img{
		width:84px;
		height:21px;
	}
	/*Saswata Start for mobile view */
	.round_icon:hover .icon-text.ng-scope {
    	display: block;
	}
	.round_icon{
		width:55px !important;
	}
	.sidenav1 {
    height: 300px!important;
    
    }
	/*Saswata End for mobile view */	
}





#content{
	  background-color: lightgrey;
    width: 1000px;
    border: 25px solid #4D3966;
    padding: 25px;
    margin: 20px;
}




.foo {
	height:525px;
	background-image:url(../images/BANGLA.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.side-bar {
	height:471px;
	background-color:#cccccc;
}



.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
		background-color:#CCC;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 24px;
		background-color:#7D96DA;
    }

    .panel-title > a {
        display: block;
        padding: 10px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }


.icon-bar1 
{
    background-color: #3481be;
	position: fixed;
	z-index: 999; 
	display: inline-block;
	margin:0;
	background-repeat: no-repeat; 
	background-position: right center;
	right:0px;
	top:200px;
}

.icon-bar1 a {
    display: block;
    text-align: center;
    padding: 10px;
    color: white;
    font-size: 16px;
}
.icon-bar1 a:hover {
    background-color: #00205b;
}
.back-to-top 
{
 
	width: 44px;
	height: 44px;
	background: #1e90ff;
	font-size: 24px;
	text-align: center;
	color: #fff;
	float:right;
	padding-top:8px;
} 
.back-to-top i 
{
  font-size: 15px;
  line-height:20px;
  
}
 .land-alerts
{
	background-color:#dbe1ff;
	padding-top:3px;
	padding-bottom:3px;
	color:#D80101;
	font-size:12px;
}
.marquee{
width:90%;
margin:0 auto;
margin-top:-30px;
padding:4px;
height:27px;
overflow:hidden;
white-space:nowrap;
box-sizing:border-box;
}

.alerts-bell
{
	vertical-align:super;
	display:inline-block;
	}
.alerts-bell+p
{display:inline-block;
}
.marquee:hover{animation-play-state:paused;}
.font-btn {
  background: #3481be;
  padding-top:2px;
  padding-bottom:2px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  cursor:pointer;
  border-radius:5px;
  border-color:#FFF; 
  border-style:solid;;
}

.font-btn:hover {
  background: #265a88;
  text-decoration: none;
}


.counters { width: 100%; margin: 10px auto; position: relative;}
.counter { background-color:#3481be ; border-color:#FFF; border-style:solid; padding: 5px 0; border-radius: 5px;}
.text { font-size:16px; color:#FFF; }


.count
{
  color:#FFF;
  font-size:16px; 
}

.shadow1{
  position:relative;
}

.shadow1:before, .shadow1:after{
  position:absolute;
  content:"";
  bottom:12px;left:15px;top:80%;
  width:45%;
  background:#01bfad;
  z-index:-1;
  box-shadow: 0 20px 15px #000410;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow1:after{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;left: auto;
}
a, a:active, a:focus {
outline: none;
}
.swiper-wrapper{
	background: #F8F8FF;
}
.swiper-slide:{
	background: #F8F8FF;
} 
.swiper-slide > a > i{
	border: 2px solid #cecece;
	color: #949393;;
}
.swiper-slide > a{
	color: #105fa3;
}
.table-a{
	 
	overflow:auto; 
	vertical-align: top; 
	height:auto;
	width: 100%;
}
.table-b{
	border-collapse:collapse;
	font-size:50px;
	background-color:#F3F6F9;
}
.keypersonnel{
	vertical-align:text-top;
	background-color:#C6CEE3;
	padding-top:15px;
	padding-bottom:20px;
	border:2px solid white;
	vertical-align: baseline;
}
.table-td{
	/* vertical-align:text-top; */
	background-color:#C6CEE3;
	padding-top:1px;
	padding-bottom:10px;
	border:1px solid white;
	/* vertical-align: baseline; */
	width: 100%;
}
.table-td-a{
	text-align:justify;
	color:#161616; 
	font-size:14px;
	padding-right:25px;
	padding-left:25px;
	line-height:25px;
	border:2px solid white;
}
.table-th{
	text-align:left;
	color:#ffffff;
	font-size:40px;
	padding-top:10px;
	font-weight:bold;
	background-color :#2F5B93;
}
.table-p{
	text-align:center; 
	font-weight:bold;
	font-size:20px; 
	color:#0000FF;
}
.border{
	border:1px solid black;
	height:200px;
}
.body_text{
	/* font-size:16px; */
	padding-bottom: 10px;
}
.body_head_text{
	font-size:16px ;
	padding: 10px;
	 text-transform: uppercase;
}


.csmodal {
    
    padding-top: 100px; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.csmodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 30%;
}

#csmenu,
#csmenu ul,
#csmenu ul li,
#csmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px !important; 
}
#csmenu {
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#csmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#csmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #3481be;
}
#csmenu > ul > li > a:hover,
#csmenu > ul > li.active > a,
#csmenu > ul > li.open > a {
  color: #eeeeee;
  background: #1682ba!important;
  }
#csmenu > ul > li.open > a {
  border-bottom: 1px solid #1682ba;
}
#csmenu > ul > li:last-child > a,
#csmenu > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#csmenu > ul > li > a:hover > span::after,
#csmenu > ul > li.active > a > span::after,
#csmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#csmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  background: #c6cee3 !important;
  font-weight: bold;
}
#csmenu ul ul li:hover > a,
#csmenu ul ul li.open > a,
#csmenu ul ul li.active > a {
  background: #424852;
  color: #660000;
}
#csmenu ul ul li:first-child > a {
  box-shadow: none;
}
#csmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#csmenu ul ul ul li a {
  padding-left: 30px;
}
#csmenu > ul > li > ul > li:last-child > a,
#csmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#csmenu > ul > li > ul > li.open:last-child > a,
#csmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#csmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;

}
#csmenu ul ul li.active > a::after,
#csmenu ul ul li.open > a::after,
#csmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}


.sidenav1 {
    height: 500px;
    
    }

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#csmenu {
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}

#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  border-top: 1px solid #1682ba;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #3481be;
  
}

#cssmenu > ul > li.active > a {
  color: #eeeeee;
  background: #3481be  !important;
}
#cssmenu > ul > li > a:hover{
  color: #eeeeee;
  background: #2c5bb2 !important;
}
#cssmenu > ul > li.open > a{
  color: #eeeeee;
  background: #2c5bb2 !important;
}

#cssmenu > ul > li.open > a {
  border-bottom: 1px solid #1682ba;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
}
#cssmenu ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  background: #6772bf !important;
  font-weight: bold;
}

#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  background: #5aa6e2 !important;
  font-weight: bold;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
/*   background: #4E5E8C  !important; */
  color: #ffffff;
}

#cssmenu ul ul ul li:hover > a,
#cssmenu ul ul ul li.open > a,
#cssmenu ul ul ul li.active > a {
/*   background: #7481a8 !important; */
  color: #ffffff;
}

#cssmenu ul ul ul ul li:hover > a {
 /*  background: #9ca1af !important; */
  color: #ffffff;
}

#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
  background: #3999e5 !important;
}
#cssmenu ul ul ul ul li a {
  padding-left: 30px;
  background: #1061a3 !important;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}
#csmenu ul li
{
	/* border:1px solid #000000!important; */
	 border-color: #000000  !important;
	/*   border-bottom: 1px solid #32373e; */
}
.grievmodal {
    
    padding-top: 100px; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.grievmodal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 25%;
}
/* Saswata Start Grivence PopUp Design for mobile view */
@media screen and (max-width: 603px) {
  	.grievmodal-content {width: 85%!important;}  
}
@media screen and (max-width: 768px) {
	.grievmodal-content {width: 36%;}
}
/* Saswata End Grivence PopUp Design for mobile view */
#grievmenu,
#grievmenu ul,
#grievmenu ul li,
#grievmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height:2;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #3481be; !important;
  color:#ffffff !important;
}
#grievmenu ul li
{
	border:1px solid #FFFFFF !important;
}
#grievmenu {
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#grievmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#grievmenu > ul > li > a {
  padding: 40px 40px;
  border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  border-top: 1px solid #1682ba;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  
}
#grievmenu > ul > li > a:hover,
#grievmenu > ul > li.active > a,
#grievmenu > ul > li.open > a {
  color: #eeeeee;
  background: #1682ba !important;
  }
#grievmenu > ul > li.open > a {
  border-bottom: 1px solid #1682ba;
}
#grievmenu > ul > li:last-child > a,
#grievmenu > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
#grievmenu > ul > li > a:hover > span::after,
#grievmenu > ul > li.active > a > span::after,
#grievmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
#grievmenu ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  /* background: #6772bf !important; */
  font-weight: bold;
}

#grievmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  background: #707ee5 !important;
  font-weight: bold;
}
#grievmenu ul ul li:hover > a,
#grievmenu ul ul li.open > a,
#grievmenu ul ul li.active > a {
  background: #4E5E8C  !important;
  color: #ffffff;
}

#grievmenu ul ul ul li:hover > a,
#grievmenu ul ul ul li.open > a,
#grievmenu ul ul ul li.active > a {
  background: #7481a8 !important;
  color: #ffffff;
}

#grievmenu ul ul ul ul li:hover > a {
  background: #9ca1af !important;
  color: #ffffff;
}

#grievmenu ul ul li:first-child > a {
  box-shadow: none;
}
#grievmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#grievmenu ul ul ul li a {
  padding-left: 30px;
  background: #99a2e2 !important;
}
#grievmenu ul ul ul ul li a {
  padding-left: 30px;
  background: #b1b6db !important;
}
#grievmenu > ul > li > ul > li:last-child > a,
#grievmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#grievmenu > ul > li > ul > li.open:last-child > a,
#grievmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#grievmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#grievmenu ul ul li.active > a::after,
#grievmenu ul ul li.open > a::after,
#grievmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}
.w3-button{
	border:none;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap
}
.w3-display-topright
{
	/* position:absolute; */
	float:right;
	right:0;
	top:0
}
#grievclose
{
	width:100%;
	overflow:auto;
	padding:0px 2px 8px 2px;
}
#statgriev label
{
	font-size:24px;
	text-decoration:underline;
}

/* Saswata changed for mobile view */
@media screen and (max-width: 599px) {
  	.logo-div{
		margin:0 !important;
		height:120px;
		padding:0 !important; 
	}
	.logo img{
		margin:0 auto;
	}
	.round_icon i{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		padding: 6px 0px 0px 0px;
		border: 2px solid #cecece;
		font-size: 12px !important;
		color: #FFFFFF;
		background:#3481BF;
		text-decoration:bold;
		-webkit-box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		-moz-box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		-webkit-transition: box-shadow .5s;
    	-webkit-transition-timing-function: linear;
    	transition: box-shadow .5s;
    	transition-timing-function: linear; 
		float:none !important;
	}
	.round_icon i:hover{
		-webkit-box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
		-moz-box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
		box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
	}
	.icon-text{
		position: relative;
		width: 100%;
		font-size: 8px !important;
		font-family:"oswaldregular" !important;
		text-shadow:1px 1px #grey;
		text-overflow: ellipsis;
  		white-space: nowrap;
  		display:none; 
  	
	}
	.top_link_icon{
		margin-left:-9px !important;
		margin-right:2px !important;
		width:100%;
		float:left !important;
		margin-top:15px;
	}
	.logo img{
		width:50px;
		height:50px;
	}
	.round_icon {
    	width: 62px;
	}
	.col-sm-2 {
	    /* width: 50%; */
	    float: left;
	    display: inline;
	    right: 0;
	}
	.submenu_border {border: 3px solid #ffffff !important;}
	.panel-footer {padding: 4px 4px;}
	.panel-body {padding-top: 7px !important;}
	.csmodal-content {width: 90%!important;}
	#myFooter {padding-top: 0px !important;}
	#myFooter h5 {margin-top: 10px !important;}
	#myFooter ul {line-height: 1.3!important;}
	#myFooter .fa-twitter {
	    font-size: 21px!important;
	    height: 35px!important;
	    line-height: 18px!important;
	    margin-right: 16px!important;
	    width: 35px!important;
	}
	#myFooter .fa-facebook {
	    font-size: 21px!important;
	    height: 35px!important;
	    line-height: 18px!important;
	    margin-right: 16px!important;
	    width: 35px!important;
	}
	#myFooter .fa-google-plus {
	    font-size: 21px!important;
	    height: 35px!important;
	    line-height: 18px!important;
	    margin-right: 16px!important;
	    width: 35px!important;
	    padding: 8px!important;
	}
	#myFooter .fa-language{
	    font-size: 21px!important;
	    height: 35px!important;
	    line-height: 18px!important;
	    margin-right: 16px!important;
	    width: 35px!important;
	}
}
/* Saswata End */
/* Saswata changed for Tab view */
@media screen and (max-width: 1024px) {
	.round_icon i {
	  border: 1px solid #cecece;
	  border-radius: 50%;
	  color: #ffffff;
	  font-size: 15px !important;
	  height: 30px;
	  padding: 7px 0 0;
	  width: 30px;
	}
	.icon-text {font-size: 11px !important;}
	.submenu_border {border: 3px solid #ffffff !important;}
}
/* @media screen and (max-height: 740px) , screen and (min-height: 600px) */
@media screen and (max-width: 740px) {
	#changePassword{
	float:none !important;
	}
	.fonts-div2{
	float:none !important;
	margin-top:2px !important;
	padding:0px !important; 
	}
	.fonts-div2 span{
	font-size:10px !important;
	}
	.fonts-div2 label{
	font-size:10px !important;
	}
	.fonts-div ul b{
	font-size:10px !important;
	}
	.fonts-div{
	margin-top:6px;
	}
	.contrastdiv li.colorchanger li a{
	width:19px !important;
	padding-top:15px !important;
	}
	.otherlinkssra a{
	font-size:8px !important;
	padding-left: 1px !important;
	padding-right: 1px !important;
	}
	.otherlinkssra{
	border-left:none !important;
	float:none !important;
	margin:0 !important;
	padding:0px !important;
	}
	#beforeLoginDiv{
	width:98px !important;
	text-align:center !important;
	}
	#afterLoginDiv{
	width:98px !important;
	margin-left:1px solid !important;
	}
	#afterLoginLabel{
	font-size:10px !important;
	}
	#afterLoginLabel label{
	font-size:10px !important;
	font-family:calibri !important;
	}
	#signUp{
	margin-top:2px !important;
	}
	.search_select{
	width:75px !important;
	}
	#white{
		width:13px !important;
		height:16px !important;
		margin-right:1px !important;
		margin-left:1px !important;
	}
	#pink{
		width:13px !important;
		height:16px !important;
		margin-right:1px !important;
	}
	#green{
		width:13px !important;
		height:16px !important;
		margin-right:1px !important;
	}
	#red{
		width:13px !important;
		height:16px !important;
	}
	.otherlinks img{
		border-radius:18%;
    	border:1px solid #A9A9A9;
   	 	width:13px !important;
    	height:16px !important;;
		vertical-align:middle;
	}
	.otherlinks li a{
		padding:1px !important;
	}
	.small-a{
		font-size:8px !important;
	}
	.dwnldFont{
		margin-top:0px !important;
	}
}
/* Saswata End */
/* Changed by Saswata for mobile view portrait mode */
@media screen and (max-height: 599px) { /* Changed by Saswata for mobile view */
	.footer-copyright p  span{
	font-size:12px;
	}
	.footer-copyright{
	font-size:12px;
	}
	.contrastdiv li.colorchanger li a{
	width:19px !important;
	padding-top:15px !important;
	}
	.otherlinkssra a{
	font-size:8px !important;
	padding-left: 1px !important;
	padding-right: 1px !important;
	}
	.otherlinkssra{
	border-left:none !important;
	float:none !important;
	margin:0 !important;
	padding:0px !important;
	}
	#beforeLoginDiv{
	width:98px !important;
	text-align:center !important;
	}
	#afterLoginDiv{
	width:98px !important;
	margin-left:1px solid !important;
	}
	#afterLoginLabel{
	font-size:10px !important;
	margin-top:1px !important;
	}
	#afterLoginLabel label{
	font-size:10px !important;
	font-family:calibri !important;
	}
	#signUp{
	margin-top:2px !important;
	}
	.search_select{
	width:75px !important;
	}
	.top_row{
		padding-left:5px !important;
		padding-right:5px !important;
	} 
	.signin {
    	margin-top: 2px !important;
	}
	.small-a{
		font-size:8px !important;
	}
	.adminlogout{
		font-size:8px !important;
	}
	#signUp{
		float:none !important;
		margin-top:2px !important;
	}
	.search_select{
		font-family: Verdana ; 
		font-size: 10px !important; 
		height: 18px !important; 
		width: 75px !important;
		margin-bottom:4px !important;
	}
	#options1{
		width: 90px !important;
		font-size: 10px !important; 
	}
   .splash_logo img{
		width: 120px;
	}
	.colorscheme{  
		margin-top:5px;
	}
	#white{
		width:13px !important;
		height:16px !important;
		margin-right:1px !important;
	}
	#pink{
		width:13px !important;
		height:16px !important;
		margin-right:1px !important;
	}
	#green{
		width:13px !important;
		height:16px !important;
		margin-right:1px !important;
	}
	.otherlinks{
		margin-top:5px !important;
		margin-left:0px !important;
		margin-left:0px !important;
		border-right:none !important;
		border-left:none !important;
	}
	.otherlinks li a{
		padding:1px !important;
	}
	.otherlinks ul {
         list-style-type:none;
		 display: inline;
	}
	.otherlinks li {
        float:left; 
	}
	.otherlinks li a{
        text-decoration:none;
        padding:5px !important;
	}
	.otherlinks li a:hover{
        color:#228B22;
		font-size:8px;
	}
	.otherlinks li ul {
        display:none;
        padding-left:0px;
        position:absolute;
        width:20px !important;
	}
	.otherlinks li:hover ul{
        display:block;
        z-index:9999;
        height:auto;       
	}
	.otherlinks li ul li {
        clear:both;
        text-align:center; 
        width:33px !important;
        line-height:12px !important;
        background:#f4f4f4;
        border-top:1px solid #FFFFFF;
	}
	.otherlinks li ul li a{
         font-weight:bold;
		 font-size:9px !important;
	}
	.searchdropdown{
		border-left:none !important;
		margin-left:2px !important;
		padding-left:2px !important;		
	}
	.colorscheme{
		margin-left:0px !important;
	}
	.fonts-div{
		font-size:12px;
		font-weight:normal;
		float:none !important;
	}
    .fonts-div img{
		width:20px; 
		height:20px;
	}
	.fonts-div1{
		font-size:12px;
		font-weight:normal;
		float:none !important;
	}
    .fonts-div1 img{
		width:20px; 
		height:20px;
	}
    .otherlinks li a{
		font-size:10px;
	}
	.otherlinks img{
		border-radius:18%;
    	border:1px solid #A9A9A9;
   	 	width:13px !important;
    	height:16px !important;;
		vertical-align:middle;
	}
	.logo-div{
		margin:0 !important;
		height:120px;
		padding:0 !important; 
	}
	.logo img{
		margin:0 auto;
	}
	.round_icon i{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		padding: 6px 0px 0px 0px;
		border: 2px solid #cecece;
		font-size: 12px !important;
		color: #FFFFFF;
		background:#3481BF;
		text-decoration:bold;
		-webkit-box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		-moz-box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		-webkit-transition: box-shadow .5s;
    	-webkit-transition-timing-function: linear;
    	transition: box-shadow .5s;
    	transition-timing-function: linear; 
		float:none !important;
	}
	.round_icon i:hover{
		-webkit-box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
		-moz-box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
		box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
	}
	.icon-text{
		position: relative;
		width: 100%;
		font-size: 8px !important;
		font-family:"oswaldregular" !important;
		text-shadow:1px 1px #grey;
		text-overflow: ellipsis;
  		white-space: nowrap;
  		display:none; /* Saswata changed for Mobile View */
  	
	}
	.top_link_icon{
		margin-left:-9px !important;
		margin-right:2px !important;
		width:100%;
		float:left !important;
		margin-top:15px; /* Saswata changed for Mobile View */
	}
	.logo img{
		width:50px;
		height:50px;
	}
	.land-alerts marquee{
		font-size:12px;
	}
	footer img{
		width:84px;
		height:21px;
	}
	/*Saswata Start for mobile view */
	.round_icon:hover .icon-text.ng-scope {
    	display: block;
	}
	.round_icon{
		width:55px !important;
	}
	/*Saswata End for mobile view */	
}

@media screen and (max-height: 599px) {
	#changePassword{
	float:none !important;
	}
	.fonts-div2{
	float:none !important;
	margin-top:2px !important;
	padding:0px !important; 
	}
	.fonts-div2 span{
	font-size:10px !important;
	}
	.fonts-div2 label{
	font-size:10px !important;
	}
	.fonts-div ul b{
	font-size:10px !important;
	}
	.fonts-div{
	margin-top:6px;
	}
  	.otherlinks li a{
	Padding:2px !important;
	}
	.dwnldFont li a{
	height:22px !imporatnt;
	margin-top:1px !important;
	}
	.search_select{
	width:70px !important;
	}
	#afterLoginLabel{
	float:left !important;
	}
	#red{
	width:13px !important;
	height:16px !important;
	}
  	.logo-div{
		margin:0 !important;
		height:120px;
		padding:0 !important; 
	}
	.logo img{
		margin:0 auto;
	}
	.round_icon i{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		padding: 6px 0px 0px 0px;
		border: 2px solid #cecece;
		font-size: 12px !important;
		color: #FFFFFF;
		background:#3481BF;
		text-decoration:bold;
		-webkit-box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		-moz-box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		box-shadow: 0px 0px 0px 4px rgba(68,68,68,0.08);
		-webkit-transition: box-shadow .5s;
    	-webkit-transition-timing-function: linear;
    	transition: box-shadow .5s;
    	transition-timing-function: linear; 
		float:none !important;
	}
	.round_icon i:hover{
		-webkit-box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
		-moz-box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
		box-shadow: 0px 0px 0px 2px rgba(176,173,176,1);
	}
	.icon-text{
		position: relative;
		width: 100%;
		font-size: 8px !important;
		font-family:"oswaldregular" !important;
		text-shadow:1px 1px #grey;
		text-overflow: ellipsis;
  		white-space: nowrap;
  		display:none; 
  	
	}
	.top_link_icon{
		margin-left:-9px !important;
		margin-right:2px !important;
		width:100%;
		float:left !important;
		margin-top:15px;
	}
	.logo img{
		width:50px;
		height:50px;
	}
	.round_icon {
    	width: 62px;
	}
	.col-sm-2 {
	    /* width: 50%; */
	    float: left;
	    display: inline;
	    right: 0;
	}
	.submenu_border {border: 3px solid #ffffff !important;}
	.panel-footer {padding: 4px 4px;}
	.panel-body {padding-top: 7px !important;}
	/* .csmodal-content {width: 25%!important;} */
	#myFooter {padding-top: 0px !important;}
	#myFooter h5 {margin-top: 10px !important;}
	#myFooter ul {line-height: 1.3!important;}
	#myFooter .fa-twitter {
	    font-size: 21px!important;
	    height: 35px!important;
	    line-height: 18px!important;
	    margin-right: 16px!important;
	    width: 35px!important;
	}
	#myFooter .fa-facebook {
	    font-size: 21px!important;
	    height: 35px!important;
	    line-height: 18px!important;
	    margin-right: 16px!important;
	    width: 35px!important;
	}
	#myFooter .fa-google-plus {
	    font-size: 21px!important;
	    height: 35px!important;
	    line-height: 18px!important;
	    margin-right: 16px!important;
	    width: 35px!important;
	    padding: 8px!important;
	}
	#myFooter .fa-language {
	    font-size: 21px!important;
	    height: 35px!important;
	    line-height: 18px!important;
	    margin-right: 16px!important;
	    width: 35px!important;
	}
}
/* Saswata End */
.container {
    width: 100%;
}
.knwurprpty_tbl_head_txt{
	font-size: 13px;
}
.google_play{
		width:120px;
		height:46px;
		padding-bottom: 4px;
		padding-left: 13px;
		margin-bottom: 3px;
	}
.radioPadding{
	padding-right: 10px;
}
	}
@media screen and (max-width: 320px){
	.body_head_text {
	font-size: 12px;
	}
	#afterLoginLabel label{
	font-size: 12px !important;
	}
	.search_select{
	width:150px !important;
	}
	}
@media screen and (max-width: 480px){
	.body_head_text {
	font-size: 12px;
	}
	#afterLoginLabel label{
	font-size: 12px !important;
	}
	}
@media screen and (max-width: 768px){
	#afterLoginLabel label{
	font-size: 12px !important;
	}
	}

.marquee-parent {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 35px;
}
.marquee-child {
  display: block;
  width: 147px;
  /* width of your text div */
  height: 35px;
  /* height of your text div */
  position: absolute;
  animation: marquee 15s linear infinite; /* change 5s value to your desired speed */
  color:white;
  margin-top: 9px;
}
.marquee-child:hover {
  animation-play-state: paused;
  cursor: pointer;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -147px /* same as your text width */
  }
}

.simple-marquee-container {
    background: rgb(52, 129, 190) none repeat scroll 0 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    float: left;
    height: 35px !important;
    margin-top: 10px;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap;
    width: 100% !important;
}
.dwnldFont{
	height: 20px;
	margin-top: 2px;
}
#ajaxView {
    
    /* background-color: #000066; */
    color: white;
    font-weight: bold;
}
#ajaxView tbody tr td{
	color: black;
}
/* @media screen and (max-height: 1280px) , screen and (min-height: 1024px) */
@media screen and (max-width: 768px){
	.otherlinks li a{
	Padding:4px;
	}
	.search_select{
	width:120px;
	}
	#afterLoginLabel{
	}
	#white{
		margin-right:1px;
	}
	#pink{
		margin-right:1px;
	}
	#green{
		margin-right:1px;
	}
	.contrastdiv li.colorchanger li a{
	width:19px;
	padding-top:18px;
	}
	.otherlinkssra a{
	font-size:12px;
	padding-left: 1px;
	padding-right: 1px;
	}
	.otherlinkssra{
	border-left:none;
	float:none;
	margin-top:10px;
	padding-right:2px;
	}
	#afterLoginDiv{
	font-size:9px;
	float:left;
	}
	#afterLoginLabel{
	font-size:10px !important;
	float:none;
	margin-top:9px;
	}
	#afterLoginLabel label{
	font-size:12px !important;
	font-family:calibri;
	}
	.fonts-div{
	margin-top:12px;
	}
	.small-a{
	font-size:9px;
	}
	.otherlinkssra a {
    font-size:9px;
	}
	
}
@media screen and (max-width: 800px){
	.otherlinks li a{
	Padding:4px;
	}
	.search_select{
	width:120px;
	}
	#afterLoginLabel{
	}
	#white{
		margin-right:1px;
	}
	#pink{
		margin-right:1px;
	}
	#green{
		margin-right:1px;
	}
	.contrastdiv li.colorchanger li a{
	width:19px;
	padding-top:18px;
	}
	.otherlinkssra a{
	font-size:12px;
	padding-left: 1px;
	padding-right: 1px;
	}
	.otherlinkssra{
	border-left:none;
	float:none;
	margin-top:10px;
	padding-right:2px;
	}
	#afterLoginDiv{
	font-size:9px;
	float:left;
	}
	#afterLoginLabel{
	font-size:10px !important;
	float:none;
	margin-top:9px;
	}
	#afterLoginLabel label{
	font-size:12px !important;
	font-family:calibri;
	}
	.fonts-div{
	margin-top:13px;
	}
	.small-a{
	font-size:8px !important;
	}
	.otherlinkssra a {
    font-size:8px;
	}
	
}
@media screen and (max-width: 640px){
	#afterLoginLabel{
	margin-top:1px;
	}
	.footer-copyright p  span{
	font-size:12px;
	}
	.footer-copyright{
	font-size:12px;
	}
}
.srchmodal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 65%;
}	
	