
/* .navbar-brand > img {
  margin: 50px auto 20px auto;
} */
.navbar-nav.navbar-center {
  position: relative;
  left: 50%;
  transform: translatex(-50%);
}
h1{
  padding:0;
  margin:0;
  font-size:40px;
}
h2{
  padding:0;
  margin:0;
}
h3{
  padding:0;
  margin:0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700; 
}
h4{
  padding:0;
  margin:0;
}
p{ 
  padding:0;
  margin:0;
}

 ul{ 
  padding:0;
  margin:0;
  list-style:none;
  }
.lead_1{
   font-weight:700;
}
.lead_2{
  font-weight:bold;
  font-size:18px;
}
.border_bottom{
  border-bottom:1px solid #CCCCCC;  
}
.border_bottom_1{
  border-bottom:1px solid #cccccc;  
}

/********************* header****************/
#header .navbar-brand{
  font-size:40px;
  color:#f4f4f4;
}
/* #header .navbar{
  padding-right:30px;
} */
#header .navbar a{
  color:#f4f4f4;
  font-family: 'PT Sans', sans-serif; 
  font-weight: 700;
  }
#header .navbar li{
  padding-right:18px;
  font-family: 'PT Sans', sans-serif; 
  font-weight: 700;
}
/* #header .navbar-brand {
 line-height: 28px;
} */
/*-- Banner-Slider --*/

.slideshow {
	position: relative;
}

.slide_para {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
  background-image("images/040.png");
}

.slide_para li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.slide_para li:first-child {
	position: relative;
	display: block;
	float: left;
}

.slide_para img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
  opacity: 0.5;
}

a.callbacks_nav {
	display: none;
}

ul.callbacks_tabs {
	display: none;
}

.slideshow .slider_para_inner {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	padding: 300px 0;
	text-align: center;
}

.slideshow .slider_para_inner-none {
	background-color: none;
}

.slideshow .slider_para_inner h3 {
	font-size: 60px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: -2px;
}

.slideshow .slider_para_inner h3 span {
	color: #242b85;
  font-family: 'Berkshire Swash', sans-serif;  
}

.slideshow .slider_para_inner p {
	font-size: 20px;
	margin-top:5px;
	color: #FFF;
	font-weight: 100;
}

.slideshow .slider_para_inner h3.color span {
	color: #F44336;
}

/*-- //Banner-Slider --*/
.navbar-inverse {
 background-color: #22222275;
 border-color: #22222275;
}
/********************* header_end****************/

/********************* center****************/
#center{
  padding-top: 150px;
  padding-bottom: 100px;
	background-color: #151539; 
}
#center p{
 color:#ffffff;
 font-size:18px;
 font-family: 'PT Sans', sans-serif; 
}
#center h1{
 padding-bottom:0px; 
 color:#ffffff;
 font-size:60px;
 font-family: 'PT Sans', sans-serif; 
 font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 10px auto 20px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #054044;
}

hr.star-primary {
    border-color: #fff;
}

hr.star-primary:after {
    /* color: #2c3e50; */
    background-color: #fff;
}

/********************* center_end****************/
/********************* circles ******************/

