@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(../fonts/font-awesome-4.5.0/css/font-awesome.css);
@import url(../fonts/font-awesome-4.5.0/css/font-awesome.min.css);
section,aside,footer,header,h1,h2,h3,h4,h5,h6,p,span,figure,div,body{ margin:0; margin:0; font-size:14px;}
header,footer,aside,nav,section{ display:block;}
ul,li{ list-style:none; margin:0; padding:0;}
h1{ font-size:30px;}
h2{ font-size:24px;}
h3{ font-size:20px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
.clear{margin: 0; padding: 0; font-size: 0; height: 0; line-height: 0;clear: both;}
img{ border:0;}
a{ text-decoration:none; margin:0; padding:0;}
.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
.center{ text-align:center;}
img, a { border:none;}

h2{
	font-family: 'Oswald', sans-serif;
}
body{
	font-family: 'Open Sans', sans-serif;
}

.container{
}

.wrapper{
	margin:0px auto;
	width:96%;
	max-width:1100px;
}
.banner{
	position:relative;
}
.banner > img {
  width: 100%;
  display:block;
}
.header {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  border-top: 5px solid #0ecafa;
  padding: 24px 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.logo {
  float: left;
}.menu {
  float: right;
  padding-top: 15px;
}
.menu li {
    float: left;
    margin-right: 20px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
}
.menu li a{
	font-family: 'Oswald', sans-serif;
	color:#fff;
}
.searched-icon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin: 0;
    padding: 0;
	cursor:pointer;
}

.searched-icon input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    height: 0px;
    opacity: 0;
    width: 0;padding: 0;
	color:#fff;
    transition: all 0.2s ease 0s;
}
.searched-icon:hover input {
    opacity: 1;
    width: 110px;
    height: 25px;
	margin-right:5px;
    transition: all 0.2s ease 0s;
}


.banner-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 100px;
  color: #fff;
  left: 0;
  margin: auto;
  padding: 0 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 46%;
}.banner-text h2 {
  background: #000 none repeat scroll 0 0;
  border-bottom: 3px solid #0ecafa;
  font-size: 30px;
  padding: 15px 0;
  text-transform:uppercase;
}
.banner-text p {
  font-size: 16px;
  line-height: 30px;
  padding: 30px 40px 20px;
}

.text-nav {
    margin: 0 auto;
    width: 60%;
}
.banner-text .text-nav a {
  border: 1px solid #0ecafa;
  border-radius: 4px;
  color: #0ecafa;
  padding: 5px 20px;
}
.banner-text .text-nav a:first-child{
	float:left;
}
.banner-text .text-nav a:last-child{
	float:right;
}.banner-text .text-nav a i {
  margin-right: 12px;
}



