@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,400italic,500,500italic,700,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,400italic,600italic,700,700italic,600);
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	margin: 0!important;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #666666;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	text-rendering: optimizeLegibility;
}

.clear {
  clear: both;
}

img {
	border: 0;
}

html, html a {
	-webkit-font-smoothing: antialiased !important;
}
a, a:hover, a.active, a:after, a:visited, a:focus {
	outline: none;
	border: none;
}
div, body, h1, h2, h3, h5, h6, span, form, input, p, a, nav, header, footer, section, aside, article, figure {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
input:focus {
	outline: none;
	border: none;
}
a img {
	border: 0;
}
* {
	margin: 0;
	padding: 0;
}
a, a:hover, a.active, a:after, a:visited, a:focus {
	outline: none;
	border: none;
	text-decoration: none;
	transition: all 0.25s ease-in-out 0s;
}
 input[type="search"]:-webkit-search-decoration {
 -webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

p {
	margin:0 0 10px 0;
	padding: 0;
	font-family: "Roboto",sans-serif;
	color: #666666;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	text-decoration:none;
}

#toolbar {
    min-height: 40px;
    background: #179bd7;
}

.active-menu{
  background-color: #5e8fdb;
  color: #fff;
  border-color: #fff;
}

.social-icons {
    margin-bottom: 0px;
    padding: 0px;
    float: left;
    list-style: outside none none;
    display: inline-block;
}


.social-icons li {
    float: left;
}


.social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    color: #F1C40F;
    line-height: 40px;
}


.social-icons li a:hover {
    color: #00254E;
    background: #F1C40F;
}

.contact-details {
    height: 40px;
    float: left;
    margin-right: 70px;
}


.contact-details ul {
    padding: 0px;
    list-style: outside none none;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #B8BEC6;
    float: left;
    line-height: 40px;
    text-align: center;
}

.contact-details ul li {
    font-weight: 400;
    float: left;
}

.contact-details ul a {
    color: #fff;
	display:block;
	font-weight:400;
    font-weight: 400;
	font-size:13px;
	padding:0 10px;
	font-family: 'Roboto', sans-serif;
}

.contact-details ul a:hover {
    color: #fff;
	background:#253b80;
}


.social-icons {
    margin-bottom: 0px;
    padding: 0px;
    float: right;
    list-style:none;
    display: inline-block;
}


.social-icons li {
    float: left;
}
.social-icons li a {
    display: block;
   width: 40px;

    font-size: 15px;
    text-align: center;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    color: #fff;
line-height:45px;
}

.social-icons li a:hover{
color: #fff;
background: #023968;

}

/*Mobile Navbar styles*/

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top:0px;
  width: 70%;
  height:100%;
  overflow-y: scroll;
  padding: 0px 5px;
  background-color:#000;
  text-align: left;
}

.overlay-content ul li{
  list-style: none;
}

.overlay-content ul li ul li{
  list-style: none;
}

.overlay a {
  padding: 5px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 31px;
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.overlay-content a, .dropdown-btn {
  display: block;
  width: 100%;
  cursor: pointer;
}
.active {
  background-color: green;
  color: white;
}
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

@media screen and (max-width: 541px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*Mobile  Navbar ends here*/


.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    transition: height 500ms ease 0s, width 500ms ease 0s;
    right: 0px;
    margin: 0px auto;
    border-bottom: 2px solid #221A17;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
}

.container {
	margin: 0px auto;
	position: relative;
	padding: 0;
}

.fixed-header {
  height:auto;
  width: 100%;
  background:#253b80;
}

#header {

}

.logo {
margin:0px 0px 0px;
float: left;
max-width:100%;
transition: height 500ms ease 0s, width 500ms ease 0s;
}

.header-right-part{
margin:15px 0px 0px 0px;
float: right;
width:266px;
}


.search-part{
background: #324e79;
width:266px;
margin: 0px 0px 0px 0px;
float: left;
padding:20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}

.search-part p{
color: #FFF;
font-weight: 400;
font-size: 14px;
padding: 0px 0px;
font-family: "Roboto",sans-serif;
text-transform:uppercase;
}

.inp-77{
width:175px;
float:left;
	color:#95999e;
	padding:0px;
	font-weight:400;
	background:#fff;
	font-family: "Roboto",sans-serif;
	font-style:italic;
	text-decoration: none;
font-family: "Source Sans Pro",sans-serif;
	line-height:31px;
	font-size:13px;
	font-style:italic;
	border: solid 2px #fff;
display: block;
padding: 0px 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}

