@font-face {
  font-family: "HelveticaNeueLT Std Blk Cn", "HelveticaNeueLTStd-BlkCn",
    "hnc_font", "MyFont_IE";
  src: url(../font/newfontHelvetica/HelveticaNeueLT.otf);
}
/* strucures */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
body {
  overflow-x: hidden !important;
  /* font-family: 'DroidArabicKufiRegular' !important; */
  font-family: "HelveticaNeueLT Std Blk Cn", "HelveticaNeueLTStd-BlkCn",
    "hnc_font", "MyFont_IE";
  font-weight: normal;
  font-style: normal;
}
.search {
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background-color: rgba(0, 204, 170, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  padding-top: 25%;
  display: none;
}
.closeContain {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.search-input {
  width: 60%;
  text-align: right;
  font-size: 18px;
  border: none;
  border-bottom: 2px solid #ffffff;
  padding: 0px;
  background-color: transparent;
  padding: 0px 5px;
}
.searchcontain {
  position: relative;
  top: 0px;
  right: 60%;
  cursor: pointer;
}
.search-input::placeholder {
  color: white;
}
.search-input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: unset;
}
/*Colors*/
.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-primary {
  color: #007f3d;
}

.color-dark {
  color: #3d4652;
}

.color-dark2 {
  color: #48535c;
}
.color-cwhite {
  color: #ebebeb;
}
.color-subblack {
  color: #4a657d;
}
.color-cblue {
  color: #18627d;
}
.color-cmiebirple {
  color: #8e74bd;
}
.color-cyello {
  color: #ffe100;
}
.color-cmiblack {
  color: #232323;
}
.color-cmired {
  color: #93423f;
}
.color-red {
  color: red;
}
.color-hint {
  color: #808080;
}
.color-nearblack {
  color: #333333;
}
/*Background Colors*/
.bg-lightGray {
  background-color: #363839;
}
.bg-darkgray {
  background-color: #303233;
}
.bg-white {
  background-color: #fff;
}
.bg-prim {
  background-color: #007f3d;
}
.bg-cwhite {
  background-color: #ebebeb;
}
.bg-subwhite {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #000;
}
.bg-clight {
  background-color: #cccccc;
}
.bg-dlight {
  background-color: #f5f5f5;
}
.bg-cyello {
  background-color: #ffe100;
}
.bg-cmiebirple {
  background-color: #8e74bd;
}
.bg-cmiblack {
  background-color: #252525;
}
.bg-subblack {
  background-color: #232323;
}
.bg-cmired {
  background-color: #93423f;
}
.bg-semigreay {
  background-color: #a6a6a6;
}
/* ////font//// */
.f-xs {
  font-size: 8px;
}
.f-sm {
  font-size: 10px;
}
.f-m {
  font-size: 12px;
}
.f-l {
  font-size: 14px;
}
.f-xl {
  font-size: 16px;
}
.f-xxl {
  font-size: 18px;
}
.f-xxxl {
  font-size: 20px;
}
.f-wb {
  font-weight: bold;
}
.fw-700 {
  font-weight: 700;
}
.f-english {
  font-family: "Roboto", sans-serif !important;
}
/* //display none */
/* xstra small screen */
@media (max-width: 575.98px) {
  .none-xs {
    display: none;
  }
}
/* //////////small screen///////// */
@media (min-width: 576px) and (max-width: 767.98px) {
  .none-sm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .none-md {
    display: none;
  }
}
/* //////////large screen///////// */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .none-l {
    display: none;
  }
}
/* //////////Exstra large screen///////// */