.overview-section {
    padding: 40px 0;
    text-align: center;
	background-image:url(../images/overview-border-bottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.head-border {
  background-image: url("../images/heading-border-bottom.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #333;
  font-size: 30px;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}.overview-section > p {
  color: #777;
  line-height: 30px;
  padding: 20px 0px;
}
.overview-section > a {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}


.services {
    float: left;
    padding: 40px 0;
    width: 100%;
}.service-section {
  float: left;
  padding: 30px 0 0;
  width: 100%;
}
.services-part {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 23%;
}
.services-part:last-child {
    margin-right: 0;
}
.services-part h3 {
  color: #333;
  font-family: "Oswald",sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 0;
  text-transform: uppercase;
}
.services-part > p {
    color: #666;
    line-height: 24px;
	padding:0px 0px 14px;
}
a.reader-btn{
    border: 1px solid #333;
    color: #000;
    font-size: 12px;
    padding: 2px 10px;
    text-transform: uppercase;
}

.testimonial-section {
  background-image: url("../images/testimonial-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
  float: left;
  padding: 40px 0 50px;
  position: relative;
  width: 100%;
}
.testimonial-section .head-border {
  color: #fff;
  margin-bottom: 30px;
}

.testimonial-section h4, .testimonial-section h4 .designation {
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
span.designation::before {
  content: "|";
  margin-left: 6px;
  padding-right: 10px;
}
.testi-left {
    float: left;
    width: 48%;
}
.testi-right {
    float: right;
    width: 48%;
}

.happy-img {
    float: left;
    padding: 20px 0;
    position: relative;
}
.happy-img::before {
  border-right: 4px solid #0ecafa;
  border-top: 4px solid #0ecafa;
  content: " ";
  height: 50%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 60%;
}
.happy-img::after {
  border-left: 4px solid #0ecafa;
  border-bottom: 4px solid #0ecafa;
  content: " ";
  height: 50%;
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 60%;
}
.happy-img img{
	display:block;
}

.testimonial-text {
  float: right;
  width: 64%;
}

.testimonial-section p {
    line-height: 24px;
    padding: 10px 0 0;
}.testy-nav {
  bottom: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
}


.our-work-section::after {
    border-top: 1px solid #ccc;
    bottom: -3px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.our-work-section {
    border-bottom: 1px solid #ccc;
    float: left;
    margin-bottom: 40px;
    padding: 40px 0 20px;
    position: relative;
    width: 100%;
}
.work-tab {
  font-size: 0;
  padding: 20px 0px 0px;
  text-align: center;
}
.work-tab > li {
  border: 1px solid #333;
  display: inline-block;
  font-size: 0;
  padding: 10px 20px;
  border-right:none;
}
.work-tab > li:last-child {
  border-right: 1px solid #333;
}
.work-tab > li a {
    color: #333;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}


.work-part {
  float: left;
  margin: 30px 30px 0 0;
  width: 31%;
}
.work-part > img {
  width: 100%;
}
.work-part:nth-child(3n) {
    margin-right: 0;
}


.program-section {
    clear: both;
    float: left;
    padding-bottom: 40px;
    width: 100%;
}
.program-left {
    float: left;
    width: 48%;
}
.program-left > img {
  max-width: 100%;
}
.program-right {
    float: right;
    width: 49%;
}
.program-right > img {
  max-width: 100%;
}
.program-section h3{
    color: #333;
    font-family: "Oswald",sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}
.program-section p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0 0;
}
.program-section a{
	color:#0ecafa;
}

.program-section .reader-btn {
    color: #333;
    display: inline-block;
    margin-top: 22px;
    padding: 4px 10px;
}

.long-click-button {
    float: left;
    padding: 20px 0;
    width: 100%;
	text-align:center;
	
	background: #59dbfb; /* Old browsers */
background: -moz-linear-gradient(top, #59dbfb 0%, #01b2de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #59dbfb 0%,#01b2de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #59dbfb 0%,#01b2de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59dbfb', endColorstr='#01b2de',GradientType=0 ); /* IE6-9 */
}
.long-click-button h1 {
    color: #333;
    font-family: oswald;
    font-size: 44px;
    font-weight: bold;
}


/***** footer ***/

.footer {
    background: #333 none repeat scroll 0 0;
    color: #b7b7b7;
    float: left;
    padding: 60px 0 30px;
    width: 100%;
}

.footer-part:last-child {
    margin-right: 0;
}
.footer-part { 
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 23.5%;
}

.footer-part h2 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.footer-part p {
    color: #b7b7b7;
    line-height: 24px;
}

.footer-part li {
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #464646;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.latest-news li:first-child, .footer-part li:first-child {
    padding-top: 0;
}
.footer-part li:last-child{
    border-bottom:none;
}
.footer-part strong {
    color: #fff;
    display: block;
    font-weight: normal;
}
.more-learn {
    color: #fff;
    display: block;
    margin-top: 20px;
}
.latest-news li {
    padding-bottom: 20px;
    padding-top: 12px;
}
.main-featu a {
    color: #7b7b7b;
}

.email{
	color: #0ecafa;
}
.footer-part .add {
  background-image: url("../images/address-icon.png");
  background-position: left top 5px;
}
.footer-part .phone {
  background-image:url(../images/phone-icone.png);
  background-position: left top 16px;
}
.footer-part .emailer {
  background-image:url(../images/mail-icon.png);
  background-position: left top 16px;
}
.main-featu > li {
    background-image: url("../images/tick-icon.png");
    background-position: left center;
}
.social > li {
  border-bottom: medium none;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}
.social {
    padding-top: 10px;
}


.footer-copyright {
    border-top: 1px solid #464646;
    float: left;
    padding: 30px 0 0;
    width: 100%;
}
.footer-copyright .left p {
    padding: 15px 0 0;
}
.footer-copyright .right li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
	text-transform:uppercase;
	color:#fff;
}
.footer-copyright .right li:last-child{
    margin-right: 0px;
}
.toggle {
  display: none;
}

@media ( max-width:1120px) {
	.banner-text {
  bottom: 60px;

}
	.banner-text {
  width: 60%;
}
}
@media ( max-width:1069px) {
.long-click-button h1 {
  font-size: 36px;

}
.text-nav {
  width: 70%;
}
.footer-part {
  width: 23%;
}
.social > li {
  margin-right: 2px;

}
.menu li {

  margin-right: 10px;
}
}
@media ( max-width:980px) {
	.banner-text {
  width: 60%;
}
.banner-text {
  bottom: 40px;
}
.menu li {
  border-bottom: 1px solid;
  color: #fff;
  display: block;
  float: none;
  font-family: "Oswald",sans-serif;
  margin-right: 20px;
  padding: 2px 0;
}
.social img {
  width: 90%;
}
.social > li {
  margin-right: 0;
  float:left;
}
.fa.fa-bars {
  color: #fff;
  font-size: 24px;
}
.menu {
  background: #000 none repeat scroll 0 0;
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 300px;
  z-index: 999;
}
		.toggle {
  display: block;
}
.toggle {
  color: #fff;
  display: block;
  float: right;
}
}
@media ( max-width:801px) {
	.banner-text h2 {
  font-size: 20px;
  padding: 10px 0;

}
.banner-text p {
  font-size: 15px;
 
}
.banner-text {
  bottom: 15px;
}
.testimonial-section {
  box-sizing: border-box;
  padding: 0 20px;
}
.testi-left {
  width: 100%;
}
.testi-right {
  width: 100%;
  padding: 30px 0 30px 0;
}
.work-part {
  margin: 30px 29px 0 0;
  width: 30.5%;
}
.long-click-button h1 {
  font-size: 28px;
}
.social > li {
  width: 25%;
}
.social img {
  width: 70%;
}
.left {
  float: left;
  width: 100%;
  text-align: center;
}
.right {
  float: right;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
}
@media ( max-width:768px) {
	.banner-text h2 {
  font-size: 16px;
  padding: 5px 0;
}
.banner-text p {
  font-size: 13px;
  padding: 20px 40px;
}
.services-part {
  margin-right: 19px;
}
.services-part h3 {
  min-height: 50px;

}
.footer-part {
  margin-right: 19px;
 
}
}
@media ( max-width:640px) {
	.banner-text {
  width: 80%;
}
.banner-text p {
  font-size: 12px;
  padding: 10px 20px;
}
.services-part {
  margin-right: 10px;
  width: 48%;
  margin-bottom: 30px;
}
.work-tab > li {
  padding: 10px 19px;
}
.work-part {
  margin: 30px 10px 0 0;
  width: 48.3%;
}
.work-part:nth-child(2n) {
  float: right;
}
.long-click-button h1 {
  font-size: 24px;
}
.footer-part {
  width: 46%;
  margin-right: 24px;
}
}
@media ( max-width:480px) {
.banner-text {
  float: left;
  position: static;
  width: 100%;
}
.services-part {
  width: 100%;
}
.work-tab > li a {
  font-size: 14px;

}
.work-tab > li {
  padding: 10px 15px;
}
.work-part {
  width: 100%;
}
.work-part:nth-child(2n) {
  float: left;
}
.program-left {
  float: left;
  width: 100%;
  margin-bottom:20px;
}
.program-right {
  float: left;
  width: 100%;
}
.footer-part {
  width: 44%;
}
.happy-img > img {
  width: 100%;
}
.happy-img {
  width: 20%;
}
}
@media ( max-width:320px) { 
.text-nav {
  width: 96%;
}
.head-border {
  font-size: 20px;

}
.work-tab > li a {
  font-size: 12px;
}
.work-tab > li {
  padding: 10px 5px;
}
.program-right > h3 {
  text-align: center;
}
.footer-part {
  width: 100%;
}
.right img {
  float: left;
  width: 40px;
}
.program-right {
  text-align: center;
}
.program-left {
  text-align: center;
}
.long-click-button h1 {
  font-size: 20px;
}

}