@font-face{
	src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf);
	font-family: PlayfairDisplay;
}
@font-face{
	src: url(../fonts/DancingScript-VariableFont_wght.ttf);
	font-family: DancingScript;
}
@font-face{
	src: url(../fonts/Rubik-VariableFont_wght.ttf);
	font-family: Rubik;
}
@font-face{
	src: url(../fonts/The-Sans-Plain.otf);
	font-family: TheSans-Plain;
}
@font-face {
  font-family: 'BC-ar';
  src: url('../fonts/BD-ar-2.ttf') format('truetype');
}
/*footer*/
footer h3{
    font-size:16px;
}
footer .whatsap_link {
    background-color: #4CAF50;
    padding: 10px;
    width:100%;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
}

footer .whatsap_link a {
    background-color: black;
    color: white;
    padding: 8px;
    display: block;
    margin-top: 9px;
    border-radius: 5px;
}
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border:0;
	font-family: TheSans-Plain;
}
.accordion-body iframe{
    width:100%;
}
.accordion-button{
    background: linear-gradient(90deg, rgba(85,158,78,1) 0%, rgba(0,93,42,1) 100%);
}
.accordion-button::after{
    margin-left:unset !important;
    margin-right:auto;
}
body{
	/*background-color: var(--three);*/
    direction: rtl !important;
    margin:auto;
    text-align:right;
}
.owl-carousel .owl-stage-outer{
    height:100%;
}
.owl-dots{
    display:none;
}
ul{
	list-style: none;
}
section{
    padding-right: 85px !important;
    padding-left: 85px !important;
}
li{
	cursor: pointer;
}
button{
	cursor: pointer;
	background-color: inherit;
}
a{
	text-decoration: none;
	color: inherit;
}
button:focus{
	outline: 0;
}
input:focus{
	outline: 0;
}
:root {
  --one: #2E8C38;
  --two: #9DC622;
  --three: #ebffe7;
  --four: #fac007;
  --five: white;
  --six: #174635;
}
.bg-info {
    background-color: #17a2b8!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
.bg-success {
    background-color: #28a745!important;
}
.bg-warning {
    background-color: #ffc107!important;
}
.block-center{
	margin: 0 25%;
}
main h1{
	color: var(--two);
	text-align: center;
    padding: 20px;
	font-size: 35px;
}
.pdflink{
	width: 100%;
    text-align: center;
    font-size: 22px;
    transition: all 0.3s linear;
}

.pdflink span{
    background-color: var(--four);
    color: var(--five);
    padding: 10px;
    border-radius: 6px;
    width: 200px;
    display: flex;
    margin: auto;
    justify-content: space-around;
    align-items: center;
}
.pdflink span:hover{
	background-color: #464e54;
	transform: scale(1.02);
}
.pdflink span i{
	color: #FA0F00;
}
.mainbotton{
    display:none;
}
/* Strat Nav Style */
nav{
	background-image: url(../img/slider.jpg);
    background-size: 100% 100%;
  background-position: center;
}
.middle-nav {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-image: (1deg, rgba(5, 95, 46, .8) 0%, rgba(97, 173, 65, .8) 100%);
    background-image: -moz-linear-gradient(1deg, rgba(5, 95, 46, .8) 0%, rgba(97, 173, 65, .8) 100%);
    background-image: -webkit-linear-gradient(1deg, rgba(5, 95, 46, .8) 0%, rgba(97, 173, 65, .8) 100%);
    background-image: -ms-linear-gradient(1deg, rgba(5, 95, 46, .8) 0%, rgba(97, 173, 65, .8) 100%);
    color: white;
}
.middle-nav img{
	display: block;
	width: 140px;
    margin: 20px;
}
.advice{
    width: 100%;
    text-align: center;
    font-size: 36px;
    margin: 100px 0 ;
}
@keyframes myfirst {
  0%   {transform: translateY(150px);}
  100% {transform: translateY(0px);}
}
.advice span{
    display: block;
    animation: myfirst 1s linear;
}
.bottom-nav > ul{
	padding: 35px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.bottom-nav > ul > a , .bottom-nav > ul > form li, .bottom-nav > ul > li {
	padding: 0 35px;
	transition: all .3s;
	font-size: 16px;
}
.bottom-nav ul  li:hover{
	border-bottom: 2px solid white;

}
.bottom-nav ul  li{
	display: flex;
    align-items: center;
}
.bottom-nav ul  img{
	width: 20px;
	height: 22px;
	border-radius: 4px;	
	margin: 0 5px;
}
.ser-menu{
	display: none;
    position: absolute;
    background-color: var(--one);
    border-radius: 8px; 
    width: 100%;
    z-index: 1090;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    padding: 0px;
    width: 200px;
}
.ser-menu li{
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    color: white;
    box-shadow: 0 1px;
}
.ser-menu li:hover{
    background-color: var(--six);
    box-shadow: 0 2px;
}
.seritam{
	position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .seritam:hover .ser-menu{
	display: block;
    }
}

.nestcon{
	position: relative;
}
.nestcon ul{
	display: none;
	position: absolute;
	left:calc(100% + 1px);
	top: 0;
	width: 200px;
	background-color: var(--five);
}
.ser-menu > li div:hover ul{
	display: block;
	box-shadow: 0 5px 5px, 0 -5px 5px;
}
.nestcon ul li{
	padding: 15px;
	box-shadow: 0 1px 5px;
	transition: all 0.3s linear;
	justify-content: space-between;
}
.nestcon ul li:hover{
    background-color: #bbbbbb;
    transform: scale(1.01);
}
.nestcon ul li i{
	color: #FA0F00
}
.slider{
	position: relative;
	height: 450px;
}
.slider img{
	position: absolute;
	width: 90%;
	height: 450px;
	left: 5%;
	transition: all 2.1s linear;
	box-shadow: 2px 2px 3px grey;
	border-radius: 4px;
}

/* End Nav Style */

/* Start Main index Style */
.why{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 20px;
}
.why div{
	width: 50%;
}
.why div h2{
	font-size: 30px;
	color: #1f4a87;
	text-align: center;
    margin-bottom: 20px;
}
.why div ul li{
	color: #44405a;
	font-size: 18px;
	display: flex;
	padding: 3px 0;
}
.why div ul li span{
	display: block;
}
.why div ul li span:first-child{
	color: #e48815;
}
.why div img{
	height: 400px;
	width:100%;
	border-radius: 4px;
	box-shadow: 1px 1px 3px gray;
}
.fixedbg{
	background-image: url(../img/12.jpeg);
	height: 400px;
	background-attachment: fixed;
 	background-position: center;
  	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.secondsec{
	padding: 10px;
}
.secondsec h2{
	font-size: 30px;
	padding: 15px 15px ;
	color: #e48815;
	text-align: center;
}
.secondsec span{
	color: #44405a;
	font-size: 13px;
	display:block;
	padding: 0 15px;
}
.secondsec > div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;

}
.secondsec > div  a{
	width: 20%;
	padding:  0 15px;
	
}
.secondsec > div a div img{
	width: 100%;
	height: 232px;
}
.secondsec > div a div{
	display: flex;
    flex-wrap: wrap;
    box-shadow: 1px 1px 6px;
    transition: all 0.3s linear;
}
.secondsec > div a div:hover{
	transform: scale(1.02);
	box-shadow: 1px 1px 2px;
}
.secondsec > div a div span{
    color: #1f4a87;
    width: 100%;
    background-color: #eaeaea;
    font-size: 18px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec2{
	padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sec2 div{
    width: 50%;
}
.sec2 div:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.sec2 div > img{
    display: block;
    margin: auto;
    width: 260px;
    height: 225px;
}
.sec2 div h2{
    color: var(--one);
    padding: 20px 0;
}
.sec2 div p{
    font-size: 16px;
    margin: 15px 0 15px;
    text-align: justify;
    line-height: 2;
}
.secnews h2{
    text-align: center;
    font-size: 25px;
    margin: 20px auto;
    color: #106836;
}
.secnews{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fcfcfc;
    padding: 40px 0;
}
.secnews iframe{
    width: 33.33%;
}
.newpap{
    width: calc(33.33% - 60px);
    margin: 0 30px;
    box-shadow: 0px 0px 1px #cecece, -0px -0px 1px #cecece;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}
.newpap hr{
    width: 90%;
    display: block;
    margin: auto;
    height: 1px;
    background-color: #d8d8d8;
}
.newpap > img{
    width: 100%;
    height: 240px;
}
.newpap h3{
    font-size: 15px;
    margin: 0 0 12px;
    line-height: 2;
}
.newpap p{
    margin: 10px;
    padding: 5px 15px;
    font-size: 14px;
}
.prodt{
    display: flex;
    align-items: center;
    text-align: right;
}
.prodt > div{
    width: 100%
}
.prodt img{
    width: 45px;
    height: 45px;
    margin-left: 15px;
}
.prodt span{
    display: block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding:8px;
}
.morenews{
    background-image: -moz-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    background-image: -webkit-linear-gradient(
1deg
, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    background-image: -ms-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    color: white;
    display: block;
    width: 240px;
    padding: 13px;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 50px;
    font-size: 16px;
}
.goal{
	height: 100%;
    background-color: rgba(0,0,0,0.75);
    color: transparent;
    text-align: center;
    font-size: 26px;
    border-radius: 4px;
	box-shadow: 1px 1px 3px gray;
	overflow: hidden;
    padding: 20px;
    transition: all 1.6s linear;
}
.goal h2{
	font-size: 35px;
	padding: 20px;
}
.goal span{
	padding: 10px;
	display: block;
}
.goal ul{
    padding: 30px;
    width: 60%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
}
.goal ul li{
    width: 50%;
    padding: 10px;
}
.grow {
    display: flex;
    flex-wrap: wrap;
}
.grow > div{
    width: calc(33.33% - 40px);
    margin: 0 20px;
    text-align: center;
    transition: all 1.4s linear;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.25);
    padding: 25px;
    border-radius: 8px;
}
.grow > div h2{
    font-size: 22px;
    color: #6d6d6d;
    margin: 15px 0;
}
.grow > div i{
    font-size: 45px;
    color: var(--one);
}
.grow > div p ,.grow > div ul{
    font-size: 16px;
    color: #9c9c9c;
    text-align: center;
}
.stat{
    color: var(--one);
    border: 1px solid  var(--one);
    padding: 40px 0 ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}
.stat h2{
    width: 100%;
    font-size: 25px;
    text-align: center;
    margin: 30px 0;
}
.stat >div{
    width: 33.33%;
}
.stat >div >div{
    width: 100px;
    height: 100px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    line-height:100px;
    text-align:center;
    transition: .6s;
}
.stat > div > div i{
    color: #424242;
    font-size: 45px;
    line-height: 55px;
}
.stat > div  h3{
    font-size: 22px;
}
.stat > div  span{
    font-size: 28px;
}
.ourgoals{
    display: flex;
    flex-wrap: wrap;    
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}
.ourgoals  > div:first-child{
    width: 50%;
    text-align: center;
    overflow: hidden;
}

.ourgoals > div:last-child{
    width: 50%;
    overflow: hidden;
}
.ourgoals > div > img{
    transform: translateX(100%);
    transition: all 1.4s linear;
}
.ourgoals > div >div{
    transform: translateX(-100%);
    transition: all 1.4s linear;
}
.ourgoals > div h2{
    font-size: 35px;
    color: var(--one);
}
.ourgoals > div i{
    font-size: 80px;
    color: var(--four);
}
.ourgoals > div p ,.ourgoals > div ul{
    font-size: 25px;
    color: var(--one);
    text-align: right;
}
.media{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.media >div{
    width: 50%;
}
.twitter > div{
    border: 1px solid #27b7be;
    padding: 15px;
    border-radius: 6px;
}
.media h3{
    color: #383838;
    font-size: 22px;
    margin: 0 0 10px;
}
.media h4{
    color: #1b7132;
    margin: 10px 0 15px;
    font-size: 20px;
}
.mdiapart{
    margin: 15px;
    display: block;
    overflow: hidden;
    position: relative;
}
iframe {
    transition: all 0.4s linear;
}
.libary span{
    position: absolute;
    z-index: 1090;
    position: absolute;
    margin: auto;
    width: 80%;
    margin: auto;
    bottom: 0px;
    right: 0px;
    text-align: center;
    background-image: (1deg, rgba(5, 95, 46, .8) 0%, rgba(97, 173, 65, .8) 100%);
    background-image: -moz-linear-gradient(1deg, rgba(5, 95, 46, .8) 0%, rgba(97, 173, 65, .8) 100%);
    background-image: -webkit-linear-gradient(
1deg
, rgba(5, 95, 46, .8) 0%, rgba(97, 173, 65, .8) 100%);
    background-image: -ms-linear-gradient(1deg, rgba(5, 95, 46, .8) 0%, rgba(97, 173, 65, .8) 100%);
    padding: 20px;
    border-radius: 6px;
    color: white;
    display: none;
}
.libary img{
    width: 100%;
    height: 100%;
    transition: all .4s linear;
}
.yearmenu{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yearmenu li{
    padding: 10px 25px ;
    font-size: 18px;
}
footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: (1deg, rgba(5, 95, 46, .9) 0%, rgba(97, 173, 65, .9) 100%);
    background-image: -moz-linear-gradient(1deg, rgba(5, 95, 46, .9) 0%, rgba(97, 173, 65, .9) 100%);
    background-image: -webkit-linear-gradient(1deg, rgba(5, 95, 46, .9) 0%, rgba(97, 173, 65, .9) 100%);
    background-image: -ms-linear-gradient(1deg, rgba(5, 95, 46, .9) 0%, rgba(97, 173, 65, .9) 100%);
    color: var(--five);
    margin-top: 10px;
    font-size : 15px;
}
footer h3 {
	color: var(--five);
	text-align: center;
}
footer div{
	width: 33%;
	padding: 15px;
	margin: 0 auto;
}
footer img{
	width: 60px;
	display: block;
	margin: auto;
}
footer ul {

}
footer ul li{
	transition: all .3s linear;
}
.sosialfooter{
	font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.fastlinks{
    display: flex;
    flex-wrap: wrap;
}
.fastlinks a{
    width: 50%;
    display: block;
    margin: auto;
    text-align: center;
}
 .fastlinks li:hover{
 	color: #ffac45;
 	transform: scale(1.03);
 }
.fa-facebook-f:hover{
	color: #4267B2;
	transform: scale(1.02);
}
.fa-snapchat-ghost:hover{
	color: #FFFC00;
	transform: scale(1.02);
}
.fa-twitter:hover{
	color: #1DA1F2;
	transform: scale(1.02);
}
.fa-instagram:hover{
	color: #C13584;
	transform: scale(1.02);
}
.fa-linkedin-in:hover{
	color: #4267B2;
	transform: scale(1.02);
}
.fa-youtube:hover{
	color: #FF0000;
	transform: scale(1.02);
}
.subform{

}
.subform input{
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    margin: 5px;
    padding: 3px 5px;
    border-radius: 6px;
}
.subform input:last-child{
    background-image: -moz-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    background-image: -webkit-linear-gradient( 
1deg
 , rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    background-image: -ms-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    color: white;
    box-shadow: 0px 0px 3px white;
    cursor: pointer;
}

/* End Footer Style */



/* Start Services page style */

.serinter img{
	max-width: 100%;
    display: block;
    margin: auto;
}
.sersec{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sersec >div{
	width: 33.33%;
	padding: 15px;
	text-align: center;
	transition: all 0.3s linear;
}
.sersec >div:hover{
    background-color: #efffaf;
    border-radius: 6px;
    box-shadow: 2px 2px 6px;
}

.sersec div h2{
	color: #2485C6;
}
.sersec div i{
	font-size: 60px;
    color: #ff7600;
    padding: 15px;
    transition: all .3s linear;
}
.sersec >div:hover  i{
   	font-size: 70px;
}
.sersec div p{
    color: #44405a;
    text-align: justify;
}
/* End Services page style */

/* Start about page style */
.aboysec{
	background-image: url(../img/7085758.jpeg);
	background-repeat: no-repeat;
	background-size: 100% 100% ;
	background-position: center;
}
.aboysec div{
	padding: 25px;
}
.about .logo {
    padding:10px;
    background:#2E8C38;
}
.about .logo img{
    display: block;
    margin: auto;
    width: 150px;
animation: rotatimg 6s linear 1s infinite;
}
@keyframes rotatimg {
    0%{transform: rotateY(0deg);}
    100%{transform: rotateY(360deg);}
}
.aboysec h2{
	text-align: center;
	color: #ff7600;
	font-size: 55px;
}
.aboysec p{
	letter-spacing: 1px;
	text-align: justify;
	font-size: 22px;
    line-height: 37px;
    padding: 5px;
    color: var(--one);
}
.newdate{
    border-bottom: 2px solid #ccc;
    margin: 0 0 10px;
    background-color: #eaeaea;
    align-items: center;
    min-height: 45px;
    padding: 0 10px;
    color: #005d2a;
}
.targeth{
    width: fit-content;
    width: -moz-fit-content;
	width:-webkit-fit-content;
    background-color: var(--one);
    color: var(--four);
    padding: 8px 30px;
    border-radius: 30px 0 0 30px;
    margin:10px -10px;
    box-shadow:0px 0px 10px #999;
}
.aboysec ul {
    list-style: disc;
    display: flex;
    flex-wrap: wrap;
}
.aboysec ul > li {
    padding: 8px;
    color: var(--one);
    width: 50%;
    font-size: 18px;
}
/* End about page style */

/*
####################################
########## Start Contact Style #######
####################################
*/
.contact-main{
	color: #005d2a;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px 0 ;
}

.contect-header{
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;	
}
.contact-con{
    display: flex;
    flex-wrap: wrap;
}
.form-contect-con{
	    width: 70%;
}
.contact-con h3{
	width: 100%;
 text-align: center;
 margin-bottom: 15px;
 color: var(--nav-Bcolor);
}
.contact-form{
	padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.contact-form div{
	width: 50%;
    padding: 5px;
}
.message{
	width: 100% !important;
}
.contact-form div input{
    width: 100%;
    background-color: #d6d6d6;
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    margin: 5px;
}
.contact-form div textarea{
	width: 100%;
    background-color: #d6d6d6;
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
    margin: 5px;
    height: 200px;
}
.contect-btn{
	padding: 10px 30px;
    border-radius: 8px;
    font-size: 18px;
    width: 20%;
    margin-right: 80%;
    color: var(--five);
    cursor: pointer;
    transition: all 0.2s linear;
}
.contect-btn:hover{
	transform: scale(1.07);
	background-color: #1d8e37;
}
.contact-info-con{
    width: 30%;
}
.contact-info{

}
.contact-info address{

}
.contact-info address p{
	text-align: center;
    margin: 10px;
    padding: 10px;
}
.contact-info address p span{
	display: block;
	padding: 5px;
}
.social{

}
.social ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.social ul li{
	padding: 10px 20px;
	font-size: 25px;
	transition: all 0.2s linear;
}
.social ul li:hover{
	color: var(--secoundry-color);
	transform: scale(1.07);
}

/*
####################################
########## End Contact Style #######
####################################
*/

/* Start Our Work Style */
.ourworkcon{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ourworkcon div{
    width: calc(33.3% - 10px);
    margin: 10px;
    padding: 5px;
    background-color: #cacaca;
    border-radius: 8px;
    box-shadow: 2px 2px 6px;
    text-align: center;
}
.ourworkcon div h2{
	text-align: center;
	color: var(--one);
}
.ourworkcon div img{
	width: 70%;
	display: block;
	margin: auto;
}
.ourworkcon div a{
	color: blue;
    font-size: 18px;
}
/*End Our work style */
.blocon{
	direction: rtl; 
	padding: 25px;
}
.blocon div:nth-child(odd){
	background-color: #d2d2d2;
}
.blocon div:first-child{
	border-radius: 8px 8px 0 0;
}
.blocon div:last-child{
	border-radius: 0 0 8px 8px;
}
.blogrow{
    border-left: 1px solid var(--four);
    border-right: 1px solid var(--four);
    border-bottom: 1px solid var(--four);
    display: flex;
    align-items: center;
    background-color: var(--five);
    text-align: center;
    padding: 8px;
    font-size: 22px;
    color: var(--one);
    cursor: pointer;
    transition: all .3s linear;
}
.blogrow:hover{
	color: #ca14d6;
    border: .5px solid;
    font-size: 22.5px;
}
.blogrow span:first-child{
	width: 30%;
}
.blogrow p{
	width: 	40%;
}
.blogrow span:last-child{
	width: 30%;
}
.clintssec{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.clintssec img{
    height: 215px;
    width: calc(20% - 20px);
    margin: 10px;
    box-shadow: 1px 1px 2px  var(--one), -1px -1px 2px var(--one);
    border-radius: 12px 0 12px 0;
}
.coursessec{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 25px;
    width: 100%;
}
.coursessec >div{
    background-color: var(--four);
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    width: calc(33.33% - 20px);
    color: white;
    margin: 10px;
    box-shadow: 1px 1px 3px;
}
.coursessec >div img{
    width: 100%;
    height: 300px;
    padding: 5px 0;
}
.coursessec >div span{
    width: 100%;
    font-size: 20px;
    padding: 4px ;
}
.coursessec >div a{
    padding: 5px;
    background-color: var(--one);
    border-radius: 6px;
    width: 50%;
    margin: 0px auto 5px;
    text-align: center;
    display: block;
}
.tour-img-con {
    width: 90%;
    height: 400px;
    margin: auto;
    overflow: hidden;
    display: flex;
    position: relative;
    direction: ltr;
}
#tourgal{
    display: flex;
    transform: translateX(0);
    transition: all .4s linear;
}
.tour-img-con img{
    height: 400px;
    box-shadow: 1px 1px 3px;
    border-radius: 8px;
}
.tour-img-con span{
    position: absolute;
    font-size: 40px;
    background-color: rgba(0,0,0,.8);
    color: white;
    top: calc(50% - 30px);
    padding: 0 5px;
    cursor: pointer;
}
.tour-img-con span:hover{
    transform: scale(1.02);
}
.leftarrwo{
    left: 0;
}
.rightarrow{
    right: 0;
}
.store-intro{
    text-align: center;
    padding: 20px;
}
.store-intro img{
    width: 90px;
    height:90px;
}
.store-intro span{
    font-size: 20px;
    color: var(--one);
}
.a7a{
    padding: 25px;
    font-size: 22px;
    color: var(--six);
}
.thirdsec{
    padding: 70px;
}
.thirdsec > h2{
    font-size: 25px;
    margin: 0 0 15px;
    color: #106836;
    text-align: center;
}
.thirdsec > hr{
    display: block;
    width: 315px;
    height: 7px;
    background-color: var(--one);
    margin: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}
.clientssilder{
    display: flex;
    transition: all 1s linear;
}
.sildercon{
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
    padding: 5px;
}
.clientssilder img{
    margin: 0  0  0 110px;
    height: 160px;
    box-shadow: 1px 1px 3px #e0e0e0, -1px -1px 3px #e0e0e0;
}
.m7awer{
    max-width:500px;
    margin:30px auto;
}
.h2{
    color:  var(--one)!important;
    text-align: center!important;
	margin:auto;
    font-size:25px;
}
.m7awer ul{
    margin: 20px auto;
    text-align:center;
    flex-wrap:wrap;
}
.m7awer ul li{
    margin:10px;
    padding:5px;
    display:flex;
    flex:1;
    align-items: center;
    background-color: var(--one)!important;
    color: #ffc800!important;
    border-radius: 15px;
}
@media (max-width:700px){
    .m7awer ul li{
    margin:10px 20px;
    padding:5px;
    display:inline-flex;
    min-width:300px;
    max-width:100%;
    
    }
    .m7awer .owl-carousel .item{
        width:auto !important;
    }
}
.m7awer ul img{
    width:30px;
    height:30px;
    background-color: white;
    border-radius: 50%;
}
.courform{
    width: fit-content;
	width: -moz-fit-content;
	width:-webkit-fit-content;
    margin: auto;
}
.courform input{
    display: block;
    width: 300px;
    margin: 5px;
    font-size: 16px;
    padding: 8px;
    background-color: var(--one);
    border-radius: 6px;
    color: var(--five);
}
.courform input::placeholder{
    color:var(--five);
}
.courform input:last-child{
    background-color:var(--four);
}
.courmgs{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1090;
    background-color: var(--one);
    color: var(--five);
    font-size: 22px;
    padding: 10px;
    border-radius: 8px;
    display: none;
}
.containerw {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.containerw > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card{
    border: none !important;
}
ol, ul{
    padding-left: unset;
}



.myflex1{
	gap: 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.myflex2{
	gap: 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.myflex3{
	gap: 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.stretch{
	align-items: stretch !important;
}
.start{
	justify-content: start !important;
}
.center{
	justify-content: center !important;
}
.remain {
	flex: 1!important;
}
.qwidthmirg{
	width: calc(25% - 8px) !important;
}
.qwidth{
	width: 25% !important;
}
.width33{
	width: calc(33.3% - 4px) !important;
}
.hwidthn{
	width: calc(50% - 4px) !important;
}
.fwidthn{
	width: calc(100% - 4px) !important;
}
.qwidth-mirg6{
	width: calc(25% - 12px) !important;
}
.hwidthn-mirg6{
	width: calc(50% - 12px) !important;
}
.fwidthn-mirg6{
	width: calc(100% - 12px) !important;
}
.auto{
	margin: auto !important;
}
.mirg4{
	margin: 4px;
}
.mirg6{
	margin: 6px;
}
.mirg8{
	margin: 8px;
}
.fsize14{
	font-size: 14px;
}
.fsize16{
	font-size: 16px;
}
.tab{
    border: 3px solid #198754!important;
    padding: 8px;
    border-radius: 6px;
    margin: 4px;
     display: inline-block;
}
.ctab{
    background-image: -webkit-linear-gradient(1deg, rgba(5, 95, 46, .9) 0%, rgba(97, 173, 65, .9) 100%);
    padding: 8px;
    color: white;
    border-radius: 6px;
    margin: 4px;border: 3px solid #198754!important;
   
}
.card-header{
        background-color: rgba(0,0,0,0.11);
}
.h5, h5 {
    font-size: 1rem;
}
.anmisild{
    position: relative;
    height:400px;
}
.anmisild a{
    position: absolute;
    height:400px;
    width:100%;
    display:block;
}
.anmisild a img{
    height:400px;
    width:100%;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {
	.social {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px;
    }
    .cart a {
        margin: 5px 15px;
    }
    .cart {
        width: 100%;
        padding:0;
        color: #44405a;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .middle-nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .middle-nav img {
        display: block;
        width: 150px;
        margin: auto;
    }
    .mainbotton{
        display:block;
        position: absolute;
        padding: 10px;
        right: 0;
        font-size: 26px;
        color: var(--four);
    }
    .bottom-nav > ul > a, .bottom-nav > ul > form li, .bottom-nav > ul > li {
        padding: 5px 35px;
        transition: all .3s;
        font-size: 20px;
        width: 100%;
    }
    
    .bottom-nav ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom-nav > ul{
        display:none;
    }
    .why div {
        width: 100%;
    }
    .secondsec > div a {
        width: 100%;
        padding: 10px 15px;
    }
    footer div {
        width: 100%;
        padding: 15px;
    }
    .ourworkcon div {
        width: calc(100% - 10px);
    }
    .form-contect-con {
        width: 100%;
    }
    .contect-btn {
        padding: 10px 30px;
        border-radius: 8px;
        font-size: 18px;
        width: 100%;
        margin-right: auto;
        color: var(--five);
        cursor: pointer;
        transition: all 0.2s linear;
    }
    .contact-info-con {
        width: 100%;
    }
    
    .sersec >div {
        width: 100%;
    }
    .blogrow{
    	font-size: 14px;
    }
    .blocon{
    	padding: 5px;
    }
    
    .nestcon ul{
        left:50%;
        z-index:1180;
    }
    .goal{
        font-size: 18px;
    }
    .goal h2 {
        font-size: 25px;
    }
    .grow > div {
        width: 100%;
        padding: 20px 8px;
    }
    .grow > div h2 {
        font-size: 30px;
    }
    .grow > div i {
        font-size: 65px;
    }
    .grow > div p, .grow > div ul {
        font-size: 18px;
        padding: 10px 0;
    }
    .ourgoals > div:first-child{
        width: 100%;
    }
    .ourgoals > div h2 {
        font-size: 30px;
    }
    .ourgoals > div i {
        font-size: 65px;
    }
    .ourgoals > div p, .ourgoals > div ul {
        font-size: 18px;
    }
    .ourgoals > div:last-child{
        display: none;
    }
    footer ul li {
        padding: 5px;
    }
    .sosialfooter li {
        padding: 5px 10px;
    }
    .coursessec {
        padding: 10px 10px;
    }
    .coursessec >div{
        width: calc(100% - 20px);
    }
    .a7a{
         padding: 10px;
        font-size: 18px;
        color: var(--six);
        text-align: justify;
    }
    .clintssec img {
        width: calc(100% - 20px);
    }
    .social ul li {
        padding: 10px 10px;
    }
    .advice{
        font-size: 24px;
    }
    nav{
        background-size: auto;
    }
    section{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .sec2 div{
        width: 100%;
        text-align: center;
    }
    .programs .owl-carousel.owl-drag .owl-item img{
        object-fit:contain !important;
    }
    .stat >div{
        width: 100%;
    }
    .media >div{
        width: 100%;
    }
    .yearmenu{
        flex-wrap: wrap;
    }
    .secnews iframe{
        width: 100%;
        margin: 20px 0;
    }
    .m7awer h2{
        font-size: 18px;
    }
    .m7awer ul{
        width:100%;
    }
    .social-icon{
        display:none;
    }
}
.show{
    display:flex !important;
}
.showb{
    display:block !important;
}
.active{
    border-bottom: 2px solid #034d98;
}
/*start home bage slider partiner*/
.owl-item.active{
    border-bottom: none !important;
}
.thirdsec  .owl-carousel.owl-drag .owl-item div{
    width:150px;
    height:150px;
}
.thirdsec .owl-carousel .owl-item img{
    width:150px;
    height:120px;
}

.programs  .owl-carousel.owl-drag .owl-item div{
    width:auto !important;
    height:auto !important;
}
.owl-nav{
    font-size:x-large;
    margin:15px;
    text-align:center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    padding: 0px 16px !important;
    color: #2E8C38;
    margin: 0px 7px;
}
/*end home bage slider partiner*/
/* start social part*/
.social-icon{
    position:fixed;
    border-radius:5px;
    overflow:hidden;
    top:calc(50% - 160px);
    left:0;
    z-index:1000;
}
.social-icon a{
    display:block;
    padding:10px 12px;
    color:#fff;
    transition:all 0.2s linear;
}
.social-icon a:hover{
    transform:scale(1.05);
    box-shadow:0px 0px 3px #000 inset;
}
.social-icon a.twitter{
    background:#00BDE2;
}
.social-icon a.youtube{
    background:#E51B1B;
}
.social-icon a.instagram{
    background:#E878E8;
}
.social-icon a.snapchat{
    background:#EDED00;
}
.social-icon a.telegram{
    background:#3980BF;
}
.social-icon a.whatsapp{
    background:#8ABC3A;
}
/*end social part*/
/*start program-details*/
.program-details .advice{
    display:none !important;
}
/*flash element*/
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.form-container {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 30px;
      max-width: 600px;
      margin: 40px auto;
    }

    .form-title {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 20px;
      color: #003b6f;
      text-align: center;
    }

    .char-count {
      font-size: 0.9rem;
      color: #666;
      text-align: left;
    }
/*end program-details*/