/*-- nav-effect --*/
/* Effect 13: three circles */
.glyphicon-hourglass:before{
	color:#fff;
  font-size:30px;
}
.glyphicon-leaf,.glyphicon .glyphicon-home:before {
    color:#fff;
  font-size:36px;
}
.a1, .a2, .a3 {
	color: #FFFFFF;
	font-size: 38px;;
	line-height: 2.2 !important;
}
.glyphicon {
   position: relative;
  top: 3px;
  display: block;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 999;
}
.glyphicon3 {
  position: relative;
  top: 33px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  left: 0px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index:999;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
}
.service-box .icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	background-color: #003366;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.service-box .icon:before {
  content: '';
  width: 102%;
  height: 102%;
  border-radius: 50%;
  background: #6a67ce;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5 {
font-family: 'FRAMDCN';
    font-size: 22px;
    color: #333;
    margin-top: 1em;
     
}
.service-box .hoo1 {
font-family: "Gill Sans MT";
    color: #555;
    font-size: 17px;;
   /* font-weight: 400;*/
    text-align: center;
    line-height: 28px;;
    letter-spacing: 1px;
}




 .w3_grid_effect1{ background-color:#5381ac !important; display:block;}
  a.w3_grid_effect1:hover{ background-color:none !important; display:block; z-index:-1}
.cl-effect-13 ul li a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-13 ul li a::before {
	position: absolute;
	top:50%;
	left: 50%;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size:2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cl-effect-13 ul li a:hover::before, .cl-effect-13 ul li a:focus::before, ul.nav.navbar-nav li.active a::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}
 
.cl-effect-13 ul li a:hover::before, .cl-effect-13 ul li a:focus::before, ul.nav.navbar-nav li a.active::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}
  
i.fa.fa-graduation-cap {
    position: absolute;
    color: #000000;
    transform: rotate(-29deg);
	-webkit-transform: rotate(-29deg);
	-moz-transform: rotate(-29deg);
	-o-transform: rotate(-29deg);
	-ms-transform: rotate(-29deg);
    font-size: 36px;
    left: 9px;
    top: 29px;
}
 
 
 
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #0177b5;
}
.callbacks_here a:after{
    background: #f8b239;
    border: 1px solid #f8b239;
    height: 3px;
    width: 40px;
    border-radius: 0;
    /* margin: 0 0px; */
}/*
a.callbacks_nav.callbacks1_nav.prev {
    background: transparent url("../images/arrr1.png") no-repeat 0px 2px;
    left: 16%;
    height: 65px;
    width: 65px;
    top: 53%;
}
.callbacks_nav.next {
    background: transparent url("../images/arrr2.png") no-repeat 0px 2px;
    left:80%;
    height: 65px;
    width: 65px;
    top: 53%;
}
a.callbacks_nav.callbacks3_nav.prev {
    background: transparent url("../images/arrow4.png") no-repeat left top;
    height: 62px;
    width: 64px;
    top: 61%;
    left: 0;
}
a.callbacks_nav.callbacks3_nav.next{
    background: transparent url("../images/arrow3.png") no-repeat -1px 0px;
    left: 95%;
    height: 62px;
    width: 64px;
	top:61%;
}*/

/*-- Slider part Ends Here --*/
 
/*-- grid-effect --*/
/* General grid styles */
.cbp-ig-grid {
	list-style: none;
	padding:0;
	margin: 0;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid li {
	width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid rgb(161, 225, 249);
}

.cbp-ig-grid li:last-child{
	border-right: 1px solid rgb(161, 225, 249);
}

.w3_grid_effect {
    padding: 2em;
    background: rgba(0, 172, 238, 0.2);
}

/* anchor style */
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #47a3da;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

/* the icon with pseudo class for icon font */
.cbp-ig-icon {
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.cbp-ig-icon:before {
	font-family:FontAwesome;
	font-size: 5em;
	speak: none;
	color: #0177b5;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.w3_road:before {
	content: "\f017";
}

.w3_cube:before {
	content: "\f041";
}

.w3_users:before {
	content: "\f0c0";
}

.w3_ticket:before {
	content: "\f21d";
}

/* title element */
.cbp-ig-grid .cbp-ig-title {
	/*font-family: 'RobotoLight';*/
	font-family: 'FRAMDCN';
	/*	font-weight:bold;*/
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
	font-size:20px;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
	text-transform: uppercase;
	letter-spacing: 0px;
	color:#003366;
}

.cbp-ig-grid .cbp-ig-title:before {
	content: '';
	position: absolute;
	background:#003366;;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
	font-family: 'FRAMDCN';
	text-transform: uppercase;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0px;
	color: #f4ed7c;
	-webkit-transform: translateY(0px);
	-moz-transform: -moz-translateY(0px);
	-ms-transform: -ms-translateY(0px);
	transform: translateY(0px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hover styles */

.cbp-ig-grid li > .w3_grid_effect:hover {
    background: #0177b5;
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon:before
 {
	color: #f8b239;
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title{
	color:#fff;
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title {
	-webkit-transform: translateY(-45px);
	-moz-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	transform: translateY(-45px);
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title:before {
	background: #fff;
	margin-top: 68px;
}


@media only screen and (min-width: 768px) and (max-width: 960px) {
	.cbp-ig-grid li {
		width: 50%;
	}
		.cbp-ig-grid li:nth-child(1),.cbp-ig-grid li:nth-child(2) {
		border-bottom: 1px solid rgb(161, 225, 249);
	}
	.cbp-ig-grid li:nth-child(2) {
		border-right: 1px solid rgb(161, 225, 249);
	}
}

@media only screen and (min-width: 620px) and (max-width: 767px) { 	.cbp-ig-grid li {
		width: 50%;
		
	}
	
	.cbp-ig-grid li:nth-child(1),.cbp-ig-grid li:nth-child(2) {
		border-bottom: 1px solid rgb(161, 225, 249);
	}
	.cbp-ig-grid li:nth-child(2) {
		border-right: 1px solid rgb(161, 225, 249);
	}
	}
     
 @media only screen and (max-width: 619px) { .cbp-ig-grid li {
		width: 100%;
	}
	
	.cbp-ig-grid li   {
		border-bottom: 1px solid rgb(161, 225, 249);
	}
	 
	}