.inp-77:focus{
color:#f39c35;
font-style:normal;
border: solid 2px #f39c35;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}


.submit-btn{
width:40px;
background:#253b80;
height:35px;
cursor:pointer;
float:left;
box-shadow:none;
border:none;
margin:0 0 0 3px;
-webkit-border-radius:4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
color: #fff;
font-size: 20px;
transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.submit-btn.fa-long-arrow-right::before {
    content: "";
}

.submit-btn:hover{
background:#f39c35;
}

.nav-part{
background:#1b212a;
border-bottom:solid 2px #2c3388;
min-height:48px;
margin:0 0 25px 0;
}

nav {
margin:0px;

float: left;
position: relative;

}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	float: left;
	line-height: 48px;
	margin: 0 0px 0 0;
background:url("../images/nav-border.jpg") top right no-repeat;
}
	
	
nav ul li:last-child{
background:none;
}	

nav ul li a {
display: block;
text-decoration: none;
padding: 0px 20px !important;
font-size:15px;
font-weight:600;
position: relative;
font-family: 'Source Sans Pro', sans-serif;
color:#fff;
transition: background 1s ease 0s, color 1s ease 0s, padding 0.5s ease 0s, margin 0.5s ease 0s;

}
nav ul li a:hover {
	text-decoration: none;
	transition: background 1s ease 0s, color 1s ease 0s, padding 0.5s ease 0s, margin 0.5s ease 0s;
}


nav ul li:nth-child(1) a{
    font-size: 25px;
}

.donate-now-btn {
    float: right;
    margin: 0px 0px 0px 0px;
}


a.donate-now-btn {
    color: #FFF;
    line-height:48px;
    background: #2c3388;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight:400;
    float: right;
    padding: 0px 10px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    transition: background 1s ease 0s, color 1s ease 0s, padding 0.5s ease 0s, margin 0.5s ease 0s;
}


a.donate-now-btn:hover {
    color: #FFF;
    background: #179BD7;
}

.left-content{
width:836px;
float:left;
}

/* Banner start here */


.banner-part{
min-height:421px;
margin:0 0 25px 0;
}


.carousel{
min-height:421px;
max-height:421px;
}


.carousel-fade .carousel-control i{
top: 42%;
right: 17px;
width: 40px;
height: 40px;
margin-top: 0px;
font-size: 54px;
font-weight: 400;
color: #FFF;
text-align: center;
border-radius: 23px;
position: absolute;
line-height: 33px;
}

.carousel-control.left i{
left: 17px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -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;
  background: none;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: silver;
}
.item:nth-child(2) {
  background: red;
}
.item:nth-child(3) {
  background: orange;
}


.carousel-inner > .item > img {
    height: 421px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}

/* Banner start here */

.carousel-fade .carousel-inner { background: #0b0e11;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
 }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.carousel-control .control-icon {
  font-size:27px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 15px; } 
  .carousel-control .next { margin-right: -15px; right: 15px; } 

.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0; width: 30px; height: 30px;
top: 48%;}
a.carousel-control.right { right: 0; background: none; border: 0; width: 30px; height: 30px;
top: 48%;}

.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  } 

.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  

.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #333;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fe665e;
  margin: 0 3px;
  }

.carousel-indicators {
    display: none;
}

.welcome-part{
  margin-top: 0px;
}

.welcome-part h1{
padding: 0px;
margin: 0px 0px 8px;
font-size: 20px;
line-height:40px;
font-weight: 600;
color:#1b212a;
}

.welcome-part h1 i{
font-size: 22px;
}

.welcome-part h1 span{
font-size: 25px;
color: #008020;
}

.welcome-part img{
  float: left;
  width: 35%;
  margin: 9px;
border:solid 2px #bac7d0;
-webkit-border-radius:2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}

.welcome-part p{
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #3e474c;
    text-align: justify;
}

/*.welcome-part p:last-child{
    max-width: 100%;
    margin: 25px 0px 0px;
}*/


.welcome-part p a{
  float: right;
  margin-right: 25px;
  padding: 5px 11px;
  font-weight:500;
  color: #42b9f5;
  background: transparent;
}

.welcome-part p a:hover{
  background-color: #42b9f5;
    color: #fff;
}



.devider{
width:792px;
height:1px;
background:#bac7d0;
margin:45px auto 25px;
}




.project-part{

}

