

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Advanced CSS hover styles */
a.feature01 
{
	display: block;
	border: 3px #000 solid;
	border-width: 0 1px 1px 0;
	margin: 20px 20px 1em 20px;
	float: left;
	position: relative;
	text-decoration: none;
}
a.feature01:hover { border-color: #000; }
	a.feature01:hover .overlay01
	{
		position: absolute;
		z-index: 3;
		width: 100%;
		height: 100%;
		border: 3px solid #fff;
                
	}
		a.feature02:hover .overlay01 { border-color: #ccc; }
		a.feature03:hover .overlay01 { border-color:  #aaa; }
		
		a.feature01 .overlay01 .caption01
		{
			position: absolute;
			height: 100%;
			/*line-height: 30px;*/
			width: 100%;
			z-index: 3;
			text-indent: -9999em;
			color: #000;
			font-size: 11px;
			bottom: 0;
			overlay: hidden;
                        padding-top: 30px;
		}	
		
		a.feature01:hover .caption01
		{
			text-indent: 10px;
			background: rgb(255,255,255);
			background: rgba(255, 255, 255, 0.75); /* for browsers that know rgba */
		}
	
		a.feature03:hover .caption01 { background: rgb(30,82,140); background:rgba( 0,0,0, 0.4); color: white; font-weight: bold; }
		
		a.feature01 img { display: block; }
			
                
           
                
                @media screen and ( max-width: 360px ){
      .caption01   { 
         display: none;
  }
                }
            
*********************************************footer*************************
li1{
list-style:none;
}

ul2 li{
margin-right:10px;
}

ul2.isocial li1 a{
	float:left;
	background-image:url(../img/social.png);
	background-position:0 0;
	background:repeat:no-repeat;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	width:24px;
	height:24px;
	position:relative;
  margin:0 3px;
  
}

ul2.isocial li1 a.rss{background-position:0 0}
ul2.isocial li1 a.rss:hover{
	background-position:0 -24px; 
	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul2.isocial li1 a.facebook{background-position:-25px 0}
ul2.isocial li1 a.facebook:hover{
	background-position:-25px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul2.isocial li1 a.twitter{
	background-position:-50px 0}
ul2.isocial li1 a.twitter:hover{
	background-position:-50px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul2.isocial li1 a.google{background-position:-75px 0}
ul2.isocial li1 a.google:hover{
	background-position:-75px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul2.isocial li1 a.youtube{background-position:-100px 0}
ul2.isocial li1 a.youtube:hover{
	background-position:-100px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}





            
/*********************************************clints*************************/




.mainwrapper {
    float: left;
    font: 10pt normal Arial, sans-serif;
    width: 100%;
    height: 200px;
    /*margin:    2% ;*/
    
}

.spanclass2{
    text-align: center;
    font-family: cursive;
}

.mainwrapper .box {
    float: left;
    width: 100%;
    height: 50%;
    /*margin: 1%;*/
    /*border:  #0000cc 2px solid;*/
    cursor: pointer;    
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}


.mainwrapper .box img {
    float: left;
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.mainwrapper .box .caption {
    float: left;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}

.mainwrapper .box .slide-caption {
    float: left;
    width: 100%;
    height: 250px;
    text-align: center;
    left: 100%;
    bottom: 0;
    font-family: 'Gentium Book Basic', serif;
    font-weight: 100;
}
/*
.mainwrapper .box:hover .slide-caption {
    background-color: rgba(0,0,0,0.5) !important;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 1;
    transform: translateX(-100%);
}

#mainwrapper .box:hover img#image-1 {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}*/






/*li{
    //border: 1px  brown  solid;
    text-align: center;
    font-family:Century Gothic;
    font-size: 14px;
    font-weight: bold;
    margin: 3px;
        background-color:#ccffcc;
}
a{
    color: #ce0000;
}   

li:hover{
    background-color:  brown;
}*/




/*********************************************clints End*************************/



/************************************************************************************************/

                        /*Flip card animation*/
/************************************************************************************************/
/*
#f1_container {
  position: relative;
  margin: 10px;
  width: 100%;
  height: 155px;    
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  //background-color: rgba(157, 34, 60, 0.2);
  background-color:   #00C0F2;
}*/

/************************************************************************************************/

                        /*Flip card animation End*/
/************************************************************************************************/

                            /* start navigation */

/*************************************navbar***********************************************************/

.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 60px;
        font-weight: bold;
        height: 50px;
        line-height: 25px;
        
       
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 16px;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #28a7e9;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 10px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }



.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    /*top: 10px;*/
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
}

.nav li:hover > ul {
 display: block;
}

.nav li ul li, .nav li ul li a {
 float: none;
 
}

.nav li ul li {
 _display: inline; /* for IE6 */
}

.nav li ul li a {
 width: 100%;
 display: block;
 position: relative;
}

/* SUBSUB Menu */

.nav li ul li ul {
 display: none;
}

.nav li ul li:hover ul {
 left: 100%;
 top: 0;
 width: 130px;
 background: white;
 border-radius: 3px;
 border:  #cccccc 1px groove

 
     
     
/* -------------------------------- 

service menu hide 

-------------------------------- */
 
    
}
.ficol li a{
    color: black;
}

.ficol li a:hover{
    background-color:  #00C0F2;
    color: white;
}


@media screen and (max-width: 765px) {
  .ficol {
    display: none;
  }
}
  
  
  
  
  
@media screen and ( max-width: 991px ) {
       .subhead { 
         text-align: center;
         margin-left: 0px;
  } 
 } 
  
    @media screen and (max-width: 767px) {  
     .subhead { 
         text-align: center;
         margin-left: 0px;
  }
}  
  
  @media screen and ( max-width: 360px ){
      .subhead { 
         text-align: center;
         margin-left:  0px;
  } 
  }
  #imgid{
      width:100px;
      background-color:#F8F8F8;
      margin-bottom: -35px;
      padding: 8px;
      box-shadow: -5px 5px 5px #000;
  }

  @media screen and (max-width: 765px) {
  #mcts1 {
    display: none;
  }
  }
  
  @media screen and (min-width: 765px) {
  .dropdown-toggle {
    margin-bottom: 30px;
  }
}

 @media screen and (min-width: 765px) {
  .nav navbar navbar-default navbar-fixed-top img-responsive img {
    width: 70px;
    margin-bottom: -15px;
  }
}
.imgclass{
    width:100px;
    background-color:white;
    margin-bottom: -35px;
    padding: 8px;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
    
    /*box-shadow: -5px 1px 1px #000;*/
}


  @media screen and (max-width: 765px) {
  .imgclass {
    width:70px;
    background-color:#F8F8F8;
    margin-bottom: -15px;
    padding: 8px;
     -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
  }
}



.divclass{
    background-image:  url(../img/11111.jpg);
    //background-color:   #28a7e9;
    background-size: cover;
}

  @media screen and (max-width: 360px) {
  .divclass {
    display: none;
  }
  }  
  
  
  
  #imgid2{
      width:50%;
      float: left;
      padding: 10px;
  }

    @media screen and (max-width: 765px) {
   #imgid2 {
   width:100%;
      float: left;
      padding: 10px;
  }
  }  
  
  
  
  #imgid3{
      width:50%;
      float: right;
      padding: 10px;
  }

      @media screen and (max-width: 765px) {
    #imgid3 {
   width:100%;
      float: left;
      padding: 10px;
  }
  }
  

 
  
      @media screen and (max-width: 765px) {
    ul2.isocial li1 a {
	background-image:url(../img/social.png);
	background-position:0 0;
	background:repeat:no-repeat;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	width:24px;
	height:24px;
	position:relative;
  margin:0 3px;
  float: none;
  }
  }
  
  