@font-face {
	font-family: fredo;
	src: url(../fonts/FredokaOne-Regular.ttf)
}
@font-face {
	font-family: roboto;
	src: url(../fonts/Roboto-Regular.ttf)
}
@font-face {
	font-family: roboto-semi;
	src: url(../fonts/Roboto-Medium.ttf)
}
@font-face {
	font-family: roboto-bold;
	src: url(../fonts/Roboto-Bold.ttf)
}
@font-face {
	font-family: roboto-black;
	src: url(../fonts/Roboto-Black.ttf)
}
@font-face {
	font-family: robotoslab;
	src: url(../fonts/RobotoSlab-Regular.ttf)
}
@font-face {
	font-family: robotoslab-bold;
	src: url(../fonts/RobotoSlab-Bold.ttf)
}
@font-face {
	font-family: robotoslab-thin;
	src: url(../fonts/RobotoSlab-Thin.ttf)
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none !important;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a:focus, a:hover {
	text-decoration: none !important;
}
a, img {
	text-decoration: none;
	border: 0;
	outline: none;
	color: #666;
	font-family: roboto-semi;
}
a:hover {
	text-decoration: none;
}
ul, ol li {
	list-style: none inside;
	margin: 0;
	font-family: lato;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: fredo;
	margin: 0;
	margin: 5px 0 0px 0;
}
em {
	font-style: normal;
}
h2 {
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	line-height: 28px;
	color: #17376E
}
h3 {
	color: #111;
	font-size: 23px;
	text-transform: uppercase;
	font-family: robotoslab-bold;
}
h4 {
	olor: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 23px;
	margin: 0
}
h6 {
	font-size: 15px;
	margin: 0
}
p {
	text-align: left;
	line-height: 25px;
	font-size: 15px;
	margin: 0;
	position: relative;
	color: #848484
}
body {
	line-height: 1;
	font-size: 14px;
	color: #666;
	font-family: signika;
	background: #fff !important;
}
table {
	border: 0;
	border-collapse: collapse;
}
button {
	font-family: roboto-bold;
}
textarea, input {
	font-size: 14px;
}
strong {
	margin: 0;
	padding: 0
}
i {
	font-style: normal;
	display: inline-block;
}
label {
	display: inline-block;
	font-weight: normal !important;
	margin-bottom: 0 !important;
	max-width: 100%;
}
.ful_wid {
	display: inline-block;
	width: 100%;
}
.fleft {
	float: left;
}
.fright {
	float: right
}
.clear {
	clear: both
}
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.container {
	width: 100%;
	padding: 0 5%;
	display: inline-block;
	font-family: roboto;
}
.top_strip {
	background: #2d2b5e
}
.top_contact_inr li {
	float: left
}
.top_contact_inr li i {
	width: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
}
.top_contact_inr li em {
	color: #fff;
	font-family: roboto-semi;
	border-right: 1px solid #ccc;
	padding-right: 15px;
}
.top_contact_inr li:last-child em {
	border: 0
}
.social li i {
	background: #3b5997
}
.social li i.fa-twitter {
	background: #36b9ff;
}
.social li i.fa-linkedin {
	background: #0077b5
}
.social li i.fa-youtube {
	background: #ee1c1b;
}
.header {
	position: relative
}

.header .container{
	position: relative;
}

.logo {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-70%);
	z-index: 3;
}

