 

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #717171;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
}

p {
	margin: 0 0 1.42857143em;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}

.box {
	margin-bottom: 30px;
}

.hero-banner {
	top: 0;
	position: absolute;
	width: 100%;
	padding: 40px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:  100vh;
}

/* === Only Firefox === */
 
/* === END === */



/*header top part*/
.header-top
{
	width: 100%;
	height: auto;
} 
.social-link-top
{
	height: 5px;
	background: #333;
}
.school-name h1
{
	text-transform: uppercase;
	color:#4072e9;
}
.navik-header-container .logo
{
	display: none;
}

.left-background-of-slogan
{
	width: 30%;
	background: transparent;
	height: 50px;
	float: left;
}
.header-slogan-empty
{
	width: 10%;
	float: left;
	border-left: 50px solid transparent;
	border-right: 0px solid transparent;
	border-top: 50px solid #333;
}	
.neb-program h4
{
	padding:0px 35px;
	font-size: 15px;
	color: #4072e9;
}
.slogan-of-school
{
	
	height: 100%;
	line-height: 50px;
	width: 60%;
	background: #333;
	float: left;
	color: white;
	z-index: 999;
	position: relative;	
	text-transform: uppercase;
	font-weight: 600;
}

.header-top-social-link:before{
content: "";
display: block;
position: absolute;
left: 50%;
width: 50%;
height: 50px;
background: #333;
z-index: 0;
}