@media (min-width: 1200px) {
  .none-xl {
    display: none;
  }
}
/* ////////background with main color and color white on hover case/////////// */
.site-header-navbar-navinfo-navinforleft-navinfolefticon i.fab:hover,
.carousel-item-edit div:hover,
.site-contnts-ahgzlyapp-newestapp-circleinfo :hover {
  background-color: #007f3d;
  color: #ffffff;
}
/* //animation size  larger hover case/// */
.site-header-navbar-navinfo-navinforight a:hover,
.site-header-navbar-navinfo-navinforleft-navinfoleftitle:hover,
.site-header-navbar-navinfo-navinforleft-navinfolefticon i.fab:hover,
.site-header-navbar-midpart-lefticon:hover {
  font-size: 115%;
  /* padding: 0px 2px;
  transition:all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s; */
}
/* large font on hover without animation */
.site-header-navbar-downpart .dropdown-item:hover,
.site-header-navbar-downpart-megamenu ul li a:hover {
  font-size: 115%;
  color: #007f3d;
}

/* add boarder line from center to left and right */
.site-header-navbar-navinfo-navinforight-navinforighttitle,
.site-header-navbar-navinfo-navinforleft-navinfoleftitle,
.site-header-navbar-midpart a {
  display: inline-block;
}

.site-header-navbar-navinfo-navinforight-navinforighttitle li,
.site-header-navbar-navinfo-navinforleft-navinfoleftitle li,
.site-header-navbar-midpart-lefticon li {
  display: block;
  text-decoration: none;
  background: linear-gradient(to left, #007f3d, #007f3d) no-repeat bottom center;
  background-size: 0% 1px;
  /* will not show */
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.site-header-navbar-navinfo-navinforight-navinforighttitle li:hover,
.site-header-navbar-navinfo-navinforleft-navinfoleftitle li:hover,
.site-header-navbar-midpart-lefticon li:hover {
  background-size: 100% 2px;
  color: #007f3d;
  /* will expand whole width */
}

/* ////code css////// */
/* #NAVBAR*/
/*----top part of navbar-----*/
.site-header-navbar-navinfo {
  height: 28px;
  padding: 10px 5%;
}
/*top part of navbar boarder*/
.site-header-navbar-navinfo::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  height: 1px;
  width: 90%;
  border-top: 1px solid #007f3d;
}
/* ///boarder radius for social media icon//// */
.site-header-navbar-navinfo-navinforleft-navinfolefticon i.fab {
  width: 1.6em;
  line-height: 1.6em;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em; /* or 50% width & line-height */
}
.site-header-navbar-navinfo-navinforleft-navinfolefticon i.fa-facebook-f {
  background-color: #3b5998;
}
.site-header-navbar-navinfo-navinforleft-navinfolefticon i.fa-twitter {
  background-color: #38a1f3;
}

/* --Mid part of navbar--- */

.site-header-navbar-midpart {
  height: 60px;
  padding: 10px 5%;
  position: relative;
}
.site-header-navbar-midpart:before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  height: 1px;
  width: 90%;
  border-top: 1px solid #ebebeb;
}
.site-header-navbar-midpart img {
  max-height: 60px;
  height: 40px;
  float: right;
  cursor: pointer;
}
.site-header-navbar-midpart img::after {
  clear: both;
}
.site-header-navbar-midpart-lefticon {
  padding: 10px;
}
/* --downpartofNavbar-- */
.site-header-navbar-downpart .navbar {
  max-height: 35px !important;
  direction: rtl;
}
/* ////icon of dropdown-menu//// */
.site-header-navbar-downpart .dropdown-toggle::after {
  display: none;
}
.site-header-navbar-downpart .dropdown:hover .dropdown-menu {
  position: absolute;
  right: 0;
  display: inline-flex;
}
/* #mega-menu of second li */
.site-header-navbar-downpart .dropdown:hover .secondli {
  display: block;
}
.site-header-navbar-downpart-megamenu ul {
  padding: 15px 30px;
  text-align: right;
}
.site-header-navbar-downpart-megamenu > .dropdown-menu {
  min-width: 800px;
  float: right;
}

/* ////////navbarfor small screen///////////////// */