.menu {
	text-align: center;
	position: relative;
	z-index: 4;
	box-sizing: border-box;
}
.menu li {
	display: inline-block;
	position: relative;
}
.menu li a {
	display: block;
	padding: 15px 20px;
	margin: 25px 0;
	text-transform: uppercase;
	font-family: roboto-semi;
	font-size: 15px;
	color: #2d2b5e;
	position: relative
}
.menu li a:hover, .menu li a.active {
	color: #ee1c1b;
}
.menu li a::before {
	content: "";
	position: absolute;
	top: 53%;
	left: 0;
	right: 0;
	width: 34px;
	height: 34px;
	background: url(../images/ribbon.png) no-repeat center / 25px;
	margin: 0 auto;
	opacity: 0
}
.menu li.about_page_left {
	width: 130px;
}
.menu li a:hover::before, .menu li a.active::before {
	opacity: 1
}
.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	white-space: nowrap;
	display: none;
	padding: 25px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-clip: padding-box;
	display: block;
	visibility: hidden;
	background-color: #fff;
	transition: all 300ms;
	border-radius: 4px;
	transform: scaleY(0);
	background-image: url(../images/menu_waves.png) no-repeat;
}
.submenu li {
	float: none;
	display: block;
	text-align: left;
}
.submenu li a::after {
	display: none;
}
.submenu li a {
	display: block;
	padding: 10px 15px;
	margin: 0;
	color: #000;
	font-size: 13px;
	font-family: roboto;
	border-bottom: 1px solid #eaeaea
}
.submenu li a:hover {
	color: #ee1c1b !important;
	background: #fff;
}
.menu li:hover .submenu {
	display: block;
	visibility: visible;
	transform: scaleY(1);
}
.submenu li a:hover::before {
	display: none;
}

i.menuIcon{
	position: absolute;
	top: 37%;
	right: 5%;
	font-size: 21px;
	color: #555;
	display: none;
	z-index: 5;
}



.banner {
	position: relative
}
.banner_image {
	position: relative
}
.banner_image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index: 3
}
.banner img {
	width: 100%;
}
.banner_ctn {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 99
}
.banner_ctn h4 {
	color: #fff;
	font-family: 'roboto-semi';
}
.banner_ctn h2 {
	color: #fff;
	font-family: 'robotoslab-bold';
	margin: 20px 0;
	font-size: 50px;
}
.banner_ctn p {
	color: #fff;
	font-family: 'roboto-semi';
	text-align: center;
	font-size: 20px;
}
.banner_ctn em {
	width: 100px;
	height: 2px;
	margin: 10px auto 15px auto;
	display: block;
	background: #fff;
}
.vision_blog {
	background: #f2f2f2;
	margin-top: -100px
}
.vision_blog_inr li {
	float: left;
	width: 33%;
	text-align: center;
	padding: 20px 20px 40px 20px;
	position: relative;
	z-index: 3;
	transition: all 0.5s ease-in-out;
	min-height: 340px;
}
.vision_blog_inr li:first-child {
	background: #45aef4;
	border-color: #45AEF4;
}
.vision_blog_inr li:first-child i {
	background: #45AEF4
}
.vision_blog_inr li:nth-child(2) i {
	background: #f8c331;
}
.vision_blog_inr li:nth-child(3) i {
	background: #ad33c6;
}
.vision_blog_inr li:nth-child(2) {
	background: #f8c331;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
	position: relative;
	z-index: 3
}
.vision_blog_inr li:nth-child(3) {
	background: #ad33c6;
	box-shadow: -3px 5px 20px rgba(0, 0, 0, 0.5)
}
.min_tittle {
	font-family: robotoslab;
	color: #fff;
	margin-bottom: 10px;
}
.min_tittle strong {
	font-family: roboto-bold;
}
.vision_blog_inr p {
	text-align: center;
	color: #fff;
}
.vision_blog_inr a {
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
background:background:transparent;;
	color: #fff;
	border-radius: 3px;
	margin-top: 15px;
	transition: all 0.3s ease-in-out
}
.vision_blog_inr a:hover {
	border: 2px solid transparent;
	background: #fff;
	color: #ee1c1b;
}
.vision_icon {
	background: #fff none repeat scroll 0 0;
	height: 85px;
	margin: -50px auto 0 auto;
	position: relative;
	top: -20px;
	width: 85px;
	border-radius: 50%;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	transition: all 0.3s ease-in-out
}
.vision_blog_inr li:hover .vision_icon {
	transform: scale(1.1)
}
.vision_icon > img {
	margin-top: 12px;
}
.vision_icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 2px solid #fff;
	border-top: 2px solid #fff;
	border-radius: 50%;
}
.about {
	padding: 80px 0;
}
.tittle {
	text-align: center
}
.tittle h3 {
	color: #2d2b5e;
	font-family: robotoslab-bold;
	font-size: 35px;
}
.tittle em {
	display: block;
	background: #ccc;
	width: 120px;
	height: 2px;
	margin: 15px auto;
	position: relative
}
.tittle em::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
	height: 4px;
	background: #f8c331
}

