/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loader.gif') 50% 50% no-repeat rgba(249,249,249,0.9);
}


.clr{
	clear:both;
}


.logo{
	padding:10px 0 10px 0;
}

hr{
	color:#ccc;
}

h2 {
font-family:"Century Gothic";
color:#177641;
padding:9px;
font-size:20x;
border-bottom-style:double;
}

h3 {
font-family:"Century Gothic";
color:#177641;
padding:9px;
font-size:16x;
}

.homeblocktitle {
font-family:"Century Gothic";
color:#177641;
padding:9px;
font-size:22px;
display:block;
height:60px;
}

p{
font-family:"Century Gothic";
font-size:16px;
}


.headerwrapper{
width:100%;
position:relative;
}

.header{
background:rgba(255,255,255,0.8);
position:relative;
z-index:1000;
width:100%;
padding:3px 0 0;
}

.header .logo{
margin-bottom:5px;
width: 300px;
height: auto;
}

.header .rightblock{
margin:30px 0 10px;
}

.header .rightblock b{
display:block;
padding-top:10px;
text-align:center;
font-size:19px;
color:#216426;
}


.bannerblock .block{
	position:absolute;
	background-color:fuchsia;
	z-index:1000;
	bottom:0;
	width:100%;
}



.carousel-fade .carousel-inner .item {
  opacity: 0.6;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}




.carousel-subcaption {
    position: absolute;
    right:0;
    bottom: 18%;
    z-index: 10;
    color: #fff;
	padding-right:30px;
    text-align: right;
	text-transform:uppercase;
    text-shadow: 2px 2px 2px rgba(2, 2, 2, 0.4);
}

.carousel-subcaption h3{
	margin:0;
	font-size:48px;
	font-family: "Century Gothic";
	color: #fff;
	padding:8px 0;
	font-weight:bold;
}


