/*--
Author: zzz
Author URL: http://zzz.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/--*/
body{
	margin:0;
	padding:0;
	background:#CEF6E3;
	font-family: 'Open Sans', sans-serif;
 }
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Handlee', cursive;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
p,ul,ol{
	font-size:14px;
}
.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
input[type="submit"],a,.info_social_icons li{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
/*-- header --*/

.header_var_sup{
    background:#0070ff;
    float:left;
}

.header_var_sup ul li{
    float:none;
    margin :5px;
    padding: 0.05em 1em;
    display: inline-block;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 600;
}



.header_a{
	background:#0070ff;
}
.header_a_left{
	float:left;
}

.header_a_left ul li{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.header_a_left ul li a{
    padding: 90px 30px;
    background: #14a1ff;
    color: #fff;
    text-decoration: none;
    margin-right: 1em;
    display: block;
}
.header_a_left ul li i{
    padding-left:1em;
}



.header_a_left p{
	color:#fff;
    font-weight: 600;
	line-height:1em;
	margin:0.2em 0 0;
}
.header_a_right{
	float:right;
}
.header_a_right ul li{
	display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.header_a_right ul li a{
	padding: 10px 30px;
    background: #14a1ff;
    color: #fff;
    text-decoration: none;
    margin-right: 3em;
    display: block;
}
.header_a_right ul li i{
	padding-right:1em;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navigation   {
    border-top: none;
    position: relative;
    background: #ggg;
}
.navbar-nav {
    float: none;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fa3d03;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
}
.navbar-nav > li > a {
    margin: 0;
    padding: 0.5em 6em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 800;
}
/*.navbar-nav > li:nth-child(3){
    margin-right:19.6em !important;
}*/
.navigation_pos{
    position: absolute;
    top:5%;*/
    /*left: 39%;*/
    left: 41%; 
    z-index:999;

}
.navigation_pos h1 a{
    font-size: 1.1em;
    color: #212121;
    text-align: center;
    text-decoration: none;
    border: 1.5px solid #65b126;
    padding: 0.1em 0.1em;
    position: relative;
    display: block;
}
.navigation_pos h1 a span:before,.navigation_pos h1 a span:after{
    content: '';
    position: absolute;
    top: 11%;
    width: 100px;
    height: 100px;
}
.navigation_pos h1 a span:before{
    left: 0%;
    background: url(../images/+1+.png) no-repeat 0px 0px;
    
}
.navigation_pos h1 a span:after{
    right: 3%;
    background: url(../images/2.png) no-repeat 0px 0px;
}

.navigation_pos h1 a i{
    display: block;
    font-size: .25em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    letter-spacing: 8px;
    color: #65b126;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fa3d03;
}
.menu_list {
    /*position: relative;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu_item {
    display: block;
    margin: 0.5em 0;
}

.menu_link {
    font-size: 0.85em;
    font-weight: bold;
    display: block;
    padding: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* principal */
.menu-principal .menu_item {
    position: relative;
    margin: 0.9em 0.5em;
}
.menu-principal .menu_item:last-child{
    margin-right:0;
}
.menu-principal .menu_link {   /*despliega menu colapsable*/
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.menu-principal .menu_link:hover,
.menu-principal .menu_link:focus {
    color: #929292;
}

.menu-principal .menu_item--current .menu_link {
    color: #fa3d03;
}

.menu-principal .menu_item::before,
.menu-principal .menu_item::after,
.menu-principal .menu_link::before,
.menu-principal .menu_link::after {
    content: '';
    position: absolute;
    background: #fa3d03;
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

/* left and right line */
.menu-principal .menu_item::before,
.menu-principal .menu_item::after {
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

/* left line */
.menu-principal .menu_item::before {
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

/* right line */
.menu-principal .menu_item::after {
    right: 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

/* top and bottom line */
.menu-principal .menu_link::before,
.menu-principal .menu_link::after {
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

/* top line */
.menu-principal .menu_link::before {
    top: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

/* bottom line */
.menu-principal .menu_link::after {
    bottom: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

/* Delays (first reverse, then current) */

/* These rules can be simplified, but let's keep it for better readability */

/* bottom line */
.menu-principal .menu_item .menu_link::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu-principal .menu_item--current .menu_link::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* left line */
.menu-principal .menu_item::before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu-principal .menu_item--current::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/* top line */
.menu-principal .menu_item .menu_link::before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu-principal .menu_item--current .menu_link::before {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

/* right line */
.menu-principal .menu_item--current::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu-principal .menu_item--current::before,
.menu-principal .menu_item--current::after,
.menu-principal .menu_item--current .menu_link::before,
.menu-principal .menu_item--current .menu_link::after,.menu_item:hover::before,.menu_item:hover::after,
.menu-principal .menu_link:hover::before,
.menu-principal .menu_link:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
/*-- //header --*/
/*-- pop-up --*/
.user{
    position:relative;
}
.user i{
    position: absolute;
    top: 0;
    font-size: 1em;
    color: #fff;
    padding: 20px 0;
    width: 13%;
    background:#fa3d03;
}
.user input[type="text"],.user input[type="email"], .user input[type="password"]{
    outline: none;
    padding: 15px 10px 15px 80px;
    font-size: 14px;
    color: #212121;
    border:2px solid #e0e0e0;
    width: 100%;
    font-weight:600;
}
.user input[type="text"]::-webkit-input-placeholder,.user input[type="email"]::-webkit-input-placeholder, .user input[type="password"]::-webkit-input-placeholder{
    color:#212121 !important;
}
.user:nth-child(2),.user{
    margin:1em 0;
}
.remember_left {
    float: left;
}
.remember_left label,.info_subscribe label{
    font-size: 14px;
    color: #212121;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}
.remember_right {
    float: right;
}
.checkbox {
    position: relative;
    padding-left:30px !important;
    cursor: pointer;
}
.checkbox i {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border: 1px solid #5B5B5B;
    background: #FFF;
}
.checkbox input + i:after,.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after,.radio input:checked + i:after{
    opacity: 1;
}
.checkbox input,.radio input {
    position: absolute;
    left: -9999px;
}
.checkbox input + i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 0px 2px;
    top:-3px;
    left: 0px;
    width: 15px;
    height: 15px;
    text-align: center;
}
.remember_right a {
    font-size: 14px;
    color: #14a1ff;
    text-decoration: none;
    font-weight: 600;
}
.remember_right a:hover {
    color: #212121;
}
.remember {
    padding: 1.5em 0;
}
.modal_body  input[type="submit"]{
    outline: none;
    border: none;
    background: #65b126;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    width: 40%;
    font-weight: 600;
    letter-spacing: 2px;
}
.modal_body  input[type="submit"]:hover{
    background:#fa3d03;
}
.modal_body h5 {
    font-size: 14px;
    color: #212121;
    margin: 2em 0 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.modal_body h5 a{
    text-decoration:underline;
    color:#fa3d03;
}
.wthree_pop h3{
    font-size: 1.5em;
    color: #212121;
    margin-bottom: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}
.modal_body h4{
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 2px;
}
.info_subscribe label {
    text-align: left;
}
.info_subscribe {
    margin: 1.5em 0 2em;
}
/*-- //pop-up --*/
/*-- banner --*/
.center-container{ 
    padding:18em 0;
    background: rgba(0, 0, 0, 0.28);
}
.banner_info{
    text-align:right;
}
.banner_info p.banner_para{
    font-size: 3.7em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.banner_info p.banner_para span{
    background:#14a1ff;
    display:inline-block;
    padding:0 .5em;
}
.banner_info h2{
    font-size: 3em;
    color: yellow; text-shadow: 0px 2px 3px #555;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-style: italic;
}
.elit_para{
    /*color: #21421e; text-shadow: 0px 2px 3px #ffff00;*/
    color: #fff; text-shadow: 0px 2px 3px #fa3d03;
    line-height:2em;
    margin:0em 0 3em;font-weight:800;
}
.more a{
    padding:10px 65px 10px 20px;
    border-radius:5px;
    background:#fa3d03;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    border-top: 1px solid #ffffff;
}
/*-- button-effect --*/
.btn {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight:700;
}
/* Button 3 */
.btn:focus{
    color: #fff;
    outline:none;
}
.btn-3:hover {
    background:#14a1ff;
    color: #fff;
}
.btn-3:before {
    position: absolute;
    left: 0;
    top: 0;
    line-height:2.2;
    font-size: 1.2em;
    width: 25px;
}
.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.icon-arrow-right:before {
    content:"\f178";
    font-family:FontAwesome;
}
/* Button 3e */
.btn-3e {
    overflow: hidden;
}

.btn-3e:before {
    left: auto;
    right: 10px;
    z-index: 2;
}

.btn-3e:after {
    width: 30%;
    height: 155%;
    background: rgba(255, 255, 255, 0.26);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-18deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-18deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-18deg);
    transform-origin: 0 0;
    transform:rotate(-18deg);
    
}

.btn-3e:hover:after {
    width: 35%;
}
/*-- //button-effect --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #fff;
    font-family:'Handlee', cursive;
    text-align: center;
    text-transform: uppercase;
    background:#65b126;
    border-bottom: none;
    letter-spacing: 10px;
}
.close {
    opacity: 1;
}
.modal_body_right {
    padding: 2em;
}
.modal_body_right h4{
    text-transform: uppercase;
    font-size: 1.3em;
    color: #212121;
    line-height: 1.5em;
    letter-spacing: 4px;
    font-weight: 600;
}
.modal-body p {
    color: #999;
    margin:1em 0 0;
    line-height: 2em;
}
.modal-body p i {
    display: block;
    margin: 1.5em 0;
    color: #212121;
    font-weight: 600;
}
.modal-body {
    padding:0;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1em;
    color:#2f6105;
    outline: none;
}
.modal_body_left {
    padding-left: 0;
}
/*-- //bootstrap-pop-up --*/
.header{
    overflow:hidden;
}
span.char22 {
    color: #fa3d03;
}
span.char23 {
    color: #14a1ff;
}
span.char24 {
    color: #fee00c;
}
span.char25 {
    color: #fa3d03;
}
span.char26 {
    color: #65b126;
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.programs,.team,.stats,.events,.testimonials,.work,.newsletter,.contact{
    padding:5em 0;
}
.banner-bottom h3{
    font-size: 1.8em;
}
.banner-bottom h3,.head{
    text-align: center;
    text-transform: capitalize;
    color: #212121;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5em;
}
.child{
    color:#fa3d03;
}
.child1{
    color:#14a1ff;
}
.child2{
    color:#fee00c;
}
.child3{
    color:#fa3d03;
}
.child4{
    color:#65b126;
}
.elit{
    text-align:center;
    color:#999;
    line-height:2em;font-weight:800;
    padding-bottom:1em;
    position:relative;
}
.elit:before{
    content: '';
    background: #14a1ff;
    height: 2px;
    width: 10%;
    position: absolute;
    bottom: 0%;
    left: 45.5%;
}
.banner_bottom_grids{
    margin:3em 0 0;
}
.banner_bottom_grid{
    border:1px solid #fa3d03;
    border-right:none;
    padding:1em;
    position:relative;
}
.banner_bottom_grid:nth-child(4){
    border-right:1px solid #fa3d03;
}
.banner_bottom_grid_pos{
    position: absolute;
    bottom: -5%;
    left: 25%;
}
.banner_bottom_grid_pos h4{
    font-size: 1.5em;
    color: #fff;
    padding: .3em 1.5em;
    background: #14a1ff;
}
.tipo1{
    background:#fa3d03 !important;
}
.tipo2{
    background:#ffc200 !important;
}
.tipo3{
    background:#65b126 !important;
}
/*-- hover-effect --*/
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
    display: block;
    position: relative;
}
.view h5 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.5em;
    padding: 10px;
    background: rgb(20, 161, 255);
    margin: 5em 0 0;
    letter-spacing:2px;
}
.view p {
    font-style: italic;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 2em;
    width: 90%;
    margin: 2em auto 0;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color:rgba(0, 0, 0, 0.62);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h5 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h5,
.view-first:hover p{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
/*-- //hover-effect --*/
/*-- //banner-bottom --*/
/*-- programs --*/
.programs{
    background:#fef9f3;
    position:relative;
    z-index: 1;
}
.programs:before{
    content:'';
    background:url(../images/6.jpg) no-repeat 0px 0px;
    display:block;
    width:450px;
    height:320px;
    position:absolute;
    right:0%;
    bottom:0%;
    z-index: -1;
}
.head{
    font-size:2em;
}
.vertical_tab p{
    color:#fff;
    line-height:2em;
}
.vertical_tab p i{
    display:block;
    margin:1em 0 2em;
}
.vertical_tab ul li{
    list-style-type:none;
    margin-bottom:1em;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:2px;
}
.vertical_tab ul li:last-child{
    margin:0;
}
.vertical_tab ul li i{
    padding-right:1em;
    color:#fa3d03;
}
/*-- //programs --*/




/*-- team --*/

.team-list{
margin: 0 auto;
}
.team-list {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.centrado{
  display: flex;
  justify-content: center;
  align-items: center;
}
.wthree_team_grid{
    padding: 1em;
/*    border: 1px solid #14a1ff;*/
    border-top: none;
    position: relative;
}
.wthree_team_grid h4{
    font-size:1.3em;
    color:#212121;
    font-weight:600;
}
.wthree_team_grid p{
    color:#65b126;
}
.wthree_team_grid_pos{
    position: absolute;
    right: 7%;
    top:-95%;
}
.info_social_icons li{
    display:block;
    list-style-type:none;
}
.info_social_icons li a{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 1em;
    display: block;
    text-align: center;
}
.info_social_icons li a._facebook{
    background:#3b5998;
}
.info_social_icons li a._facebook:hover {
    background: #50699c;
}
.info_social_icons li a.dribble{
    background:#ea4c89;
}
.info_social_icons li a.dribble:hover {
    background: #f16da0;
}
.info_social_icons li a.google{
    background:#dd4b39;
}
.info_social_icons li a.google:hover {
    background: #f38173;
}
.info_social_icons li a.twitter{
    background:#1da1f2;
}
.info_social_icons li a.twitter:hover {
    background: #4eb1ef;
}
.info_social_icons li a i{
    line-height:2.8em;
}
.wthree_team_grid_pos ul li:nth-child(2){
    margin:.5em 0;
}
.wthree_team_grid_pos ul li:nth-child(2),.wthree_team_grid_pos ul li:nth-child(3){
    display:none;
}
.wthree_team_grid:hover .wthree_team_grid_pos ul li:nth-child(2),.wthree_team_grid:hover .wthree_team_grid_pos ul li:nth-child(3){
    display:block;
}
/*-- slider --*/
.slider {
    position: relative;
    width: 100%;
    height: inherit;
    overflow: hidden;
    padding-bottom:3em;
}
.slides {
    height: 100%;
    /* Simple clear fix */
    overflow: hidden;
    /**
             * Here is CSS transitions 
             * responsible for slider animation in modern broswers
             */
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
    height: 100%;
    float: left;
    clear: none;
}
.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px;
    text-indent: -9999px;
}
.slider-arrow--right {
    bottom: 50%;
    right: 30px;
}
.slider-arrow--left {
    bottom: 50%;
    left: 30px;
}
.slider-arrows {
    display: none;
}
.slider-nav {
    position: absolute;
    bottom: 0;
}
.slider-nav__item {
    width: 10px;
    height: 10px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #E1E1E1;
    border-radius: 20px;
}
.slider-nav__item:hover {
    background:#ff5000;
}
.slider-nav__item--current {
    background:#fa3d03;
}
.slides li{
    list-style-type:none;
}
/*-- //team --*/
/*-- stats --*/
.stats{
    background: url(../images/11.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.stats_grid{
    text-align:center;
}
.stats_grid i{
    font-size:2em;
}
._i{
    color:#fee00c;
}
._i1{
    color:#14a1ff;
}
._i2{
    color:#fa3d03;
}
._i3{
    color:#65b126;
}
.stats_grid p{
    font-size: 2.5em;
    font-weight: 600;
    color: #fff;
    margin: .5em 0;
}
.stats_grid h4{
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 2em;
}
.stats_grid{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
}
.stats_grid i{
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: block;
    margin: 0.13em auto 0;
}
.stats_grid{
    border: 2px solid #fee00c;
}
.stats_grid i{
    background: #fee00c;
}
.stats_grid1{
    border: 2px solid #14a1ff;
}
.stats_grid1 i{
    background:#14a1ff;
}
.stats_grid2{
    border: 2px solid #fa3d03;
}
.stats_grid2 i{
    background: #fa3d03;
}
.stats_grid3{
    border: 2px solid #65b126;
}
.stats_grid3 i{
    background: #65b126;
}
/*-- //stats --*/
/*-- events --*/
.events{
    position:relative;
    z-index: 1;
}
.events:after{
    content: '';
    background: url(../images/14.jpg) no-repeat 0px 0px;
    display: block;
    width: 400px;
    height: 197px;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
}
.events_grid{
    width:45%;
    margin:0 auto;
    position:relative;
}
.events_grid_pos{
    position: absolute;
    left: -67%;
    top: 10%;
    width: 70%;
    border-bottom: 2px solid #fa3d03;
}
.events_grid_pos_sub{
    position: absolute;
    right: -57%;
    top: 10%;
    width: 70%;
    border-bottom: 2px solid #65b126;
}
.events_grid_pos1 h4 a{
    font-size: 1.1em;
    letter-spacing: 3px;
    color: #212121;
    text-transform: capitalize;
    line-height: 1.5em;
    font-weight: 600;
    text-decoration: none;
}
.events_grid_pos1 h4 a:focus{
    outline:none;
}
.events_grid_pos1 h4 a:hover{
    color:#fa3d03;
}
.events_grid_pos1 h4{
    margin:1em 0 0;
}
.events_grid_pos1 p{
    color:#999;
    line-height:2em;
}
.events_grid_pos1{
    padding: 2em;
    background: #f5f5f5;
}
.events_grid_pos1 h5{
    font-size: 1em;
    color: #14a1ff;
    font-weight: 600;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.events_grid_pos1 h5 span{
    font-size: 3em;
    padding-right: 0.5em;
}
.events_grid_pos1 h5:after{
    content: '';
    background: #14a1ff;
    height: 2px;
    width: 29%;
    position: absolute;
    top: 60%;
    left: -1%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.events_head{
    color:#65b126 !important;
}
.events_head:after{
    background:#65b126 !important;
}
._events_grid_social,._events_grid_social1{
    position: absolute;
    top: 0%;
    background: #fee00c;
    padding: 1em;
}
._events_grid_social{
    right: -7.5%;
}
._events_grid_social1{
    left: -7.5%;
}
/*-- //events --*/
/*-- testimonials --*/
.testimonials{
    background: url(../images/11.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.wthree_head{
    color:#fff;
}
.info_testimonials_grid img{
    margin:0 auto;
}
.testimonials_grids h3{
    text-align: center;
    padding: .5em;
    background: #14a1ff;
    font-size: 1.3em;
    color: #fff;
    width: 25%;
    margin: 0 auto;
    font-weight: 600;
}
.testimonials_grids h3 span{
    color:#212121;
}
.testimonials_grids p{
    padding: 2em;
    background: #fa3d03;
    color: #fff;
    line-height: 2em;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
/*--flexisel--*/
.flex-slider{   
    background:#222227;
    padding: 70px 0 165px 0;
}
#flexiselDemo1 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
    padding:0;
}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: 35px;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 33px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:none;
    top: -5% !important;
    border-radius: 5px;
    display:none;
}
.nbs-flexisel-nav-left {
    left:94%;
}
.nbs-flexisel-nav-right {
    right: 0%;
    background:none;
}
/*--//flexisel--*/
/*-- //testimonials --*/
/*-- work --*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background: #fa3d03;
    border: none;
    border-bottom-color: transparent;
    border-radius: 5px;
}
.nav-tabs > li > a {
    margin-right: 3px;
    border-radius: 5px;
    color: #212121;
    border: none;
    text-transform:uppercase;
    border-bottom: 1px solid #fff;
}
.nav-tabs > li > a:focus{
    background:transparent;
}
.nav-tabs {
    border-bottom: none;
    padding: 3em 0 2em;
}
.work {
    position: relative;
    z-index: 111;
}
.nav-tabs > li {
    margin: 0 10px;
}
.nav-tabs > li > a:hover {
    border: none;
    color: #fff !important;
    border-bottom: 1px solid;
    background: #fa3d03;
}
.nav-tabs > li:first-child {
    margin-left: 23em;
}
.figure_work{
    position: relative;
    overflow: hidden;
}

.figure_work .figure_work_sub img{
    position:relative;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -mos-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    z-index:-2;
    height: auto !important;
}

.figure_work:hover .figure_work_sub img{
    -webkit-transform:translateY(-1.5em);
    -moz-transform:translateY(-1.5em);
    -mos-transform:translateY(-1.5em);
    -o-transform:translateY(-1.5em);
    transform:translateY(-1.5em);
}

.figure_work figcaption{
    position:absolute;
    width:100%;
    height:2.188em;
    left:0;
    bottom:-4.063em;
    color:#fff;
    background:#14a1ff;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -mos-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    z-index:5;
}

.figure_work:hover figcaption{
    bottom:0;
}

.figure_work figcaption span{
    position: absolute;
    padding-left: 2.5em;
    z-index: 3;
    text-transform:uppercase;
    font-size:14px;
}

.figure_work figcaption:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 1.563em;
    right: 0;
    border-right: 15em solid #6ec0f7;
    border-top: 1.875em solid transparent;
}

.figure_work figcaption:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 1.563em;
    right: 0;
    border-left: 25em solid #14a1ff;
    border-top: 1.875em solid transparent;
    z-index: 1;
}
.figure_demo{
    margin:2em 0 0;
}
/*-- //work --*/
/*-- newsletter --*/
.newsletter{
    background:#14a1ff;
    position:relative;
    z-index:1;
}
.newsletter:after {
    content: '';
    background: url(../images/4.png) no-repeat 0px 0px;
    display: block;
    width: 250px;
    height: 300px;
    position: absolute;
    right: 3%;
    top: -65%;
    z-index: -1;
}
.newsletter_left h3{
    font-size:2em;
    color:#fff;
    text-transform:capitalize;
    margin: .2em 0 0;
}
.newsletter_right input[type="email"]{
    outline: none;
    border: 1px solid #fff;
    padding: 10px;
    background: none;
    color: #fff;
    font-size: 14px;
    width: 74.2%;
}
.newsletter_right input[type="email"]::-webkit-input-placeholder{
    color: #fff !important;
}
.newsletter_right input[type="submit"]{
    outline: none;
    border: 1px solid #ce3000;
    padding: 10px 0;
    background: #fa3d03;
    color: #fff;
    font-size: 14px;
    width: 25%;
    text-transform: uppercase;
}
.newsletter_right input[type="submit"]:hover{
    background:#fff;
    border: 1px solid #fff;
    color:#212121;
}
/*-- //newsletter --*/
/*-- contact --*/
.contact_grid_left{
    background:#d23100;
    text-align: center;
}
.contact_grid_left i{
    font-size: 2em;
    color: #fff;
    line-height: 3.8em;
}
.contact_grid_right{
    background: #fa3d03;
    padding: 1em;
}
.contact_grid_right h4{
    font-size: 1.5em;
    color: #fee00c;
    font-weight: 600;
    letter-spacing: 3px;
}
.contact_grid_right p{
    color:#fff;
    line-height:2em;
}
.contact_grid_left,.contact_grid_right{
    min-height:110px;
}
.contact_grid_right p span{
    display:block;
}
.contact_grid_right p a{
    color:#fff;
    text-decoration:none;
}
.item_left{
    background:#0094f7 !important;
}
.item_right{
    background:#14a1ff !important;
}
.item_left1{
    background:#56a119 !important;
}
.item_right1{
    background:#65b126 !important;
}
.contact_grid_right p a:hover{
    color:#212121;
}
/*-- form-effect --*/
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 2em 0 1em;
    width: 100%;
    vertical-align: top;
}

.input__field {
    border: none;
    color: #999;
    font-weight: bold;
    -webkit-appearance: none;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 1em;
    width: 100%;
}
/* Akira */

.input__field--akira {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: 0 1em;
    width: 100%;
    height: 100%;
    background: transparent;
}

.input__label--akira {
    padding: 0;
    width: 100%;
    background: none;
    color: #212121;
    cursor: text;
    border: 3px solid #dfdfdf;
    margin: 0;
}

.input__label--akira::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale3d(0.97, 0.9, 0);
    transform: scale3d(0.97, 0.9, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--akira {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
    -webkit-transform: scale3d(.995, 0.96, 1);
    transform: scale3d(.995, 0.96, 1);
}

.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
    cursor: default;
    pointer-events: none;
}

.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
    -webkit-transform: translate3d(0, -3.5em, 0);
    transform: translate3d(0, -3.5em, 0);
}
/*-- //form-effect --*/
.contact_right1{
    float:left;
    width:80%;
}
.contact_right1 textarea{
    border: 3px solid #dfdfdf;
    outline: none;
    resize: none;
    width: 100%;
    font-size: 1em;
    color: #212121;
    font-weight: bold;
    padding: 1em;
    border-right:none;
}
.contact_right1 textarea::-webkit-input-placeholder{
    color:#212121 !important;
}
.contact_right {
    margin: 2em 0 0;
}
.contact_right2{
    float:right;
    width:20%;
}
.contact_right2 input[type="submit"]{
    border:none;
    outline:none;
    width:100%;
    background:url(../images/5.png) no-repeat 41px 120px;
    background-color:#fee00c;
    display:block;
}
.contact_right2 input[type="submit"]:hover{
    background-color:#14a1ff;
}
.contact_right1 textarea,.contact_right2 input[type="submit"]{
    min-height: 296px;
}
/*-- //contact --*/
/*-- footer --*/
.twitter_post{
    padding: 2em 0;
    border: 2px solid #14a1ff;
}
.twitter_post h4{
    color: #212121;
    position: relative;
    padding-left: 2em;
    font-size: 1.3em;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight:600;
}
.twitter_post h4 a{
    color:#fa3d03;
    text-decoration:none;
    text-transform: initial;
}
.twitter_post h4 a:hover{
    color:#212121;
}
.twitter_post h4:before{
    content:"\f099";
    color:#1da1f2;
    font-family:FontAwesome;
    position:absolute;
    top:0%;
    left:0%;
}
.footer{
    border: 2px solid #14a1ff;
    border-top:none;
}
.wthree_footer_grid_left{
    padding:2em;
}
.wthree_footer_grid_left1 h4{
    font-size: 1.2em;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    position: relative;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.wthree_footer_grid_left1 h4:after{ 
    content: '';
    background: #65b126;
    height: 2px;
    width: 20%;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.wthree_footer_grid_left1 p{
    color:#999;
    line-height:2em;font-weight:600;
}
.wthree_footer_grid_left1 ul li{
    list-style-type:none;
    text-transform:uppercase;
    color:#fa3d03;
    margin-bottom:1em;
}
.wthree_footer_grid_left1 ul li i{
    padding-right:1em;
}
.wthree_footer_grid_left1 ul li:last-child,.wthree_footer_grid_right1 ul li:last-child{
    margin:0;
}
.wthree_footer_grid_left1 ul li a,.wthree_footer_grid_right1 ul li a{
    color:#212121;
    text-decoration:none;
}
.wthree_footer_grid_left1 ul li a:hover{
    color:#fa3d03;
}
.wthree_footer_grid_right,.wthree_footer_grid_right1,.wthree_footer_grid_right2{
    padding:0;
}
.wthree_footer_grid_right{
    border-left: 2px solid #14a1ff;
}
.wthree_footer_grid_right1 h5{
    font-size: 1.3em;
    color: #212121;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom:2px solid #14a1ff;
    padding:1em 3em;
}
.wthree_footer_grid_right1 ul{
    padding:2em 4em;
}
.wthree_footer_grid_right2,.wthree_footer_grid_right1 ul{
    border-bottom:2px solid #14a1ff;
}
.wthree_footer_grid_right2{
    border-left:2px solid #14a1ff;
}
.wthree_footer_grid_right1 ul li{
    list-style-type:none;
    color:#212121;
    margin-bottom:1em;
    font-weight:600;
}
.wthree_footer_grid_right1 ul li i{
    padding-right:1em;
    color:#14a1ff;
}
.wthree_footer_grid_right1 ul li a:hover{
    color:#14a1ff;
}
.wthree_footer_grid_right2{
    float:left;
    width:33.33%;
}
.wthree_footer_grid_right_main1{
    text-align:center;
    padding:1em;
}
.footer_social li{
    display:inline-block !important;
}
.copy_right{
    padding:1em 0;
    text-align:center;
    border:2px solid #14a1ff;
    border-top:none;
}
.copy_right p{
    color:#212121;
    line-height:2em;
    font-weight:600;
}
.copy_right p a{
    color:#65b126;
    text-decoration:none;
}
.copy_right p a:hover{
    color:#212121;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999; 
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- start-responsive-design --*/

@media (max-width:1680px){
    
    .navbar-nav > li > a {
    margin: 0;
    padding: 0.5em 4.4em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    }


    .newsletter:after {
        right: 0%;
    }
    .wthree_footer_grid_right1 ul {
        padding: 1.25em 4em;
    }
    .wthree_footer_grid_right_main1 {
        padding: 1.5em;
    }
    
}


@media (max-width:1440px){
    .newsletter:after {
        right: 0%;
    }
    .wthree_footer_grid_right1 ul {
        padding: 1.25em 4em;
    }
    .wthree_footer_grid_right_main1 {
        padding: 1.5em;
    }
  
}

@media (max-width:1366px){
    .navbar-nav > li > a {
    margin: 0;
    padding: 1.5em 3.5em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    }
    .center-container {
        padding: 15em 0;
    }
    .programs:before {
        background: url(../images/6.jpg) no-repeat 0px 0px;
        background-size: 100%;
        width: 325px;
        height: 227px;
    }
    .wthree_footer_grid_right1 ul {
        /*padding: .95em 4em;*/
        padding: 1.75em 0em 1.75em 1em;
    }
    .wthree_footer_grid_right_main1 {
        padding: 2em;
    }
   
}
@media (max-width:1280px){
    .navbar-nav > li > a {
    margin: 0;
    padding: 1.5em 2.1em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    }
    .navigation_pos {
        left: 43%;
    }
    .newsletter:after {
        background: url(../images/4.png) no-repeat 0px 0px;
        background-size: 100%;
        width: 225px;
        height: 268px;
        top: -46%;
    }
    .wthree_footer_grid_right1 ul {
        padding: .55em 2em;
    }
    .wthree_footer_grid_left1:nth-child(3) {
        padding: 0;
    }
    .wthree_footer_grid_right_main1 {
        padding: 2.2em;
    }
   }

@media (max-width:1080px){
    .navbar-nav > li > a {
    margin: 0;
    padding: 1.5em 4em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    }
    .menu-principal .menu_item {
        margin: 1.5em 1.5em 1.5em 0;
    }

    .navigation_pos h1 a span:before, .navigation_pos h1 a span:after {
        width: 30px;
        height: 32px;
    }



    .navigation_pos h1 a span:before {
        background: url(../images/1.png) no-repeat 0px 0px;
        background-size: 100%;
    }
    .navigation_pos h1 a span:after {
        background: url(../images/2.png) no-repeat 0px 0px;
        background-size: 100%;
    }
    .navigation_pos h1 a {
        padding: 0.1em 1.1em;
        text-align: center;
        font-size: .9em;
    }
    .navigation_pos h1 a i {
        letter-spacing: 7px;
    }
    .navbar-nav > li > a {
        padding: 1em 2em;
    }
    /*.navbar-nav > li:nth-child(3) {
        margin-right: 15.6em !important;
    }*/
    .navigation_pos {
        left: 43.5%;
    }
    .menu-principal .menu_item {
        margin: .9em 1em .9em 0;
    }
    .center-container {
        padding: 10em 0;
    }
    .banner_info h2 {
        font-size: 2.7em;
    }
    .banner-bottom, .programs, .team, .stats, .events, .testimonials, .work, .newsletter, .contact {
        padding: 4em 0;
    }
    .banner-bottom h3, .head {
        letter-spacing: 1px;
    }
    .view h5 {
        font-size: 1.2em;
        margin: 4.5em 0 0;
    }
    .banner_bottom_grid_pos {
        bottom: -6.5%;
        left: 24%;
    }
    .vertical_tab ul li {
        letter-spacing: 1px;
    }
    .view p {
        margin: 1em auto 0;
    }
    .events:after {
        background: url(../images/14.jpg) no-repeat 0px 0px;
        background-size: 100%;
        width: 290px;
        height: 140px;
    }
    .events_grid_pos {
        left: -60%;
    }
    .events_grid_pos,.events_grid_pos_sub {
        top: 8%;
        width: 75%;
    }
    .events_grid_pos1 h4 a {
        letter-spacing: 1px;
    }
    .testimonials_grids p {
        width: 85%;
    }
    .nav-tabs > li:first-child {
        margin-left: 16em;
    }
    .newsletter_right {
        padding: 0;
    }
    .newsletter:after {
        width: 190px;
        height: 228px;
    }
    .contact_right2 input[type="submit"] {
        background: url(../images/5.png) no-repeat 31px 120px;
        background-color: #fee00c;
    }
    .wthree_footer_grid_right1 h5 {
        font-size: 1.1em;
        padding: .5em 1em;
    }
    .wthree_footer_grid_right1 ul li {
        margin-bottom: .96em;
    }
    .wthree_footer_grid_left1 ul li {
        font-size: 12px;
    }
    .wthree_footer_grid_right_main1 {
        padding: 2.5em;
    }
    .wthree_footer_grid_left1 h4:after {
        width: 25%;
    }
    .wthree_team_grid h4 {
        font-size: 1.2em;
    }
    .wthree_team_grid_pos ul li:nth-child(2) {
        margin: 0.2em 0;
    }
   
}
@media (max-width:1024px){
    .navbar-nav > li > a {
    margin: 0;
    padding: 1.5em 2em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    }


    .wthree_footer_grid_left {
        padding:1em;
    }
    .wthree_footer_grid_right1 ul {
        padding: .55em 1em;
    }
    .wthree_footer_grid_right1 ul li {
        margin-bottom: .7em;
    }   
    .wthree_footer_grid_right_main1 {
        padding: 1.8em;
    }
   
}
@media (max-width: 991px){
    .navbar-nav > li > a {
    margin: 0;
    padding: 1.5em 2.5em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    }


    .header_a_left{
        float:center;
    }
    .header_a_right{
        float:left;
    }


    .menu-principal .menu_item {
        margin:.9em 0.6em;
        font-size: 12px;
    }
    .navbar-nav > li > a {
        padding: 1.5em 1.3em;
        font-weight: 600;
    }
    .navigation_pos h1 a {
        font-size: .8em;
    }
    /*.navbar-nav > li:nth-child(3) {
        margin-right: 15.6em !important;
    }*/
    .navigation_pos {
        left: 43.5%;
    }
    .banner_info h2 {
        font-size: 2.4em;
    }
    .elit_para {
        margin: 0em 0 2em;
    }
    .banner-bottom h3 {
        font-size: 1.6em;
    }
    .banner_bottom_grid {
        padding: .5em;
        float: left;
        width: 25%;
    }
    .banner_bottom_grid_pos h4 {
        font-size: 1.2em;
    }
    .banner_bottom_grid_pos {
        bottom: -8%;
        left: 22%;
    }
    .view h5 {
        font-size: 1.1em;
        margin: 2.5em 0 0;
    }
    .vertical_tab ul li {
        letter-spacing: 0px;
        font-size: 12px;
    }
    .wthree_team_grid {
        float: left;
        width: 25%;
    }
    .stats_grid {
        float: left;
        width: 25%;
    }
    .events_grid {
        width: 55%;
    }
    .testimonials_grids h3 {
        width: 35%;
    }
    .testimonials_grids p {
        width: 100%;
    }
    .nav-tabs > li:first-child {
        margin-left: 9em;
    }
    .nav-tabs {
        padding: 3em 0 0em;
    }
    .tab_img_left {
        float: left;
        width: 33.33%;
    }
    .work figcaption:before {
        border-left: 15em solid #14a1ff;
        border-top: 2.5em solid transparent;
    }
    .work figcaption:after {
        border-right: 15em solid #6ec0f7;
        border-top: 2.5em solid transparent;
    }
    .work figcaption {
        height: 2.3em;
    }
    .work figcaption span {
        padding-left: 1.5em;
    }
    .newsletter_left {
        padding: 0;
    }
    .newsletter_left h3 {
        margin: 0 0 1em;
    }
    .newsletter:after {
        width: 220px;
        height: 265px;
        top: -25%;
    }
    .contact_grid:nth-child(2) {
        margin: 2em 0;
    }
    .contact_right2 input[type="submit"] {
        background: url(../images/5.png) no-repeat 56px 120px;
        background-color: #fee00c;
    }
    .contact_grid_right {
        padding: 1em 3em;
    }
    .contact {
        padding-top: 2em !important;
    }
    .twitter_post h4 {
        font-size: 1.28em;
        letter-spacing: 1px;
    }
    .wthree_footer_grid_left1 {
        float: left;
        width: 33.33%;
    }
    .wthree_footer_grid_left1 ul li {
        font-size: 14px;
    }
    .wthree_footer_grid_left {
        padding: 2em;
    }
    .wthree_footer_grid_right1,.wthree_footer_grid_right2 {
        float: left;
        width: 50%;
    }
    .wthree_footer_grid_right {
        border-left: none;
    }
    .wthree_footer_grid_right1 h5 {
        font-size: 1.3em;
        padding:1.5em 3em;
        border-top: 2px solid #14a1ff;
    }
    .wthree_footer_grid_right2 {
        border-top: 2px solid #14a1ff;
    }
    .wthree_footer_grid_right1 ul {
        padding:1.75em 3em;
    }
    .wthree_footer_grid_right1 ul li {
        margin-bottom: 1em;
    }
}
@media (max-width: 900px){
    .navbar-nav > li > a {
    margin: 0;
    padding: 1.5em 1em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    }


    .wthree_footer_grid_right1 ul {
        padding: 1.05em 3em;
    }
}
@media (max-width: 800px){
.navbar-nav > li > a {
    margin: 0;
    padding: 1.5em 1em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    }


    .banner-bottom, .programs, .team, .stats, .events, .testimonials, .work, .newsletter, .contact {
        padding: 3em 0;
    }
    .banner_bottom_grid {
        margin-bottom: 1em;
    }
    .events_grid_pos {
        left: -45%;
    }
    .events_grid_pos_sub {
        right: -45%;
    }
    .newsletter_right {
        width: 75%;
    }
    .wthree_footer_grid_right1 h5 {
        font-size: 1.1em;
        padding: 1em 3em;
    }
    .wthree_footer_grid_right1 ul {
        padding: 1.25em 3em;
    }
}
@media (max-width: 768px){
    .navbar-nav > li > a {
    margin: 0;
    padding: 0.5em 0em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    }

    .navigation_pos {
        left: 43%;
    }
    .banner-bottom h3 {
        font-size: 1.4em;
    }
    .vertical_tab ul li {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .programs {
        padding-bottom: 13em !important;
    }
    .stats_grid h4 {
        margin-bottom: 1em;
    }
    .stats_grid {
        width: 20px;
        height: 20px;
    }
    .stats_grid i {
        width: 12px;
        height: 12px;
        margin: 0.08em auto 0;
    }
    .events_grid_pos, .events_grid_pos_sub {
        top: 0;
        width: 100%;
        position: inherit;
    }
    .events_grid_pos {
        left: 0;
    }
    .events_grid_pos_sub {
        right: 0;
    }
    .events_grid {
        width: 70%;
    }
    .events_grid_pos1 h5:after {
        width: 18%;
    }
    .events:after {
        width: 230px;
        height: 110px;
    }
    .wthree_footer_grid_right1 ul li {
        margin-bottom: .75em;
    }
    .container {
        width: auto;
    }
}
@media (max-width: 767px){
    .navbar-nav > li > a {
    margin: 0;
    padding: 0.5em 0em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    }



    .navigation_pos h1 a {
        font-size: .9em;
    }
    .navigation_pos {
        position: inherit;
        float: left;
        margin: 1em 0;
    }
    .navbar-default .navbar-toggle {
        border-color: #fa3d03;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #212121;
    }
    .navbar-toggle {
        margin: 1.7em 0 0;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    .menu_list {
        background: #fee00c;
    }
    .menu-principal .menu_item {
        margin: 1em;
        font-size: 14px;
    }
    .navbar-nav > li:nth-child(3) {
        margin-right: 1em !important;
    }
    .menu-principal .menu_item:last-child {
        margin-right: 1em;
    }
}
@media (max-width: 736px){
    .modal_body_left img{
        margin:0 auto;
    }
    .view h5 {
        margin: 1.5em 0 0;
    }
    .wthree_team_grid {
        float: left;
        width: 50%;
    }
    .wthree_team_grid:nth-child(2){
        margin-bottom:2em;
    }
    .twitter_post h4 {
        line-height: 1.5em;
    }
    .wthree_footer_grid_right1 ul {
        padding: 1em 3em;
    }
}
@media (max-width: 667px){
    .center-container {
        padding: 7em 0;
    }
    .banner_info h2 {
        font-size: 2.2em;
    }
    .view p {
        margin: 0em auto 0;
        font-size: 13px;
    }
    .banner_bottom_grid_pos {
        bottom: -9%;
        left: 19%;
    }
    .stats_grid i {
        margin: 0.07em auto 0;
    }
    .nav-tabs > li:first-child {
        margin-left: 5em;
    }
    .wthree_footer_grid_right1 h5 {
        padding: 0.5em 3em;
    }
}
@media (max-width: 640px){
    .view h5 {
        margin: 1.2em 0 0;
        font-size: 1em;
    }
    .banner_bottom_grid_pos h4 {
        padding: .3em 1em;
    }
    .banner_bottom_grid_pos {
        bottom: -10%;
        left: 20%;
    }
    .stats_grid p {
        font-size: 2.2em;
    }
    .events_grid {
        width: 80%;
    }
    .nav-tabs > li:first-child {
        margin-left: 4em;
    }
    .newsletter_left h3 {
        font-size: 1.7em;
    }
    .newsletter:after {
        width: 180px;
        height: 220px;
        top:-25%;
    }
    .newsletter_right {
        width: 80%;
    }
    .work figcaption span {
        padding-left: 1em;
        padding-top: .3em;
    }
    .wthree_footer_grid_right1 ul li {
        margin-bottom: .55em;
    }
}
@media (max-width: 600px){
    .banner_info h2 {
        font-size: 2em;
    }
    .modal-header {
        font-size: 1.7em;
        letter-spacing: 5px;
    }
    .modal_body_right h4 {
        font-size: 1.2em;
        letter-spacing: 3px;
    }
    .header_a_right ul li a {
        margin-right: 1em;
    }
    .banner_bottom_grid {
        padding: 1em;
        width: 50%;
    }
    .banner_bottom_grid{
        border: 1px solid #fa3d03;
        margin-bottom:2em;
    }
    .banner_bottom_grid:nth-child(2),.banner_bottom_grid:nth-child(4){
        border-left:none;
    }
    .banner_bottom_grid_pos {
        bottom: -3.6%;
        left: 34%;
    }
    .view p {
        font-size: 14px;
        margin:1em auto 0;
    }
    .view h5 {
        margin: 6.2em 0 0;
        font-size: 1.3em;
    }
    .testimonials_grids h3 {
        width: 40%;
    }
    .newsletter_right {
        width: 82%;
    }
    .contact_right2 input[type="submit"] {
        background: url(../images/5.png) no-repeat 40px 120px;
        background-color: #fee00c;
    }
    .wthree_footer_grid_right1 ul li {
        margin-bottom: .24em;
    }
}
@media (max-width: 568px){
    .view h5 {
        margin: 5.5em 0 0;
    }
    .nav-tabs > li {
        margin: 0 5px;
    }
    .nav-tabs > li:first-child {
        margin-left: 3em;
    }
    .tab_img_left {
        float: none;
        width: 100%;
    }
    .work figcaption:before {
        border-left: 36em solid #14a1ff;
        border-top: 2em solid transparent;
    }
    .work figcaption span {
        padding-left: 2em;
        padding-top: 0;
    }
    .work figcaption:after {
        border-right: 36em solid #6ec0f7;
        border-top: 2em solid transparent;
    }
    .newsletter_right {
        width: 90%;
    }
    .wthree_footer_grid_right1, .wthree_footer_grid_right2 {
        float: none;
        width: 100%;
    }
    .wthree_footer_grid_right1 h5 {
        padding: 1em 3em;
    }
    .wthree_footer_grid_right1 ul li {
        margin-bottom: 1em;
    }
    .wthree_footer_grid_right2 {
        border-top: none;
        border-left: none;
    }
}
@media (max-width: 480px){
    .banner_info h2 {
        font-size: 1.7em;
    }
    .header_a_right ul li i {
        padding-right: .5em;
    }
    .header_a_right ul li a {
        margin-right: .5em;
        padding: 10px 15px;
    }
    .more a {
        padding: 8px 40px 8px 15px;
        font-size: 13px;
    }
    .btn-3:before {
        width: 17px;
    }
    .btn-3e:after {
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    .btn-3e:hover:after {
        width: 31%;
    }
    .center-container {
        padding: 5em 0;
    }
    .banner_info p.banner_para {
        font-size: 13px;
    }
    .banner-bottom, .programs, .team, .stats, .events, .testimonials, .work, .newsletter, .contact {
        padding: 2em 0;
    }
    .view h5 {
        margin: 3.5em 0 0;
    }
    .banner_bottom_grid_pos {
        bottom: -4.5%;
        left: 31%;
    }
    .elit:before {
        width: 20%;
        left: 41.5%;
    }
    .vertical_tab ul li {
        letter-spacing: 0px;
    }
    .stats_grid p {
        font-size: 2em;
    }
    .events:after {
        width: 150px;
        height: 70px;
    }
    .events_grid_pos1 h5 span {
        font-size: 2.5em;
    }
    .events_grid_pos1 h5:after {
        width: 25%;
    }
    .testimonials_grids h3 {
        width: 50%;
    }
    .nav-tabs > li > a{
        padding: 10px 10px;
        font-size: 13px;
    }
    .nav-tabs > li:first-child {
        margin-left: 1.5em;
    }
    .modal_body_right h4 {
        font-size: 1.1em;
        letter-spacing: 2px;
    }
    .newsletter_right {
        width: 100%;
    }
    .newsletter_right input[type="email"] {
        width: 74%;
    }
    .newsletter:after {
        width: 150px;
        height: 180px;
        top: -20%;
    }
    .contact {
        padding-top: 1em !important;
    }
    .input__label-content {
        padding: 1em 1em;
    }
    .input__field--akira:focus + .input__label--akira .input__label-content--akira, .input--filled .input__label-content--akira {
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    .banner_bottom_grids {
        margin: 2em 0 0;
    }
    .nav-tabs {
        padding: 2em 0 0em;
    }
    .input {
        margin: 1em 0;
    }
    .contact_right {
        margin: 1em 0 0;
    }
    .contact_right2 input[type="submit"] {
        background: url(../images/5.png) no-repeat 28px 120px;
        background-color: #fee00c;
    }
    .wthree_footer_grid_left {
        padding:1em;
    }
    .wthree_footer_grid_left1 h4 {
        font-size: 1.1em;
    }
    .wthree_footer_grid_left1 {
        padding-left: 0;
    }
    .wthree_footer_grid_right1 h5 {
        padding: 1em;
    }
    .wthree_footer_grid_right1 ul {
        padding: 1.5em 1em;
    }
}
@media (max-width: 414px){
    .navigation_pos h1 a {
        font-size: .8em;
    }
    .navigation_pos h1 a span:before {
        left: 1%;
    }
    .navigation_pos h1 a span:after {
        right: 1%;
    }
    .navigation_pos h1 a i {
        letter-spacing: 6px;
    }
    .navbar-toggle {
        margin: 1.5em 0 0;
    }
    .header_a_left {
        float: none;
        text-align: center;
    }
    .header_a_right {
        float: none;
    }
    .header_a_right ul li:last-child{
        float:right;
        margin: .7em 0 0;
    }
    .banner_info h2 {
        font-size: 1.4em;
    }
    .navbar-nav > li > a {
        padding: .7em 1em;
        font-size: 13px;
    }
    .banner_bottom_grid {
        padding: .5em;
    }
    .view h5 {
        margin: 2.5em 0 0;
        font-size: 1.1em;
    }
    .banner_bottom_grid_pos {
        bottom: -8%;
        left: 28%;
    }
    .stats_grid p {
        font-size: 1.5em;
    }
    .stats_grid i {
        font-size: 1.5em;
    }
    .stats_grid h4 {
        font-size: 1.3em;
    }
    .events_grid {
        width: 90%;
    }
    .testimonials_grids h3 {
        width: 60%;
    }
    .testimonials_grids p {
        padding: 1em;
    }
    .nav-tabs > li {
        margin: 0;
    }
    .nav-tabs > li:first-child {
        margin-left: 0.5em;
    }
    .work figcaption:before {
        border-top: 3em solid transparent;
    }
    .contact_right2 input[type="submit"] {
        background: url(../images/5.png) no-repeat 20px 120px;
        background-color: #fee00c;
    }
    .wthree_footer_grid_left1 {
        float: none;
        width: 100%;
    }
    .wthree_footer_grid_left {
        padding: 2em;
    }
    .wthree_footer_grid_left1 h4:after {
        width: 15%;
    }
    .wthree_footer_grid_left1:nth-child(2){
        margin:2em 0;
    }
    .header_a_right ul li a {
        padding: 10px 30px;
    }
    .user i {
        width: 16%;
    }
}

@media (max-width: 384px){   
    
    .banner_info h2 {
        font-size: 1.3em;
    }
    .banner-bottom h3 {
        font-size: 1.3em;
    }
    .view p {
        font-size: 13px;
    }
    .banner_bottom_grid_pos {
        left: 25%;
    }
    .head {
        font-size: 1.8em;
    }
    .wthree_team_grid {
        float: none;
        width: 100%;
    }
    .wthree_team_grid:nth-child(2) {
        margin: 2em 0;
    }
    .wthree_team_grid:nth-child(3) {
        margin-bottom: 2em;
    }
    .modal-body p i {
        margin: 0.5em 0;
    }
    .nav-tabs > li:first-child {
        margin-left: 0;
    }
    .nav-tabs > li > a {
        padding: 10px 7px;
    }
    .newsletter_left h3 {
        font-size: 1.5em;
    }
    .newsletter_right input[type="email"] {
        width: 100%;
        margin-bottom: .5em;
    }
    .newsletter_right input[type="submit"] {
        width: 40%;
    }
    .newsletter:after {
        width: 170px;
        height: 205px;
        top: -8%;
    }
    .contact_grid_right {
        padding: 1em 1em;
    }
    .contact_left,.contact_right {
        padding: 0;
    }
    .user input[type="text"], .user input[type="email"], .user input[type="password"] {
        padding: 15px 10px 15px 65px;
    }
}
@media (max-width: 375px){
    .elit_para {
        margin: 0 0 1em;
    }
    .center-container {
        padding: 4em 0;
    }
    .view h5 {
        margin: 2em 0 0;
    }
    .banner_bottom_grid_pos {
        left: 23%;
        bottom: -9%;
    }
    .nav-tabs > li > a {
        font-size: 12px;
    }
    .wthree_footer_grid_right_main1 {
        padding: 1em;
    }
    .user input[type="text"], .user input[type="email"], .user input[type="password"] {
        padding:12px 10px 12px 65px;
        font-size: 13px;
    }
    .user i {
        padding: 15.8px 0;
    }
    .checkbox {
        padding-left: 25px !important;
    }
    .remember_left label, .info_subscribe label,.remember_right a {
        font-size: 13px;
    }
}
@media (max-width: 320px){
    .navigation_pos h1 a {
        padding: 0.1em .9em;
    }
    p, ul, ol,.modal_body h5,.modal_body h4,.vertical_tab ul li{
        font-size: 13px;
    }
    .header_a_left p {
        margin: 0.5em 0;
    }
    .navigation_pos h1 a span:before, .navigation_pos h1 a span:after {
        width: 20px;
        height: 24px;
    }
    .banner_info p.banner_para {
        font-size: 12px;
        letter-spacing: 3px;
    }
    .banner_info h2 {
        font-size: 1.084em;
    }
    .elit_para {
        font-size: 12px;
    }
    .center-container {
        padding: 3em 0;
    }
    .navigation_pos h1 a {
        font-size: .7em;
    }
    .navigation_pos h1 a i {
        font-size: .3em;
    }
    .modal_body input[type="submit"] {
        padding: 8px 0;
        width: 60%;
        letter-spacing: 1px;
    }
    .banner-bottom h3 {
        font-size: 1.1em;
    }
    .view h5 {
        margin: 1em 0 0;
        font-size: .9em;
        padding: 8px 0;
    }
    .view p {
        font-size: 12px;
        margin: 0 auto;
    }
    .banner_bottom_grid_pos {
        left: 17%;
        bottom: -11%;
    }
    .head {
        font-size: 1.6em;
    }
    .vertical_tab p i {
        margin: 0em 0 1em;
    }
    .programs:before {
        width: 270px;
        height: 190px;
    }
    .stats_grid {
        width: 50%;
    }
    .stats_grid:nth-child(2) {
        margin: 0 0 2em;
    }
    .stats_grid p {
        font-size: 1.8em;
    }
    .events_grid_pos1 {
        padding: 1em;
    }
    .events_grid_pos1 h4 a {
        font-size: 1em;
        letter-spacing: 0px;
    }
    .testimonials_grids h3 {
        width: 70%;
        font-size: 1.1em;
    }
    .nav-tabs > li > a,.newsletter_right input[type="email"] {
        font-size: 13px;
    }
    .nav-tabs > li > a {
        padding:10px 10px;
    }
    .nav-tabs > li {
        float: none;
        display:inline-block;
    }
    .modal-header {
        font-size: 1.3em;
        letter-spacing: 3px;
        padding: 10px;
    }
    .modal_body_right {
        padding: 1em;
    }
    .modal_body_right h4 {
        font-size: 1em;
    }
    .wthree_team_grid_pos {
        top: -105%;
    }
    .nav-tabs {
        text-align: center;
    }
    .figure_demo {
        margin: 1em 0 0;
    }
    .newsletter_right input[type="submit"] {
        width: 45%;
        font-size: 13px;
    }
    .contact_grid_right h4 {
        font-size: 1.3em;
        letter-spacing: 2px;
    }
    .contact_grid:nth-child(2) {
        margin: 1em 0;
    }
    .input__label,.contact_right1 textarea,.wthree_footer_grid_left1 ul li{
        font-size: 13px;
    }
    .contact_right1 textarea, .contact_right2 input[type="submit"] {
        min-height: 150px;
    }
    .contact_right2 input[type="submit"] {
        background: url(../images/5.png) no-repeat 18px 68px;
        background-size: 40%;
        background-color: #fee00c;
    }
    .twitter_post {
        padding: 1em 0;
    }
    .twitter_post h4 {
        font-size: 1.1em;
    }
    .wthree_footer_grid_left1 h4 {
        margin-bottom: 1em;
    }
    .user input[type="text"], .user input[type="email"], .user input[type="password"] {
        padding: 12px 10px 12px 50px;
    }
    
}
.container_page{

background: url(../images/5.png) no-repeat 18px 68px;

}