body * {
    font-family: wotfard_regular;
	color:  #010f2e ;
	background-color: #transparent;
}
a.nav-link {
    position: relative;
}
li.nav-item.active a.nav-link:before
{
    background-color: #ff9d02;
    width: 80px;
    content: '';
    position: absolute;
    margin-left: 0px;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: all 500ms ease;
}
@media (min-width: 768px){
    li.nav-item.active a.nav-link:before{
        margin: 0 auto;
    }
}
#home div.icon img{
    width: 100px !important;
}
.pre-header p,
.pre-header span{
	font-size: 13px;
	color: #F9FAFD;
}

.pre-header svg{
	fill:  #F9FAFD;
}

.pre-header span.phoneno{
	font-weight: 600;
    letter-spacing: 3px;
    font-family: exo;
    font-size:  18px;
}

#home .hero_content h1{
	font-family: DMSerifDisplay-Regular;
	font-size: 70px;
	line-height: 80px;
    margin-bottom: 30px;
    max-width: 700px;
}

@media (max-width: 767px){
	#home .hero_content h1{
	    font-size: 40px;
	    line-height: 50px;
	}
}

#home .hero_content p{
	font-size: 14px;
    line-height: 29px;
    max-width: 700px;
    color: #8d8d8d;
    margin-bottom: 15px;
}

.hero_content .hero_btn a{	
    margin-top: 20px;
    margin-right: 20px;
}
.thm_btn {
    font-size: 14px;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    color: #fefefe;
    text-transform: uppercase;
    background: #ff9d02;
    font-weight: 600;
    display: inline-block;
    border: 2px
 	solid transparent;
 	transition: all 0.3s ease-out 0s;
 	cursor: pointer;
}

.thm_btn:hover {
    color: #ffff;
    background-color: #fe0002;
}

.thm_btn-2 {
    background-color: #fe0002;
}
.thm_btn-2:hover {
    background-color: #ff9d02;
}
section#home, section#about{
	background-color: #fff;
}
section#courses, section#categories, section#mission{
	background-color: #f6f6f6;
}

@media (min-width: 1400px){
	section#courses .container, section#categories .container,
    section#coursedetail .container, section#course_header .container,
    section#aboutus .container
    {
	    max-width: 1200px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.course_box {
		padding: 30px 25px;
	}
}

.course_box {
    background: #fff;
    padding: 45px 30px;
    padding-right: 20px;
    border: 0.5px solid #f7f7f7;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.course_box:hover {
    box-shadow: 0px 13px 27px 0px rgb(218 218 218 / 45%);
    z-index: 1;
}

.course_box h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.course_box h3 > a {
	font-family: wotfard_semibold;
	color: inherit;
}
.course_box p {
    font-size: 16px;
}
.ser_icon a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #f6f6f6;
    text-align: center;
    line-height: 50px;
    transition: all 0.3s ease-out 0s;
    color: #6f849d;

}
.ser_icon a svg line,
.ser_icon a svg polyline
{
	color: #6f849d;
}
.course_box:hover .ser_icon a {
    background-color: #ff9d02;
}
.course_box:hover .ser_icon a svg line,
.course_box:hover .ser_icon a svg polyline{
    color: #fff !important;

}

#about .al_signle,
#coursedetail_content .al_signle,
#aboutus .al_signle {
    margin-bottom: 20px;
    color: #000;
}

#about .al_signle span,
#coursedetail_content .al_signle span,
#aboutus .al_signle span {
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 8px 32px 0px rgb(218 218 218 / 70%);
    color: #1b2026;
    margin-right: 15px;
    font-family: silka;
}
@media (min-width: 1400px){
    #coursedetail_sticky.stick {
        position: fixed;
        top: 100px;
        right: 119px !important;
        /*z-index: 10000;*/
        width: 400px !important;
    }
}
@media (min-width: 992px){
    #coursedetail_sticky.stick {
        position: fixed;
        top: 100px;
        right: 10px;
        /*z-index: 10000;*/
        width: 350px;
    }
}

