/*---Common Footer and Header only main orginal css */

input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-weight: 600;
	
}	
p{
	margin:0;
	letter-spacing:1px;
	font-weight: 400;
	
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

/* -- Top-Header --*/
.header {
    padding: 0.5em 0;
    background: #C7CACC; 
   /*font-family: 'Fredericka the Great', cursive;	*/

	
}
/*-- social-icons --*/
.edu-social-icons i {
	font-size: 1em;
    color: #fff;
	width: 32px;
    height: 32px;
    text-align: center;
    line-height: 31px;
	margin:0 0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.edu-social-icons i:hover {
	background: #ffae00;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
/*-- //social-icons --*/
.logo h1 a {
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
	
}

.navbar-default .navbar-brand {
    color: #ED7B5D;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ED7B5D;
    background-color: transparent;
}
.edu_header_right ul li{
    list-style: none;
    display: inline-block;
	padding-top: 1em;
}
.edu_header_right ul li a{
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: capitalize;
	
}
.edu_header_right ul li a:hover {
    color: #ED7B5D;
}
.edu_header_right ul li:nth-child(2) {
    padding-left: 2em;
}
.edu_header_right ul li:nth-child(3) {
    font-size: 1em;
    color: #fff;
    padding-left: 1.4em;
    padding-top: 0.5em;
}
.edu_header_right ul li:nth-child(3) a {
    color: #fff;
	padding-left: 0.2em;
}
.edu-social-icons {
    padding-top: 0.7em;
}

/* -- //Top-Header --*/
/*----Bottom header-----*/

/*-- navigation --*/
.header-bottom {
    padding: 0.3em 0;
	background: #E97053 !important;
}
/*-- nav --*/
.navbar-default {
    background: red;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-nav {
    float: right;
}
.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: #000;
}
.navbar-nav > li > a {
    margin: 0;
    padding: 1em 2em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 1em;
}
.edu_navigation_pos{
	position: absolute;
    top:13%;
    left: 42.5%;
    z-index:999;
}
.edu_navigation_pos h1 a{
	font-size: 1.1em;
    color: #212121;
    text-decoration: none;
    border: 1px solid #65b126;
    padding: 0.1em 1.2em;
    position: relative;
    display: block;
}
.edu_navigation_pos h1 a span:before,.edu_navigation_pos h1 a span:after{
	content: '';
    position: absolute;
    top: 11%;
    width: 40px;
    height: 42px;
}

.edu_navigation_pos h1 a i{
	display: block;
    font-size: .25em;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 8px;
    color: #65b126;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #ffae00;
}
.menu__list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Miranda */
.menu--miranda .menu__item {
	position: relative;
	margin: 0.5em 0.5em;
}
.menu--miranda .menu__item:last-child{
	margin-right:0;
}
.menu--miranda .menu__link {
	position: relative;
	display: block;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu--miranda .menu__link:hover,
.menu--miranda .menu__link:focus {
	color: #ED7B5D;
}

.menu--miranda .menu__item--current .menu__link {
	color: #ED7B5D;
}

.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after,
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
	content: '';
	position: absolute;
	background: #ED7B5D;
	-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--miranda .menu__item::before,
.menu--miranda .menu__item::after {
	top: 0;
	width: 3px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

/* left line */
.menu--miranda .menu__item::before {
	left: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

/* right line */
.menu--miranda .menu__item::after {
	right: 0;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

/* top and bottom line */
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

/* top line */
.menu--miranda .menu__link::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

/* bottom line */
.menu--miranda .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--miranda .menu__item .menu__link::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.menu--miranda .menu__item--current .menu__link::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
/* left line */
.menu--miranda .menu__item::before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.menu--miranda .menu__item--current::before {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/* top line */
.menu--miranda .menu__item .menu__link::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.menu--miranda .menu__item--current .menu__link::before {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
/* right line */
.menu--miranda .menu__item--current::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.menu--miranda .menu__item--current::before,
.menu--miranda .menu__item--current::after,
.menu--miranda .menu__item--current .menu__link::before,
.menu--miranda .menu__item--current .menu__link::after,.menu__item:hover::before,.menu__item:hover::after,
.menu--miranda .menu__link:hover::before,
.menu--miranda .menu__link:hover::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:600;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
   background-color: #ffae00;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none ! important;
}
/*-- //navigation --*/
.edu_search{
    border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    margin-top: .9em;
	background-color:#E97053;
}
.edu_search input[type="text"] {
    outline: none;
    width: 87%;
    background: #fff;
    color: #7d7d7d;
    padding: 5px;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
	border-bottom: 1px solid #fff;
}
.edu_search input[type="submit"] {
    outline: none;
    width: 10%;
    background: url(../image/search.png) no-repeat 5px 2px;
    border: none;
    padding: 3px;
	
}
.edu_header_right.w3l-r li span{
    color: #fff;
}
/*Slide in as you scroll down*/


.slide-in {
  -webkit-animation: slide 0.8s ease forwards;
          animation: slide 0.8s ease forwards;
}
.slide-in:nth-child(even) {
  -webkit-transform: translateY(100px) translateX(150px);
          transform: translateY(100px) translateX(150px);
}
.slide-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-transform: translateY(100px) translateX(-150px);
          transform: translateY(100px) translateX(-150px);
}

.already-on-screen {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translateY(0) translateX(0) !important;
          transform: translateY(0) translateX(0) !important;
}

@-webkit-keyframes slide {
  to {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}

@keyframes slide {
  to {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}







/* Slide in */

/* feature product card  this include All toys too */



.card-list {
	display: block;
	margin: 1rem auto;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}

.card {
	display: inline-block;
	width: 90%;
	max-width: 20rem;
	margin: 1rem;
	font-size: 1rem;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
	-webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s ease-in-out;
	transition: box-shadow 0.1s, -webkit-transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
	transition: transform 0.1s ease-in-out, box-shadow 0.1s, -webkit-transform 0.1s ease-in-out;
}

.card:hover {
	-webkit-transform: translateY(-0.5rem) scale(1.0125);
	        transform: translateY(-0.5rem) scale(1.0125);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}

.card-description {
	display: block;
	padding: 1em 0.5em;
	color: #515151;
	text-decoration: none;
}

.card-description > h2 {
	margin: 0 0 0.5em;
}

.card-description > p {
	margin: 0;
}



// End of feature product card load 


/* feature product card */

/* footer  */


/*Footer clode */

.footer {
  width: 100%px;
  height: 460px;
  background-color: #3571b9;
  margin-top: 0px;
}

.cloud {
  height:30px;
  width:100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='264.000000' height='113.000000' preserveAspectRatio='xMidYMid meet' style=''%3E%3Crect id='backgroundrect' width='100%25' height='100%25' x='0' y='0' fill='none' stroke='none'/%3E%3Cg class='currentLayer' style=''%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg transform='translate(0,113) scale(0.10000000149011612,-0.10000000149011612) ' fill='%233571b9' stroke='none' id='svg_1' class='' fill-opacity='1'%3E%3Cpath d='M2015 1120 c-152 -21 -295 -113 -377 -244 -17 -28 -33 -52 -34 -54 -1 -2 -30 23 -63 57 -107 105 -225 148 -383 139 -73 -5 -99 -11 -160 -40 -40 -20 -95 -55 -122 -79 -56 -50 -121 -144 -138 -201 -6 -21 -12 -38 -13 -38 -1 0 -24 22 -51 48 -28 27 -77 62 -110 78 -54 26 -68 29 -164 29 -99 0 -109 -2 -172 -33 -156 -77 -247 -253 -219 -423 23 -140 103 -249 226 -310 l70 -34 945 0 c905 0 947 1 1004 19 170 56 314 212 361 392 18 68 20 191 4 266 -27 129 -128 277 -239 348 -102 66 -242 96 -365 80z' id='svg_2' fill='%233571b9' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
   background-repeat: no-repeat;
}

.cloud-big {
  height:120px;
  width:100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='521.000000' height='222.000000' preserveAspectRatio='xMidYMid meet'%3E%3Crect id='backgroundrect' width='100%25' height='100%25' x='0' y='0' fill='none' stroke='none'/%3E%3Cg class='currentLayer' style=''%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg transform='translate(0,222) scale(0.10000000149011612,-0.10000000149011612) ' fill='%233571b9' stroke='none' id='svg_1' class='' fill-opacity='1'%3E%3Cpath d='M4010 2209 c-168 -20 -340 -84 -481 -180 -125 -84 -275 -252 -339 -379 -12 -25 -24 -47 -26 -49 -2 -2 -14 9 -26 25 -98 128 -260 254 -402 313 -267 111 -594 92 -838 -50 -209 -121 -351 -285 -439 -504 -17 -44 -32 -81 -33 -82 -1 -1 -45 40 -97 91 -80 78 -112 102 -190 140 -118 58 -227 86 -335 86 -314 0 -574 -161 -716 -444 -97 -193 -111 -417 -39 -631 41 -122 101 -217 201 -315 100 -99 215 -166 346 -199 80 -21 84 -21 1890 -19 l1809 3 100 28 c377 103 668 400 772 784 24 89 27 115 27 278 0 154 -3 193 -22 270 -122 483 -513 811 -997 838 -49 3 -124 1 -165 -4z' id='svg_2' fill='%233571b9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
     background-repeat: no-repeat;
}

.cloud-footer {
  display:flex;
  align-items:baseline;
  background-color:white;
}

/*Footer cloud end*/ 

/*Footer Triangle Start*/






.Topfooter-top {
    padding-top: 5em;
}

.Topfooter-top {
    padding: 5em 0;
    background: #797b7c;
}

.Topfooter-top h3 {
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.footv3-left h4 a {
    font-size: 1.3em;
    letter-spacing: 0.5px;
    color: #fff !important;
    padding: 14px 0 0;
    position: relative;
    text-transform: capitalize;
    font-family: 'Poppins', cursive !important;
}

.footv3-left h2 a {
    color: #ed4f2e;
    text-decoration: none;
}

.Topfooter-top p {
    font-size: 1em;
    color: #a3b1bf;
    margin: 1em 0;
    line-height: 1.5em;
}

.footer {
    background: #283645;
    padding: 1em 0;
    text-align: center;
}

.footer p {
    color: #fff;
    font-size: 1em;
}

.footer p a {
    color: #fff;
}

.footer p a:hover {
    color: #ED4F2E;
}

.fv3-contact span {
    color: #a3b1bf;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.fv3-contact p {
    display: inline-block;
    vertical-align: middle;
    color: #a3b1bf;
    margin: 0 0 0 10px;
}

.fv3-contact {
    margin-bottom: 0.5em;
}

.fv3-contact p a {
    color: #a3b1bf;
}

.fv3-contact p a:hover {
    color: #ed4f2e;
}

.footv3-left li {
    display: inline-block;
    width: 30%;
    margin: 1%;
}

.footv3-left input[type="text"] {
    width: 100%;
    color: #fff;
    background: none;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #fff;
    font-size: 13px;
    margin-bottom: 1em;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif !important;
}

.footv3-left form input[type=submit] {
    color: #000;
    padding: 7px 21px;
    font-size: 15px;
    cursor: pointer;
    background: #f7c052;
    margin: 4px 0 0 0px;
    outline: none;
    border: none;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif !important;
}

.footv3-left form input[type=submit]:hover {
    background: #3c3930;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*bottom footer*/
.cpy-right {
    padding: 1em;
    background: #f28838;
    text-align: center;
	
}

.cpy-right p {
    color: #fff;
    letter-spacing: 0.5px;
}
.cpy-right p:hover {
    color: #fff;
    letter-spacing: 0.5px;
}

.footer-bottom {
    background: #000;
}
.cpy-right p a {
    color: #000;
}
/*--//footer*/


/*--Media Query--*/

@media(max-width: 1080px){
	.logo h1 a {
		font-size:0.98em;
		letter-spacing: 0px;
	}
	.edu_header_right ul li a {
		font-size: 1.05em;
		letter-spacing: 0px;
	}
	.edu_header_right ul li:nth-child(2) {
		padding-left: 1em;
	}
	.edu_header_right ul li:nth-child(3) {
		padding-left: 1em;
	}
	.edu_search input[type="text"] {
		font-size: 13px;
	}
	.edu_search input[type="submit"] {
		background: url(../image/search.png) no-repeat 0px 3px;
	}
	
	.logo-fo h2 a {
		font-size: 1.1em;
	}
	.navbar-nav > li > a {
		letter-spacing: 0px;
		font-size: 0.95em;
		padding: 1em 1.8em;
	}
	.menu--miranda .menu__item {
		margin: 1em 0.4em;
	}
	
}
@media(max-width: 1050px){

}
@media(max-width: 1024px){
	
}
@media(max-width: 991px){
	.edu_header_left {
		float: left;
    width: 33.33%;
	}
	.edu_header_right {
    float: left;
    width: 33.33%;
}
	.edu_header_right.w3l-r {
		float: left;
    width: 33.33%;
	}
	.edu_header_right ul li a {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.logo h1 a {
		font-size: 1.05em;
		letter-spacing: 1px;
	}
	.navbar-nav > li > a {
    font-size: 0.85em;
    padding: 1em 1em;
}
	.menu--miranda .menu__item {
		margin: 0.6em 0.2em;
	}
	.edu_search input[type="submit"] {
		background-position: 0px;
		background-size: 19px;
	}
	
	.edu_header_right ul li:nth-child(2) {
		padding-left: 2em;
	}
	.edu_header_right ul li:nth-child(3) {
		padding-left: 2em;
	}
	
	.edu_header_left-2 {
		margin-top:4em;
		float: right;
		width: 50%;
	}
	.logo-fo {
		text-align: right;
		margin-top: 0em;
	}
	
	.edu-social-icons i {
    margin: 0 0.1em;
}
a.dropdown-toggle.menu__link {
    font-size: 0.85em;
}
/*footer*/
.footv3-left:nth-child(3),
    .footv3-left:nth-child(4) {
        margin-top: 3em;
    }
}
@media(max-width: 800px){
	.logo h1 a {
		font-size: 1em;
		letter-spacing: 1px;
	}
     
}
@media(max-width: 768px){
	.edu_search input[type="submit"] {
		background-size: 18px;
	}
}
@media(max-width: 767px){
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffae00 !important;
	}
	.navbar-default .navbar-toggle {
		border-color: #000 !important;
	}
	.navbar-toggle {
		float: right;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: none !important;
	}
	.navbar-nav > li > a {
		font-size: 0.95em;
		padding: 1em 1.8em;
	}
	.menu--miranda .menu__item {
		margin: 1.4em 0em;
	}

	ul.nav.navbar-nav.menu__list {
    width: 100%;
}

}
@media(max-width: 736px){
	/*footer*/
	 .footv3-left:nth-child(2) {
        margin-top: 3em;
    }
    .footv3-left li {
        width: 22%;
        margin: 10px;
    }

}
@media(max-width: 667px){
	.edu-social-icons i {
		margin: 0 0.3em;
	}
	
	.edu-social-icons i {
    margin: 0.8em 0 1em;
	}
	
}
.edu_header_left {
    padding-right: 2em;
  
}

}
@media(max-width: 640px){
	.edu-social-icons i {
    margin: 0 0.1em;
}
	.logo h1 a {
		font-size: 0.95em;
	}
	.edu_header_right ul li a {
		font-size: 1em;
	}
	.header-bottom {
		padding: 0.2em 0;
	}
	.edu_search {
		margin-top: .3em;
	}
		.logo-fo h2 a {
		font-size: 1em;
	}
	
}
@media(max-width: 600px){
	.edu-social-icons i {
		margin: 0 0em;
	}
	
}
@media(max-width: 568px){
	.edu-social-icons i {
		font-size: 0.9em;
		width: 30px;
		height: 30px;
	}
	.logo h1 a {
		font-size: 0.9em;
	}
	
	.logo-fo h2 a {
		font-size: 0.95em;
		letter-spacing: 1px;
	}
	.edu-social-icons-2 i {
		font-size: 0.85em;
		width: 38px;
		height: 38px;
	}
	.edu_header_left-2 {
		margin-top: 3em;
	}
	/*footer*/
	 .Topfooter-w3ls {
        padding-top: 3em;
    }
	
}
@media(max-width: 480px){
	.edu_header_right {
    width: 100%;
    text-align: center;
    padding: 0;
}
	.edu_header_left {
    width: 65%;
	float:right;
    text-align: right;
}
.edu_header_right ul li {
    padding-top: 0.5em;
}
	.edu-social-icons {
		padding-top: 0em;
		padding-bottom: 0.4em;
	}
	.navbar-toggle .icon-bar {
		width: 18px !important;
	}
	.navbar-toggle {
		padding: 7px 9px !important;
	}
	.edu_search input[type="submit"] {
		background-size: 17px;
	}
	
	.logo-fo h2 a {
		font-size: 0.85em;
		letter-spacing: 0px;
	}
	.edu-social-icons-2 i {
		font-size: 0.8em;
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	
	.logo h1 a {
		font-size: 0.85em;
	}
	
.edu_header_right.w3l-r {
    float: left;
    padding: 0;
    width: 35%;
}
 .Topfooter-top {
        padding: 4em 0;
    }
    .footv3-left li {
        width: 26%;
    }

}
@media(max-width: 414px){
	
	.edu_header_left-2 {
    width: 100%;
    text-align: left;
	margin-top: 1em;
}
	

.edu_header_right.w3l-r {
    width: 41%;
}
.edu_header_left {
    width: 58%;
}

}
@media(max-width: 384px){
	.edu_header_right ul li:nth-child(2) {
		padding-left: 1em;
	}
	.edu_header_right ul li:nth-child(3) {
		padding-left: 1em;
	}
	.navbar-brand {
		padding: 13px 0px;
	}
	.edu_header_right ul li {
		padding-top: 0.5em;
	}
	.edu_search input[type="text"] {
		padding: 6px 0px;
	}
	.edu_search input[type="submit"] {
		background-size: 14px;
	}
	.header-bottom {
		padding: 0em 0;
	}
	.edu_header_right.edu-r {
    width: 44%;
}
.edu_header_left {
    width: 100%;
	align:center;
	margin-right:25%;
	padding-right:5em;
}

}
@media(max-width: 375px){
	
	.edu_header_right ul li a {
		font-size: 0.9em;
	}
	.logo h1 a {
		font-size: 0.8em;
	}
	.menu--miranda .menu__item {
		margin: 0.8em 0em;
	}
	/*footer*/
	.footv3-left li {
        width: 22%;
        margin: 5px;
    }
}
@media(max-width: 320px){
	.edu-social-icons i {
		font-size: 0.85em;
		align:center;
		padding-right: 2em;
	}
	.logo h1 a {
    font-size: 0.75em;
    padding: 0.48em 0em 0em 0em;
}
	.edu_header_right ul li:nth-child(2) {
		padding-left: 0.5em;
	}
	.edu_header_right ul li a {
		font-size: 0.8em;
	}
	.edu_header_right ul li:nth-child(3) {
		padding-left: 0.5em;
	}
	.edu_search {
		width: 100%;
	}
	
	.edu_header_left-2 {
		margin-top: 2.5em;
	}
	
	.edu_header_right.w3l-r {
    width: 45%;
}
.edu-social-icons i {
    line-height:25px;
    width: 25px;
    height: 25px;
	align:center;
		padding-right: 2em;
}
.edu_header_right ul li {
    padding-top: 0em;
}

/*--//responsive--*/
