/* inter face */
body
{
    background: #f3f6fb;
}

.navbar-dark .navbar-brand
{
    
    color: #fff;
    font-weight: bold;
}
.navbar-dark .navbar-brand span
{
    color: rgb(250, 158, 25);
}
.navbar-expand-lg .navbar-nav
{
    margin-left: 15%;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.disabled {
}
.navbar-dark .navbar-nav .nav-item {
    color: #fff;
    background-color: rgba(0,0,0,.7);
    margin-right: 12px;
    padding: 4px;
    border-radius: 5px;

}

.bg-dark {

    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.5);
}


.navbar-dark .navbar-nav .nav-link{
    
    color: #bbb;
}

.header-logo
{
    width: 165px;
    background-color: #fff;
    padding: 5px;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 35px;
    position: relative;
}
body:after
{
    content: "";
    width: 5px;
    height: 44px;
    position: fixed;
    top: 0px;
    left: 33px;
    z-index: 2147483647;
    background: rgb(255, 255, 255);
}
body:before
{
    content: "";
    width: 5px;
    height: 44px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 160px;
    z-index: 2147483647;}

/* end navbar */

/* start menue bar */

.menue-bar
{
    
    width: 200px;
    height: 100%;
    background: #26052f;
    position: fixed;
    z-index: 1;
    left: -200px;
}

