/*
 * Theme Name:  Vss
 * Description: Vss Theme
 * Author:      Asim.
 * Template:    educenter
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
h2.section-header::before{
    content: none;
}

.box-header-nav {
    float: none;
}

.box-header-nav .main-menu>.menu-item.current-menu-item>a{
	background: none !important;
	background-color: none !important;
	color: #585858;
}
.box-header-nav .main-menu>.menu-item.current-menu-item>a:hover{
	background: #1e73be !important;
	background-color: #1e73be !important;
	color: #fff;
}
.container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}
.bottom-header {
    background-color: #fff;
    
}
.custom-logo-link {
    display: inline-block;
    margin: 3px 0px;
}
.site-branding h1{
    margin-bottom:0;
    font-size: 20px;
    margin-top: -3px;
    font-weight: 600;
}
.site-branding a{
    color: #376cff;
}
.site-description{display:none;}
.ed-cta.layout-1 .ed-overlay {
	background: #fff;
}

h1.site-title {
    font-size: 25px;
    padding-top: 0.5em;
	margin-left:18%;
	font-family: cambria;
	font-weight: 600;
}

h2.site-title-desk {
    font-size: 15px;
    padding-top: 0.5em;
    /*text-align: center;*/
    margin-left:14%;
    font-family: cambria;
    font-weight: 600;
    color: #002060;
}

h1.site-title-mob {
    display: none;
}

h2.site-title-add {
    display: none;
}

h1.site-title a {
    color: #002060
}
.ed-cta.layout-1 .ed-cta-holder h2{
	color: #585858;
}

.ed-cta.layout-1 .ed-cta-holder p{
	color: #585858;
}

.ed-cta.layout-1 .ed-cta-holder::after {
	color: #585858;
}

.ed-cta.layout-1 .ed-cta-holder a.ed-button.secondary-button {
	background-color: #ef434a;
	color: #fff;
	border-color: #ef434a;
	border-radius: 8px;
}

.ed-cta.layout-1 .ed-cta-holder a.ed-button.secondary-button:hover {
    background-color: #585858;
    border-color: #585858;
}

.ed-team-member {
    background-color: #fff;
}

.ed-team-member .ed-team-col .ed-inner-wrap .ed-text-holder{
	background-color: #fff !important;
	color: #e74c3c;
}
.ed-team-member .ed-team-col .ed-inner-wrap .ed-text-holder h3.ed-team-title a {
	color: #585858;
}

.ed-services.layout-2 .ed-col-holder .col {
    border-color: #1e73be;
    background-color: #1e73be;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0);
    /*-ms-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);*/
}

.ed-services.layout-2 .ed-col-holder .col .text-holder{
	color: #2962ff;
}
.ed-services.layout-2 .ed-col-holder .col .text-holder p{
	height: 81px;
    overflow: hidden;
}

.ed-services.layout-2 .ed-col-holder .col .text-holder h3 a{
	color: #2962ff;
}

.ed-services.layout-2 .ed-service-left .ed-col-holder .col .ed-button {
    border: 1px solid;
    border-radius: 8px;
}

.ed-services.layout-2 .ed-service-left .ed-col-holder .col .ed-button:hover {
    background: #e74c3c;
    border-color: #e74c3c;
}

/*.secondary-section{
	border: 2px solid;
    border-radius: 8px;
    padding-left: 0px;
}

.secondary-section .widget-ed-title{
	background-color: #1e73be;
    color: #fff;
    text-align: center;
}

.secondary-section .widget_nav_menu li:before {
    content: none;
 }

 .secondary-section .widget_nav_menu li:hover {
    background-color: #f9bf58;
    color: #fff;
}*/

/*.ed-testimonials .ed-testimonial-wrap.layout-1 .ed-test-slide .ed-text-holder{*/
/*	height: 220px;*/
/*    overflow: hidden;*/
/*}*/

.ed-campus.layout-2 {
    background-color: #fbfbfb;
}

.ed-campus-wrap.layout-1 {
    padding-top: 6em;
    height: 400px !important;
}

.ed-campus .ed-campus-wrap.layout-1 .ed-test-slide {
    position: relative;
    text-align: center;
}