.carousel-subcaption2 {
    position: absolute;
    right:0;
    bottom: 10%;
    z-index: 10;
    color: #fff;
	padding-right:30px;
    text-align: right;
	text-transform:uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,c71091+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(69,72,77,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(69,72,77,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(69,72,77,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0045484d', endColorstr='#c71091',GradientType=1 ); /* IE6-9 */
}

.carousel-subcaption2 h4{
	font-size:15px;
	margin:0;
	font-family:Century;
	padding:8px 0;
}



.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}



.catblock{
	background-color:#415342;
	padding:0 2%;
	border-top:dashed 1px #ffffff;
	margin-top:0;
	clear:both;
}

.catblock .div{
	padding:20px 0;
	text-align:center;
	transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.catblock .div:hover{
background-color:#1b271b;
color:#ffffff;
}



.catblock .div .content{
	display:block;
	font-size:15px;
	background:none;
	color: #ffffff;
	padding:2px 15px;
	text-align:justify;
}

.catblock .div h4{
	display:block;
	font-size:12px;
	background:none;
	color: #fff;
}

.catblock .div a{
	color:#ffffff;
	transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
	font-weight:bold;
	font-size:16px;
}

.catblock .div a:hover{
	text-decoration:none;
	color:#ffad42;
}

.catblock img{
	border:solid 1px #ffffff;
	padding:10px;
	border-radius:50%;
}


.innermaincontainer{
	background:none;
}

.innermaincontainer span img {
    float: left;
    margin: 0 10px 10px 0;
}

.innermaincontainer .padding{
	display:block;
	padding:20px 0;
}

.content{
	color: #000;
	background: rgba(255, 255, 255, .7);
	padding-bottom:20px;
	margin-top:10px;
}


.hightlight{
	border:solid 1px #988098;
padding:0;
background-color:#f4f2f2;
}

.hightlight a{
color:#177641;
font-size:14px;
font-weight:bold;
text-decoration:none;
transition:all ease 0.5s;
outline:none;
}

.hightlight a:hover{
color:#000000;
}

.hightlight .img{
width:100%;
height:200px;
object-fit: cover;
overflow: hidden;
}

.hightlight p{
padding:0 6px;
}

.hightlightcontent{
padding:0 22px; text-align:justify;
width:100%;
}

.hightlightdate{
font-size:22px; font-weight:bold; text-align:center; color:#177641;
}

.hightlightdate span{
	display:block;
font-size:28px; font-weight:bold; text-align:center; color:#000000;
}


.sundarban .img{
width:100%;
height:210px;
object-fit: cover;
overflow: hidden;
}

.maincontainer{
	color:#000;
}


.maincontainer >p{
text-align:justify;
}

.maincontainer .aboutus{
text-align:justify;
}

.maincontainer .aboutus img{
float:left;
margin:0 10px 10px 0;
}

.event{
	border:solid 1px #988098;
padding:0;
background-color:#f4f2f2;
}

.event a{
color:#177641;
font-size:14px;
font-weight:bold;
text-decoration:none;
transition:all ease 0.5s;
outline:none;
}

.event a:hover{
color:#000000;
}

.eventcontent{
padding:0 22px; text-align:justify;
width:100%;
}

.eventdate{
font-size:22px; font-weight:bold; text-align:center; color:#177641;
}

.eventdate span{
	display:block;
font-size:28px; font-weight:bold; text-align:center; color:#000000;
}

/*................Slick Slider..................*/
.slider {
        width:90%;
        margin: 0 auto;
    }

    .slick-slide {
      margin: 0px 0px;
    }
	
	

    .slick-slide img {
      width: 100%;
	  height:195px;
    }
	

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
/*................Slick Slider End..................*/



/*////////////////////////////// Testimonial /////////////////////////*/
article{
	padding:4% 10%;
	background:url(../images/testimonialbg.png) no-repeat top;
}

.testimonial{
padding:0 30px;
}

.testimonial .quote p{
	display:block;
text-align:center;
padding-top:40px;
font-style:italic;
}

.testimonial h1{
text-align:center;
background:none;
padding-bottom:20px;
font-weight:bold;
}

.testimonial h2{
text-align:center;
font-size:24px;
background:none;
color:#177641;
padding-bottom:0;
border:0;
}

.testimonial h4{
text-align:center;
font-size:14px;
background:none;
color:#645454;
}

.testimonial .quote p:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 5em;
  color: rgba(23, 118, 65, 0.9);
  font-weight: normal;
}
.testimonial .quote p:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: 100px;
  line-height: 100px;
  right: 30px;
  font-size: 5em;
  color: rgba(23, 118, 65, 0.9);
  font-weight: normal;
}

.testimonial .btn-default {
    color: #ffffff;
	margin:0 auto;
	padding:10px 20px;
	margin:30px auto;
	font-weight:bold;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a39d99+0,353f2f+100 */
background: rgb(163,157,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(163,157,153,1) 0%, rgba(53,63,47,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(163,157,153,1) 0%,rgba(53,63,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(163,157,153,1) 0%,rgba(53,63,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39d99', endColorstr='#353f2f',GradientType=0 ); /* IE6-9 */
}

.testimonial_innerpage{
	padding:20px;
	margin:25px 0;
	background-color:#f4f2f2;
	text-align:justify;
-webkit-box-shadow: 3px 9px 22px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 9px 22px 0px rgba(0,0,0,0.15);
box-shadow: 3px 9px 22px 0px rgba(0,0,0,0.15);
}

.testimonial_innerpage h3{
color:#177641;
}

.testimonial_innerpage .heading{
	font-weight:bold;
	padding-bottom:10px;
	display:block;
	color:#177641;
}

.testimonial_innerpage .btn-default  {
    color: #fdabfc;
    background: #000;
    border-color: #000;
	margin:0 auto;
	padding:4px 12px;
	margin:7px auto;
	font-weight:bold;
}


.whatwedocategory{
	width:30%;
margin:15px auto;
padding:8px 10px 8px 15px;
color:#ffffff;
text-align:center;
font-size:19px;
font-weight:bold;
border-radius:0 22px 0 22px;
background: rgb(107,97,105);
background: -moz-linear-gradient(top, rgba(107,97,105,1) 0%, rgba(54,132,87,1) 100%);
background: -webkit-linear-gradient(top, rgba(107,97,105,1) 0%,rgba(54,132,87,1) 100%);
background: linear-gradient(to bottom, rgb(107, 97, 105) 0%,rgb(54, 132, 87) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c800a8', endColorstr='#49035f',GradientType=0 );
}


.whatwedocategory a{
color:#ffffff;
transition:all ease 0.5s;
}
.whatwedocategory a:hover{
text-decoration:none;
padding:0 0 0 25px;
}

/*////////////////////////////// Testimonial End/////////////////////////*/


/*/////////////////////////////// Social Button ///////////////////////////*/
.fa {
	font-size: 30px;
  width: 30px;
  height: 30px;
  padding:8px 0 10px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0;
  border-radius:50%;
}

.fa:hover {
    opacity: 1;
	transition:all ease 0.5s;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-facebook:hover, .fa-twitter:hover, .fa-youtube:hover, .fa-google:hover {
  background: #ffffff;
  color: #000000;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-facebook:hover {
  background: #ffffff;
  color: #000000;
}

/*/////////////////////////////// Social Button End ///////////////////////////*/




/* Footer Styles */

.footernav{
	background-color:#32302f;
	padding: 6% 8%;
}

.footernav ul li a{
	display:block;
	color:#8f8b89;
	padding:5px 0;
	text-decoration:none;
	transition:ease all 0.5s;
}

.footernav ul li a:hover{
	color:#00de05;
}

.footernav ul li h3{
    color:#ffffff;
}


footer {
    margin: 0px 0 0 0;
    color:#ccc;
}


footer h2 {
	color:#fff;
	border-radius:7px;
	padding:2px;
	font-size:19px;
	background:none;
}


.footertop{
width:100%;
padding:2px 0;
color:#ccc;

margin-top:26px;
}


.footertop ul{
padding:0;
margin:0;
}

.footertop ul li{
list-style-type:none;
float:left;
}

.footertop ul li a{
color:#fff;
text-align:center;
padding:0 10px;
}



footer .bottom{
width:100%;
    padding:10px 0;
    background-color:#000000;
    color:#ccc;
	margin-top:0px;
}


footer .bottom a{
color:#ffffff;
text-decoration:none;	
}

footer .bottom a:hover{
color:#efb7ee;	
}




.footer_main_item_body {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 15px 0px;
    text-align: left;
}



/*................pagination..................*/
.pagen{
		padding:6px;
		color: #039;
		text-align:justify;
		font-size:12px;
	
		width:80px;
		height:16px;
		border:1px solid #177641;
		font-weight:bold;
		text-decoration:none;
		margin:1px;
	}
	
.pagen:hover{
		color: #ffffff;
		font-size:12px;
		width:80px;
		 background: #177641;
		height:16px;
		border:1px solid #177641;
		font-weight:bold;
		text-decoration:none;
	}
		.pagen1{
			font-size:12px;
			text-align:justify;
		padding:6px;
		color:#FFFFFF;
		text-align:justify;
	    background: #177641;
		width:80px;
		height:16px;
		border:1px solid #999;
		
	}
	
/*................pagination..................*/


.ourteam{
	border:solid 1px #b5aaaa;
	padding:0;
	margin:0 0 15px 0;
	background-color:#f4f2f2;
}

.ourteam h4{
font-family: 'Century Gothic Bold', Verdana, Geneva, Tahoma, sans-serif;
font-size:18px;
color:#177641;
font-weight:bold;
}

.ourteam h5{
font-family: 'Century Gothic Bold', Verdana, Geneva, Tahoma, sans-serif;
font-size:14px;
color:#177641;
font-weight:bold;
display:block;
}

.ourteam .anuualreporttitle{
font-family: 'Century Gothic Bold', Verdana, Geneva, Tahoma, sans-serif;
font-size:14px;
color:#177641;
font-weight:bold;
padding:10px;
display:block;
}

.ourteam span{
font-family: "Century Gothic";
display:block;
font-family: 'Century Gothic Bold', Verdana, Geneva, Tahoma, sans-serif;
text-align:justify;
padding-bottom:15px;
}

.ourteam div:nth-child(1){
padding:0;
margin:0;
}


.ourteam2{
	border:solid 1px #b5aaaa;
	padding:0;
	margin:0 0 15px 0;
	background-color:#f4f2f2;
}

.ourteam2 h4{
font-family: 'Century Gothic Bold', Verdana, Geneva, Tahoma, sans-serif;
font-size:18px;
color:#177641;
font-weight:bold;
}

.ourteam2 h5{
font-family: 'Century Gothic Bold', Verdana, Geneva, Tahoma, sans-serif;
font-size:14px;
color:#177641;
font-weight:bold;
}

.ourteam2 span{
font-family: "Century Gothic";
display:block;
font-family: 'Century Gothic Bold', Verdana, Geneva, Tahoma, sans-serif;
text-align:justify;
padding-bottom:15px;
}

.ourteam2 div:last-child{
padding:0;
margin:0;
}



.fcra{
	border:solid 1px #b5aaaa;
	padding:3px 0;
	margin:0 auto 7px;
	background-color:#f4f2f2;
	text-align:center;
}

.fcra h4{
font-size:15px;
color:#177641;
font-weight:bold;
}

.fcra h5{
font-family: 'Century Gothic Bold', Verdana, Geneva, Tahoma, sans-serif;
font-size:14px;
color:#177641;
font-weight:bold;
display:block;
}

.fcra .heading{
	padding:10px 0;
	margin:0;
	background-color:#415342;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.fcradetailsblock{
width:100%;
margin:0 auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #177641;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.enquiry .btn-dark{
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-family: "Century Gothic";
	transition: ease all 0.5s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a39d99+0,353f2f+100 */
background: rgb(163,157,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(163,157,153,1) 0%, rgba(53,63,47,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(163,157,153,1) 0%,rgba(53,63,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(163,157,153,1) 0%,rgba(53,63,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39d99', endColorstr='#353f2f',GradientType=0 ); /* IE6-9 */
}

.enquiry .btn-dark:hover{
	color:#ffffff;
	background-color:#000000;
}

.enquiry textarea{
	height:100px;
}



.input-group .icon-addon .form-control {
    border-radius: 0;
}


.publication{
margin:40px 0 90px;
}



.publication div{
	background:url(../images/publicationbg.png) no-repeat center;
	text-align:center;
	color:#ffffff;
	padding:18px 0;
	font-size:22px;
	font-family: "Century Gothic";
	font-weight:bold;
	transition:all ease 0.5s;
}


.publication div:hover{
color:#fffd2b;
padding:10px 0 18px;
}

/*/////////////////////////////// Gallery ///////////////////////////*/
.galleryblock{
	margin:20px 0;
}

  .gallery {
  position: relative;
  
}

.image {
  display: block;
  width: 100%;
  height: 280px;
  border:solid 1px #efb7ee;
  object-fit: cover;
  overflow: hidden;
}

.storyofhope_img {
  display: block;
  width: 100%;
  height: 280px;
  border:solid 1px #efb7ee;
  object-fit: cover;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(175, 162, 175, 0.8);
}

.video {
  display: block;
  width: 100%;
  height: 300px;
  border:solid 1px #efb7ee;
}

.gallery:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.no_space{
	padding:0;
	margin:0;
}

/*/////////////////////////////// Gallery End ///////////////////////////*/


.pressrelease_img{
	width:340px;
	height:300px;
}


/* Radio & Checkbox */
 @-webkit-keyframes 
icon-beat {  0% {
 -webkit-transform: scale(2);
 -ms-transform: scale(2);
 transform: scale(2);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes 
icon-beat {  0% {
 -webkit-transform: scale(2);
 -ms-transform: scale(2);
 transform: scale(2);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}


input[type="radio"],
input[type="checkbox"] { display: none; }

input[type="radio"] + i:before,
input[type="checkbox"] + i:before {
  font-family: 'FontAwesome';
  font-size: 28px;
  height: 25px;
  width: 25px;
  display: inline-block;
}

input[type="radio"]:checked + i,
input[type="checkbox"]:checked + i {
  position: relative;
  -webkit-animation: icon-beat 0.1s ease;
  animation: icon-beat 0.1s ease;
}

input[type="radio"]:checked + i + span,
input[type="checkbox"]:checked + i + span {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

input[type="radio"] + i:before { content: "\f10c"; }

input[type="radio"]:checked + i:before { content: "\f111"; }

input[type="radio"]:checked + i + span,
input[type="radio"]:checked + i:before { color: rgba(0, 128, 0, 0.5); }

input[type="checkbox"] + i:before { content: "\f096"; }

input[type="checkbox"]:checked + i:before { content: "\f046"; }

input[type="checkbox"]:checked + i + span,
input[type="checkbox"]:checked + i:before { color: rgba(0, 128, 0, 0.5); }
/* Radio & Checkbox End */


.bankdetails div{
font-size:16px;
padding:10px 0;
}

.bankdetails div b{
color:#38793c;
}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	
	.maincontainer .aboutus img{
float:none;
margin:0 auto 10px;
}

.carousel-subcaption {
    position: absolute;
    right:0;
    top: 18%;
    z-index: 10;
    color: #fff;
	padding-right:30px;
    text-align: right;
	text-transform:uppercase;
    text-shadow: 2px 2px 2px rgba(2, 2, 2, 0.4);
}

.carousel-subcaption h3{
	margin:0;
	font-size:40px;
	font-family: "Century Gothic";
	color: #fff;
	padding:8px 0;
	font-weight:bold;
}


.carousel-subcaption2 {
    position: absolute;
    right:0;
    top: 50%;
    z-index: 10;
    color: #fff;
	padding-right:30px;
    text-align: right;
	text-transform:uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,c71091+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(69,72,77,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(69,72,77,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(69,72,77,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0045484d', endColorstr='#c71091',GradientType=1 ); /* IE6-9 */
}

.carousel-subcaption2 h4{
	font-size:15px;
	margin:0;
	font-family:Century;
	padding:8px 0;
}

.header{
background:rgba(255,255,255,0.8);
position:relative;
z-index:1000;
width:100%;
padding:15px 0 0;
}


.header .rightblock ul li a{
margin-top:10px;
}

.catblock{
	background-color:#415342;
	padding:0 2%;
	border-top:dashed 1px #ffffff;
	margin-top:10px;
	clear:both;
}

.header .rightblock{
margin:0px 0 10px;
}

.fcradetailsblock{
width:96%;
overflow-x:scroll;
}

}


@media(max-width:800px) {
.header{
background:rgba(255,255,255,1);
}

.carousel{
}

.innermaincontainer{
	margin-top:0px;
	margin-bottom:50px;
	background:none;
}

.innermaincontainer span img {
    float: none;
    margin: 0 auto 10px;
}

.whatwedocategory{
	width:80%;
margin:15px auto;
padding:8px 10px 8px 15px;
color:#ffffff;
text-align:center;
font-size:19px;
font-weight:bold;
border-radius:0 22px 0 22px;
background: rgb(107,97,105);
background: -moz-linear-gradient(top, rgba(107,97,105,1) 0%, rgba(54,132,87,1) 100%);
background: -webkit-linear-gradient(top, rgba(107,97,105,1) 0%,rgba(54,132,87,1) 100%);
background: linear-gradient(to bottom, rgb(107, 97, 105) 0%,rgb(54, 132, 87) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c800a8', endColorstr='#49035f',GradientType=0 );
}

.headerwrapper{
	
}

.headerwrapper2{
	width:100%;
	position:relative;
}

}


@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

@media(max-width:560px) {
	.innermaincontainer{
	margin-top:0;
	margin-bottom:50px;
	background:none;
}

.hightlight .img{
width:100%;
height:200px;
object-fit: cover;
overflow: hidden;
}

}

@media(max-width:480px) {

.carousel{
margin-top:5px;
}

.carousel-subcaption2 {
	display:none;
	
}

.carousel-subcaption{
margin-top:16%;;
}

.carousel-subcaption h3{
	margin:0;
	font-size:20px;
	font-family: "Century Gothic";
	color: #fff;
	padding:8px 0;
	font-weight:bold;
}

.innermaincontainer{
	margin-top:0;
	margin-bottom:50px;
	background:none;
}

}

@media(max-width:420px) {
.eventcontent{
padding:0 8px; text-align:justify;
}

.homeblocktitle {
font-family:"Century Gothic";
color:#177641;
padding:9px;
font-size:16px;
display:block;
}
}

