/**
* Theme Name: Edutech Child
* Description: This is a child theme of Edutech, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themazine">TheMazine</a>
* Template: edutech
* Version: 2.3
*/
.gt_switcher_wrapper{
    top: 0px !important;
    right: 0px !important;
    background: wheat !important;
    padding: 5px !important;
}
div.main-menu-wrapper{
	background: #ffffff;
}

.navbar-toggle {
    border: 1px solid #dceaf1;
}

.navbar-toggle .icon-bar {
    background-color: #3486ae;
}

.main-menu-wrapper nav ul.nav li a {
    color: #3486ae;
	font-weight: 600;
}
.main-menu-wrapper nav ul.nav li a:hover {
    color: #f6731d;
}
.main-menu-wrapper nav ul.nav li a:before {
	background: #f6731d;
}
.main-menu-wrapper form input {
    color: #f6731d;
    border: 1px solid #f6731d;
}
.main-menu-wrapper form button{
	color: #f6731d;
}
form.float-right input::placeholder {
    color: #888;      /* your desired color */
    opacity: 1;       /* ensures consistent color across browsers */
}

.theme-manage-area .item1 {
    height: 265px;
}

.item-part.item1 h3 {
    font-size: clamp(1rem, 0.8rem + 1vw, 1.4rem);
    line-height: 1.2;
}
.theme-manage-area .item-part h3 i {
	font-size: 35px;
}

h2.our-offerings-h {
	margin-top: 5rem;
	color: #3486ae;
	}

@media only screen and (max-width: 768px) {
	.main-menu-wrapper .logo img{
		width: 55% !important;
	}
	.header{
		background: #e6e6e6;
	}
	header.inner-header > .top-header {
    display: none !important;
	}

}

@media (min-width: 768px) {
    div[class="logo float-left"] {
		border-right: 1px solid #f2ded1;
	}
}


@media (max-width: 991px) {
    .main-menu-wrapper .nav>li>a {
        border-bottom: 1px solid #dceaf1;
    }
	.navbar-nav {
        border: 1px dashed #dceaf1;
    }
}