.project-part h1{
padding: 0px;
margin: 0px 0px 8px;
font-size: 20px;
line-height:40px;
font-weight: 600;
color:#1b212a;
}

.project-part h1 i{
font-size:18px;
}

.project-part ul{
margin: 20px 0 0 0;
padding:0px;
list-style:none;
}



.project-part ul li{
float:left;
max-width:255px;
margin:0 35px 4px 0;
}

.project-part ul li:last-child{
margin:0px;
}

.project-part ul li h3{
color:#2e3492;
font-weight:600;
line-height:normal;
margin:10px 0 10px 0;
font-size:16px;

}

.project-part ul li h3 a{
color:#2e3492;

}
.project-part ul li h3 a:hover{
color:#F39C35;

}

.project-part ul li p{
color:#3e474c;
font-size:14px;
line-height:22px;
font-weight:400;
}


/*Photo Gallery Start Here*/

.wrapper {
overflow: hidden;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.wrapper:hover .overlay {
	right:250px;
}
.wrapper:hover .description {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: 1s ease-in;
	-webkit-transition: 1s ease-in;
}
.wrapper .overlay {
	display: block;
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	right: -100%;
	transition: .4s ease-out;
	-webkit-transition: .4s ease-out;
}
.wrapper .overlay .rectangle, .wrapper .overlay .arrow-left {
	position: absolute;
	top: 0;
}
.wrapper .overlay .rectangle {
	display: block;
	margin-left: 250px;
	width: 100%;
	height: 100%;
	background-color:#013449 ;
}
.wrapper .overlay .arrow-left {
	position: relative;
	left: 0;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	border-bottom: 250px solid transparent;
	border-right: 250px solid #013449 ;
}
.wrapper .description {
	text-align: left;
	position: absolute;
	padding:10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #cc6812;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .2s ease-out;
	-webkit-transition: .2s ease-out;
}
.wrapper .description h4 {
color:#fff;
font-weight:500;
line-height:normal;
margin:4px 0 7px 0;
font-family: "Roboto",sans-serif;
font-size:15px;
}
.wrapper .description p{
padding:0px;
font-size:13px;	
color:#fff;
font-family: "Roboto",sans-serif;
}


.wrapper .description h4 a{
color:#fff;
font-family: "Roboto",sans-serif;
}

.wrapper .link {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
margin: 0px;
background: none;
padding: 0;
box-shadow: none;
border-radius: 0;
}

.wrapper .link:hover {
 background:transparent;
box-shadow:none; 
}

.wrapper img {
	vertical-align: bottom;
}


.right-content{
width:285px;
float:right;
}

.activity-content{

}

.activity-content ul{
margin:0px;
padding:0px;
list-style:none;
}

.activity-content ul li{
margin:0 0 12px 0;
}


.activity-content ul li a{
padding:14px 10px;
display:block;
min-height:96px;
background:#f39c35;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.activity-content ul li a:hover{
background:#2C3388;
}
.activity-content ul li a:hover i{
color:#fff;
}


.activity-content ul li a i{
float: left;
color: #D78C34;
font-size: 49px;
margin:10px 15px 10px 0;
}

.activity-content ul li a h2{
font-size:20px;
font-weight:600;
color:#fff;
text-transform:uppercase;
margin:10px 0 5px 0;
}

.activity-content ul li a p{
font-size:15px;
font-weight:400;
line-height:normal;
color:#fff;
margin:0px;
}


.succes-story{
margin:24px 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background:#f39c35;
}


.succes-story section{
text-align:center;
padding:7px 5px; 
}

.succes-story section h3{
color:#fff;
font-weight:600;
font-size:23px;
font-family: "Source Sans Pro",sans-serif;
line-height:normal;
}


.succes-story section a{
color:#fff;
font-weight:600;
font-size:15px;
font-family: "Source Sans Pro",sans-serif;
line-height: 20px;
}

.succes-story section a i {
    line-height: 12px;
    margin: 5px 0px 0px 4px;
    display: inline-block;
    font-size: 13px;
}

.succes-story section a:hover{
color:#2C3388;
}

.right-content .devider {
    width: 100%;
	margin:24px auto 17px;
}


.succes-story .wrapper {
    border-radius: 0;
}


.case-study{

}

.case-study h2{
padding: 0px;
margin: 0px 0px 8px;
font-size:18px;
line-height: 40px;
font-weight: 600;
color: #f39c35;
}

.case-study ul{
margin:0px;
padding:0px;
list-style:none;
}


.case-study ul li{
margin:0 0 20px 0;
}


.case-study ul li img{
float:left;
margin:0 13px 5px 0;
}

.case-study ul li h3{
color: #1b212a;
font-weight: 600;
line-height: normal;
margin:0px 0px 5px;
font-size: 16px;
}

.case-study ul li h3 a{
color: #1b212a;
}

.case-study ul li h3 a:hover{
color:#2E3492;
}

.case-study ul li p{
color: #3E474C;
font-size: 14px;
line-height: 22px;
font-weight: 400;

}



.gallery-content{

}

.gallery-content h2{
padding: 0px;
margin: 0px 0px 8px;
font-size:18px;
line-height: 40px;
font-weight: 600;
color: #f39c35;
}

.gallery-content ul{
margin:0 0 10px 0;
overflow: hidden;
padding:0px;
list-style:none;
}


.gallery-content ul li{
margin:0 3px 3px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  float:left;
}

.gallery-content ul li img{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gallery-content ul li a img:hover{
background:red;
}


.gallery-content ul li:nth-child(3){
margin:0 0px 3px 0;
}

.gallery-content ul li:last-child{
margin:0 0px 3px 0;
}



a.learn-more-btn {
    margin: 0px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2C3388 ;
    padding: 5px 10px 5px 0px;
	float:right;
    background: transparent none repeat scroll 0% 0%;
}


a.learn-more-btn:hover {
    padding: 5px 10px;
    background: #2C3388;
    color: #FFF;
}


.message-content{
}

.message-content h2{
padding: 0px;
margin: 0px 0px 15px;
font-size:25px;
line-height: 40px;
font-weight: 600;
color: #f39c35;
}


.message-content img{
  width: 65%;
  height: auto;
  float: right;
margin: 10px;
}

.message-content h4{
color: #fff;
font-weight: 600;
line-height: normal;
margin:15px 0px 0 0;
font-size: 21px;
}
.message-content h6{
color: #179BD7;
font-weight: 600;
line-height: normal;
margin:2px 0px;
font-size: 17px;
}
.message-content p{
color: #fff;
font-size: 14px;
line-height: 22px;
font-weight: 400;
margin: 13px 0 5px 0;
float: left;
}

.message-content-inner{
  width: 100%;
  height: auto;
  text-align: left;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 540px){
  .message-content img{
    width: 65%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

footer{
background: linear-gradient(0deg, rgba(0, 2, 94, 0.8), rgba(0, 2, 94, 0.8)), url(../images/banner-img3.jpg);/*#242D3A*/
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 40px 0px 0px;
width: 100%;
overflow: hidden;
min-height: 250px;
margin: 35px 0 0 0;
}

.footer-about{
width:320px;
margin:0 27px 0 0;
float:left;
}


.footer-about h4{
color: #FFF;
font-family: "Source Sans Pro",sans-serif;
font-size: 18px;
font-weight: 600;
margin: 0px 0px 15px;
}

.footer-about p{
color: #fff;
font-family: "Lato",sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 21px;
margin: 0 0 4px 0;
}

.footer-about p a{
color:#fff;
text-decoration:none;
}
.footer-about p a:hover{
color:#fff;
text-decoration:underline;
}

.new-school{
width:170px;
margin:0 31px 0 0;
float:left;
}


footer .container {
    padding: 0px 66px;
}



footer h4{
color: #f39c35;
font-size: 15px;
font-weight: 600;
margin: 0px 0px 15px;
text-transform: uppercase;
}

footer ul{
margin:0px;
padding:0px;
list-style:none;
}

footer ul li{
list-style:none;
}
footer ul li a{
color: #FFF;
text-decoration: none;
font-weight:300;
font-size: 14px;
line-height: 22px;
padding: 0px 0px 5px;
}


footer ul li:hover{
color:#fff;
/* list-style: inside none disc; */
}

footer ul li:hover a{
color:#fff;
padding:0 0 0 0px;
text-decoration:underline;
transition: background 1s ease 0s, color 1s ease 0s, padding 0.5s ease 0s, margin 0.5s ease 0s;
}

.footer-about:last-child{
margin:0px;
}

.footer-about li, .footer-about li:hover{
list-style:none;
}

.footer_last {
border-top:solid 1px #40464f;
background: #002040;
height:auto;
float: left;
width: 100%;
margin: 0px;
}



.footer_last p{
color: #fff;
text-align: center;
font-family: "Lato",sans-serif;
text-decoration: none;
font-weight: 400;
font-size: 14px;
line-height:19px;
padding: 9px 0 9px 0;
float:right;
margin: 0;
}

.footer_last ul{
float:left;
list-style:none;
margin:0px;
padding:0px;
}

.footer_last ul li{
float: left;
line-height: 46px;
padding: 0px 15px;
}

.footer_last ul li a{
color: #fff;
font-family: "Lato",sans-serif;
text-decoration: none;
font-weight: 400;
font-size: 14px;
display: block;

}
.footer_last ul li a:hover{
color:#fff;
text-decoration:underline;
}


.welcome-part.about-us p{
margin: 10px 0px 0px;

}

.welcome-partone.about-us p{
margin: 10px 0px 0px;

}

.welcome-part.about-us h1{
border-bottom: solid 2px #1B212A;
}

.welcome-partone.about-us h1{
border-bottom: solid 2px #1B212A;
}

.ranvtxt{
	font-family: 'Roboto', sans-serif;
	color: #666666;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	text-rendering: optimizeLegibility;
}

.ranvhead{
	font-family: 'Roboto', sans-serif;
	color: #253b80;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	text-rendering: optimizeLegibility;
}

.ranvheadone{
	font-family: 'Roboto', sans-serif;
	color: #fb0332;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	text-rendering: optimizeLegibility;
	padding:0 0 0 30px;
}




.welcome-partone{
}

.welcome-partone h1{
padding: 0px;
margin: 0px 0px 8px;
font-size: 20px;
line-height:40px;
font-weight: 600;
color:#1b212a;
}

.welcome-partone h1 i{
font-size: 22px;
}


.welcome-partone p{
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #3e474c;
    margin: 0;
	max-width:535px;
	float:left;
}

.welcome-partone p:last-child{
    max-width: 100%;
    margin: 25px 0px 0px;
}


.welcome-partone p a{
margin: 0px;
    font-weight:500;
    color: #2C3388;
    background: transparent;
}

.welcome-partone p a:hover{
text-decoration:underline;
    color: #F39C35;
}


.ranvheadlink{
	padding:5px 0 0 0;
	font-family: 'Roboto', sans-serif;
	color: #253b80;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	text-rendering: optimizeLegibility;
}

.ranvheadlink a{
	font-family: 'Roboto', sans-serif;
	color: #253b80;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	text-rendering: optimizeLegibility;
}

.ranvheadlink a:hover{
	font-family: 'Roboto', sans-serif;
	color:#FF0000;
	font-size:14px;
	font-weight:500;
	text-decoration:underline;
	font-style:normal;
	text-rendering: optimizeLegibility;
}

@media screen and (min-width: 541px){
  .navbar{display: none;}
}

@media screen and (max-width: 540px){
  .contact-details{
    display: none;
  }
  .logo {width: 85%;}

  .navbar{float: right;font-size: 29px;vertical-align: center;color: #fff;}

  nav{display: none;}
}

.wall_bg{
  background: linear-gradient(0deg, rgba(20, 0, 107, 0.9), rgba(20, 0, 107, 0.9)), url(../images/wall_image.png);
}

.wall_bg h2{
  color: #f39c35;
  padding: 7px 0 11px 0; 
  text-align:center;
}

.wall_bg1{
  background: linear-gradient(0deg, rgba(102, 0, 102, 0.9), rgba(102, 0, 102, 0.9)), url(../images/wall_image.png);
  margin: 0px;
}

.wall_bg1 h2{
  color: #f39c35;
  padding: 7px 0 11px 0; 
  text-align:center;
}

.wall_bg1 p a span{
  color: #fff;
  padding: 7px 11px; 
  background-color: #00c1db;
  text-align: center;
  margin-left: 45%;
}

.wall_bg1 p a span:hover{
  color: #fff;
  padding: 7px 11px; 
  background-color: #07024a;
  text-align: center;
  margin-left: 45%;
}

.casestudy_area{
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 10px;
}

.casestudy_area img{
  width: 110px;
  height: 110px;
  border-radius: 125px;
  border: 5px solid #00c1db;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
}
.casestudy_area img:hover {box-shadow: 1px 1px 5px rgba(255,255,255,0.3);}

.casestudy_area h3{
    color: #00c1db;
}

.casestudy_area h3:hover{
    color: #fff;
}

.casestudy_area p{
    color: #fff;
}

.gallery_box{
  width: 210px;
  height: 190px;
  border: 5px solid #fff;
  display: inline-block;
  margin: 7px;
}