section#categories{
	background-image: url(../image/categroies-bg-aliments.png);
    background-repeat: no-repeat;
    background-position: center;
}

#categories .category_box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 40px 0px rgb(0 0 0 / 8%);
    padding: 20px;
    margin-top: 30px;
}
#categories .category_icon {
    border: 1px
 	solid #fe8366;
    display: inline-block;
    padding: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
}

#categories .category_content h5 a{
    font-size: 20px;
    font-family: wotfard_semibold;
    color: inherit;
    transition: all 0.3s ease-out 0s;
}

#categories .category_content h5 a:hover {
    color: #ff9d02;
    cursor: pointer;
}
#brand {
	padding-top: 2rem;
	padding-bottom: 3.75rem;
	background: linear-gradient(rgb(252, 250, 251), rgb(255, 255, 255));
	text-align: center;
}

#brand h4 {
	margin-bottom: 0.25rem;
}

#brand .section-divider {
	margin-bottom: 1rem;
}

#brand .slider-container {
	margin-bottom: 0.5rem;
	padding: 1rem 0;
}

#footer{
    background-color: #000;
}

#footer .copyright {
    font-size: 18px;
    text-align: center;
    color: #ababab;
}

#footer .social_icon a {
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.109);
    line-height: 43px;
    color: #a4a4a4;
    font-size: 15px;
    text-align: center;
    margin-right: 5px;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;

}

#footer .social_icon a:hover {
    background-color: #0073ff;
    color: #fff;
}
#footer .social_icon a:hover span{
    color: #fff;
    
}

#footer .social_icon span{
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    vertical-align: middle;
    color: #a4a4a4;
    padding-left: 10px;
}
#coursedetail_content h2{
    color: #010f2e;
    font-family: silka_medium;
}

#coursedetail_content p,
#coursedetail_content ul li > span{
    font-family: silka;
    color: #777;
}

.divider{
    border-bottom: 1px solid #f0f0f0;
}

.portfolio-filter {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

@media (min-width: 992px){
    .portfolio-filter ul.nav-tabs {
        width: 80%;
        padding: 0 30px;

    }
}


@media only screen and (max-width: 600px){
    .portfolio-filter ul.nav-tabs {
        width: 100%;

    }
}

@media (max-width: 1199px){
    .portfolio-filter ul.nav-tabs {
        width: 100% !important;
        padding: 0 0px !important;

    }
}

.portfolio-filter ul.nav-tabs {
    display: inline-flex;
    justify-content: center;

}

.portfolio-filter ul.nav-tabs>li {
    margin-bottom: 25px;
}

.portfolio-filter ul.nav-tabs>li>a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    background: #f6f6f6;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 15px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #000000 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff !important;
}

.portfolio-filter ul.nav-tabs>li>a.active,
.portfolio-filter ul.nav-tabs>li>a:hover,
.portfolio-filter ul.nav-tabs>li>a:focus,
.portfolio-filter ul.nav-tabs>li>a:active {
    color: #ff9d02 !important;
    border-color: #ff9d02 !important;
}

.portfolio-carousel-single {
    padding: 15px;
}

.portfolio-carousel-single .portfolio-content:before,
.portfolio-carousel-single .portfolio-content:after {
    content: " ";
    display: table;
}

.portfolio-carousel-single .portfolio-content:after {
    clear: both;
}

.portfolio-carousel-single .images {
    width: 55%;
    float: left;
    position: relative;
}

.portfolio-carousel-single .content-right {
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    float: left;
    padding: 20px 30px;
    text-align: left;
}