.venn-container a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.venn-container > div{
  float:left;
  position: relative;
}
.venncircle {
  padding: 18px;
  width: 180px;
  height: 180px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
}
.venncircle > a {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .004em;
  color: #FFFFFF;
  text-decoration: none;
}
.venncirctop {
  padding: 18px;
  width: 180px;
  height: 180px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
  background-color: #5c5b59;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: rgba(92, 91, 89, 0.5);
  z-index: 2;
  margin-left:-45px;
}
.venncirctop > a {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .004em;
  color: #FFFFFF;
  text-decoration: none;
}
.venncirctop:hover {
  z-index: 5;
  background-color: #6A6561;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: rgba(106, 101, 97, 0.9);
}
.venncirclft {
  padding: 18px;
  width: 250px;
  height: 250px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
  /* background-color: #093d5c; */
  background-color: #37688C;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=100);
  /* background-color: rgba(9, 61, 92, 0.5); */
  background-color: rgba(55, 104, 140, 0.9);
  z-index: 1;
}
.venncirclft > a {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .004em;
  color: #FFFFFF;
  text-decoration: none;
}
.venncirclft:hover {
  z-index: 5;
  background-color: #A4DBE8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: rgba(164, 219, 232, 0.9);
}
.venncircrt {
  padding: 18px;
  width: 250px;
  height: 250px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
  background-color: #5e577b;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=100);
  background-color: rgba(94, 87, 123, 0.5);
  z-index: 3;
  margin-left:-45px;
}
.venncircrt > a {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .004em;
  color: #FFFFFF;
  text-decoration: none;
}
.venncircrt:hover {
  z-index: 5;
  background-color: #625F75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: rgba(98, 95, 117, 0.9);
}
.venncircbtm {
  padding: 18px;
  width: 250px;
  height: 250px;#header .navbar-brand{
    font-size:40px;
    color:#f4f4f4;
  }
  #header .navbar{
    padding-right:30px;
  }
  #header .navbar a{
    color:#f4f4f4;
    /* font-family: 'Old Standard TT', serif; */
    font-family: 'PT Sans', sans-serif; 
    font-weight: 400;
    }
  #header .navbar li{
    padding-right:18px;
  }
  #header .navbar-brand {
   line-height: 28px;
  }
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: color 0.5s linear, background-color 0.5s linear;
  -moz-transition: color 0.5s linear, background-color 0.5s linear;
  -o-transition: color 0.5s linear, background-color 0.5s linear;
  transition: color 0.5s linear, background-color 0.5s linear;
  top: 0px;
  text-align: center;
  background-color: #627746;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=75);
  background-color: rgba(98, 119, 70, 0.5);
  z-index: 4;
  margin-left:-45px;
}
.venncircbtm > a {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .004em;
  color: #FFFFFF;
  text-decoration: none;
}
.venncircbtm:hover {
  z-index: 5;
  background-color: #3a4e20;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=75);
  background-color: rgba(58, 78, 32, 0.9);
}
.venn-container {
  margin-left: 150px;
  margin-top: 100px;
}
.venn-container a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.venntxttop:hover {
  color: #FFFFFF;
  text-decoration:none;
}
.venntxtrt:hover {
  color: #FFFFFF;
  text-decoration:none;
}
.venntxtlft:hover {
  color: #FFFFFF;
  text-decoration:none;
}
.venntxtbtm:hover {
  color: #FFFFFF;
  text-decoration:none;
}



/********************* benefits ****************/

#benefits{
  padding-top: 150px;
  padding-bottom: 100px; 
  background-color: #054044;
}
#benefits i{
 font-size:5em;
 color: #d8ec68;
		}
#benefits h1{     
 color:#fff;
 font-size:60px;
 font-family: 'PT Sans', sans-serif; 
 font-weight: 700;
}
.benefits_1{
 margin-top: 40px;
 background-color: #fff;
 text-align: center;
 padding: 20px;
 border-radius: 5px;
}
#benefits h2{
 color: #000;
 padding:  auto;
 margin-bottom: 15px;
 font-family: 'PT Sans', sans-serif; 
}
#benefits p {
 line-height: 20px;
 color: #000;
 font-size: 16px;
 padding-top: 8px;
}
.benefitPics {
  width: 170px;
  height: 250px;
}
/********************* benefits_end****************/
/********************* howWeHelp ****************/

#howWeHelp{
  padding-top: 150px;
  padding-bottom: 100px;
background-color: #242b85;
}
#howWeHelp i{
font-size:5em;
color: #d8ec68;
}
#howWeHelp h1{     
color:#fff;
font-size:60px;
font-family: 'PT Sans', sans-serif; 
font-weight: 700;
}
.howWeHelp_1{
margin-top: 40px;
background-color: #fff;
text-align: center;
padding: 20px;
border-radius: 50%;
height: 175px;
}
#howWeHelp h2{
color: #000;
padding:  auto;
margin-bottom: 15px;
font-family: 'Old Standard TT', serif;
}
#howWeHelp p {
line-height: 20px;
color: #000;
font-size: 16px;
padding-top: 8px;
}
.howWeHelpPics {
width: 170px;
height: 250px;
}
/********************* howWeHelp end****************/