.about_lft {
	width: 48%;
}
.about_lft .tittle h3 {
	text-align: left
}
.about_lft .tittle em {
	float: left
}
.about_lft p {
	margin: 20px auto auto;
	color: #666;
	font-family: roboto;
	font-size: 16px;
	line-height: 30px;
	text-align: justify
}
.about_lft a {
	display: block;
	padding: 12px 20px;
	margin: 25px auto;
	text-transform: uppercase;
	font-family: roboto-semi;
	font-size: 15px;
	color: #2d2b5e;
	position: relative;
	background: #2d2b5e;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	text-align: left;
	transition: all 0.5s ease-in-out;
	border: 2px solid transparent;
}
.about_lft a:hover {
	border: 2px solid #2d2b5e;
	color: #2d2b5e;
	background: transparent
}
.about_right {
	width: 48%;
	position: relative;
}
.admission {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 50px 50px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
}
.admission h4 {
	color: #F8C331;
	font-family: robotoslab-bold;
	font-size: 25px;
	position: relative;
	z-index: 3;
}
.about_right::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #fff;
	z-index: 3
}
.about_right img {
	width: 100%;
}
.about_image {
	width: 60%;
	margin: 0 auto
}
.about_image img {
	width: 100%;
}


.course {
	background: url(../images/course.jpg) center / cover;
	position: relative;
	padding: 60px 0
}
.course .tittle {
	position: relative;
	z-index: 3
}
.course .tittle h3 {
	color: #fff;
}
.course_inr {
	position: relative;
	z-index: 3;
	margin-top: 30px
}
.course_inr li {
	background: #8f0098;
	width: 48%;
	border-radius: 0 10px 10px 0;
	margin: 0 2% 2% 0;
	float: left;
	line-height: 0
}
.course_inr li:nth-child(2) {
	background: #009e01
}
.course_inr li:nth-child(3) {
	background: #da522c
}
.course_inr li:nth-child(4) {
	background: #b31b42
}
.course::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(45,43,94,0.9)
}
.course_image {
	width: 48%;
}
.course_image img {
	width: 100%;
	height: 245px;
}
.course_ctn {
	padding: 20px;
	width: 50%;
}
.course_ctn h3 {
	color: #fff;
	font-family: robotoslab
}
.course_ctn span {
	color: #fff;
	font-size: 16px;
	font-family: roboto-semi;
	margin-top: 15px;
	margin-bottom: 10px;
	display: block
}
.list_cor {
	margin-top: 0;
}
.list_cor em {
	color: #fff;
	padding: 4px 0;
	display: block;
	line-height: 23px;
}
.list_cor em i {
	font-size: 12px;
	margin-right: 10px;
}
.course_ctn a {
	color: #fff;
	background: #fff;
	color: #333;
	display: inline-block;
	border-radius: 5px;
	padding: 15px 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 13px;
	float: right
}
.course_ctn a:hover {
	background: #fe2020;
	color: #fff;
}
.idx_gallery {
	padding: 60px 0;
	background: #f5f5f5
}
.idx_gallery .tittle span {
	font-size: 16px;
	display: block;
	margin: 10px 0 0 0
}
.idx_gallery_inr {
	margin-top: 20px;
}
.idx_gallery_inr li {
	float: left;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden
}
.gallery_inr {
	margin-bottom: 30px;
	position: relative;
}
.gallery_inr::before {
	content: "";
	position: absolute;
	top: 0;
	left: -0%;
	right: 80%;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	transition: all 0.3s ease-in-out;
	opacity: 0
}
.view_icon {
	position: absolute;
	top: 40%;
	left: -500px;
	opacity: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	text-align: center;
	transition: all 0.6s ease-in-out
}
.view_icon i {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50%;
	background: #FDD333
}
.view_icon h5 {
	color: #fff;
	margin-top: 20px;
	font-family: robotoslab;
	font-size: 20px;
}
.gallery_inr:hover .view_icon {
	left: 0;
	opacity: 1;
}
.gallery_inr:hover::before {
	left: 0;
	opacity: 1;
	right: 0;
}
.wid_25 .view_icon {
	top: 20%
}
.idx_gallery_inr li img {
	width: 100%;
	border: 1px dashed #ccc;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
	transition: all 0.5s ease-in-out
}
.wid_50 {
	width: 50%;
}
.wid_25 {
	width: 25%;
}
.testimonial {
	background: #2d2b5e;
	background: #FDC800 url(../images/multi2.png);
	padding: 60px 0;
}
.testimonial .tittle h3 {
	color: #fff;
}
.testi_ctn {
	position: relative
}
.testi_ctn::before {
	border: 8px solid rgba(253, 200, 0, 0.55);
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: -35px;
	background: #fff
}
.testi_ctn em {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	overflow: hidden;
	border: 3px solid #fff;
}
.testi_ctn {
	width: 80%;
	margin: 30px auto 0 auto;
	text-align: center
}
.testi_ctn h3 {
	font-family: robotoslab-bold;
	margin: 30px 0 15px 0;
	color: #3D3B75;
	position: relative;
	z-index: 3
}
.testi_ctn small {
	color: #666;
	display: block;
	position: relative;
	z-index: 3
}
.testi_ctn p {
	color: #000;
	text-align: center;
	max-width: 80%;
	margin: 15px auto
}
.owl-carousel .owl-wrapper {
	padding-bottom: 50px;
}
.testimonial .tittle em {
	background: #fff
}
.testimonial .tittle em::before {
	background: #3D3B75
}
.footer {
	background: #002147;
	padding: 40px 0 40px 0;
	width: 100%;
	display: inline-block;
}
.footer ul {
	width: 22%;
	float: left;
	margin: 0 20px 0 0;
}
.footer ul h2 {
	color: #fff;
	font-size: 18px;
	font-family: robotoslab;
	border-bottom: 1px solid #555;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
.footer ul h2::before {
	background: #3c8fed none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 70px;
}
.footer ul li {
	color: #999;
	line-height: 30px;
	font-family: roboto-semi;
	color: #fff;
}
.footer ul li i {
	margin-right: 10px;
	color: #fff;
}
.footer ul li:hover a {
	color: #fdc800
}
.footer ul li i {
	margin-right: 10px;
	color: #fff;
}
.footer ul li a span {
	width: 30px;
	height: 30px;
	background: #000;
	text-align: center;
	display: inline-block;
	margin: 3px 8px 3px 0;
}
.footer ul li a span i {
	line-height: 30px;
	text-align: center;
	margin-right: 0;
}
.footer ul li a {
	color: #fff;
 display:block font-size:14px;
}
.footer_logo {
	width: 70%;
}
.copy_right {
	background: #001a39;
	padding: 30px 0;
	text-align: center
}
.copy_right span {
	display: block;
	color: #fff;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
	border: 1px solid #fff;
	background: #fff !important;
}
.top_banner img {
	width: 100%;
}
.about_all {
	padding: 40px 0
}
.about_lft {
	width: 50%;
}
.about_lft img {
	display: block;
	margin: 0 auto
}
.about_rht {
	width: 50%;
}
.about_rht p {
	font-size: 17px;
	line-height: 30px;
	text-align: justify;
}
.about_rht h3 {
	font-family: roboto-bold;
	margin-bottom: 20px;
	font-size: 30px;
}
.courseall {
	padding: 60px 0;
}
.tit_inr h3 {
	margin-bottom: 5px;
	font-size: 24px;
}
.tit_inr h3 strong {
	font-family: robotoslab-bold;
}
.tit_inr .fleft {
	width: 70%;
}
.tit_inr .fright {
	width: 30%;
}
.tit_inr .fright img {
	width: 100%;
}
.fancybox_1 li {
	width: 100% !important;
}
.tit_inr span {
	color: #fff;
	background: #3D4196;
	display: inline-block;
	padding: 5px 10px;
}
.tit_inr {
	position: relative;
	padding-bottom: 15px;
}
.tit_inr h5 {
	font-size: 18px;
	margin-top: 10px;
	line-height: 36px;
}
.course_lft {
	width: 65%;
}
.course_lft p {
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	text-align: justify;
}
.course_lft p::before {
	content: "\f138";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
}
.course_rht {
	width: 30%
}
.course_rht ul li {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	color: #000;
	font-family: roboto-semi;
}
.cour_point li {
	width: 45%;
	margin: 1% 3% 1% 2%;
	color: #fff;
	font-family: roboto-bold;
	padding: 10px 15px 0 30px;
	float: left;
	background: #F35E26;
	line-height: 20px;
}
.cour_point li span {
	padding: 10px;
	border: 3px solid #fff;
	margin-left: -53px;
	float: left;
	background: #F35E26;
	color: #fff
}
.call {
	padding-bottom: 20px;
}
.tit_inr2 h5 {
	background: #3D4196;
	color: #fff;
	padding: 10px
}
.contact_inner {
	width: 100%;
	display: inline-block;
	padding: 30px 0
}
.contact_inner li {
	width: 25%;
	float: left;
	text-align: center
}
.contact_inner li i {
	width: 80px;
	height: 80px;
	line-height: 70px;
	margin: 10px auto;
	border-radius: 50%;
	border: 5px double #3D4194;
	text-align: center;
	font-size: 25px;
	color: #DA251D;
}
.contact_inner li h6 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f01e27;
	font-family: roboto-bold;
	font-size: 18px;
	text-transform: uppercase
}
.contact_inner li span {
	font-size: 15px;
	line-height: 25px;
	display: block
}
.contact_detail {
	background: #eaeaea;
	padding: 0;
	position: relative
}
.contact_detail_lft {
	width: 33%
}
.contact_detail_lft li {
	padding: 10px 0;
	font-size: 16px;
	color: #000;
	position: relative;
	padding-left: 23px;
}
.contact_detail_lft li::before {
	content: "\f178";
	position: absolute;
	font-size: 12px;
	font-family: FontAwesome;
	left: 0
}
.admission_page {
	padding: 40px 0
}
.adm_frm {
	width: 60%;
	margin: 0 auto;
	background: #eaeaea;
	padding: 20px;
}
.adm_frm input {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.adm_frm textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	padding: 10px;
	resize: none;
}
.adm_frm li {
	padding: 5px 15px;
	float: left;
}
.adm_frm li button {
	background: #113E7F;
	color: #fff;
	text-align: center;
	border: 0;
	width: 100%;
	padding: 15px 0;
	text-transform: uppercase
}
.adm_frm li.wid_50 {
width:50%:
}
.gallery::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/border-2.png);
	height: 5px;
	z-index: 1;
	background-repeat: repeat-x;
}
.gallery {
	width: 100%;
	display: inline-block;
	background: #272727;
	position: relative;
}
.gallery {
	padding: 50px 0;
	background: url(../images/bg-gallery.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.gallery h1 {
	color: #fff;
	font-family: Dosis-Bold;
	font-size: 40px;
	padding: 25px 0 0 0;
}
.gallery h3 img {
	width: 8%;
	margin: 15px 0;
}
.gallery p {
	color: #fff;
	margin: 25px 0;
}
.fancy_box {
	display: inline-block;
	width: 100%;
}
.fancy_box li a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	opacity: 0;
}
.fancy_box li {
	float: left;
	width: 24%;
	margin: 0.5%;
	overflow: hidden;
}
.fancy_box li a {
	position: relative;
	display: block;
	transition: all 0.5s ease-in-out
}
.fancy_box li a img {
	width: 100%;
	/*border:5px solid #024282;*/
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}
.fancy_box li a em {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
	text-align: center;
	opacity: 0;
	z-index: 1;
	color: #fff;
	transition: all 1s ease-in-out;
}
.fancy_box li a em i {
	background: #1FACEB;
	font-size: 75px;
	border-radius: 50%;
	text-align: center;
	padding: 20px;
	font-size: 26px;
}
.fancy_box li a:hover em {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.fancy_box li a:hover::before {
	transition: all 0.5s ease-in-out;
	opacity: 1;
}
.for_more {
	display: block;
	padding: 12px 20px;
	margin: 25px auto;
	text-transform: uppercase;
	font-family: roboto-semi;
	font-size: 15px;
	color: #2d2b5e;
	position: relative;
	background: #2d2b5e;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	text-align: left;
	transition: all 0.5s ease-in-out;
	border: 2px solid transparent;
}
.for_more:hover {
	border: 2px solid #2d2b5e;
	color: #2d2b5e;
	background: transparent
}
