::-moz-selection {
    color: #fefefe;
    background: #ea6b3e;
    font-weight:bold;
}
::selection {
    color: #fefefe;
    background: #ea6b3e;
    font-weight:bold;
}
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f78552;
  border-radius: 5px;
  background: linear-gradient(#f78552, #f86524, #dc3545);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f86524; 
  background: linear-gradient(#f78552, #f86524, #dc3545);
}

.badge-download{
	background-color: #ffdede;
	border-radius: 15%;
}
.grey-background{
	background: #dcdcdc;
}

body{ 
	letter-spacing: .7px; 
	overflow-x: hidden;
}

a:hover, a:focus{
	text-decoration: none;
}

.main{
	margin: 0;
	background: #fafafa;
}
.left{
	float: left;
}

.next-previous {
	margin-top: 30px;
	margin-bottom: 30px;
}
.next-previous a {
	background: #ea6c3e;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	white-space: nowrap;
	display: inline-block;
}
.next-previous .col-sm-4{
	padding: 0;
	overflow: hidden;
}
.next-previous div:nth-child(2) {
	text-align: center;
}
.next-previous div:nth-child(3) {
	text-align: right;
}
.next-previous a:hover {
	color: black;
	transition: .5s;
}
.navbar-nav a{
	border: none;
}

.see-also{
	border-bottom: 1px solid gray; 
	padding-bottom: 5px;
}

.social li {
  display: inline-block;
  margin: 0 .5em !important;
}

.footer ul li a.twitter{
    background: url('../images/social.png') no-repeat 0 0;
    width: 36px;
    height: 36px;
    display: block;
}
.footer ul li a.facebook {
  background: url('../images/social.png') no-repeat -36px 0px;
}
.footer ul li a.chrome {
  background: url('../images/social.png') no-repeat -72px 0px;
}
.footer ul li a.dribbble {
  background: url('../images/social.png') no-repeat -108px 0px;
}
.footer ul li a.pinterest {
  background: url('../images/social.png') no-repeat -144px 0px;
}
.footer ul li a.twitter:hover{
	opacity:.5;
}

.DefaultPage{
    font-size: 22px;
    color: Black;
    text-align: justify;
    width: 93%;
    padding: 10px 20px;
    box-shadow: 10px 10px 5px #888;
    line-height:1.3em;
    background:#fff;
}

.heading{ 
	margin-top:20px;
	font-size: 18px;
	color:White;
	padding: 7px 15px; 
}

#DefaultHeading{
    font-size: 200px;
    padding-left:100px;
    font-family: 'Colonna MT';
    letter-spacing: 30px;
    color:Red;
	height: 400px;
	margin-top: -140px;
}
	
.gadget{
    box-shadow: 8px 8px 4px #777;
    display:block;
    background:#fff;
    margin:31px 10px 20px 10px;
}