/********************* gallery ****************/
#gallery{
  padding-top: 150px;
  padding-bottom: 100px;
 background-color: #242b85;
 /* background: url("../images/53.jpg"); */
 background-attachment: fixed;
}
.gallery_main_2 h1{ 
 color:#fff;
 text-align:center;
 padding-bottom:5px;
 font-size:60px;
font-family: 'PT Sans', sans-serif; 
font-weight: 700;
}
#gallery .ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#gallery .ih-item,
#gallery .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gallery .ih-item a {
  color: #333;
}
#gallery .ih-item a:hover {
  text-decoration: none;
}
#gallery .ih-item img {
  width: 100%;
  height: 100%;
}

#gallery .ih-item.square {
  position: relative;
  width: 348px;
  height: 250px;
}
#gallery .ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#gallery .ih-item.square.effect12 {
  overflow: hidden;
}
#gallery .ih-item.square.effect12.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
#gallery .ih-item.square.effect12.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
#gallery .ih-item.square.effect12 .img {
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
#gallery .ih-item.square.effect12 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
#gallery .ih-item.square.effect12 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: 'PT Sans';
  font-weight: 700;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
#gallery .ih-item.square.effect12 .info p {
  font-size: 18px;
  position: relative;
  color: #fff;
  padding: 20px 20px 20px;
  text-align: center;
  font-family: 'PT Sans';
  font-weight: 700;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
#gallery .ih-item.square.effect12 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#gallery .ih-item.square.effect12 a:hover .info h3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#gallery .ih-item.square.effect12 a:hover .info p {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#gallery .ih-item.square.effect12.left_to_right .info {
  -webkit-transform: translate(-460px, -100px) rotate(-180deg);
  -moz-transform: translate(-460px, -100px) rotate(-180deg);
  -ms-transform: translate(-460px, -100px) rotate(-180deg);
  -o-transform: translate(-460px, -100px) rotate(-180deg);
  transform: translate(-460px, -100px) rotate(-180deg);
}
#gallery .ih-item.square.effect12.left_to_right .info h3 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
#gallery .ih-item.square.effect12.left_to_right .info p {
  -webkit-transform: translateX(-300px) rotate(-90deg);
  -moz-transform: translateX(-300px) rotate(-90deg);
  -ms-transform: translateX(-300px) rotate(-90deg);
  -o-transform: translateX(-300px) rotate(-90deg);
  transform: translateX(-300px) rotate(-90deg);
}
#gallery .ih-item.square.effect12.left_to_right a:hover .info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#gallery .ih-item.square.effect12.left_to_right a:hover .info h3 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#gallery .ih-item.square.effect12.left_to_right a:hover .info p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
}
.gallery_2 h3{ 
padding-top:15px;
padding-bottom:10px;
text-decoration:none;
color: #4a527a;
font-size: 33px;
line-height: 1;
/* letter-spacing:2px; */
font-family: 'PT Sans', sans-serif;
  }
.gallery_2 h3 a{ 
text-decoration:none;
color: #4a527a;
font-size: 33px;
line-height: 1;
/* letter-spacing:2px; */
font-family: 'PT Sans', sans-serif; 
  }
.gallery_2 h3 a:hover{ 
color:#000000;
  }
.gallery_2 p {
color: #7E7C7C;
font-size: 20px;
line-height: 1.7;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
font-family: 'PT Sans', sans-serif; 
}
.gallery_2{
border:1px solid #CCCCCC;
margin-bottom:50px;
background-color: #fffaf0db;
 }
.gallery_3 h2{ 
color: #1a1a1a;
font-size: 40px;
line-height: 1.2;
font-weight:bold;
padding-bottom:10px;
   }
/********************* gallery_end ****************/

/*********************donate****************/
#donate{
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #151539;
}
	 
#donate h1{   
  color:#fff;
  text-align:center;
  padding-bottom:5px;
  font-size:60px;
font-family: 'PT Sans', sans-serif; 
font-weight: 700;
}

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}


/********************* donate_end****************/


/********************* Testimonials****************/
#testimonials{ 	
 background-color: #242b85;
}
.testimonials_inner{ 
 padding-top:100px;
 padding-bottom:100px;
 background-color: #3c1b3c;
 }