.portfolio-carousel-single .content-right .content-inner {
    position: relative;
    background: #fff;
    top: 0;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.team-grid-2 .team-block {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.team-grid-2 .team-block .team-email {
    display: none;
}

.team-grid-2 .team-block .team-content {
    width: 100%;
    z-index: 99;
    padding: 15px 20px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.team-grid-2 .team-block .team-content .socials {
    display: none;
}

.team-grid-2 .team-block .team-content .team-name {
    margin-top: 0;
    position: relative;
    z-index: 9;
}

.team-grid-2 .team-block .team-content .team-name a {
    font-weight: 600;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
}

.team-grid-2 .team-block .team-content .team-job {
    position: relative;
    z-index: 9;
    font-size: 14px;
    color: #999999;
    font-style: italic;
}

.team-grid-2 .team-block:hover .team-content,
.team-grid-2 .team-block:focus .team-content,
.team-grid-2 .team-block:active .team-content {
    background: #222;
}

.team-grid-2 .team-block:hover .team-content .team-name,
.team-grid-2 .team-block:hover .team-content .team-name a,
.team-grid-2 .team-block:focus .team-content .team-name,
.team-grid-2 .team-block:focus .team-content .team-name a,
.team-grid-2 .team-block:active .team-content .team-name,
.team-grid-2 .team-block:active .team-content .team-name a {
    color: #fff;
}

.team-grid-2 .team-block:hover .team-content .team-job,
.team-grid-2 .team-block:focus .team-content .team-job,
.team-grid-2 .team-block:active .team-content .team-job {
    color: #fff;
}

.team-grid-2 .views-row:last-child .team-block {
    margin-bottom: 0;
}

.team-list .team-block .team-name a {
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

.team-list .team-block .team-image {
    width: 35%;
    float: left;
}

.team-list .team-block .team-content {
    padding-left: 30px;
    width: 65%;
    float: left;
}

.team-list .team-block .team-content .team-body {
    display: block !important;
    visibility: visible !important;
    padding: 10px 0;
}

.team-list .team-block .socials .gva-social {
    margin-left: 15px;
    font-size: 16px;
}

.post-masonry-style>div,
.isotope-items>div {
    margin-left: -1px;
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
}

.portfolio-filter .nav-tabs>li>a {
    font-weight: 700;
    color: #000000;
    padding: 8px 18px !important;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    background: none;
    letter-spacing: 1px;
}

.portfolio-filter .nav-tabs>li>a i {
    margin-right: 5px;
}

.portfolio-filter .nav-tabs>li>a:hover,
.portfolio-filter .nav-tabs>li>a:focus,
.portfolio-filter .nav-tabs>li>a:active {
    color: #ff9d02;
}

.portfolio-filter .nav-tabs>li.active>a,
.portfolio-filter .nav-tabs>li>a.active {
    color: #ff9d02;
}


@media(max-width: 990px){
    #contact .card{
        margin: 20px;
    }
} 
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    width:100%;
    position:absolute;
}

#contact .address{
    --bg-color: #ffd861;
    --bg-color-light: #ffeeba;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(255, 215, 97, 0.48);
}
#contact .call {
  --bg-color: #B8F9D3;
  --bg-color-light: #e2fced;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}

#contact .mail {
  --bg-color: #CEB2FC;
  --bg-color-light: #F0E7FF;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}

#contact .clock {
  --bg-color: #DCE9FF;
  --bg-color-light: #f1f7ff;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

#contact .card {
    background: #fff;
    border-top-right-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}

#contact .card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11),
    0 24px 46px var(--box-shadow-color);
}

#contact .card:hover .overlay {
  transform: scale(4) translateZ(0);
}

#contact .card:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

#contact .card:hover .circle:after {
  background: var(--bg-color-light);
}

#contact .card:hover p {
  color: var(--text-color-hover);
}

#contact .card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0,0,0,0.11),
    0 15px 24px var(--box-shadow-color);
}

#contact .card p {
  font-size: 17px;
  color: #4C5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

#contact .circle {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
    top: 20px;
}

#contact .circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 4px;
  left: 5px;
  transition: opacity 0.3s ease-out;
}

#contact .circle svg {
  z-index: 10000;
  transform: translateZ(0);
}

#contact .overlay {
  width: 118px;
  position: absolute; 
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 30px;
  left: 120px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

#contact div.circle img{
    z-index: 999;
    width: 70px;
    height: 70px;
}
video.responsiveVideo{
    width: 80% !important;
}