h1{ 
	box-shadow:0 2px 5px #f00 ;
    background:linear-gradient(#fee, #fdd);
    border-radius:5px;
    color:#f00;
    font-size:26px; 
    letter-spacing:1px;
    margin:2px 0 10px 0;
    padding:2px 10px;
    text-align:center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
h1:hover{
	text-shadow:1px 1px 3px #999;
    background:linear-gradient(#fee, #fdd, #fee);
    /*-webkit-transform: scale(1.08,1.1);
    -moz-transform: scale(1.08,1.1);
    transform: scale(1.08,1.1);*/
}

#topic h2{
    margin: 0; 
    padding: 9px 0 9px 10px;
}

h2 a{
	color: #bbb;
    display: block;
	font-size: 14px;
	font-weight: normal;
}

h2 a:visited {
    color: #f86524;
}
h2 a:hover {
    color: #fff;
	//transform: scaleX(1.1);
	//padding-left: 10px;
}

h2 span, .highlight{
    color:#db7835;
    font-weight:bold;
}

h3{
    box-shadow:0 2px 5px #f00 ;
    background:linear-gradient(#fee, #fdd);
    border-radius:5px;
    color:#f00;
    font-size:24px; 
    margin:2px 0 10px 0;
    padding:5px 10px;
    text-align:center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

h3:hover{
    text-shadow:1px 1px 3px #999;
    background:linear-gradient(#fee, #fdd, #fee);
    /*-webkit-transform: scale(1.08,1.1);
    -moz-transform: scale(1.08,1.1);
    transform: scale(1.08,1.1);*/
}

h4{
	color: #d83f08;
	font-size:22px;
}

.blink {
	text-align:center;
}
 
.blink span {
    display: inline-block;
    font-size: 200px;
    color:#000;
    font-family: 'Colonna MT';
    letter-spacing: 20px;
}

.content-right{
    width: 78%; 
    float: left;
    padding: 0 0 0 10px;
}

.ans{
    font-size: 18px;
    min-height:400px;
}
.ans p {
    text-align:justify;
}
.ans p b, .ans p strong, .ans li b{
	color: #dc3545;
	font-weight: 600;
}
.text-indent50{
	text-indent: 50px;
}
.exercise li, .cursor-default {
	cursor: pointer;
}
.assignment-list li {
	margin-bottom: 7px;
}
.assignment-list li a, .table-link a, .count a, p a{
	color: #f44336;
	font-weight: 500;
	//padding-bottom: 2px; /* https://www.ankitweblogic.com/php/define-php.php */
	border-bottom: 1px dotted;
}
.assignment-list li a:hover, .table-link a:hover{
	color: #9d3194;
	//border-bottom: 1px solid; /*create separate class for underline*/
	transition: .2s;
}

table{
    margin-bottom: 20px;
    font-size: 16px;
    width: 96%;
	background: #fff !important;
	box-shadow: 0 0 15px #ddd;
	border: 1px solid #f7a27b;
}
table caption{
	color: #da4c18;
	text-align: center;
	font-size: 1.2em;
	caption-side: top;
}
table caption span{
	font-weight: bold;
	padding-bottom: 1px;
}
.td-border-left{
	border-left: 1px solid #f7a27b;
}

.table-striped-custom tbody tr:nth-of-type(odd){
	background: #fff3ec;
}

.innertable{
	margin-bottom: 0;
	box-shadow: none;
	border:none !important;
}
.innertable tr{
	border-bottom: 1px solid rgba(237, 95, 47, 0.7);
}
.innertable tr:last-child{
	border-bottom:none;
}
.innertable td{
	border:none !important;
}
.innertable td:first-child{
	font-size:1.2em;
}

th{
    font-family:Arial;
    background-color: #ffd6c4;
	border-top: 1px solid #f7a27b!important;
	color: #79351c;
	padding: .75rem;
}

td{
    border-top: 1px solid #f7a27b;
	padding: .75rem;
}
.table-first-td-center td:first-child, .table-first-th-center th:first-child{
    text-align: center;
}
.sno tr {
	counter-increment: count;
}
.sno tr th:first-child {
	counter-increment: count -1;
}
.sno tr td:first-child:before {
	content: counter(count) ".";
}
.pre span {
	counter-increment: count;
}
.pre span {
	counter-increment: count 1;
}
.pre span:before {
	content: counter(count) ".";
}
.obj{
	border-radius: 3px;
	background: #fff0ea;
	border: 1px solid #f28864;
	padding: 10px 15px;
    width: 100%;
}

.reload{
	position:absolute;
	right:20px;
	background: rgba(255, 3, 3, 0.65);
	padding:15px;
	color:#fff;
	border:none;
	border-radius:3px;
}
.reload:hover{
	background:rgba(249, 185, 185, 0.5);
	transition:all .5s;
	box-shadow:0 3px 4px #888;
	color:#000;
}
#loading{
	width: 100%;
	height: 100vh;
	position: fixed;
	//background: rgba(0,0,0,.6) url('../images/loader.gif') no-repeat center;
	background: rgba(0,0,0,.6);
	background-size: 40%;
	z-index: 999999;
}

pre{
    width: 100%;
	padding: 10px;
    font-size:16px;
    line-height:1.3em;
	background: #fff0ea !important;
	border: 1px solid #f28864 !important;
}

.pre-code{
	line-height:1.5em;
	font-size: 19px;
}

.clr { 
	clear: both; 
	padding:0; 
	margin:0; 
	width:100%; 
	line-height: 0;
}

.ho2{
	float: right;
	padding: 5px 5px 2px 6px;
	border: 1px solid;
	border-radius: 5px;
}

.ho2:hover {
	color: #eee;
	background: #f86524;
	transition: 1s;
}

.footer h5, .footer h4{
	margin:0;	
	font-family: 'YesevaOne-Regular';
}	

.footer ul{
	margin-bottom: 8px;
	padding:0;
}

/*--footer--*/
.footer {
  background-color: rgb(51, 51, 51);
  padding-top: 40px;
  padding-bottom: 15px;
}
.footer h4 {
    margin:0 0 .5em;
}
.footer-grids ul li {
  margin-bottom: 1.1em;
  list-style-type:none;
  color:#333;
}
.footer-grids ul li a {
  color: #868686;
}
.footer-grids ul li a:hover {
  color: #fff;
}
.footer-grids h4 a{
    color:#803F5F;
}
.footer-grids h4 {
    color: #803F5F;
    font-size: 2em;
}
.footer-grids p a{
	color: #868686;
	border: none;
}
.footer-grids p a:hover {
	color: #fff;
}
.footer-grids p {
	color: #868686;
}
.footer-grids form input[type="email"] {
  width: 190px;
  padding: 8px 12px;
  font-size: 1em;
  border: none;
  border-radius:6px 0 0 6px;
}

.footer-grids form input[type="email"]:focus {
	outline: none;
}

.footer-grids form input[type="submit"],
.footer-grids form button{
    color: #fff;
    padding: 8px 11px;
    border: none;
    background: #803F5F;
	border-radius: 0 6px 6px 0;
	margin-left: -5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.footer-grids form input[type="submit"]:hover,
.footer-grids form button:hover{
	background:#999;
}

.footer-grids form input[type="submit"]:focus{
	outline: none;
}

.footer-bottom {
	background-color: #201F1F;
	text-align: center;
}
.footer-bottom p {
	color: #868686;
}
.footer-bottom p a{
	color:#868686;
}
.footer-bottom p a:hover{
	color: #803F5F;
	border-bottom:1px dotted;
}
/*--//footer--*/


/*--menu-page--*/

.menu-rate {
    position: absolute;
    width: 92%;
    top: 0;
    left: 15px;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}
.menu-rate h5 {
    font-size: 30px;
    font-weight: 500;
    color:#fff;
    letter-spacing: 0.5px;
    margin: 1em 0;
    text-align: center;
}
.sum{
	margin: 0 0 3em;
}
.menu-spl {
    position: relative;
}
.menu-spl:hover div.menu-rate {
    display: block;
}
.menu-rate .spl-rate {
    width: 95%;
}

/*--//menu-page--*/
/*-- single --*/
.media-body h4{
	color:#C6C6C6;
	font-size: 17px;
	margin: 1em 0;
}
p.est {
  font-size: 14px;
  color: #999;
  line-height: 1.8em;
  margin: 0;
}
.sing-img-text1 h3 {
  font-size: 1.5em;
  color:#D7D7D7;
  margin: 1em 0;
  text-transform: capitalize;
}
.media-body a{
	font-size: 17px;
	color:#CFCFCF;
	text-align: right;
	display: block;
}
.media-body a:hover{
	color:#000;
}
.media-body{
	color: #999;
	font-size: 14px;
	margin: 0;
	line-height: 1.8em;
}

.media-left {
  width: 10%;
}
.search input[type="text"] {
  border:1px solid #E3E3E3;
  outline: none;
  width: 100%;
  background:none;
  color:#CBCACA;
  padding: 10px;
  font-size: 14px;
}
.search input[type="submit"] {
    background: #803F5F;
    color: #fff;
    font-size: 14px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    border: none;
    outline: none;
    width: 50%;
    padding: 10px 0;
    margin: 2em 0 3em;
}
.search input[type="submit"]:hover{
	background:#999;
	color:#fff;
}

.com {
    margin: 3em 0 0;
}

#topic{
	width: 220px;
	float: left;
	background: #333;
}

.code{
	border: 1px solid #f28864;
	padding: 20px;
}

.custom-select, .custom-file-label{
	//color: #f57832;
	border-color: #fbad82;
	width: 99%;
}
.custom-select:focus, .custom-file-label:focus{
	border-color: #f78552;
	box-shadow: 0 0 0 0.2rem #ffd2be;
}

.form-control{
	border-color: #fbad82!important;
}

.form-control:focus{
	border-color: #f78552;
	box-shadow: 0 0 0 0.2rem #ffd2be;
}

.fa-hand-point-right, .fa-hand-o-right, .fa-long-arrow-right, .fa-external-link{
	color: #dc3545;
}
.fa-exclamation-triangle{
	color: #f86524;
}
.fa-comments, .fa-lightbulb-o{
	color: #ea6c3e;
}
.link a{
	color: #f86524;
}

.icon{color: #f86524;}

.right-hand-list {
	margin-left: .5em;
}
.right-hand-list li{
	list-style: none;
}
.right-hand-list li:before {
	content: '\f0a4';	
	font-family: FontAwesome;
	margin-right: .5em;
	margin-left: -1.5em;
	color: #dc3545;
}
.list {
	margin: 2em 0;
}
.a-border{
	border: 1px solid #f28864;
}

.orange{
	color: #f37020;
}

abbr{
	text-decoration: none;
	color: #a94442;
}

/*toggle button start*/
.topic{
	display: none !important;
}
.w-100{
	transition: .1s;
}
.topic-button{
	color: white;
}
/*toggle button end*/

/*note start*/
.note{
	margin-top: 1em;
    margin-bottom: 1em;
	box-shadow: 0 0 2px #ffe1d5;
	border-left: 3px solid #f28864;
	background: #ffefe8;
}
.note-bb-none{
	border-bottom: none !important;
}
.note p{
    padding: 10px 20px;
	color: #333;
}
.note p:not(:last-child){
	margin-bottom: 0;
}
.note legend{
	position: relative;
    top: -15px;
    color: #9c2f94;
    left: 20px;
    margin-bottom: -10px;
}
.notepre{
	border-top: none !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.note2{
	border: 1px solid #f28864;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff0ea;
    border-radius: 5px;
}
/*note end*/

/*mcq label start*/
label, .font-normal{
	font-weight: normal !important;
}
/*mcq label end*/


/* custom search box start*/
.gsib_a{
	padding: 7px 5px !important;
}
.gstl_50 td , .gsc-search-box td{
	border: none;
}
.gstl_50{
	box-shadow: none;
}
.gstl_50 , .gsc-search-box{
	margin: 0;
}
.gsc-search-box{
	box-shadow: none;
	border: none !important;
}
.gsc-input{
	padding-right: 0 !important;
	border: none !important;
}
.gsc-search-button-v2{
	border: none !important;
	outline: none !important;
	background: transparent !important;
}
.gsc-search-button{
	margin-left: 0 !important;
	background-image: -webkit-linear-gradient(#f78552,#f86524);
	background-image: -moz-linear-gradient(#f78552,#f86524);
	background-image: linear-gradient(#f78552,#f86524);
	padding-right: 10px !important;
    padding-left: 10px !important;
	
}
.gsc-search-button:hover{
	margin-left: 0;
	background-image: -webkit-linear-gradient(#f86524,#f78552);
	background-image: -moz-linear-gradient(#f86524,#f78552);
	background-image: -ms-linear-gradient(#f86524,#f78552);
	background-image: -o-linear-gradient(#f86524,#f78552);
	background-image: linear-gradient(#f86524,#f78552);
	border-color: #ea6b3e;
}
.gsc-search-box td:first-child{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.gsc-search-box td{
	padding: 0;
}
.gsq_a td{
	text-align: left;
	color: black !important;
	font-weight: normal;
}
.gsc-control-cse{
	background: none !important;
	border: none !important;
}
/*custom search box end*/

/*subscribe mail message start*/
.message{
	background: lightgreen;
	text-align: center;
	color: darkgreen;
}

.bg-black{
	background-color: #000;
}

.tooltip-border{
	border-bottom: 1px dotted;
}
/*subscribe mail message end*/

/*-----start-responsive-design------*/

@media (min-width:1281px) and (max-width:2468px)
{
    .content-right{
		width: calc(100% - 230px);
	}
}

@media (min-width:1024px) and (max-width:1280px)
{
    .footer-grids form input[type="email"]{
		width: 170px;
	}
    .ans{       
        font-size:18px;
    }
    .content-right{
		width: calc(100% - 210px);
	}
}
@media (min-width:768px) and (max-width:1023px){
	.footer-grids form input[type="email"]{
		width: 170px;
	}
	.footer h3 {	
		font-size: 1.5em;
	}
	.menu-page-grids h4 {
		font-size: 1.3em;
	}
	.Personal h4,.Personal h5 {
		font-size: 1.3em;
	}
	.footer {
		padding-bottom: 20px;
	}
	.menu-rate {
		width: 90.4%;
	}
	.menu-rate h5 {
		margin: 0.5em 0;
	}
	.spl-rate {
		width: 93.7%;
	}
	.content-right {
		width: calc(100% - 180px);
	}
	.ans{       
        font-size:17px;
    }
	#topic{
		width: 180px;
	}
	#topic h2{
		padding-left: 4px;
	}
	.next-previous a {
		padding: 5px 3px;
	}
}
@media (min-width:992px){
	.p-md-20{
		padding: 20px;
	}
	.w-md-225{
		width: 225px;
	}
}

@media (min-width:768px){
	.bars-icon{
		background: #ea6b3e; 
		text-align: center; 
		padding: 6px; 
		font-size: 22px;
		width: 50px;
	}
}
 
 @media (max-width:768px){
	.search input[type="submit"] {
		width: 35%;
		padding: 12px 0;
	}
	.footer h3, .footer .h3 {
		font-size: 1.5em;
		margin-top: 0;
		margin-bottom: 0;
	}
	.footer-grids {
		width: 50%;
		margin: 0 0 1em;
		float: left;
		padding: 0 !important;
	}
	.footer-grids form input[type="text"] {
		padding: 8px 7px;
		font-size: 14px;
	}
	.footer-grids form input[type="submit"] {
		padding: 8.3px 6px;
	}
	.footer {
		padding: 3em 0 2em;
	}
	.in-form input[type="text"], .in-form input[type="password"] {
		padding: 10px 10px;
		font-size: 13px;
	}
	.ans{
	    width:100%;
	    padding:0;
	    margin:0;
		font-size: 1rem;
	}
	.content-right{
	    width:100%;
		margin:0;
		padding: 0 7px;
	}
	#DefaultHeading{
		font-size: 150px;
	}

	.hide-table-first-col-xs tr th:first-child,
	.hide-table-first-col-xs tr td:first-child	{
		display: none;
	}
	.innertable tr td:first-child{
		display: block;
	}
	
	.checkbox-form input[type="submit"] {
		padding: 10px 45px;
	}
	.Personal h4, .Personal h5 {
		font-size: 1em;
		margin: 0 0 .5em;
	}
	.Personal input[type="submit"] {
		padding: 8px 0;
		width: 60%;
	}
	.w-m-100{
		width: 100%;
	}
}

@media (max-width:480px){
	#search	{
		padding-top:5px;
	}
	.footer-grids {
		width: 100%;
		float: none;
		margin: 0 0 1em;
	}
	.logo {
		margin: .3em 0 0;
	}
	.line {
		width: 23%;
		margin: .5em auto;
	}
	.footer {
		padding: 1.5em 0 1em;
	}
	.footer-bottom {
		padding: 1.5em 0;
	}
	.menu-grids-info {
		float: none;
		width: 80%;
		margin: 0 auto 1em;
	}
	.menu-rate {
		width: 91.5%;
	}
	.menu-page-grids:nth-child(2) {
		margin: 2em 0 0;
	}
	.sum {
		margin: 0 0 2em;
	}

	.ckeck-bg {
		min-height: 100px;
	}

    .blink{
        padding-top:20px;
    }
    .blink span {
        font-size: 80px;
        letter-spacing: 5px;
    }
	#DefaultHeading{
		font-size: 100px;
		padding-left: 5px;
	}
	.com h3, .leave-a-comment h3 {
		font-size: 1.3em;
	}
	pre{
		font-size: 13px;
	}
}
@media (max-width:320px){
	.footer-grids ul li {
		margin-bottom: 0.5em;
	}
	
	.sing-img-text1 h3 {
		font-size: 1em;
		line-height: 1.4em;
		margin: .5em 0;
	}
	
	.com h3, .leave-a-comment h3 {
		font-size: 1.2em;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	
	table.table.table-striped,
	.table-bordered,.bs-docs-example {
		display: none;
	}
	#search{
	    display:none;
	}
	table{
	    margin:0 0 20px 0;
	}
}