#testimonials h1{     
color:#fff;
font-size:60px;
font-family: 'PT Sans', sans-serif; 
font-weight: 700;
}
#testimonials p {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    padding: 0 20px;
    color: #ffffff;
}
.testimonials_2{ 
 position:relative;
 }
.testimonials_3{ 
 position: absolute;
 left: 20%;
 width: 75%;
 border: 2px solid #054044;
 background-color: #054044;
 top: 70%;
 padding: 10px;
 }
.testimonials_main{ 
 padding-top: 70px;
 padding-bottom: 100px;
 }
/********************* Testimonials****************/


/********************* our ****************/
#our{ 
 padding-top:100px;
 padding-bottom:50px;
 }
.our_1{ 
 text-align:center;
 }
.our_1 h1{ 
 padding-bottom:15px;
 font-size:60px;
 }
.our_3{ 
 text-align:center;
 }
.our_5{ 
 background-color:#000;
 padding:10px 10px 10px 10px;
 }
.our_5 h4 a{ 
 color: #5cccc2;
 font-size: 26px;
 }
.our_5 p{ 
 padding: 0px;
 margin: 0px;
 padding-bottom:0px;
 color:#fff;
 padding-top:6px;
 font-size:16px;
 }
.our_6{ 
 background-color:#000;
 width:70%;
 margin:auto;
 }
.our_6 li{  
 display:inline;
 padding-right:12px;
 }
.our_6 li a{  
 color:#fff;
 }
.our_6 li a:hover{  
 color:#CC935C;
 }
.our_6 p{  
 color:#fff;
 padding-top:5px;
 padding-bottom:10px;
 }
.our_1 h2 a{ 
 color:#CC935C;
 }
.our_4 img{ 
 width:100%;
 }
/********************* our_end ****************/

/********************* contact****************/

#contact {     
  padding-top: 150px;
  padding-bottom: 100px;
  background: #242b85
}

#contact p {
  color: #fff;
  font-size: 24px;
  font-family: 'PT Sans', sans-serif; 
  font-weight: 400;
  margin-bottom: 30px;
}

#contact h2{        
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact_main h1{ 
 font-size:60px!important;
 color:#fff;
font-family: 'PT Sans', sans-serif; 
font-weight: 700;
 }
#contact h1{         
  color:#fff;
  font-size:60px;
  font-family: 'PT Sans', sans-serif; 
  font-weight: 700;
}
		
		 
.fa{font-size:24px;margin-right:5px}
.row-first{margin-bottom:10px;margin-top:8px}
.title-contact{margin-top:32px;display:none;}
.contact-email { display:none; }
a{transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease}
.quick-contact{color:#fff;background-color:#000;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAiCAMAAADiW5DOAAAAaVBMVEUjIyMlJSUhISEaGhoZGRkcHBwREREHBwcMDAwODg4PDw8NDQ0LCwsICAgQEBAYGBgbGxsiIiIkJCQUFBQKCgoVFRUJCQkSEhITExMdHR0XFxcFBQUGBgYfHx8WFhYeHh4gICAEBAQmJiYtaDO6AAAC4UlEQVR42iVTi5arIAykl4cSMNAFeah1t/v/H3knXT3VyoQkMxmUUo8Hfv+0NtYtq6cQvI8bW53y8wsIbmAmy2VyCXElZscUatiNBpRtTlklqw0+EtL45r3rozjmtbK22Rid9TRqpozwiW/L1XMvY++uh3XIPiuZkkpG4lEPyTggS9nHcIFzxkpG9iOrel7Xspyr0eZ1e8TsexmO9m9j73pd57ks6ty2pbWz7drM3LkPhHRXtDV5LEuttZ2qtjVGkI1aJ3tIot7Z6W+T7/WKYFpXFSl48iFUhw5sD647Tzd4T2rN0wpMeSLX2YdaE6o9H0/R9CcbXVao5bhzUEIXilCsA0H5OyfQsVpbXwMxSg9SHiEDbH0teuojHeBrRPu+hi5SlK7wkst5D7WgmDnw0BAYarkBcOzKiWr7IJ+m1iK3aIdHmrdngfqtPrKhofHK4N7O7Trf55om5O88gPWhGFMcnbpshjm2Zavt2gYSvg5gaIcV0+hMvNusU2qtxRWaLsEk1NwJPiCnfpTY7OuF6em+Re+hFdUmiezr+fhV6qmmMSJIBqej1uAgqOPQ1iOLecSBVh1iwTtlaxNfyD1AmMg3B9QksdBEnoQNaMYmt0F6kYSYas9a1oHCq3hrKY6b2JVyQzYXKItQny4OeGy5zuusyaAauYGYUZiOqS3M8T6X81TbVdvW3sttjf52kqigoTExMwePAVxUrTFAkdrEY5k9PFZ8twafcQNRQCquwcNisXbpHFUcdRoZffSt+uA5eBXQqGNC0GHM/Pd4/H6p58/U6Y4tABnEij7zcrRuu3gLXBE6UYoatpcOTIkNZXCh7UeC/TA3vGAijqiwg0FXPIr8Ye+1zYhIH+n+TiTjIB2j/MXAq5TQg0nSuKig0zxIPHZ/YvZdTi9PUTq+r+u9vSN013NQH/dAreBQsXPPsszL1XAt8NjHKzR2VFAlgHt3xWI2d9wgGY5m88eE/QcLefcf4Go/mGyl89EAAAAASUVORK5CYII=');text-align:center}
.contact a{-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;display:block;background-color:rgba(255,255,255,0.25);font-size:20px;text-align:center;color:#fff;padding:7px}
.contact a:hover{background-color:rgba(255,255,255,0.85);text-decoration:none}
.contact a.skype:hover,.fa-skype{color:#00aff0}
.contact a.google:hover
.contact a.linkedin:hover
.contact a.twitter:hover
   

/********************* contact_end****************/
/********************* location****************/
#location{
padding-top:80px;		
         }
#location h1{
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 60px;		
         }

/********************* location_end****************/
/********************* footer ****************/
#footer{ 
 padding-top: 30px;
 background-color: #222222;
 padding-bottom:10px;
  }