.site-header-navbar-midpart-sidenav {
  width: 180px;
  height: 100%;
  position: fixed;
  top: 30px;
  left: 0px;
  z-index: 5;
  display: none;
  overflow-y: auto;
}

.site-header-navbar-midpart-closebtn {
  position: absolute;
  top: -7px;
  right: 4px;
  font-size: 36px;
}

.site-header-navbar-midpart-nav-icon {
  padding: 4px 12px;
  border: 1px #007f3d solid;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ----inside sidebar data---- */
.site-header-navbar-midpart-sidenav-main-menu div {
  display: none;
}

/* ////main part//// */

/* /////carousel slider//// */
.site-header-navbar-downpart .dropdown:hover .dropdown-menu {
  position: absolute;
  top: 34px;
  left: 0px;
}
#carouselExampleIndicators .carousel-inner img {
  width: 110px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
}

.QRCode {
  width: 25px !important;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
}

@media (min-width: 0px) and (max-width: 720px) {
  .carousel-item-inside-text {
    display: none !important;
  }

  .imageSliderButton {
    width: 50px !important;
  }

  .QRCode {
    width: 10px !important;
  }
}

.carousel-item-inside {
  position: absolute;
  top: 35%;
  right: 20%;
  font-weight: 700;
  font-size: 28px;
  color: white;
  text-align: center;
}
@media (max-width: 1050px) {
  /* #carouselExampleIndicators .carousel-inner{
  margin-top: 100px;
  } */
  #carouselExampleIndicators .carousel-inner img {
    height: auto !important;
  }
  .carousel-item-inside {
    font-size: 10px;
    position: absolute;
    top: 42%;
    right: 5%;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }
  .carousel-item-inside span {
    font-size: 8px;
  }
}
/*multi slider tabs */
#site-contnts-appsinfo #recipeCarousel .carousel-inner .carousel-item.active,
#site-contnts-appsinfo #recipeCarousel .carousel-inner .carousel-item-next,
#site-contnts-appsinfo #recipeCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}

#site-contnts-appsinfo
  #recipeCarousel
  .carousel-inner
  .carousel-item-right.active,
#site-contnts-appsinfo #recipeCarousel .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

#site-contnts-appsinfo
  #recipeCarousel
  .carousel-inner
  .carousel-item-left.active,
#site-contnts-appsinfo #recipeCarousel .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}

#site-contnts-appsinfo #recipeCarousel .carousel-inner .carousel-item-right,
#site-contnts-appsinfo #recipeCarousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
#site-contnts-appsinfo .carousel-item-edit div {
  border: 0.25px #ebebeb solid;
}
#site-contnts-appsinfo .carousel-item-edit div:hover {
  cursor: pointer;
}
.carousel-item-edit div {
  display: none !important;
}
#recipeCarousel .active div {
  display: block !important;
}
#site-contnts-appsinfo .carousel-item-edit div:hover p,
#site-contnts-appsinfo .carousel-item-edit div:hover span,
#site-contnts-appsinfo .carousel-item-edit div:hover i,
#site-contnts-appsinfo .carousel-item-edit div:hover a {
  font-size: 100%;
}
#site-contnts-appsinfo .carousel-item-edit div p,
#site-contnts-appsinfo .carousel-item-edit div span,
#site-contnts-appsinfo .carousel-item-edit div i,
#site-contnts-appsinfo .carousel-item-edit div a {
  font-size: 100%;
}
#site-contnts-appsinfo .carousel-item-edit div {
  height: 300px !important;
}
#site-contnts-appsinfo .carousel-item-edit div .contents {
  padding: 0px 20% !important;
  font-size: 13px !important;
}
#site-contnts-appsinfo .carousel-item-edit div:hover i {
  filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(3);
}

#site-contnts-appsinfo .carousel-item-edit div p {
  font-size: 18px !important;
}
#site-contnts-appsinfo .carousel-item-edit div i {
  font-size: 40px;
}
#site-contnts-appsinfo .carousel-item-edit div {
  position: relative;
}
#site-contnts-appsinfo .carousel-item-edit div a {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  width: 45%;
}

