html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
.top_bar{ background:linear-gradient(to bottom, #edf1da 14%, #347b98 102%); padding:0px; 0; width:100%;}
 .navbar {
      font-family: Montserrat, sans-serif,;
      margin-bottom: 0;
      background-color:#0C6;
      border: 0;
      font-size: 15px !important;
      letter-spacing: 2px;
      opacity: 0.9;
	  width:100%;

	 
  }
  .navbar ul {
	  margin-right:12%;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: black !important;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
	  background-color: #03F !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #03F !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
	  
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: gray !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: red !important;
  }
  
 
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
	margin-top:10px;
}
.glyphicon-home {color:red;}
.glyphicon-wrench{color:#BA4A00;}
.glyphicon-ok{color:#F1C40F;}
.glyphicon-file{color:#2E86C1;}
.glyphicon-book{color:#FF5733;}
.glyphicon-tint{color:#D0D3D4;}

/*carousel */
/*.carousel-margin{margin-top:110px; background: linear-gradient(to bottom, #ffffff 0%, #009900 81%); height:250px; text-decoration:none;}
.lead {
    margin-bottom: 50px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4;
}
.margin-top-20{margin-top:20px;}
.set{margin-top:100px;}*/

/* Banner*/
.banner{margin-top:110px;}


/*content */
.content{margin-top:25px; text-align:justify;}
.content1 p{color:blue; font-weight: bold;}
.blink{
		color:red;
		animation: blink 1s infinite;
	 }
	 
	 @keyframes blink{
		0%{opacity: 1;}
		75%{opacity: 1;}
		76%{ opacity: 0;}
		100%{opacity: 0;}
	 }	


/*box content */
.box {background-color:#E8E8E8 ; margin-top:25px;}
.glyphicon-align-justify{color:red; margin-right:15px;}
.thumbnail-box{text-align:justify; margin-top:30px; }
.thumbnail-box  li{padding-right:10px;}
.thumbnail-box :hover li {
      color: #fff !important;
	  background-color:#92B558 !important;
  }
 .thumbnail{margin-bottom:40px;} 
 
 
 /* footer */
.footer{background:linear-gradient(45deg, papayawhip, mediumspringgreen 40%, cyan, aquamarine, pink); padding-top:30px; padding-bottom:30px; 
   bottom:0;}

.footer .footer1{background:#F4F4F0; padding-top:20px; padding-bottom:20px; text-align:center; font-size:18px; font-weight:normal;}

 .footer .copyright{background:#CEE1E9; padding-top:20px; padding-bottom:20px; text-align:center; font-size:18px; font-weight:normal;}
 
 
 /*journals*/
 .our_journal{background:linear-gradient(75deg, purple, pink 20%, mediumspringgreen 40%, orange, blue, aquamarine, pink, gold); padding:25px 0;}

.our_journal h1{color:#fff; font-size:22px;}

.our_journal.top_margin{margin-top:25px;}

.our_journal.top_margin  h4 {text-align:center; color:#fff;}
.our_journal.top_margin  p {text-align:center; color:#fff;}

 .img_Set{margin-left:130px;}

.img_Set1{width:300px;height:470px;}
.img_Set2{width:300px;height:470px;}
.img_Set3{width:300px;height:470px;}
.text {
	background-color:#9F9;
	border:solid;
	border-radius: 10px;
	text-align:center;
	border-color:white;
	}
.text:hover {
	background-color:#9C6;
	border:solid;
	border-radius: 10px;
	text-decoration:none;
	}

a{
	text-decoration:none;
  }
a:hover{
	text-decoration:none;
  }

/*pages*/
.code a:link {
	color: #00F;
	text-decoration: none;
}
.code a:visited {
	text-decoration: none;
	color: #6633CC;
}
.code a:hover {
	text-decoration: underline;
	color: #F00;
}
.code a:active {
	text-decoration: none;
	color: #0F3;
}
#div2{
	text-align:center;
	margin-top:40px;
}
#div2 p{text-align:left;}
#div2 h2{text-align:center; font-size:20px;}
#div2 h4{text-align:center;}
#div2 h5{text-align:center;}
.code h3{font-size:18px;}
.code strong{color:blue;}
.code{
	text-align:justify;
	margin:auto;
	padding-bottom:40px;
	}
	.code1{
	text-align:justify;
	margin:auto;
	padding-bottom:0px;
	}
.table{
	font-weight:normal;
	}
	/* Indexing*/
	.padding-right {
  padding-right: 0;
}

.features_items{
	overflow:hidden;
}
#div3 p{ font-size:20px; color:#6633CC;}
#div3 img{width:250px; height:300px;}

h2.title {
  color: #0000FF;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.product-image-wrapper{
	border:1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom:30px;
	height:80px;
	
}
.product-image-wrapper1{
	border:1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom:30px;
	height:120px;
	margin-top:5px;
	
}
.single-products {
  position: relative;
}

.new, .sale {
  position: absolute;
  top: 0;
  right: 0;
}

.productinfo h2{
	color: #0000FF;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
}
.productinfo1 h2{
	color: #0000FF;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.productinfo img{
  width:120px;
  height:30px;
 margin-top:5px;
}

.productinfo1 img{
  width:150px;
  height:60px;
   margin-top:5px;
}
.productinfo1 h2{
  font-size:12px;
}

.productinfo{
 position:relative;
}
.productinfo1{
 position:relative;
}
.paragraph p{color:black; text-align:justify;}
.paragraph{padding-left:250px;}
#paragraph1{
	background-color: hsla(89, 43%, 51%, 0.3);
	width: 250px;

}
#rcorner1 {
    border-radius: 25px;
    background: #fefbd8;
    padding: 20px;
    width: 250px;
    height: 260px;
}
/* FAQ **/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 90%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active1, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active1:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
	width: 90%;
    transition: max-height 0.2s ease-out;
}
.codef{
	text-align:justify;
	padding-left:120px;
	}
.codef p{color:black; text-align:justify;}	

/* cover-page **/
.cover_page  h1{font-size:24px;}
.cover_page  h2{font-size:20px;}

h2 {
	color: blue;
	font-weight:bold;
	font-size:22px;
}
h4 {
	color: blue;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.top_bar h2{font-size:16px;}
	.banner{margin-top:110px;}
	.banner img{height:100px;}
	#div2 h3 , h2{font-size:18px; font-weight:bold;}
	.code h3{font-size:16px;}
	.img_Set{margin-left:20px;}

.img_Set1{width:300px;height:425px;}
.img_Set2{width:300px;height:425px; margin-top:100px;}
.img_Set3{width:300px;height:500px; margin-top:100px;}

#div2{ margin-left:5px; margin-right:5px;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
/* smartphone */
@media only screen and (min-width: 360px) and (max-width: 640px) {
.product-information{
	padding-left: 0;
	text-align: center;
}

.product-information span span{
	float: none;
}
.product[class*= "col-"]{
		margin-bottom:15px;
	}
	.single-products{width:100px;
	height:280px;}
	
	.product-image-wrapper{
	border:1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom:30px;
	width:100px;
	height:80px;
}
	.productinfo h2{
	color: #0000FF;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-align:center;
}

.productinfo img{
  width:90px;
	height:30px;
	
}
.product-image-wrapper1{width:90px;
	height:70px;}
.productinfo1 img{
  width:40px;
	height:30px;	
}
.features_items{
	margin-top: 30px;
	margin-left:0px;
	margin-right:25px;
}	
.productinfo1 h2{
	font-size: 9px;
	color: #0000FF;
	
}

}
#paragraph1{
	background-color: hsla(89, 43%, 51%, 0.3);
	width: 250px;

}
#rcorner1 {
    border-radius: 25px;
    background: #fefbd8;
    padding: 20px;
    width: 250px;
    height: 270px;
}
 #paragraph1{
 margin-bottom:20px;}
 .paragraph p{color:black; text-align:justify;}
 .paragraph{padding-left:40px;}
 
 /* FAQ **/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: justify;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
	width: 100%;
    transition: max-height 0.2s ease-out;
}
.codef{
	text-align:justify;
	padding-left:0px;
	}
.codef p{color:black; text-align:justify;}
.code1{
	text-align:justify;
	margin:auto;
	padding-bottom:0px;
	}
}
#div2 h2{font-size:17px;}

/* cover-page **/
.cover_page  h1{font-size:18px;}
.cover_page  h2{font-size:15px;}

#div3 img {
    width: 150px;
    height: 200px;
}


h2 {
	color: blue;
	font-weight:bold;
	font-size:22px;
}
h4 {
	color: blue;
}

@media only screen and (min-width: 412px) and (max-width: 732px) {
	.img_Set{margin-left:40px;}
}
@media only screen and (min-width: 768px) and (max-width:1024px){
	#div2 h3 , h2{font-size:22px; font-weight:bold;}
	.code h3{font-size:20px;}
	.code p, li{font-size:20px;}
	.banner{margin-top:145px;}
	.banner img{height:110px;}
	
}
@media only screen and (min-width: 1024px) and (max-width:1366px){
	.banner img{ width:100%; height:110px;}
	
	
}
	