.footer_1 h2{ 
font-weight:bold;
padding-bottom:13px;
color: #fff;
font-size: 14px;
  } 
.footer_1 li a{ 
font-size:18px;
color:#fff;
line-height:30px;
  } 
.footer_1 li a:hover{ 
color:#A0CFF3;
  } 
.footer_2 h4{ 
font-weight:bold;
padding-bottom:13px;
 color: #ec9999;
 font-size: 23px;
  }
.footer_2 ul{
text-align:center;
padding-bottom:10px;
  } 
.footer_3 ul{
padding-bottom:10px;
padding-left:13px;
  }
.footer_4 ul{
padding-left:13px;
  } 
.footer_2 li{
display:inline;
margin:6px;
  } 
.footer_2 li a{ 
font-size: 28px;
color:#fff;
  } 
.footer_3 li{
display:inline;
margin:6px;
  } 
.footer_3 li a{ 
font-size: 28px;
color:#fff;
  } 
.footer_4 li{
display:inline;
margin:6px;
  } 
.footer_4 li a{ 
font-size: 28px;
color:#fff;
  }
.tell_main a:hover{
color:#3B5998;
  }
.tell_main_1 a:hover{
color:#00ACED;
  } 
.tell_main_2 a:hover{
color:#DD4B39;
  }
.tell_main_3 a:hover{
color:#CB2027;
  } 
.tell_main_4 a:hover{
color:#007BB6;
  }
.tell_main_5 a:hover{
color:#BB0000;
  }
.tell_main_6 a:hover{
color:#21759B;
  }
.tell_main_7 a:hover{
color:#F36F24;
  }
.footer_5 p{ 
padding-top:30px;
font-size:20px;
color:#fff;
  }
.footer_5 p a{ 
color:#fff;
  }
.footer_5 p a:hover{ 
color:#0099FF;
  }
/********************* footer_end ****************/