#site-contnts-appsinfo .carousel-item-edit div:hover .appbutton {
  border: 1px #ffffff solid;
}
#site-contnts-appsinfo .carousel-item-edit div .appbutton {
  color: #ffffff !important;
  border-radius: 5px;
  padding: 8px 40px;
}
/* //site contnts multi tabs section// */
.site-contnts-multi-tabs .container {
  padding: 0px 15%;
}
#site-contnts-multi-tabs .nav-tabs {
  border: none;
  position: relative;
}
#site-contnts-multi-tabs ul {
  direction: rtl;
}

#site-contnts-multi-tabs .nav-tabs li {
  width: 18%;
}
#site-contnts-multi-tabs .nav-tabs li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  height: 1px;
  width: 65%;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 767.98px) {
  #site-contnts-multi-tabs .nav-tabs li {
    width: 25%;
    margin-top: 10px;
    font-size: 8px !important;
  }
  #site-contnts-multi-tabs .nav-tabs li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    height: 1px;
    width: 95%;
    border-bottom: none;
  }
}

#site-contnts-multi-tabs .nav-tabs li .active {
  color: #ffe100;
  border-bottom: #ffe100 1px solid;
  font-size: 110%;
  z-index: 1111;
  /* transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s; */
}
#site-contnts-multi-tabs #sarf table {
  border-top: none;
}
#site-contnts-multi-tabs #sarf table img {
  width: 50px;
  position: relative;
}
#site-contnts-multi-tabs .inside-data-sarf {
  position: absolute;
  top: 28px;
  left: 9%;
  width: 82%;
  height: 370px;
  border: 1px solid #ffe100;
}
#site-contnts-multi-tabs .tab-pane .row {
  display: flex;
}
#site-contnts-multi-tabs #sarf .sarffirstdev {
  flex: 1;
  height: 40px;
  border: none;
}

#site-contnts-multi-tabs .insideimg {
  max-width: 100%;
  min-height: 377px;
  flex: 2;
}
#site-contnts-multi-tabs .spicialservice-containt {
  border-bottom: 1px solid #ebebeb;
  vertical-align: middle;
}
#site-contnts-multi-tabs .spicialservice-containt-button {
  color: white !important;
  text-align: left !important;
}
/* ///////account number part/////////// */

#site-contnts-accountcount {
  padding: 95px 0 110px;
  /* background: rgba(0, 0, 0, .8); */
  position: relative;
}
#site-contnts-accountcount:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../newimages/section.jpg) no-repeat fixed center center;
  background-size: cover;
}
#site-contnts-accountcount .fas {
  font-size: 42px;
}
#site-contnts-accountcount .countername p {
  width: 120px;
  height: 30px;
}
/* //////////ahgzlyapp section///////////// */

.site-contnts-ahgzlyapp-firstpart h5 {
  font-size: 28px;
}
.site-contnts-ahgzlyapp-firstpart p {
  font-size: 22px;
  margin-right: 50%;
}
.site-contnts-ahgzlyapp-firstpart h6 {
  font-size: 32px;
}
.site-contnts-ahgzlyapp-firstpart img {
  max-width: 150px;
  max-height: 40px;
  width: 150px;
  height: 40px;
}
.site-contnts-ahgzlyapp-secoundpart img {
  max-height: 300px;
  width: 100%;
}

.site-contnts-ahgzlyapp-secoundpart-rightpart p {
  font-weight: 300;
}