.menue-bar .menue-header
{
    
    width: 100%;
    padding: 10px;
    background: #fa9e19;
}
.menue-bar .menue-header div
{
    display: inline-block;
    border: 1px solid#26052f;
    padding: 2px;
    margin-left: 30px;
    color: #fff;
    border-radius: 5px;
    width: 28px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.menue-bar .menue-header h1
{
   font-size: 20px;
    color: #fff;
    display: inline;
    
}

.menue-bar .menue-info h3
{
    text-align: center;
    margin-top: 50px;
    color: #fff;
}

.menue-bar .menue-info input
{
    width: 173px;
    margin: auto;
    border-radius: 0;
    border: none;
}
.menue-bar .menue-info .btn-info
{
    display: block;
    margin: auto;
    background: #fa9e19;
    border: 1px solid#26052f;
}
.menue-bar .menue-info span
{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
}
.menue-bar .menue-info span:hover
{
    color: #17a2b8;
}

.menue-bar .menue-info ul li
{
    width: 190px;
    margin: auto;
    
}

.menue-bar .menue-info .btn-primary
{
    width: 100%;
    margin-bottom: 18px;
    margin-top: 50px;
}
.menue-bar .menue-info .btn-danger
{
   width: 100%; 
}


/* end menue bar */


/* start menue bar right */

.menue-right
{
    width: 340px;
    height: 100%;
    background: #1b75b6;
    position: fixed;
    right: -340px;
    z-index: 99999;
}
.menue-right .header-right
{
    height: 70px;
    background: #17a2b8;
    
}

.menue-right .header-right .sitting
{
    padding: 13px;
}
.menue-right .sitting .fa-palette
{
    
    color: #fff;
}
.menue-right .sitting span
{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.menue-right .sitting p
{
    color: #fff;
}


.menue-right .sitting .fa-times
{
    margin-left: 193px;
    padding: 6px;
    color: #fff;
    cursor: pointer;
}

.menue-right .spiner
{
    
    width: 40px;
    height: 35px;
    background: #ffffff;
    position: absolute;
    left: -40px;
    top: 107px;
    border-radius: 5px 0px 0px 5px;
}
.menue-right .spiner i
{
    
    margin-left: 9px;
    margin-top: 9px;
    color: rgb(27 117 182);
    cursor: pointer;
}

.menue-right .change div
{
    margin-top: 30px;   
}

.menue-right .change h3
{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    
}

.menue-right .change p
{
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    
}

.active-color
{
    
    border: 3px solid#17a2b8;
    border-radius: 10px; 
}


.menue-right .change-color .color-move
{
    width: 130px;
    height: 65px;
    display: inline-block;
    margin-left: 105px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden


}
.menue-right .change-color .color-move img
{
    width: 100%;
}
.menue-right .change-color .color-dark
{
    
    width: 130px;
    height: 65px;
    display: inline-block;
    margin-left: 105px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;

}
.menue-right .change-color .color-dark img
{
    width: 100%;
}

.menue-right .change-color .color-white
{
    
    width: 130px;
    height: 65px;
    display: inline-block;
    margin-left: 105px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;

}
.menue-right .change-color .color-white img
{
    width: 100%;
}

.menue-right .change-color p
{
    text-align: center;
    color: #fff;
}


/* end menu bar right */

/* start section window */

.window-sec
{
    
    padding-top: 119px;
    padding-bottom: 200px;
    background-image: url(../background2.png);
    background-repeat: no-repeat;
    background-size: cover; 
    height: 100vh;
    border-bottom: 5px solid#1ea0ff;
    
}

.window-sec .window-info
{
    
    padding-top: 150px;
}
.window-sec .window-info h1
{
    color: #f8f9fa;
    font-size: 36px;
    font-weight: bold;
}

.window-sec .window-info h3
{
    font-family: "Great Vibes", cursive;
    color: #00b8ff;
    background-color: rgba(0,0,0,.5);
    border-radius: 50px;
    padding: 2px;
}
.window-sec .window-info p
{
    color: #f8f9fa;
    direction: rtl;
    font-weight: bold;
    font-size: 19px;
}

.window-sec .window-info h3
{
    font-family: "Great Vibes", cursive;
    color: rgb(0 255 243);
    font-size: 31px;
}

.window-sec .window-info button
{
    background: rgb(250, 158, 25);
    border: none;
    font-size: 16px;
    font-weight: bold;
}

.window-sec .window-img img 
{
    max-width: 100%;
    max-height: 100%;
}

.window-sec .window-information
{
    background-color: rgba(0,0,0,.3);
    direction: rtl;
    padding: 32px;
    color: #fff;
    border-radius: 10px;
    text-align: right;
}
.window-sec .window-information h1
{
    font-size: 30px;
    font-family: serif;
    color: #fa9e19;
}
.window-sec .window-information p
{
    font-size: 21px;
    color: #fff;
    font-weight: 350;
}


/* End section window */

/* start level */

.sec-level .card
{
    margin-bottom: 30px;
}


/* End level */

/* start section of teachers */

#ThumbnailCarousel img {
    
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.carousel-control-prev, .carousel-control-next
{
    top: 280px !important;
    width: 50px;
    height: 50px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon
{
    background-color: #000;
    padding: 20px;
}

#ThumbnailCarousel div {
    height:360px;
}
#ThumbnailCarousel img:hover
{
    transform: rotateY(70deg);
}

#ThumbnailCarousel.carousel {
    padding-top:30px;
    text-align:center;
    padding-bottom: 50px;
}

.col-md-3 .img-thumbnail {
    height:100%;
}

.teachers-slid h2
{
    font-weight: bold;
    color: #202428;
    margin-bottom: 50px;
    position: relative;
}
.teachers-slid h2:after
{
    content: "";
    width: 109px;
    height: 3px;
    background: #0095ff;
    position: absolute;
    left: 46%;
    top: 55px;
}
.teachers-slid h2:before
{
    content: "Fullmark";
    width: 51px;
    height: 24px;
    background: #fff;
    position: absolute;
    left: 48.4%;
    top: 44px;
    z-index: 999999;
    border: 1px solid#0095ff;
    font-size: 10px;
    line-height: 20px;
}



/* End section of teachers */


/* start section Portfolio */

.Portfolio-sec
{
    color: #fff;
    margin-top: 80px;
    padding-bottom: 50px;
    direction: rtl;
}

.Portfolio-sec .new-tech
{
    width: 417px;
    background: rgb(255 255 255);
    display: inline-block;
    height: 65px;
    margin-bottom: 50px;
    border-radius: 50px;
    color: #000;
}

.Portfolio-sec h1
{
    
    font-family: "Great Vibes", cursive;
    margin-top: 6px;
    margin-bottom: 50px;

}

.Portfolio-sec li
{
    display: inline-block;
    margin: 20px;
    cursor: pointer;
}

.Portfolio-sec .active
{
    background-color: rgb(250, 158, 25);
    width: 120px;
    height: 39px;
    line-height: 2.5;
    border-radius: 5px;
}

.Portfolio-sec .Portfolio-box
{
    height: 200px;
    background: #26052f;
    border: 1px solid#000;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.card .card-level
{
    padding: 0;
}
.box-img img
{ 
    width: 100%;
    height: 200px;
}

.Portfolio-sec .btn
{
    
    margin-bottom: 40px;
    display: block;
    background-color: #fff;
}



.Portfolio-box .over
{
    position: absolute;
    background-color: rgba(2,2,2,.8);
    width: 100%;
    height: 100%;
    display: none;
}

.Portfolio-box:hover .over
{
    
    display: block;
}


.Portfolio-box .over button
{
    position: absolute;
    top: 43%;
    right: 87px;
    background: rgb(38, 5, 47);
    color: #fff;
    padding: 10px;
    width: 86px;
    border: 1px solid#2c1342;
    border-radius: 10px;
}

/* end section Portfolio */

/* start section about us */

.our-about
{
    color: #fff;
}

.our-about .we-info
{
    font-weight: bold;
    color: #000;
}

.our-about h1
{
    font-family: "Great Vibes", cursive;
    margin-top: 6px;
    margin-bottom: 50px;
    position: relative;
}
.our-about h1:after
{
    content: "";
    width: 109px;
    height: 3px;
    background: #0095ff;
    position: absolute;
    left: 46%;
    top: 65px; 
}
.our-about h1:before
{
    content: "Fullmark";
    width: 51px;
    height: 24px;
    background: #fff;
    position: absolute;
    left: 48.4%;
    top: 55px;
    z-index: 999999;
    border: 1px solid#0095ff;
    font-size: 10px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}
.our-about .about-info h3
{
    font-family: "Great Vibes", cursive;
    color: #202428;
    padding: 20px 0px 30px;
    text-align: right;
    font-weight: bold;
}
.our-about .about-info p
{
    text-align: right;
    direction: rtl;
    color: #000;
}


.our-about .about-img img
{
    
    min-height: 100%;
    width: 100%;
    
}
/* end section about us */

/* start section learn more */

.learn-edu
{
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.learn-edu .know-mor
{
    width: 417px;
    background: rgb(250, 158, 25);
    display: inline-block;
    height: 65px;
    margin-bottom: 50px;
    border-radius: 50px;
}

.learn-edu .ha-1
{
    
    font-family: "Great Vibes", cursive;
    margin-top: 6px;
    margin-bottom: 50px;

}
.learn-edu p
{
    margin-bottom: 50px;
    font-size: 17px;
    font-weight: bold;
}
.learn-edu .learn-box
{
    background-color: #26052f;
    height: 400px;
    border: 1px solid#26052f;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 50px;

}

.learn-edu .learn-box img
{
    width: 100%;
    height: 200px;
}

.learn-edu .learn-box h1
{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    color: rgb(250, 158, 25);  
    margin-bottom: 15px;
    margin-right: 5px;
    font-family: unset; 
}
.learn-edu .learn-box p
{
    
    font-size: 15px;
    text-align: right;
    font-weight: 450;
    margin-right: 5px;
}
.learn-edu .learn-box button
{
    font-weight: bold;
}


/* end section learn more */


/* start slider */

.carousel
{
    
    padding-top: 56px;
}
.w-100
{
   height: 340px; 
}

/* end slider */



/* start testimonials section */

.testimonials
{
    
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonials h2
{
    font-weight: bold;
    color: #202428;
    margin-bottom: 50px;
    position: relative;
}
.testimonials h2:after
{
    content: "";
    width: 109px;
    height: 3px;
    background: #0095ff;
    position: absolute;
    left: 46%;
    top: 55px;
}
.testimonials h2:before
{
    content: "Fullmark";
    width: 51px;
    height: 24px;
    background: #fff;
    position: absolute;
    left: 48.4%;
    top: 44px;
    z-index: 999999;
    border: 1px solid#0095ff;
    font-size: 10px;
    line-height: 20px;
}



.testimonials .lead 
{
    line-height: 2em;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    direction: rtl;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 37px;
}

.testimonials span
{
    
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.testimonials .carousel{
    
    padding-top: 10px;
}
.testimonials .carousel-inner
{
    min-height: 160px;
}


.testimonials .carousel-indicators{
    
    position: static;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.testimonials .carousel-indicators li{
    
    text-indent: 0;
    width: 15px;
    height: 15px;
    border: 3px solid#464b4e;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.testimonials .carousel-indicators .active{
    
    border: 3px solid#0095ff;
    background-color: #fff;
}

.testimonials .carousel-indicators li img{
    
    max-width: 100%;
    background: none;
    
}


.testimonials .card-inter
{
    border-radius: 50px;
}

.testimonials .inter-header
{
    background-color: transparent;
    border-bottom: 0;
}
.testimonials .inter-header a
{
    color: #0095ff;
    text-decoration: none;
    
}
.testimonials .inter-footer
{
    background-color: transparent;
}

/* end testimonials section */


/* start sectio site info */

.statistics {
    background: url(../../img/section1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
}
.statistics .data {
    background-color: rgba(0,0,0,.5);
    color: #b6b5b5;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-top: 5px solid#1ea0ff;
    border-bottom: 5px solid#1ea0ff;

}
.statistics h3 {
    margin-bottom: 45px;
    color: #fff;
    position: relative;
}
.statistics h3:after {
    content: "";
    width: 109px;
    height: 3px;
    background: #0095ff;
    position: absolute;
    left: 46%;
    top: 55px;
    
}
.statistics h3:before {
    content: "Fullmark";
    width: 51px;
    height: 24px;
    background: #fff;
    position: absolute;
    left: 48.4%;
    top: 44px;
    z-index: 999999;
    border: 1px solid#0095ff;
    font-size: 10px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}
.statistics .data-info {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    margin-bottom: 30px;
}
.statistics .data-info p {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0;
    color: #fff;
}
.statistics .data-info span {
    font-size: 18px;
    font-weight: bold;
    background-color: #0095ff;
    padding: 12px;
    color: #fff;
    border-radius: 20px 0px 20px 0;
}
.data-info i
{
    color: #252526;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid#252526;
}
/* End section site info */

/* start section cash */

/*----Pricing Tables----*/

.section-three
{
    margin-bottom: 50px;
}
.section-three h2
{
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}
.section-three .card
{
    margin-bottom: 30px;
    border-radius: 50px 0;
}
.star-icon .fa-star
{
    margin-right: 5px;
    color: #ffa200;
}
.pt-inner {
    text-align: center;
}

.pt-inner .pti-header {
    padding: 45px 10px 70px;
    color: #fff;
    position: relative;
}

.pt-inner .pti-header>h2 {
    margin: 0;
    line-height: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 50px;
}
.pt-inner .pti-header>h2 small {
    color: #fff;
    letter-spacing: 0;
    vertical-align: top;
    font-size: 16px;
    font-weight: 100;
}
.pt-inner .pti-header .ptih-title {
    background-color: rgba(0,0,0,.1);
    padding: 8px 10px 9px;
    margin: 0 -10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.pt-inner .pti-header .ptih-title {
    text-transform: uppercase;
}
.pt-inner .pti-body {
}
.pt-inner .pti-body .ptib-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.pt-inner .pti-body .ptib-item {
    padding: 15px 0;
    font-weight: 400;
}
.pt-inner .pti-footer {
  padding:20px 0;
  border-top: 0 !important;
}

.plan-card .plan-icon {
    display: inline-block;
    font-size: 35px;
    width: 100px;
    height: 100px;
    color: #ffffff;
    line-height: 76px;
    overflow: hidden;
    border: 12px solid #ffffff;
    border-radius: 50%;
    background: #67a8e4;
    box-shadow: 0 0 3px #cccccc;
    transition: all .3s;
}

.plan-card .plan-price span {
    font-size: 15px;
    vertical-align: middle;
}

.plan-card .plan-features p {
    line-height: 32px;
}



/* End section cash */

/* start section footer */

.our-footer
{
    color: #fff;
    background: #1b75b6;
    margin-top: 70px;
}
.our-footer .footer-box
{
    height: 200px;
    overflow: hidden;
    margin-top: 30px;
}
.our-footer .footer-box ul
{
    margin-top: 20px;
}

.our-footer .footer-box li
{
    text-align: right;
    margin: 10px;

}
.our-footer .footer-box li i
{

    background-color: #fff;
    padding: 9px;
    font-size: 25px;
    color: #1b75b6;
}
.our-footer .footer-box li a
{
    color: #fff
}
.our-footer .footer-box li:hover
{
    color: #17a2b8;
    text-decoration: underline;
    cursor: pointer;
}

.our-footer .footer-box input
{
    height: 30px;
    margin-top: 10px;
}
.our-footer .footer-box textarea
{
    height: 50px;
    resize: none;
}
.our-footer .footer-box button
{
    margin-top: -10px;
}


.footer
{
    width: 100%;
    height: 57px;
    background: #061325;
}
.footer p
{
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    direction: rtl;
    font-size: 19px;
    margin-top: 12px;
}

.footer .footer-logo
{
    width: 40px;
    height: 40px;
    display: inline-block;
}


.footer .footer-logo img
{
    width: 100%;
    height: 100%;
    display: inline;
    border-radius: 50%;
    cursor: pointer;
}
.footer-box img
{
    width: 75%;
    display: block;
    margin: 41px auto;
    background-color: #fff;
    padding: 13px;
    border-radius: 5px;
}

.footer span
{
    color: #78dc0a;
    font-size: 21px;
}
.footer p a:hover
{
    text-decoration: none;
}
.social li
{
    display: inline-block;
    margin-top: 50px;
}


/* End section footer */

/* change color of site */

.color-site
{
    background-color: #000;
}

/* shange color of site */

/* start scroll button */

.scroll-button
{
    
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background-color: #17a2b8;
    cursor: pointer;
    display: none;
}

.scroll-button i
{
    color: #fff;
    padding: 5px;
    margin-left: 3px;
    margin-top: 2px;
}

/* end scroll button */

/* satrt subjects */



.subj
{
    direction: rtl;
    background-color: #eee;
}
.subj h4
{
    color: #0295ea;
    font-size: 30px;
    font-weight: bold;
    padding-top: 125px;
    padding-bottom: 50px;
}
.subj .one
{
    background-color: #f6da6c;
    height: 150px;
    width: 100%;
    overflow: hidden;
}
.subj .one img
{
    width: 100%;
    height: 100%;
}
.subj p
{
    background-color: #fff;
    color: #0295ea;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;  
}
.subj a
{
    text-decoration: none;
}
.subj .two
{
    background-color: #36434f;
    height: 150px;
    width: 100%;
    overflow: hidden;
}
.subj .two img
{
    width: 100%;
    height: 100%;
}

.subj .three
{
    background-color: #f6da6c;
    height: 150px;
    width: 100%;
    overflow: hidden;
}
.subj .three img
{
    width: 100%;
    height: 100%;
}

.subj .four
{
    background-color: #f6da6c;
    height: 150px;
    width: 100%;
    overflow: hidden;
}
.subj .four img
{
    width: 100%;
    height: 100%;
}

/* End subjects */


/* start our information */


.our-information
{
    
}

.our-information h2
{
    color: #202428;
    font-weight: bold;
    margin-bottom: 80px;
    position: relative;
}
.our-information h2:after
{
    content: "";
    width: 109px;
    height: 3px;
    background: #0095ff;
    position: absolute;
    left: 46%;
    top: 55px;
}
.our-information h2:before
{
    content: "Fullmark";
    width: 51px;
    height: 24px;
    background: #fff;
    position: absolute;
    left: 48.4%;
    top: 44px;
    z-index: 999999;
    border: 1px solid#0095ff;
    font-size: 10px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}
.our-information .ourinfo-img
{
    width: 100%;
    height: 600px;
}
.our-information .ourinfo-img img
{
    width:100%;
    height: 100%;
}

.ourinfo-sec2
{
    height: 600px;
}
.ourinfo-sec2 ul
{
    padding: 0;
}
.ourinfo-sec2 i
{
    float: left;
    color: #000;
}
.ourinfo-sec2 h4
{
    display: inline-block;
    color: #000;
    width: 85%;
}
.ourinfo-sec2 p
{
    color: #000;
    width: 80%;
    height: 70px;
}
.ourinfo-sec2 li
{
    margin-bottom: 40px;
    background-color: #fff;
    padding: 9px;
    border-radius: 10px;
    border-top: 5px solid#0095ff;
    position: relative;
}
.ourinfo-sec2 li:after
{
    content: "";
    width: 5px;
    height: 49px;
    background: #0095ff;
    position: absolute;
    right: 50%;
    top: 140px;
}
.ourinfo-sec2 li:last-child:after
{
    display: none;
}

@media(max-width: 500px){
.ourinfo-sec2
{
   margin-top: 125px;     
}
    
    
}


/* End our information */



/* End inter face */

/* start page of Exam */
.box-ques 
{
    background-image: linear-gradient(to right,#21a2fd 0%,#7967fe 100%);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 11px -17px 36px #2f2b2b;
}
.box-ques .text-left
{
    margin-left:30px;
    text-align: right !important;
}
.box-ques .text-left input[type=radio]{
    
    margin-left:15px;
}
.box-ques .header-ques
{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    background-color: #ecf5ff;
    color: #21a2fd;
    border-radius: 5px;
    padding: 10px;
    direction:rtl;
}
.box-ques .header-ques span
{
    color: #666666;
    padding: 5px;
}
.box-ques label
{
    font-weight: bold;
    color: #f9f9f9;
    font-size: 26px;
    padding-bottom: 20px;
    padding-top: 20px;
    direction:rtl;

}
.teacher-name
{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 4px -4px 12px #000;
}
.box-ques div img
{
    display: block;
    margin: auto;
    width: 300px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 5px;
    border: 1px solid#000;
}

.section-4
{
    padding-bottom: 45px;
    border-top: 5px solid#1ea0ff;
    background: rgb(41 148 191);
}
.section-4 .box4
{
    height: 180px;
    background-image: linear-gradient(90deg,#207fb9,#3fc5ce);
    border-radius: 0 100px 100px 0;
    margin-top: 60px;
}
.section-4 .box5 img
{
    
    width: 100%;
    height: 100%;
}
.section-4 .box4 p
{
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    display: block;
    padding-top: 30px;
}
.section-4 .box4 p span
{
    font-size: 36px;
}
.section-4 .box4 input[type='text']
{
    width: 80%;
    display: inline;
}



/* End page of Exam */

/* start contact page */

.about-content1
{
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 50px;
    margin-top:20px;
    direction:rtl;
    overflow:hidden;
}
.about-content1 ul
{

}
.about-content1 li
{
    display: inline-block;
    margin: 5px;
    width: 40px;
    height: 35px;
    color: #fff;
    border-radius: 10px;
    margin-right: -4px;
}
.about-content1 span
{
    color:#000;
    display:inline-block;
}
.about-content1 li i {
    color: #21a2fd;
}

.about-content2 img {
    height: 350px;
}



/* contact page */

/* start media query */


@media(max-width: 500px){
    
.window-sec .window-info
{
    padding: 30px;
}
.our-footer .footer-box
{
    margin-top: 0;
}
.footer-box ul
{
    text-align: center !important;
}
.footer-box ul li
{
    text-align: center !important;
}
.our-about .we-info
{
    width: 300px;
}
    
}


/*- ENd media query */