.logo img
{
	width: 110px;
	height: 90px;
}
.header-contact-summary
{
	float: right;
	width: 62%;
	padding-top: 30px;
}
.header-contact-summary ul li
{
	float: left;
	padding-right: 50px;
}
.header-contact-summary ul li h3
{
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.header-contact-summary ul li p
{
	font-size: 13px;
	margin-bottom: 0px;
}
.phone-icon
{
	float: left;
	padding-top: 10px;
	font-size: 15px;
}
.contect-text-line
{
	float: right;
	padding-left: 15px;
}

.hero-banner:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

.hero-banner.hero-banner-bg-7:after {
	background-color: rgba(0,0,0,0.25);
}

.hero-banner-inside {
	position: relative;
	/*display: table-cell;*/
	vertical-align: middle;
	text-align: center;
	color: #fff;
	z-index: 1;
}

.banner-title {
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.banner-subtitle {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.button {
	display: inline;
	margin: 0 6px;
}

.button a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 123px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 20px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button a:hover {
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
}

.button.btn-color-1 a {
	background-color: #3aaee7;
}

.button.btn-color-2 a {
	background-color: #81c784;
}
@media screen and (min-width: 800px)
{
	.w-100
{
	height: 100vh;
}
}
.carousel-caption 
{
    top: 10%;

}
.hero-banner-bg-10
{
	padding : 40px auto;
}
.fa-chevron-right, .fa-chevron-left
{
	font-size: 25px;
	border: 1px solid #a47979;
	padding: 5px 10px;
	border-radius: 50%;
}
.carousel-control-next:hover,  
.carousel-control-prev:hover 
{

    background: rgba(0,0,0,0.4);
    transition: 0.3s;

}
.carousel-control-next, .carousel-control-prev
{
	height: 20% !important;
	top: 35% !important;
	width: 4% !important;
}
.carousel-indicators li 
{

    width: 10px !important;
    height: 10px !important;
    background-color: rgba(37, 6, 242, 0.5);
    border-radius: 50% !important;

}
.carousel-caption
{
	top: 0 ;
	left: 0%;
	right: 0%;
}
.opacity-cover
{
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	display: block;
}

/*=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
					home page other parts
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
*/

/*homepage propram part*/

.home-program
{
	background: #4072e9;
}
.program 
{
	padding: 30px 0px;
}
.previous-programme h3::before {
    background: #fff none repeat scroll 0 0;
    top: 25px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}
.previous-programme h3
{
	text-transform: uppercase;
	font-size: 18px;
	color: white;
}
.previous-programme p
{
	font-size: 15px;
	color: white;
}
.program a
{
	text-decoration: none;
	color: white;
}
.previous-programme button
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.previous-programme button:hover
{
	background: green;
	color: white;
	transition: 0.5s;
}
.previous-programme .btn
{
	border-radius: 0px !important;
	border: 1px solid white;
	background: transparent;
	padding: 10px 20px;
}
/*====================*/
.content-our, .our_feature
{
	padding-top: 70px;
	padding-bottom: 35px;
}

/*features part*/
.our_feature .col-sm-3
{
	box-shadow: 0px 0px 20px #f8c8c8;
	width: 100%;
	padding: 5px;
	margin: 0px 0.5% 10px .5%;
	max-width: 24%;
}
.text-area-for-feature h4
{
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 10px;
	color:#4072e9;
}
.our_feature .col-sm-3 .image-feature
{
	width: 100%;
	height: 200px;
}
.our_feature .col-sm-3 .image-feature img
{
	width: 100%;
	height: 100%;
}
/*message-from-prinicpal part*/
.Message-from-principal
{
	padding: 70px 0px;
	overflow: hidden;
}
.Message-from-principal h1
{
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #5e60e9;
	padding-bottom: 35px;
}
.Message-from-principal .col-sm-12
{
	box-shadow: 0px 0px 20px #e9b6b6;
	margin-bottom: 15px;
}
@media screen and (min-width: 800px)
{
	.Message-from-principal .col-sm-12 
	{
    	box-shadow: 0px 0px 20px #e9b6b6;
    	margin: 0.5%;
    	max-width: 48%;
    	padding-left: 0px!important;
	}
}
.image-principal 
{
	float: left;
	padding-right: 10px;
}
.image-principal img
{
	width: 280px;
	height: 400px;
}
.principal-message p
{
	text-align: justify;
	padding-top: 5%;
}
.principal-name
{
	float: right;
	text-align: right;
}
.principal-message h4
{
	font-size: 20px;
	color:#5e60e9 ;
}
/*our achiemvent and feature mixed*/
.content-our h1, .our_feature h1, .activities-home h1
{
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #5e60e9;
	padding-bottom: 35px;
}
.content-our h2
{
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 42px;
	color: #5e60e9;
	padding-top: 30px;
}
.content-our p
{
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	position: relative;

}
.content-our h2:after
{
	content: "+";

	position: absolute;
	 

}
.mission 
{
	background: url(../images/1.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.mission-cover
{
	background: rgba(0, 0, 0, 0.8);
	padding: 70px 0px;
}
.mission h1
{
	color: #4072e9;
	font-size: 40px;
	text-transform: uppercase;
}
.mission h1 span
{
	color: white;
}
.mission p
{
	color:white;
}
.closing-bar 
{
	max-width: 400px;
	height: 1px;
	background: white;
	 margin: 0 auto;
}
/*=======================testimonial============================*/
.testimonials-home
{
	width: 100%;
	background-size: cover;
}
.testimonial-inner-cover 
{
 
	padding: 35px 0;
}
 
.testimonials-home h2
{
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #5e60e9;
	padding-bottom: 35px;
}
.testimonial-image
{
	overflow: hidden;
	position: relative;
	top: -70px;
	left: 50px;
}
.testimonial-image img
{
	float: left;
	width: 120px;
	height: 120px;
	border: 2px solid #9ccfec;
	border-radius: 50%
}
.testimonial-image p
{
	float: left;
	padding-top: 80px;
	padding-left: 20px;
	text-align: center;
	text-transform: uppercase;
}
.testimonial-paragraph p
{
	padding: 10px 10px 70px 10px;
	text-align: justify;
	/*background: #9ccfec;*/
	box-shadow: 0px 2px 20px rgba(222, 151, 151, 0.5);
	margin: 10px;
}
.control-buttons 
{
	position: relative;
	top: -80px;
}
.control-buttons .next, .control-buttons .previous
{
	position: absolute;
	top : 0;
}
.control-buttons .previous
{
	left: 40px;
}

/*footer parts*/
.footer
{
	background: #31323c;
	padding: 70px 0px 30px;
}
.footer h2
{
	text-transform: uppercase;
	font-size: 20px;
	color: #4072e9;
}
.footer p
{
	color: white;
	font-size: 13px;
}
.footer-bar-1
{
	border-top: 1px solid white;
	margin-bottom: 5px;
}
.quick-link ul li
{
	text-transform: uppercase;
	font-size: 13px;
	padding-bottom: 5px;
}
.footer-bar
{
	border-top: 1px dashed white;
	margin-bottom: 10px;
}
.footer h1
{
	font-size: 20px;
	text-transform: uppercase;
	color:#dd6d66;
}
.footer ul li 
{
	color: #f0eaea;
}
.social-link ul li
{
	float: left;
	padding-right: 10px;
}
.social-link ul li a i:hover
{
	background: white;
}
.social-link ul li i
{
	font-size: 20px;
	padding: 0 !important;
}
.footer ul li i
{
	padding-right: 5px;
	color: #4072e9;
}
.footer ul li a
{
	text-decoration: none;
	color: white;
}
.footer ul li a:hover
{
	color: #4072e9;
	transition: 0.3s;
}
.private-access li 
{
	float: left;
	padding-right: 15px;
	padding-left: 10px;
}
.login-link
{
	border-right: 1px solid white;
}
.copyright ul li 
{
	font-size: 13px;
}

.activities-home
{
	padding: 70px 0;
}
/*
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
---------------------other pages css starts here-------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
-------------------------------------------------------------------------
*/
.inner-page
{
	padding: 70px 0px;
}

/*introduction page */
.introduction-title h2
{
	text-transform: uppercase;
	color: #4072e9;
	font-size: 30px;
}
/*teacher lecturers page*/
.name-frame h3
{
	padding-top: 10px;
	text-transform: capitalize;
	font-size: 20px;
	color: #4072e9;
}
.name-frame h4
{
	font-size: 15px;
	text-transform: uppercase;
}
.name-frame h5
{
	text-transform: capitalize;
}
.name-frame p
{
	text-transform: capitalize;
}

/*
-------------------------------------------------------------------------
--------------------------------news page  ------------------------------
-------------------------------------------------------------------------
*/
.news-text p
{
	font-size: 15px;
	text-align: justify;
	padding-top: 10px;
}
.news-list h5
{
	text-transform: capitalize;
	padding-top: 10px;
	color: #4072e9;
}
.news-date ul li
{
	float: left;
}
.news-date ul li
{
	padding-right: 10px;
}
.news-date ul li i
{
	color: #4072e9;
}
.news-list ul
{
	overflow: hidden;
}
.news-text i
{
	border-left: 1px solid black;
	padding-left: 10px;
	color: #bda93d;
	font-size: 20px;
}
.read-more-news 
{
	background: #4072e9;
	margin-right: 0px !important;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #4072e9;
}
.read-more-news:hover
{
	background: transparent;
}

.news-list button
{
	float: right;
}
.news-list .col-sm-12
{
	padding-bottom: 10px;
}
.news-list .col-sm-12::after
{
	background: #4072e9 none repeat scroll 0 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 96%;
	margin-bottom: 15px;
	bottom: 0;	
}
.important-notice
{
	overflow: hidden;
	margin-bottom: 20px;
}
.notice-header h2
{
	font-size: 20px;
	text-transform: uppercase;
	color: #4072e9;
	border-bottom: 3px solid #4072e9;
}
.important-notice h5
{
	font-size: 15px;
}
.important-notice p
{
	text-align: justify;
}
.latest-news-image
{
	width: 100px;
	height: auto;
	float: left;
	padding-right: 10px;
}



/*detail page*/


.detail-page h5
{
	text-transform: capitalize;
	padding-top: 10px;
	color: #4072e9;
}
 
 
 
.detail-page ul
{
	overflow: hidden;
}
.submit-application
{
	margin-top: 30px;
	float: right;
}


/* academic page  */
.detail-faculty h3
{
	font-size: 25px;
	text-transform: capitalize;
	color: #4072e9;
}
.detail-of-faculty h4
{
	text-transform: uppercase;
	font-size: 17px;
	border-bottom: 2px solid #4072e9;
	width: 200px;
	color: #150b47;
}
.detail-of-faculty p
{
	text-align: justify;
	font-family: arial;
}
.detail-of-faculty p:first-letter
{
	text-transform: capitalize;
}
/*
-------------------------------------------------------------------------
--------------------------------contact us ------------------------------
-------------------------------------------------------------------------
*/
.breadcrumb
{
	background: url(../images/1.jpg) no-repeat;
	width: 100%;
	height: auto;
	background-size: cover;
	padding: 0!important;
	margin-bottom: 0!important;
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.breadcrumb-cover
{
	padding: 80px 0px;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}
.breadcrumb-cover h1
{
	font-size: 30px;
	color: white;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #333;
}

.pt-pb-70
{
	padding: 70px 0px ;
}
.address-bar
{
  border: 1px solid #008cd7;
  padding: 0px 10px;
  margin-bottom: 5px;
 /* border-radius: 5px;*/
 padding-top: 10px;
}
.address-bar h2
{
  font-size: 18px;
  color: #115eb8;
	text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 600;
}
.address-bar h2 i
{
  color: #fe7f00;
  padding-right: 10px;
}
.address-bar p
{
  padding-left: 20px;
}
.pb-h
{
  margin-top: 45px;
}
.btn.btn-primary.text-center.mt-2 
{
    float: left;
}
.btn-primary
{
	padding: 10px 20px !important;
}
.btn.btn-primary.text-center.mt-2:hover {
    color: #115eb8;
    background: white;
}
textarea
{
	resize: none;
}
.btn 
{
	border-radius: 0 !important;
	margin-right: 20px;
padding: 5px 20px;
margin-bottom: 20px;
}
.send-your-query h2
{
	color: #115eb8;
	text-transform: capitalize;
}
.form-control {
 
    line-height: 2 !important;
    color: #495057;
    background-color: #fff;
 
    border: 1px solid #4c99e7 !important;
    border-radius: 0 !important;
 
}

/*image gallery section */

.photo-gallery.innger-page {
    padding: 70px 0;
}

.home-about-image-img {
  background: rgba(0, 0, 0, 0) linear-gradient(35deg, rgb(215, 68, 24), rgb(204, 255, 37)) repeat scroll 0% 0%;
  color: #ffffff;
  display: inline-block;

  font-size: 16px;
  margin: 8px;
 
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.home-about-image-img * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.home-about-image-img:after {
  background-color: white;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  content: '';
  left: -100%;
  position: absolute;
  width: 200px;
  box-shadow: 0 0 100px white;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.home-about-image-img img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.home-about-image-img figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1em;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.home-about-image-img h3  {
  position: absolute;
  left: 10px;
  bottom: 30px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  text-transform: uppercase;

}
.home-about-image-img p
{
	position: absolute;
	left: 10px;
	bottom: 10px;
	font: 1rem;
	font-weight: 500;
	line-height: 1rem;
	margin: 0;
	text-transform: uppercase;
	color: #000;
	text-shadow: 0px 1px 2px white;
}
.home-about-image-img h3 span {
  font-weight: 700;
}

.home-about-image-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.home-about-image-img:hover > img,
.home-about-image-img.hover > img {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-about-image-img:hover:after,
.home-about-image-img.hover:after {
  left: 200%;
}

.home-about-image-img:hover figcaption,
.home-about-image-img.hover figcaption {
  opacity: 1;
}




.style-one {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 8px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.style-one * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.style-one:before,
.style-one:after {
  background: linear-gradient(45deg, rgba(73,155,234,0.5) 10%, rgba(26,188,156,0.5) 100%);
  border-top: 50px solid rgba(0, 0, 0, 0.5);
  border-bottom: 50px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}

.style-one:before {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.style-one:after {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.style-one img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.style-one figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.style-one h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.style-one h3 span {
  display: block;
  font-weight: 700;
}

.style-one a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.style-one:hover > img,
.style-one.hover > img {
  opacity: 0.7;
}

.style-one:hover:before,
.style-one.hover:before,
.style-one:hover:after,
.style-one.hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.style-one:hover figcaption,
.style-one.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


/*
--------------------------------------------------------------
-----------------------video-gallery--------------------------
--------------------------------------------------------------
*/

.video-gallery
{
	padding: 70px 0px;
}
.videos-section
{
	box-shadow: 1px 20px 30px #edc9c9;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0.5%;
	max-width: 32%;
}
.video-gallery iframe
	{
		width: 100% !important;
	}

.videos-section h3
{
	font-size: 20px;
	color: #115eb8;
	text-transform: uppercase;
	padding: 15px;
}

.videos-section p
{
	font-size: 15px;
	color: #fe7f00;
	padding: 0px 15px;
}

.hover-cover
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	transition: 0.5s;
	text-align: center;
}

.videoborder
{
	position: relative;
}
.hover-cover h3, .detail-video h3
{
	padding-top: 30vh;
	color: ;
	font-weight: 700;
}
.detail-video h3
{
	padding-top: 10px;
	color: #4072e9;
	font-weight: 700;
	text-transform: capitalize;
}
.videoborder:hover .hover-cover
{
	display: block;
	transition: 0.5s;
	opacity: 1;
}
.detail-video iframe
	{
		width: 100%;
	}
@media screen and (max-width: 728px)
{
	.videos-section
	{
		max-width: 100% !important;

	}
	.detail-video h3
	{
		font-size: 15px;
		padding-bottom: 15px;
	}
}
@media (min-width: 1199px)
{
	.video-gallery iframe
	{
		width: 100% !important;
		height: 315px !important;
	}
	.detail-video iframe
	{
		height: 450px;
	}
}
@media screen and (max-width: 800px)
{
	.videos-section
	{
		width: 100% !important;
		 
	}
	 
	.style-one, .home-about-image-img
	{
		margin-left: 0px ;
	}
	.video-gallery .row
	{
		margin-left: 0px ;
	}
	.col-sm-4.col-md-4.col-lg-4.videos-section 
	{
    	margin-right: 15px;
	}
	 
}
.col-md-4.col-sm-12.our-activities-box 
{
    box-shadow: 0px 0px 20px skyblue;
    padding: 0px 0px 15px 0px !important;
    margin-bottom: 15px;
}

@media (min-width: 800px)
{
	.col-md-4.col-sm-12.our-activities-box 
	{
		margin: 0 0.5%;
		max-width: 32%;
	}
	.read-more.text-right 
	{
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    overflow: hidden;
	}
}
.activities-paragraph 
{

    padding: 0px 15px;
    overflow: hidden;
    margin-bottom: 40px;
}
.activities-paragraph h3
{
	text-transform: uppercase;
	color:#4072e9;
	font-size: 20px;
}
.our-activities 
{
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #000000;
  display:inline-block;
  font-size: 16px;
  /*margin: 10px 0.5%;*/

  position: relative;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(247, 157, 0), rgb(100, 243, 140)) repeat scroll 0% 0%;
}

.our-activities *,
.our-activities *:before 
{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.our-activities img 
{
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.our-activities figcaption 
{
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.our-activities h3 
{
  font-size: 20px;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
}

.our-activities i 
{
  font-size: 40px;
  position: absolute;
  bottom: 0%;
  right: -1px;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  opacity: 0;
  line-height: 60px;
  width: 60px;
  color: #fff;
  background-color: #000000;
}

.our-activities a 
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.our-activities:hover figcaption,
.our-activities.hover figcaption 
{
  opacity: 1;
}

.our-activities:hover img,
.our-activities.hover img 
{
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.our-activities:hover i,
.our-activities.hover i 
{
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

 
.read-more.text-right .btn 
{
	margin-right: 0px;
    background: #2399c9;
    border: 1px solid #2399c9;
    color: white;
    text-transform: uppercase;
    padding: 5px 30px;
    font-size: 14px;
}
.read-more.text-right .btn:hover
{
	background: transparent;
	color: #2399c9;
}