.b1{
	width: 100%;
	height: 370px;
	border: 2px solid #000;
	background:#fff;
}
.b2{
	width: 92%;
	height: 310px;
	border: 2px solid #06F;
	margin: 7px 15px;
}

.b3{
	width: 86%;
	height: 257px;
	border: 2px solid;
	margin: 3px 30px;
}

.b4{
	width: 60%;
    height: 135px;
    border: 2px solid;
    margin: 0px 6px;
    background: #06F;
    color: #fff;
    float: right;
}

.b4 a{
    color: #fff;
}

.title{
	font-family: "Bodoni Bd BT";	
	letter-spacing: 4px;
}


h1 {
    text-align: center;
    margin-top: 30px;
    font-size: 35px;
	font-family: 'Lemonada', cursive;
}

h2 {
      margin: 6.75em 0 0;
    font-size: 22px;
    text-align: center;
}

.footer{
	border: 1px solid;
	height: 125px;	
	background: #333;
	margin-top: 30px;
}

.footer p{
	text-align: center;	
	color: #fff;
	text-transform: none;
}

.footer a{
	color: #fff;	
}

/********profile********/
.pro{
	border: 1px solid;
	border-radius: 0px;	
}

.prodata{
	margin-top: 15px;	
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

a.nxt {
    float: right;
    border: 1px solid;
    padding: 5px;
    border-radius: 10px;
}

.menu{
	font-family: 'Katibeh', cursive;	
}

.nm{
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	color: #3158a5;	
}

.img-responsive{
	border: 5px solid #CCC;	
}

.home1 hr {
     width: 50%;
}

.cnt{
	margin-top: 50px;	
}

.dt{
		margin-right: 10px;
	}

@media(min-width: 768px){
.b1{
	width: 65%;
	height: 430px;
	border: 2px solid #000;
	margin: 110px 175px;
	background: #fff;
}
.b2{
	width: 93%;
	height: 376px;
	border: 2px solid #06F;
	margin: 16px 24px;
}	

.b3 {
   width: 90%;
	height: 308px;
	border: 2px solid;
	margin: 30px 32px;
}
.b4{
	width: 38%;
    height: 135px;
    border: 2px solid;
    margin: 22px 12px;
    background: #06F;
    float: right;
}

.b4 a{
    color: #fff;
}

h1 {
    text-align: center;
    margin-top: 30px;
    font-size: 35px;
	font-family: 'Lemonada', cursive;
}

/*body{
	background: #b4d2ff;	
}*/


.footer{
	border: 1px solid;
	height: 70px;	
	background: #333;
}

.footer p{
	text-align: center;	
	color: #fff;
	text-transform: none;
}

.footer a{
	color: #fff;	
}
}

@media(min-width: 992px){
.home .b1{
	margin: 55px 32px 100px;
}
.b1{
	width: 71%;
    height: 315px;
	border: 2px solid #000;
	margin: 55px 363px 80px;
	background: #fff;
}
.b2{
	width: 94%;
    height: 285px;
    border: 2px solid #06F;
    margin: 7px 16px;
}	

.b3 {
    width: 91%;
    height: 248px;
    border: 2px solid;
    margin: 8px 21px;
}

.b4{
	    width: 40%;
    height: 106px;
    border: 2px solid;
    margin: 6px 6px;
}

.b4 a{
	color: #fff;
	padding: 15px;	
}
.b1 a{
	margin-top: 289px;
    position: absolute;
    margin-left: 105px;
    text-decoration: none;
    font-size: 15px;
    color: black;
}

.b2 a {
    margin-top: 255px;
    color: black;
    font-size: 16px;
    margin-left: 93px;
	padding-top: 0px;
}

.b3 a {
    margin-top: 219px;
    margin-left: 77px;
    font-size: 16px;
}

.b4 a {
    margin-top: 76px;
    margin-left: 16px;
}

.b1.fade-in.one.abt1 a {
    margin-left: 159px;
}
.b2.fade-in.two.abt2 a {
    margin-left: 140px;
}
.b3.fade-in.three.abt3 a {
    margin-left: 127px;
}
.b4.fade-in.one.abt4 a {
    margin-left: 13px;
}

.b1.fade-in.one.abt5 a {
    margin-left: 115px;
    width: 207px;
}
.b2.fade-in.two.abt6 a {
    margin-left: 88px;
	font-size: 16px;
}
.b3.fade-in.three.abt7 a {
    margin-left: 64px;
    font-size: 16px;
}

/*body{
	background: #b4d2ff;	
}*/
h1 {
    text-align: center;
    margin-top: 100px;
	margin-bottom: 0;
    font-size: 35px;
	font-family: 'Lemonada', cursive;
}

.title1 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 6px;
}

h2 {
      margin: 2.75em 0 0;
    font-size: 22px;
    text-align: center;
}

.home p{
	text-align: center;
	margin-top: 0;	
}

.footer{
	border: 1px solid;
	height: 50px;	
	background: #333;
}

.footer p{
	text-align: center;	
	color: #fff;
	text-transform: none;
}

.footer a{
	color: #fff;	
}


.link{
	float:left;
	margin-left: 15px;	
}

.link a{
	margin-left: 7px;
	text-decoration: none;	
}

.box1{
		height: 260px;
	}
}


html {
  font-family: "roboto", helvetica;
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  color: #444;
}



.modal-box h3 { font-size: 1.3em; }

.v-center {
  height: 100vh;
  width: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}

.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { width: 70%;
	top: auto!important; }
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