.site-contnts-ahgzlyapp-secoundpart-rightpart a {
  color: #ffffff !important;
  border: 1px white solid;
  float: left;
  cursor: pointer;
}
.site-contnts-ahgzlyapp-secoundpart-rightpart a:hover {
  background-color: #ffe100;
}
.site-contnts-ahgzlyapp-secoundpart-rightpart a::after {
  clear: both;
}
.site-contnts-ahgzlyapp-secoundpart-leftpart img {
  height: 100%;
}
/* ///////newest section////////// */
.site-contnts-ahgzlyapp-newestapp-circleinfo {
  padding: 0px 11% !important;
}
.site-contnts-ahgzlyapp-newestapp-circleinfo-circleitem {
  border: 1px solid #ebebeb;
  margin: auto;
}
.site-contnts-ahgzlyapp-newestapp-circleinfo-circleitem i.fas {
  width: 3em;
  line-height: 3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; /* or 50% width & line-height */
  font-size: 40px;
  border: 1px solid #18627d;
}

.site-contnts-ahgzlyapp-newestapp-circleinfo:hover
  .site-contnts-ahgzlyapp-newestapp-circleinfo-circleitem
  i.fas {
  border: 1px solid #ffffff;
  cursor: pointer;
}
.site-contnts-ahgzlyapp-newestapp-circleinfo-circleitem i.fas:hover {
  /* width: 4em;
    line-height: 4em; */
  margin: 40px 0px;
  cursor: pointer;
}
/* /////////last-slider///////////// */
.site-content-lastslider {
  padding: 100px 20% !important;
}
.site-content-lastslider .carousel {
  width: 100%;
}

.site-content-lastslider .slide-box {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .site-content-lastslider .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .site-content-lastslider .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin: 5px;
  }
}

@media (min-width: 992px) {
  .site-content-lastslider .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 5px;
  }
}

.site-content-lastslider .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 0.5rem;
}
.site-content-lastslider .slide-box a img {
  width: 100%;
  height: 100%;
  min-width: 90%;
}
.site-content-lastslider .slide-box a {
  position: relative;
  overflow: hidden;
}
.moreinfo {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 100px;
  opacity: 0;
}
.site-content-lastslider .slide-box a:hover .moreinfo {
  opacity: 1;
  bottom: 0px;
}
.site-content-lastslider .slide-box a:hover img {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transform: scale(1.2, 1.2);
}

/* /////////////////Footer///////////////////// */
/* ////////top part//////// */
.site-footer-top {
  padding: 30px 0;
  background-color: #c8c8c8 !important;
}
.site-footer-bottom {
  background-color: #828282 !important;
}
.site-footer-top .join {
  background-color: #a6a6a6 !important;
}
.site-footer-top .join:hover {
  background-color: #7e8285 !important;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid white;
}
@media (max-width: 330px) {
  .site-footer-top .join {
    padding: 15px 20px !important;
    font-size: 10px;
  }
}
/*bottom part*/
@media (max-width: 575.98px) {
  .site-footer-bottom {
    text-align: center !important;
  }
}
.site-footer-bottom img,
.widget-footer img {
  max-height: 30px;
}

/* //////////copyright////////      */
.site-footer-coptright-part {
  position: relative;
  text-align: right !important;
  background-color: #828282 !important;
}
.site-footer-coptright-part::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 1px;
  width: 100%;
  border-top: 1px solid #8c8c8c;
}
/* //////////////site contnts moreinfo/////////// */
#site-contnts-moreinfo i.far {
  font-size: 40px;
}
.site-contnts-moreinfo-rightpart i.far {
  font-size: 44px;
}
.site-contnts-moreinfo-rightpart .sub-title p {
  border-bottom: 1px solid #ebebeb;
}
.site-contnts-moreinfo-rightpart a {
  float: left;
  color: white !important;
  margin-left: 10px;
}
.site-contnts-moreinfo-rightpart a::after {
  clear: both;
}