.ed-campus .ed-campus-wrap.layout-1 .ed-test-slide .icon-holder {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 100%;
    border: 3px solid #004A8D;
    margin: 0 auto;
    background: #fff;
    position: relative;
    font-size: 51px;
	padding-top: 10px;
	color: #2962ff;
}

.ed-campus .ed-campus-wrap.layout-1 .ed-test-slide .ed-text-holder {
    border: 1px solid #004A8D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 12px 18px 30px;
    margin-top: -77px;
    background: #2962ff;
    height: 22em;
	color:#fff;
}
.ed-campus .ed-campus-wrap.layout-1 .ed-test-slide .ed-text-holder h3 a{
    color: #fff;
	position: relative;
	border-bottom:1px solid #fff;
}
.ed-campus .ed-campus-wrap.layout-1 .ed-test-slide .ed-text-holder h3 a:hover{
    color: #004A8D;
}

.ed-campus .ed-campus-wrap.layout-1 .ed-test-slide .ed-text-holder span {
    padding-top: 1em;
}
.ed-services.layout-3 .ed-service-slide .col {
	background: #71b4e8;
}
.box-header-nav .main-menu > .menu-item > a {
    font-size: 15px;
}
.ed-img img{
	width: 383.33px;
}


.box-header-nav .main-menu > .menu-item.current-menu-item > a {
	color: #2962ff;
	font-weight: bold;
}

.box-header-nav .main-menu > .menu-item > a{
	font-size: 15.3px;
	color: #2962ff;
}

.sticky-wrapper.is-sticky .bottom-header {
	background-color: #fff;
}
.ed-slide.lightSlider.lSSlide{
	height:520px;
}

.ed-slide .slide img {
	height: 520px;
}

.ed-services.layout-2 .ed-col-holder .col {
	border-radius: 10px;
	background-color:#fff;
}

.ed-team-col.lslide {
	width: 370px !important;
	border: 1px solid #004A8D;
	border-radius: 10px;
	margin-left:20px;
}

.ed-team-member .ed-team-col .ed-inner-wrap .ed-img {
	height: 380px;
}

.ed-slider {
    border: 8px solid #4864a5;
}

.ed-gallery{
	background: #2962ff;
}

.ed-gallery .section-header{
    color: #fff;
}

.gal-more-left p {
	float: left;
  font-size: 43px;
	color: #fff;
}

.gal-more-right {
    float: right;
    padding-right: 11em;
}

.ed-button.gal {
    border-radius: 8px;
    border: 1px solid;
}

.ed-button.gal:hover {
	background: #ef434a;
}

.ed-cta.layout-1 {
	padding: 50px 0;
}
.top-menu-link .menu li{
	border: 2px solid #fff;
	border-radius: 8px;
}
.top-menu-link .menu a {
    color: #fff;
    font-size: 15px;
		width: 105px;
		text-align: center;
}

.top-menu-link .menu li:hover {
    background-color: #fff;
		color: #000;
}
.top-menu-link .menu a:hover {
		color: #000;
}

.ed-team-wrapper.lightSlider.lsGrab.lSSlide {
		padding-left: 18em;
    width: auto !important;
}

.general-header .top-header .right-contact div {
    margin-left: 4px;
    padding-top: 2px;
}
.ed-footer {
    background: #fff !important;
    color: #2a61fb !important;
}
.ed-footer .ed-footer-holder .widget .widget-title{
    color: #2a61fb !important;
    position: inherit;
}
footer .widget ul li a{
    color: #2a61fb !important;
    font-weight: bold;
}
/*-----------------------------------------Edit By Asim--------------------------*/
.box-header-nav .main-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    margin-top: -1em;
}

.box-header-nav .main-menu .page_item a, .box-header-nav .main-menu>.menu-item>a {
    display: inline-block;
    padding: 10px 15px;
    line-height: 20px; 
    margin-top: 2.54em;
    border-radius: 6px;
}

.header-nav-toggle {
	margin: 16px 0;
}
.news-link {
    text-align: center;
}

.ed-text-holder .ed-button {
    background: #71b4e8;
    border-radius: 11px;
    border-color: #71b4e8;
}

.ed-text-holder .ed-button:hover{
    background: #e74c3c;
    border-color: #e74c3c;
}

.pdf_link{
	color:#2962ff;
}

.pdf_link:hover{
	color:#2962ff;
	text-decoration:underline;
}
/*---------------------------------------Edit End---------------------------------*/