@media screen and (max-width : 760px){
#header .navbar-nav {
 text-align: center;
}
#gallery .ih-item.square {
 width: 100%;
 height: 100%;
}
#header .navbar-brand {
 font-size: 23px;
}
#header .navbar {
 padding-right: 0px;
}
#header .navbar li {
 padding-right: 0px;
}
#header .navbar-inverse .navbar-toggle {
 border-color: #fff;
}
#header .navbar-fixed-top{
 position: static;
}
#header .navbar {
 margin-bottom: 0px;
}
#header .navbar-inverse {
 background-color: #222222c7;
 border-color: #222222c7;
}
#center {
 text-align: center;
 padding-top: 50px;
 padding-bottom: 30px;
}
#center h1 {
 padding-bottom: 0px;
}
hr.star-light, hr.star-primary {
 margin: 10px auto 50px;
}
#benefits {
  padding-top: 50px;
  padding-bottom: 30px;
 background-size: cover;
}
#gallery {
 padding-top: 50px;
 padding-bottom: 30px;
 background-size: cover;
}
#plan {
  padding-top: 50px;
  padding-bottom: 30px;
 background-size: cover;
}
.Testimonials_inner {
 padding-top: 50px;
 padding-bottom: 50px;
 background-size: cover;
}
.Testimonials_3 {
 position: static;
 width: 100%;
 margin-bottom: 15px;
}
.Testimonials_main {
 padding-top: 30px;
 padding-bottom:0px;
}
.Testimonials_2 img{ 
 width:100%;
}
#location {
 padding-top: 20px;
}
#footer {
 text-align: center;
}
#contact {
 padding-top: 30px;
 padding-bottom: 30px;
}
.footer_1 ul{ 
 padding-bottom:10px;
 }
.footer_1 li{ 
 display:inline-block;
 }
}


@media (min-width:470px) and (max-width:767px) {
	
} 

@media (min-width:768px) and (max-width:960px) { 
#header .navbar-brand {
 font-size: 28px;
}
#header .nav>li>a {
 padding: 10px 10px;
}
#gallery .ih-item.square {
 width: 100%;
 height: 100%;
}
.gallery_2 h3 a {
 font-size: 22px;
 letter-spacing:1px;
}
#header .navbar li {
 padding-right: 0px;
}
#header .navbar-nav.navbar-right:last-child {
 padding-top: 5px;
}
#header .slideshow .slider_para_inner h3 {
 font-size: 38px;
}
.slideshow .slider_para_inner{ 
 padding: 150px 0;
}
.Testimonials_3 {
 position: static;
 width:100%;
}
.Testimonials_2 img{ 
 width:100%;
}
.Testimonials_main {
 padding-top: 40px;
 padding-bottom: 0px;
}
.our_5 h4 a {
 font-size: 24px;
}
.our_6 {
 width: 90%;
}
.our_6 li {
 padding-right: 6px;
}
.footer_1 h4 {
 font-size: 18px;
}
.footer_2 h4 {
 font-size: 18px;
}
} 
 
@media (min-width:961px) and (max-width:1200px) {
#header .navbar-brand {
 font-size: 30px;
}
#header .nav>li>a {
 padding: 10px 16px;
}
#gallery .ih-item.square {
 width: 100%;
 height: 100%;
}
.gallery_2 h3 a {
 font-size: 22px;
 letter-spacing:1px;
}
#header .navbar li {
 padding-right: 0px;
}
#header .navbar-nav.navbar-right:last-child {
 padding-top: 5px;
}
#header .slideshow .slider_para_inner h3 {
 font-size: 38px;
}
.slideshow .slider_para_inner{ 
 padding: 150px 0;
}
.Testimonials_3 {
 position: static;
 width:100%;
}
.Testimonials_2 img{ 
 width:100%;
}
#center p {
 padding-bottom: 15px;
}
#benefits h2 {
 font-size: 22px;
}
.Testimonials_main {
 padding-top: 40px;
 padding-bottom: 0px;
}
.our_5 h4 a {
 font-size: 24px;
}
.our_6 {
 width: 90%;
}
.our_6 li {
 padding-right: 6px;
}
.footer_2 li a {
 font-size: 20px;
}
.footer_2 li {
 margin: 0px;
}
.footer_3 li a {
 font-size: 20px;
}
.footer_3 li{
 margin: 0px;
}
.footer_3 ul {
 padding-left: 0px;
}
.footer_4 ul {
 padding-left: 0px;
}
.footer_4 li a {
 font-size: 20px;
}
}

@media (min-width:1201px) and (max-width:1320px) {

}

