@font-face{font-family:"ArabicTypesetting";src:url("fonts/arabtype.ttf") format("truetype");}
html{
    overflow-x: hidden;
}
body{
    padding: 0;
    margin: 0;
    background: white;
    font-size: 18px;
    line-height: 1.5;
    /*overflow-x: hidden;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
.fontats{
  font-family:"ArabicTypesetting";
}
.overflowon{
    overflow-y: auto;
}
.overflowoff{
    overflow-y: hidden; 
}
*{
    outline: none!important;
    transition: .2s ease-in-out;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none!important;
}
.m_on{
  display: none;
}
.displayoff{
  display: none!important;
}
:root {
  --primary-color: #e50914;
  --dark-color: #141414;
  --light-color: #f4f4f4;
  --black: #000000;
  --white: #ffffff;
  --lightgray: #fff0f0;
  --blue: #2d4afd;
  --lightblue: #2ccffe;
  --green: #0ebb00;
  --lightgreen: #e9ffe8;
  --yellow: rgb(254 210 0);
  --red: #ff1f34;
  --orange: #ff8100;
  --purple: #5633d1;
  --lightpurple: #c98fff;
  --deeppurple: #392c72;
  --pink: #fb39ad;
  --darkred: #C00000;
}
.transparent{
  background: transparent;
}
.blackBG{
  background: #000000;
}
.whiteBG{
  background: #ffffff;
}
.lightgrayBG{
  background: var(--lightgray);
}
.blueBG{
  background: var(--blue);
}
.lightblueBG{
  background: var(--lightblue);
}
.lightblueBG2{
  background: #e5f4ff;
}
.greenBG{
  background: var(--green);
}
.lightgreenBG{
  background: var(--lightgreen);
}
.yellowBG{
  background: rgb(254 210 0);
}
.redBG{
  background: var(--red);
}
.darkredBG{
  background: var(--darkred);
}
.orangeBG{
  background: var(--orange);
}
.purpleBG{
  background: var(--purple);
}
.pinkBG{
  background: var(--pink);
}
.blackTXT{
  color: #000000;
}
.whiteTXT{
  color: white;
}
.grayTXT{
  color: #979797;
}
.blueTXT{
  color: rgb(0 105 255);
}
.lightblueTXT {
  color: var(--lightblue);
}
.purpleTXT{
  color: var(--purple);
}
.redTXT{
  color: var(--red);
}
.darkredTXT{
  color: var(--darkred)
}
.yellowTXT{
  color: var(--yellow);
}
.greenTXT{
  color: #09bc66;
}
.hoverbtn:hover{
  transform: scale(1.1);
  box-shadow: 1px 7px 15px rgba(0, 0, 0, 0.3);
}
.hovwhiteTXT:hover{
  color: white!important;
}
.hovblackTXT:hover{
  color: black!important;
}
.greenhover:hover{
  background: #09bc66;
  color: white;
}
.bluehover:hover{
  background: #004fff;
}
.btn:hover{
  color: white;
}
.btn-shadow{
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.btn-round{
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-hover-big:hover{
  transform: scale(1.02);
}
.captext{
  text-transform: uppercase;
}
hr{
  border-top: 1px solid #e2e2e2;  
}
.bdr_t{
  border-top: 1px solid #e2e2e2;
}
.bdr_b{
  border-bottom: 1px solid #e2e2e2;
}
.paddZero{
  padding: 0!important;
}
.plr_0{
  padding-left: 0;
  padding-right: 0;
}
.pddt_30{
  padding-top: 30px;
}
.pddb_30{
  padding-bottom: 30px;
}
.pddt_50{
  padding-top: 50px;
}
.pddb_50{
  padding-bottom: 50px;
}
.pddt_70{
  padding-top: 70px;
}
.pddb_70{
  padding-bottom: 70px;
}
.m_0{
  margin: 0!important;
}
.mt_0{
  margin-top: 0!important;
}
.mb_0{
  margin-bottom: 0!important;
}
.mt_30{
  margin-top: 30px;
}
.mt_50{
  margin-top: 50px;
}
.mt_70{
  margin-top: 70px;
}
.mb_30{
  margin-bottom: 30px;
}
.mb_50{
  margin-bottom: 50px;
}
.mb_70{
  margin-bottom: 70px;
}
.dropshadow{
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
}
.floatL{
  float: left;
}
.floatR{
  float: right;
}
.relative{
  position: relative;
}
.fa-before:before, .fa-before:after, .fa-before li:before, .fa-before li:after{    
  font: normal normal normal 14px/1 FontAwesome;
}

.heading{
  position: relative;
  margin-bottom: 30px;
  font-size: 44px;
}
.heading b, .heading strong{
  font-weight: 700;
}
.heading2{
  padding: 0 15px;
}
.heading2 b{
  font-size: 55px;
}
.heading2 b span{
  background: #0066ff;
  padding: 0 10px;
}

/*Heading*/
  .navbar {
    margin-bottom: 0;
    background: white;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.4 !important;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
  }
  .navbar .navbar-brand{
    height: unset;
    padding: 5px 0;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  .navbar .brand{
    max-width: 145px;
  }
  .brandname h1{
    color: var(--darkred);
    font-size: 70px;
    margin-top: 15px;
    font-family: "Arabic Typesetting";
    margin: 0;
    line-height: 1;
  }
  .brandname h2{
    margin: 5px 0 15px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .brandname h3{
    font-size: 20px;
    margin: 15px 0 0;
  }
  .navbar-default .navbar-collapse{
    /*padding: 10px 0;*/
    width: 100%;
  }

  .navbar .menu{
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .navbar .menu.menu-text-left{
    text-align: left;
  }
  .navbar .menu li{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 12px 0px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
  }
  .navbar .menu li:hover{
    background: var(--red);
  }
  .navbar .menu li a{
    text-decoration: none;
    color: var(--white);  
    padding: 12px 10px;
  }
  .navbar .menu li:hover a{
    color: var(--white);
  }
  .menu-item-has-children:after{
    content: "\f107";
    position: relative;
    right: 10px;
    top: 0px;
    color: var(--white);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
  }
  .navbar .menu .sub-menu{
    padding: 0;
    position: absolute;
    width: 235px;
    right: 0;
    top: 48px;
    display: none;
    background: #fff;
    z-index: 9;
    transition: .2s;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 7%);
  }
  .navbar .menu li:hover > .sub-menu{
    display: block;
  }
  .navbar .menu .sub-menu li{
    display: block;
    text-align: center; 
    margin: 0;
  }
  .navbar .menu .sub-menu li:hover{
    background: var(--red);
  }
  .navbar .menu .sub-menu li a{
    color: #000;
    letter-spacing: 0;
    width: 100%;
    display: block;
    padding: 2px 10px;
  }
  .navbar .menu .sub-menu li:hover a{
    color: #fff;
  }
  .navbar .menu .sub-menu .sub-menu{
    width: 250px;
    right: 50%;
    top: 0;
    background: #e5f4ff;
    z-index: -1;
    border-radius: 10px 0px 10px 10px;
  }
  .navbar .menu .sub-menu .sub-menu li a{
    color: black;
  }
  .navbar .menu .sub-menu .sub-menu li:hover a{
    color: #0043ff;
  }
  .navbar .menu .sub-menu li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    right: 100%;
    top: 0;
    z-index: 2;
  }
  .navbar .menu .sub-menu li.menu-item-has-children:hover{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar .menu .sub-menu li.menu-item-has-children:after{
    color: var(--blue);
    position: absolute;
    width: 10px;
    top: 50%;
    left: 90%;
    transform: translateY(-50%) rotate(90deg);
    transition: .2s;
  }
  .navbar .menu .sub-menu li.menu-item-has-children:hover:after{
    left: 0;
  }
/*End*/

/*banner section*/
  .section-1{  
    background: black;
    overflow: hidden;
    z-index: 1;
  }
  .showcase .bgimg{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 80vh;
    height: 570px;
    width: 100%;
  }
  .showcase .up_lable{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .showcase .up_lable h1{
    text-shadow: 0px 5px 15px rgb(0 0 0 / 52%);
  }
  .showcase .up_lable p{
    text-shadow: 0px 5px 5px rgb(0 0 0 / 70%);
  }
  .showcase .slidoverlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
  }
  /* Buttons */
  .srchfld {
    width: 85%;
    max-width: 550px;
    position: relative;
    display: inline-block;
    background: var(--blue);
    color: #fff;
    padding: 6px;
    font-size: 1rem;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-right: 0.5rem;
    transition: opacity 0.2s ease-in;
    outline: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
    border-radius: 2px;
  }
  .srchfld .butn{
    padding: 7px 50px 7px 15px;
    width: 100%;
    position: relative;
    background: transparent;
    border: none;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
  }
  .showcase-content .small{
    color: white;
  }
/*end*/

/*graph*/
  .section-graph{
    background: white;
    background-image: url(../img/BG4.png);
    /*background-attachment: fixed;*/
    background-position: right bottom;
    /*min-height: 630px;*/
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }
  .section-graph.darkredBG{
    background: var(--darkred);
  }
  .section-graph .overlayimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    overflow: hidden;
    opacity: 0.12;
  }
  .section-graph .overlayimg.fixedimg{
    background-attachment: fixed;
  }
  .section-graph .heading .small{
    color: black;
  }
  .section-graph ul{
    padding: 0;
  }
  .section-graph li{
    position: relative;
    display: block;
    margin: 8px 0px;
    padding-left: 30px;
  }
  .section-graph li:before{
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--red);
    position: absolute;
    left: 3px;
  }
  .section-graph.diff .bggirl{
    left: -14%;
    z-index: -1;
  }
  .section-graph.diff .bggirl img{
    max-width: 780px;
  }
  .section-graph .bggirl img{
    border-radius: 10px;
    box-shadow: 2px 7px 20px #00000036;
  }
  .innerpage .bggirl img{
    float: left;
    margin: 0 20px 20px 0;
    max-width: 40%
  }
  .section-graph.diff .bsrvbtn {
    border-radius: 50px;
    color: #7b0003;
    font-weight: 500;
    position: relative;
    background: linear-gradient(130deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-size: 300%;
    background-position: left;
    transition: 1.5s;
    box-shadow: 1px 10px 30px 0px rgba(0,0,0,0.1);
    padding-left: 25px;
    padding-right: 25px;
    margin: 5px;
    animation: btnbg 7s infinite linear;
    animation-delay: var(--bg);
  }
  .section-graph.diff .bsrvbtn:hover{
    transform: scale(1.2);
  }
  .teacherteam li{
    width: 16%;
    display: inline-block;
    height: 177px;
    background: #ffdbdb;
    font-weight: 400;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    margin: 7px 5px;
    transition: .4s;
  }
  .teacherteam li span{
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px;
  }
  .teacherteam li:hover{
    box-shadow: 0 10px 50px #0000002b;
    background: #fff;
    z-index: 2;
    transform: scale(1.25);
  }
  .teacherteam li:before{
    display: none;
  }
/*graph*/

/*advantages*/
  .advtt{
    margin: 20px 0;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid transparent;
    background: white;
    position: relative;
  }
  .advtt img{
    /*max-width: 120px;*/
  }
  .advtt:hover{
    transform: translateY(-10px) scale(1.03);
    border: 1px solid var(--blue);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .advtt h3{
    font-weight: 700;
    padding: 0 15px;
    margin: 30px 0 5px;
    color: var(--darkred);
  }
  .advtt p{
    padding: 15px;
    color: #636363;
    font-size: 15px;
  }
/*end*/

/*Contact page*/
  .cttnform{

  }
  .cttnform .rbdr{
    background: white;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px -2px 40px rgb(0 0 0 / 0.08);
  }
  .cttnform .rbdr .fmctn{
    padding: 10px 4%;
  }
  .cttnform .rbdr .wellcome{
    font-weight: 800;
    font-size: 40px;
    margin-top: 10px;
  }
  .cttnform .rbdr input, .cttnform .rbdr textarea{
    width: 100%!important;
    max-height: 70px!important;
    border: none;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #b9b9b9;
    color: black;
  }
  .cttnform .rbdr p{
    margin: 0;
  }
  .cttnform .rbdr input[type="submit"]{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: none;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cttnform .rbdr .ctxt{
    padding: 0;
  }
  .cttnform .rbdr .ctxt p{
    font-size: 16px;
  }
  .cttnform .mapcont iframe{
    height: 500px;
    margin-bottom: -10px;
    background: #dcdcdc;
  }
/*end*/

/*Gallery*/
  .imges{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    /*height: 170px;*/
    margin-bottom: 20px;
  }
  .imges img{
    width: 100%;
  }
  .img_container{
    column-count: 3;
    margin: 20px 0;
  }
/*end*/


/*Footer*/
  footer{
    background: #212029;
    color: white;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 0px 2pc rgba(0, 0, 0, 0.1);
  }
  footer h3{
    margin-top: 0;
  }
  .fnote p{
    font-size: 15px;
  }
  .fpoints ul{
    padding-left: 0;
  }
  .fpoints li{
    position: relative;
    list-style: none;
    font-size: 15px;
    color: white;
    margin-bottom: 5px;
    padding: 3px 10px;
  }
  .fpoints li:hover{
    background: black;
    border-left: 6px solid var(--darkred);
  }
  .fpoints li i{
    color: var(--darkred);
    margin-left: 5px;
    font-size: 18px;
  }
  .fpoints li a{
    color: white;
  }
  .fsocial ul{
    padding: 0;
  }
  .fsocial li{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--darkred);
    color: white;
    padding: 5px 0 0;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 5px 5px 0px;
    text-align: center;
  }
  .fsocial li i{
    color: white;
    margin: 0;
    font-size: 18px;
  }
  .fsocial li:hover{
    background: black;
    color: var(--darkred);  
    border: none!important;
  }
  .fsocial li:hover a{
    color: #004fff;    
  }
  .section-fcopyright{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-fcopyright .glyphicon {
    font-size: 20px;
    margin-bottom: 15px;
    background: var(--darkred);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 9px 10px 9px 12px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-fcopyright p{
    font-size: 14px;
    margin: 10px 0;
  }
  .section-fcopyright p a{
    color: white;
  }
/*Footer end*/

/*extra*/
  .slideanim {
    visibility:hidden;
  }
  .slidelrmain {
    visibility:hidden;
  }
  .sliderlmain {
    visibility:hidden;
  }
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  .slidelr {
    animation-name: slidelr;
    -webkit-animation-name: slidelr;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  .sliderl {
    animation-name: sliderl;
    -webkit-animation-name: sliderl;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
/*end*/

/*Animations*/
/*pulsh effect*/
@keyframes pulsh{
  0%{
    box-shadow: 0 0 0 0 rgb(255 172 0 / 44%), 0 0 0 0 rgb(255 106 0 / 65%);
  }
  40%{
    box-shadow: 0 0 0 50px rgba(99, 69, 238,0), 0 0 0 0 rgb(255 172 0 / 51%);
  }
  80%{
    box-shadow: 0 0 0 50px rgba(99, 69, 238,0), 0 0 0 30px rgba(99, 69, 238,0);
  }
  100%{
    box-shadow: 0 0 0 0 rgba(99, 69, 238,0), 0 0 0 30px rgba(99, 69, 238,0);
  }
}
@media (max-width: 767px){
  .m_off{
    display: none!important;
  }
  .m_on{
    display: block!important;
  }
  .heading {
    font-size: 24px;
  }

  /*Header*/
    .navbar .brand {
      max-width: 80px;
      margin: 0 10px;
    }
    .navbar-toggle {
      margin-top: 28px;
      margin-right: 0;
    }
    .brandname{
      padding: 0;
      text-align: center;
      border-top: 1px solid #dcdcdc;
      margin: 5px 0;
    }
    .brandname h1{
      font-size: 28px;
    }
    .brandname h2{
      font-size: 16px;      
    }
    .brandname h3{
      font-size: 12px;
    }
    .navbar .mainmenu .menu {
      text-align: left;
      margin: 15px 0;
    }
    .navbar .mainmenu .menu li {
      display: block;
    }
    .navbar .menu .sub-menu{
      position: relative;
      top: 0!important;
      width: 100%;
      padding: 5px;
      background: transparent;
    }
    .navbar .menu li:hover:after {
      display: none;
    }
    .navbar .menu .sub-menu li{
      background: rgb(255 255 255 / 5%);
      margin-top: 10px;
    }.navbar .menu .sub-menu li:hover{
      background: rgb(255 255 255 / 21%);      
    }
    .navbar .menu .sub-menu li a{
      color: white;
    }
  /*end*/

  /*banner*/
    .showcase .bgimg{
      height: 400px;
    }
    .showcase .up_lable h1{
      margin-bottom: 10px;
    }
    .showcase .up_lable p{
      font-size: 15px;
    }
  /*end*/

  /*About us*/
    .section-graph.pddt_70{
      padding-top: 50px;
    }
    .section-graph{
      text-align: center;
    }
    .section-graph p, .section-graph li{
      font-size: 14px;
    }
    .section-graph ul {
      padding: 0 15px;
      text-align: left;
    }
    .innerpage .bggirl img{
      margin: 0;
      max-width: 100%
    }
  /*end*/

  /*Teacher*/
    .teacherteam li{
      width: 44%;
      height: 143px;
      margin: 7px 8px;
      text-align: center;
    }
  /*end*/

  /*activitis*/
    .advtt {
      margin: 10px 0;
      padding: 15px 15px 15px;
    }
    .advtt h3{
      font-size: 20px;
      font-weight: 600;
      margin: 20px 0 0;
    }
    .advtt p{
      font-size: 14px;
    }
    .advtt img{
      border-right: 5px;
    }
  /*end*/

  /*Categories*/
    .section-cate .cates {
      display: inline-block;
      margin: 15px 15px;
      max-width: 42%;
    }
    .section-cate .cates .caticon {
      width: 125px;
      height: 125px;
    }
    .section-cate .cates h3 {
      font-size: 18px;
      height: 43px;
    }
  /*end*/

  /*Gallery*/
    .img_container{
      column-count: 2;
      margin: 0;
    }
  /*end*/

  /*Footer*/
    .section-footer{
      text-align: center;
    }
    .fpoints li{
      margin: 3px 5px;
      padding: 3px 5px;
    }
    .flink li{
      display: inline-block;
      margin: 3px 0;
    }
    .fcontact{
      margin-top: 20px;
    }
    .fcontact ul{
      text-align: left;
    }
    .fcontact .fsocial ul{
      text-align: center;
      margin-top: 30px;
    }
    .ftb p span {
      padding: 0px;
      margin: 0 5px;
      font-size: 11px;
    }
  /*end*/
}