#site-contnts-moreinfo .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
}
#site-contnts-moreinfo .row {
  display: flex;
}
#site-contnts-moreinfo .row .nav {
  flex: 1;
}
#site-contnts-moreinfo .row .tab-content .tab-pane {
  flex: 2;
}
#site-contnts-moreinfo .row .tab-content .tab-pane {
  max-width: 100%;
  min-height: 100%;
}
.site-contnts-moreinfo-border-down {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4px;
}
.site-contnts-moreinfo-details {
  display: none !important;
}
#site-contnts-moreinfo
  .nav-pills
  .nav-link.active
  .site-contnts-moreinfo-details {
  display: block !important;
}
/* //////////site loader start//////////// */
.headofloader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 9999;
}
.loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #007f3d;
  width: 150px;
  height: 150px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* #loader {
  bottom: 0;
  height: 175px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
  z-index: 999999;
}
#loader .dot {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 87.5px;
}
#loader .dot::before {
  border-radius: 100%;
  content: "";
  height: 87.5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  width: 87.5px;
}
#loader .dot:nth-child(7n+1) {
  transform: rotate(45deg);
}
#loader .dot:nth-child(7n+1)::before {
  animation: 0.8s linear 0.1s normal none infinite running load;
  background: #00ff80 none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+2) {
  transform: rotate(90deg);
}
#loader .dot:nth-child(7n+2)::before {
  animation: 0.8s linear 0.2s normal none infinite running load;
  background: #00ffea none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+3) {
  transform: rotate(135deg);
}
#loader .dot:nth-child(7n+3)::before {
  animation: 0.8s linear 0.3s normal none infinite running load;
  background: #00aaff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+4) {
  transform: rotate(180deg);
}
#loader .dot:nth-child(7n+4)::before {
  animation: 0.8s linear 0.4s normal none infinite running load;
  background: #0040ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+5) {
  transform: rotate(225deg);
}
#loader .dot:nth-child(7n+5)::before {
  animation: 0.8s linear 0.5s normal none infinite running load;
  background: #2a00ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+6) {
  transform: rotate(270deg);
}
#loader .dot:nth-child(7n+6)::before {
  animation: 0.8s linear 0.6s normal none infinite running load;
  background: #9500ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+7) {
  transform: rotate(315deg);
}
#loader .dot:nth-child(7n+7)::before {
  animation: 0.8s linear 0.7s normal none infinite running load;
  background: magenta none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+8) {
  transform: rotate(360deg);
}
#loader .dot:nth-child(7n+8)::before {
  animation: 0.8s linear 0.8s normal none infinite running load;
  background: #ff0095 none repeat scroll 0 0;
} */
/* #loader .lading {
  background-image: url("");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: -40px;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  width: 180px;
} */
/* @keyframes load {
100% {
  opacity: 0;
  transform: scale(1);
}
}
@keyframes load {
100% {
  opacity: 0;
  transform: scale(1);
}
} */
/* /////////////////end loder///////////// */
.highlight {
  background-color: yellow !important;
}
/* ///////////epllogo///////////// */
.epllogo {
  width: 100px;
  height: 20px;
}
/* ///////////newsscrolling//////////// */
marquee span {
  padding: 10px;
  border: 1px solid white;
  cursor: pointer;
}
marquee span:hover {
  color: #ffe100;
}

/* ////////img in section learn////////// */
.taleam {
  height: 250px;
  width: 100%;
}
/* .callcenterimg:before {
  content: '';
  display: block;
  background: url(../newimages/customerServic2.jpg) no-repeat fixed center center;
  background-size: 100% 100%;
   } */
.servecieImage {
  filter: brightness(50%);
  /* min-height: 100% !important; */
  height: 426px !important;
}
.stopserviceicon {
  width: 60px;
  height: 60px;
}
.stopserviceiconborderdown {
  position: relative;
}
.stopserviceiconborderdown::before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  height: 1px;
  width: 90%;
  border-top: 1px solid #ffe100;
}
/* ////////////loadding data////////////// */
.loadingData {
  position: absolute;
  top: 100px;
  left: 40%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ffe100;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 100;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cursorpointer {
  cursor: pointer;
}
.bg-rgbawhite {
  background-color: rgba(255, 255, 255, 0.8);
}
