/*
Theme Name: Creative Eye Custom Theme
Author: Saranya Selvaraj
Description:  Custom theme created for Creative Eye
textdomain:creativeeye
blue:#364667;
blue2:#13347b;
blue3:#3255a7;
blue4:#253658;
red:#b21e1e;
green:#34671a;
*/
h1,h2,h3,h4,h5,h6{
	color:#13347b;	
}
img{
	max-width: 100%!important;
}
table{
	margin: auto;
	border-collapse: collapse;
	overflow-x: auto;
	display: block;
	width: fit-content;
	max-width: 100%;
}
.btn{
    text-shadow:0 0 13px rgba(0,0,0,.3);
    border:1px solid #13337b;
    border-radius:5px;
    box-shadow:0 4px 0 #ffffff,0 5px 0 #ffffff,0 5px 10px rgba(0,0,0,.4);
    background-color:#13337b;
    padding:.5em 1em;
    margin:0.25em;
    margin-top:-2px;
    position:relative
}
.btn:hover{
    text-shadow:0 0 13px rgba(0,0,0,.3);
    padding:.5em 1em;
    margin:0.25em;
    background-color:#13337b;
    top:-2px;
    box-shadow:0 7px 0 #ffffff,0 7px 0 #ffffff,0 7px 7px rgba(0,0,0,.4);
}
.btn:active{
    padding:.5em 1em;
    margin:0.25em;
    margin-top:2px;
    background-color:#13337b;
    top:2px;
    box-shadow:0 2px 0 #ffffff,0 2px 0 #ffffff,0 2px 5px rgba(0,0,0,.4);
}
.widget_text{
    padding:5px;
}
/*.btn-primary:hover {
    color:#13337b!important;
}*/
.logo>img
{
	height:7rem;	
}
.bg-ca{
	background-color:#364667!important;
     min-height:50px;	
}
.bg-grey{
	background-color:#3255a7!important;
}
.carousel-caption {
	color:#000!important;
	border-radius: 25px;
	padding: 20px; 
}
.footer-custom{
	 background-color:#364667!important;
	 color:#fff;
	 padding: 5px;
}
 .navbar-nav {
      z-index: 9999;
      border: 0;
      line-height: 2.5!important;
      letter-spacing: 0.4px;
      border-radius: 0;
      
  }
  .navbar-light .navbar-nav li:focus,.navbar-light .navbar-nav li:hover,.navbar-expand-md .navbar-nav li:hover a{    
	  color:#fff!important;
	  background:#b21e1e!important;
	  border-radius:5px;
  }
  .navbar-light .navbar-nav li
  {
  	text-align:center;
  }
  .navbar-expand-md .navbar-nav li a{
	  padding:.5rem;
	  text-decoration:none;
	   color:#253658; !important;	  
  }
 .navbar-light .navbar-nav .active>li,.navbar-light .navbar-nav li.active,  .navbar-light .navbar-nav li.show, .navbar-light .navbar-nav .show>li,.navbar-expand-md .navbar-nav li.active a{
	 color:#fff!important;
	 background:#253658;
	 border-radius:5px; 
  }
  article{
	 padding:10px 50px!important; 
  }
 .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
@media (max-width: 767px) {
  .logo>img
{
	height:4.5rem;	
}
h1.heading-custom{
	font-size:1.5rem!important;
}
.carousel-custom{
	display:none;
}
}
@media (min-width: 768px) {
  .logo>img
{
	height:5rem;	
}
h1.heading-custom{
	font-size:1.75rem!important;
}
}

@media (min-width: 992px) {
  .logo>img
{
	height:6rem;	
}
h1.heading-custom{
	font-size:2rem!important;
}
}