﻿@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');
/* arabic */
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap%27) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* vietnamese */
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap%27) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap%27) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap%27) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.ms-rteThemeForeColor-5-3, .ms-rteThemeForeColor-2-3 {color: inherit;}
.btn-secondary{border-radius: 16px;font-size:14px;}
.btn-primary {
  font-size:14px;
  color: #4B5563;
  background-color: #E5E7EB;
  border-color: #D1D5DB;
  border-radius: 16px;
  padding: 8px 30px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2B254B;
  border-color: #2B254B;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-check:focus+.btn-primary, .btn-primary:focus
{color: #fff;
  background-color: #2B254B;
  border-color: #2B254B;
  box-shadow: none;}
#GOImageModal.modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.9);
    z-index: 99999999
}

#GOImageModal .modal-content {
    margin: auto;
    display: block;
    width: auto;
    height: 80%;
    max-width: 700px
}

#GOImageModal.lg .modal-content {
    width: 80%!important;
    height: auto!important
}

#GOImageModalCaption {
    margin: 10px auto auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    font-size: 20px
}

#at4-share:hover #at4-scc,#at4-soc {
    background-color: #fffbfba3;
    height: 24px;
    text-align: left;
    font-size: 17px
}

#GOImageModal .modal-content,#GOImageModalCaption {
    animation-name: zoom;
    animation-duration: .6s
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

#GOImageModal .close {
    color: #888;
    float: none!important;
    font-size: 50px;
    font-weight: 700;
    transition: .3s
}

#GOImageModal .close:focus,#GOImageModal .close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width: 700px) {
    #GOImageModal .modal-content {
        width:100%
    }
}

.modal-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    color: #000;
    font-size: 32px;
    z-index: 99999999999991;
    height: 57px
}

.modal-topbar .modal-topbar-list,.timeline>li:after {
    clear: both
}

.modal-topbar .modal-topbar-btn,.panel-footer1 ul.pagination li,.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.modal-topbar .modal-topbar-btn.pull-left {
    float: left!important
}

.modal-topbar .modal-topbar-btn a,.modal-topbar .modal-topbar-btn span {
    height: 57px;
    padding: 12px 22px!important;
    text-align: center;
    color: #888
}

.modal-topbar .modal-topbar-btn a:hover,.regnumb:hover {
    color: #fff
}

.modal-topbar .modal-topbar-btn a i {
    font-size: 35px!important;
    vertical-align: middle;
    margin: 0 8px 5px
}
.overlayGallery {
    position: absolute;
    top: 282px!important;
    display: block!important;
    width: 89%!important;
    padding: 0!important;
    transition: .36s;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    background-color: #fff
}

.containerGallery:hover .overlayGallery {
    display: block!important;
    height: 85%!important;
    top: 0!important;
    background-color: #fff!important
}
body{
  background-color: #fafafa !important;
  background-image: none !important;
}

.ms-webpartzone-cell {
    margin: 0!important;
}
.ms-webpart-zone,.ms-webpart-cell-vertical,.ms-webpart-chrome-vertical{display:block!important}
.ms-webpartzone-cell{margin-bottom:0!important}

.ms-core-overlay{
	background-color:transparent!important;
}
#s4-bodyContainer
{
	padding-bottom:0;
}

.ul-about li img
{
	display:none;
}
* {
    padding: 0px;
    margin: 0px;
    font-family: "Vazirmatn", sans-serif;
    outline: none !important;
    font-size: 14px;
}
.container-all, h1, h2, h3,h4, h5, h6, .ms-h2, .ms-h3, .ms-headerFont, .modal {

  font-family:"Vazirmatn", sans-serif;
  outline: none !important;

}
h1, h2, h3, h4, h5, h6, .ms-h1, .ms-h2, .ms-h3, .ms-h4, .ms-h5, .ms-h6
{
	margin:0;
}
.separator-newDesign
{
border-bottom: 1px solid #D1D5DB;
padding-bottom: 10px;
margin-bottom:20px;

}
    
.container-all input[type=button], .container-all input[type=reset], .container-all input[type=submit], button{
		min-width:auto;
}
.date-div h3, .btn-news-all, footer h2,.btn-contact-us, .btn-slider, .btn-mowhiba-number{
	color:#fff!important;
}
.big-menu .menu>ul>li
{
	line-height:0!important;
}
.pic-news-item
{
	height: 150px;
}

.pic-event-item
{
	height: 120px;
}
.ul-about > li:nth-child(3) {
    display: none;
}
.btn-event-all
{
	color: #2B254B !important;
}
#det img{
	max-width:100%;
}
.level-band
{
	background:transparent;
}
.toc-layout-main > ul > li > div{
	display:none;
}

.achievementCards i {
            font-size: 44px;
            margin-bottom: 20px;
        }

        .achievementCards .card:nth-child(1) i {
            color: #3daadf;
        }

        .achievementCards .card:nth-child(2) i {
            color: #6ac163;
        }

        .achievementCards .card:nth-child(3) i {
            color: #ea454a;
        }

        .achievementCards .card:nth-child(4) i {
            color: #8076ac;
        }

        .achievementCards a {
            color: #000;
            text-decoration: none !important;
            padding: 20px;
        }

        .achievementCards .card {
            background: #ffffff;
            margin: 10px;
            /*width: 25%; */
            /* height: 300px; */
            overflow: hidden;
            border-radius: 20px;
        }
.achievementCards .col-12 .row .card{
            
            /*width: 25%; 
            height: 300px;*/
                    }

            .achievementCards .card:hover {
                box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1);
            }

        .achievementCards .card-body {
            text-align: center;
        }

        .achievementCards .card-title {
            margin-bottom: 0;
        }
        
        
        /*new styles ribbon*/
.ms-rteStyle-title-main{
	-ms-name: "main title";
	color:#2B254B;
    padding-bottom:10px;
}
.ms-rteStyle-subtitle-1{
    -ms-name: "subtitle 1";
	color:#2B254B;
	padding-bottom:10px;
}
.ms-rteStyle-subtitle-2{
	-ms-name: "subtitle 2";
	color:#757273;
	padding-bottom:10px;
}
.ms-rteStyle-content-main{
	-ms-name: "main content";
	color:#757273;

}
.ms-rteStyle-link-content{
	-ms-name: "link content";
	color:#2B254B;
	text-decoration:underline;
}
.ms-rteStyle-numbers-EN{
	-ms-name: "Numbers EN";
	font-family:Verdana!important;
}

.EditorStyle a:link, .EditorStyle a:visited {
    color: inherit!important;
}
.EditorStyle a.btn-custom:link, .EditorStyle a.btn-custom:visited {
    color: #fff!important;
}
.EditorStyle ul li{
	list-style:circle!important;
	/*margin: 0 18px;*/
}
.EditorStyle ol li{
	/*margin: 0 18px;*/
}
.EditorStyle ol ul, .EditorStyle ul ol, .EditorStyle ul ul, .EditorStyle ol ol{
	/*margin:0 18px;*/
}
.EditorStyle h1, .EditorStyle h2, .EditorStyle h3, .EditorStyle h3{
     color:#2B254B!important;
}

/*menu.css .big-menu .menu>ul>li  comment line-height: 3.125rem;*/

.text-primary{
  color: #2B254B !important;
}
.container-all {

  font-family: "Alexandria";
  outline: none !important;

}
.font-size-12{
  font-size: 12px !important;
}
.font-size-14{
  font-size: 14px !important;
}
.font-size-16{
  font-size: 16px !important;
}
.m-w-auto{
  min-width: auto !important;
}

.container-all ul {
  margin: 0px;
  padding: 0px;
}
.container-all ul li{
  list-style: none;
}
.container-all button {
  outline: none !important;
}

.container-all a,
.container-all a:hover {

text-decoration: none;

/* color: #2B254B; */
}
.d-flex-between {

  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.join-us{
  background-color: #E2A947;
  color: #fff;
  bottom: 124px;
  position: fixed;
  z-index: 500;
  font-size: 16px;
  padding: 12px 12px;
  left: 0px;
  border-radius: 0px 20px 20px 0px;
}
.join-us:lang(ar){
  left: auto;
  right: 0px;
  border-radius: 30px 0px 0px 30px;
}
.join-us:hover{
  color: #fff;
}
/* ..........preloader........... */

#preloader {
  background: #fff;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
#preloader .ctn-preloader {
  padding-left: 15px;
  padding-right: 15px;
}
#preloader .round_spinner {
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgb(4 46 56 / 5%);
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 80px;
}
#preloader .spinner {
  animation: spinner 3s infinite linear;
  border-radius: 50%;
  border: 3px solid #f1f6f8;
  border-left-color: #2B254B;
  border-top-color: #2B254B;
  margin: 0 auto 0em auto;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -40px;
  top: -40px;
}
#preloader .spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 6px solid #2B254B;
  box-shadow: 0 0 20px 0 rgba(7, 4, 56, 0.2);
  position: absolute;
  right: 31px;
  top: 28px;
  border-radius: 50%;
  background: #fff;
}
#preloader .head {
  display: block;
  font-size: 26px;
 color: #2B254B;
  text-transform: uppercase;
  text-align: center;
  margin: 5% 0 1%;
  padding: 0;
  margin-bottom: 10px;
}
#preloader .head b{
  color: #FFCB42;
}
#preloader p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.ctn-preloader img{
  width: 100px;
}
@keyframes spinner{to{transform:rotateZ(360deg)}}
/* ------------------------------ */

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: black;
  -webkit-transition: all 300ms ease-in-out;
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}

.chat-btn{
  background-color: #2B254B;
  border:none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  z-index: 10;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
.chat-btn:lang(ar){
  right: auto;
  left: 10px;

}
.chat-btn:hover{
  background-color: #E2A947;
}
/* ------------mowhiba-----------------*/
.mowhiba-sec{
  padding: 40px 0px;
  background-image: url(../images/serviceSec/clip-logo.svg);
  background-position:right top;
  background-repeat: no-repeat;


}
.mowhiba-sec hr{
  border-top:1px solid rgba(255,255,255,.8);
}

  .ul-about li{
    margin: 40px 0px;
    list-style: none;
  }
  @media (max-width:991px) {
    .dfwp-list li a{
	display: block !important;
    margin-bottom: 0px !important;
  }
  .ul-about li{
    margin: 10px 0px;
  }
}

.ul-about li a{
  box-shadow: 0px 30px 60px rgb(19 45 73 / 6%);
  padding: 30px 20px;
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: rgba(255,255,255,.5);
}
.ul-about li img{
  margin-bottom: 29px;
  height: 60px;
}
.ul-about li h5{
  /* margin-bottom: 30px; */
  color: #575756;
  /* min-height: 50px; */
  transition: .5s;
}
.ul-about li:hover h5{
  color: #2B254B;
}
.ul-about li p{
  height: 100px;
  overflow: hidden;
}

.ul-about li a::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
  border-radius: 20px;
}

.ul-about li a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.ul-about li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #E5E3F3;
  z-index: -1;
  transition: transform .3s ease;
  border-radius: 20px;
}
.number-sec p{
  max-width: 330px;
}
/* ------------small header-----------------*/

.small-header {
  background-color: #E5E3F3;
  padding: 12px 0px;
  min-height: 55px;
}
@media (max-width:992px) {
  .small-header{
    padding: 12px 0px;
  }
  
}
.ul-small-header {
  margin: 0px;
}

.ul-small-header li {
  display: inline-block;
  list-style: none;

}

.ul-small-header li a {
  display: block;
  padding: 0px 30px 0px 15px;
  position: relative;
  /* font-size: 14px; */
  color: #2B254B;
}
@media (max-width:768px) {
  .ul-small-header li:nth-child(1) {
    /* display: none; */
  }
}
.ul-small-header li:nth-child(2) a {
  /*border-right: 1px solid #2B254B;*/
}
.ul-small-header:lang(ar) li:nth-child(2) a {
  /*border-left: 1px solid #2B254B;
  border-right: none;*/

}
.ul-small-header li:nth-child(3) a {
  background-color: #fff;
  padding: 5px 12px 5px 5px;
  border-radius: 9px;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 9px 18.5px -12px #0000001C;
  transition: .7s;
  margin-right: 7px;
}
.ul-small-header:lang(ar) li:nth-child(3) a{
  padding: 5px 5px 5px 12px;

}

.ul-small-header li:nth-child(3) a:hover {
  background-color: #2B254B;
  color: #fff;
}

.ul-small-header li:nth-child(3) span {
  font-size: 16px;
  position: absolute;
  top: 7px;
  padding: 0px 3px;
}

.ul-small-header li a i {
  position: absolute;
  right: 8px;
  top: 0px;
  font-size: 16px;
}

/* ------------dropdown-----------------*/

.dropdown-menu {
  box-shadow: 0 .5rem .4rem rgba(0, 0, 0, .1);
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  margin: 0;
  position: absolute;
  z-index: 1000;
  border: none;
}

.dropdown-menu.show {
  top: 100% !important;
}

.dropdown-menu-end[style] {
  left: auto !important;
  right: 0 !important;
}

.dropdown-menu[data-popper-placement^=right],
.dropdown-menu[data-popper-placement^=top],
.dropdown-menu[data-popper-placement^=left] {
  top: auto !important;
  animation: none !important;
}

@keyframes DropDownSlide {
  100% {
    transform: translateY(0);

  }

  0% {
    transform: translateY(10px);


  }
}

@media (min-width: 600px) {
  .dropdown-menu-lg {
    width: 320px;
  }

  .dropdown-menu-md {
    width: 240px;
  }
}

.dropdown-divider {
  border-top-color: #eee;
}

.dropdown-item {
  font-size: 12px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #e9e9e9;
  color: #2a3042;
}

.header-item {
  font-size: 12px;
  box-shadow: none !important;
  min-width: 160px;
}

.header-profile-user {
  height: 36px;
  width: 36px;
  background-color: #dbdbdb;
  padding: 3px;
}

.navbar-header .dropdown .show.header-item {
  background-color: #f8f9fa;
}



/* -------------------service------------- */

.item-services {
  padding: 20px;
  box-shadow: 0px 0px 15px #eee;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 20px;
  position: relative;
  border: 1px solid #D1D5DB;
  transition: .3s;
}

.item-services:hover {
  scale: 1.05;
}

.icon-dashboard img {
  /* width: 116px; */
  height: 62;
  margin-bottom: 20px;
}

.item-services h3 {
  font-size: 15px;
  color: #737576;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px;
}

.item-services p {
  font-size: 13px;
  color: #737576;
  height: 61px;
  overflow: hidden;
}

.most-use {
  position: absolute;
  left: 20px;
  top: 0px;
  background-color: #7b70aa;
  color: #fff;
  padding: 5px;
  font-size: 9px;
  border-radius: 0px 0px 10px 10px;
  font-weight: bold;
}

.content-page {
  padding: 40px 0px;
}

.service-start {
  position: relative;
  padding: 5px 10px 5px 30px;
  text-align: right;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #737576;
  border-radius: 20px;
  border: 1px solid #D1D5DB;
  background-color: #eeeeee;
}

.item-services:hover .service-start {
  background-color: #7b70aa;
  color: #fff;
  /* font-size: 14px; */
}

.service-start i {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #737576;
  font-size: 20px;
  top: 5px;
  /* background-color: #333; */
}

.item-services:hover i {
  animation: linear infinite alternate;
  animation-name: arrow-ani;
  animation-duration: 1s;
  color: #fff;
}

@keyframes arrow-ani {
  0% {
    left: 0;
  }

  50% {
    left: 5px;
  }

  100% {
    left: 0;
  }
}

.container-title-service {
  padding-right: 22px;
  position: relative;
}

.container-title-service img {
  position: absolute;
  right: 0px;
  width: 15px;
}


/* -----------------events-sec------------- */

.events-sec{
  padding: 0px 0px 80px 0px;
}
.events-sec hr{
  border-top: 1px solid #D1D5DB;
  opacity: .8;
}
.events-inner-sec{
  position: relative;
  background-image: url(../images/events/back.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 30px 0px 95px 0px;
  /* background-size: 100% 100%; */
}
.events-inner-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  /* backdrop-filter: blur(1px); */
  background-color: rgba(43, 37, 75, 0.8);
}
.events-inner-sec .container{
  position: relative;
  z-index: 1;
}
.btn-sys {
  position: relative;
  padding: 10px 32px 14px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-radius: 16px;
  transition: .5s;
}

.btn-sys i {
  position: relative;
  top: 5px;
  font-size: 26px;
  transition: .5s;
  transform: scaleX(-1);
  transform: rotate(160deg);
  /* transform-origin: bottom; */
}
.btn-sys i:lang(ar) {

transform: rotate(30deg) scaleX(1);
}


.btn-slider, .btn-mowhiba-number{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}
.btn-slider:hover, .btn-mowhiba-number:hover{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-event-all{
  background-color: #fff ;
  border: 1px solid #2B254B;
  color: #2B254B ;
}
.btn-event-all:hover{
  color: #2B254B ;
}
.btn-news-all{
  background-color: #2B254B;
  color: #fff ;
}
.btn-news-all:hover{
  color: #fff ;
}


@media(max-width:767px){
  .btn-sys {
    font-size: 12px;
    padding: 0px 5px 10px 5px;

  }
  .btn-event-all {
    background-color: transparent;
    color: #fff;
    min-width: auto;
    border: none;
  }
  .btn-event-all:hover {
    color: #E2A947;
   background-color: transparent;
  
  }
  .btn-event-all i {
    color: #fff;
  }
  
}
.h2-event{
  font-size: 32px;
  color: #fff;
}
@media(max-width:767px){
  .h2-event{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
  }
}

/* --------filter slider--------- */
.container-filter-event{
  background-color: #e5e3f3;
  padding: 16px 15px;
  border-radius: 24px;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width:991px){
  .container-filter-event{

  margin-bottom: 20px;
}
}

.tab-event{
  background-color: transparent;
  border: none;
  border-radius: 35px;
  color: #2B254B;
  transition: .5s;
  font-weight: bold;
  font-size: 16px;
  padding: 11px 10px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width:767px){
  .tab-event{
  font-size: 12px;
  }
  .events-inner-sec{
    background-size: cover;
  }
}
.tab-event img{
  position: relative;
  top: -2px;
}
.tab-event:hover{

  color: #2B254B;
}
.tab-event.tab-active{
  background-color: #E2A947;
  color: #fff;
  cursor: pointer;
}
.tab-event.tab-active img{
filter: invert(90%) sepia(17%) saturate(130%) hue-rotate(207deg) brightness(200%) contrast(93%);
}
/* --------filter slider--------- */
.ul-date{
  padding: 0px;
  margin: 0px;
  
}
@media(max-width:991px){
  .ul-date{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.date-div{
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: .5s;
width: 80px;
height: 80px;
padding: 10px;
cursor: pointer;
}
.active-date .date-div{
  background-color: #E2A947;
  color: #fff;
}
.date-div p{
  margin-bottom: 0px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.date-div h3{
font-size: 20px;
text-align: right;
}
.date-div h3:lang(ar){
  text-align: left;

}
.date-div p:lang(ar){
  right: 10px;
  left: 0px;
}
.ul-date li{
  list-style: none;
  display: inline-block;
  padding: 5px;
}


/* -------slider item----- */
.events-slider-container{
  position: relative;
  z-index: 3;
  margin-top: -64px;
}
.item-event{
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  display: block;
  border: 1px solid #D1D5DB;
}
.pic-event-item{
  width: 112px;
  height: 112px;
  border-radius: 20px;
  object-fit: cover;
}
.content-event-item{
padding-left: 10px;
}
.content-event-item:lang(ar){
  padding-left: 0px;
  padding-right: 10px;

}
.content-event-item p{
  font-size: 16px;
  overflow: hidden;
  height: 80px;
  color: #575756;
}
.content-event-item h6{
  font-size: 12px;
  color: #575756;
  position: relative;
  padding: 0px 30px;
}
.content-event-item h6  img{
  color: #E2A947;
  position: absolute;
  left: 0px;
  top: -7px;
}
.content-event-item:lang(ar) h6 img{
  right: 0px;
  left: auto;
}
/* -----------------number of mowhiba------------- */
.number-sec{position: relative;background-image: url(../images/mowhibaNumber/backnumber.jpg);background-repeat: no-repeat;/* background-position: right top; */padding: 40px 0px;background-size: cover;color: #fff;background-attachment: fixed;overflow: hidden;}
.number-sec::after {content: "";position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;z-index: 0;backdrop-filter: blur(5px);background-color: rgba(43, 37, 75, 0.7);}
.number-sec .container{
  position: relative;
  z-index: 3;
}
.number-sec h2{
  color: #fff;
  margin-bottom: 20px;
}
.item-number{
  background-color: #fff;
  padding: 10px;
  width: 183px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 16px;
  transition: .5s;
  text-align: center;
  margin-bottom: 20px;
}
.img-number{
  width: 100%;
  height: 85px;
  background-repeat: no-repeat;
  object-fit: cover;
  border-radius: 9px;
  margin-bottom: 10px;
}
.item-number h6{
  font-size: 20px;
  color: #4B5563;
  margin-bottom: 10px;
}
.item-number h4{
  font-size: 30px;
  color: #2B254B;
  font-weight: bold;
}
@media(max-width:991px){
  .mobile-moving{
    position: relative;
    min-height: 192px;
    overflow: hidden;
    width: 100%;
    padding: 40px 0px;
  }
}
@keyframes moving-number {
  0% {
    transform: translateY(-300px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-300px);
  }
}
.div-moving-number{
  position: absolute;
  animation: moving-number 10s infinite;
top: -20px;
}


.div-moving-number ul li:nth-of-type(2) .item-number, .div-moving-number ul li:nth-of-type(5) .item-number{
  margin-top: 60px;
}


@media (max-width:991px){
.number-sec .btn-event-all{
  margin-bottom: 20px;

}
.mobile-moving{
 min-height: 240px;
}
.div-moving-number{
top: 0px;
}
}
@media (max-width:576px){
  .div-moving-number ul li:nth-of-type(2) .item-number, .div-moving-number ul li:nth-of-type(5) .item-number{
    margin-top: 0px;
  }
  .mobile-moving{
    min-height: 300px;
   }
  .number-sec{
    padding: 60px 0px;
  }
  .item-number h6{
    font-size: 14px;
  }
  .item-number h4{
    font-size: 20px;
  }
}

/* -----------------news------------- */

.news-sec{
  padding: 40px 0px;
  background-image: url(../images/news/clip-logo-01.svg);
  background-position:left top;
  background-repeat: no-repeat;


}
.news-sec hr{
  border-top: 1px solid #D1D5DB;
  opacity: 1;
}


.news-inner-sec .container{
  position: relative;
  z-index: 1;
}

.h2-news{
  font-size: 32px;
  color: #2B254B;
}
@media(max-width:797px){
 
  .btn-news-all {
    color: #2B254B;
background-color: transparent;
}
.h2-news{
  margin-bottom: 0px;
  font-size: 16px;
}
}
/* -------slider item----- */

.item-news{
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  display: block;
  border: 1px solid #D1D5DB;
  box-shadow: #eee;
}
.pic-news-item{
  width: 100%;
  height: 150px;
  border-radius: 9px;
  margin-bottom: 10px;
  object-fit: cover;
}

.content-news-item p{
  font-size: 16px;
  overflow: hidden;
  height: 72px;
  color: #4B5563;
}
.content-news-item h6{
  font-size: 12px;
  color: #575756;
  position: relative;
  padding:0px 30px;
}
.content-news-item h6  img{
  position: absolute;
  left: 0px;
  top: -7px;
}
.content-news-item:lang(ar) h6  img{
  left: auto;
  right: 0px;

}

/* -----------------footer------------- */
footer {
  background: url(../images/footer.jpg);
  position: relative;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  /* backdrop-filter: blur(5px); */
}
footer li{
  list-style: none;
}

footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  backdrop-filter: blur(1px);
  background-color: rgba(43, 37, 75, 0.8);
}

footer>.container {
  z-index: 1;
}

.container-contact {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 50px;
}

.container-contact h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width:767px){
  .container-contact h2 {
    font-size: 18px;
  }
}
@media (min-width:992px){
  .contact-div {
    padding: 20px 10px;
    background: #00000029;
    border-radius: 15px;
  }
  .item-contact {
    border-right: 1px solid #fff;
  }
  .item-contact:lang(ar) {
    border-right: none;
    border-left: 1px solid #fff;
  }
}
@media (max-width:991px){
  .item-contact {
    background: #00000029;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px;
}
}

.contact-div ul li:last-child .item-contact {
  border: none !important;
}

.item-contact:hover img {
  transition: .5s;
  transform: scale(1.1);
}

.item-contact img {
  width: 45px;
}

.item-contact p,
.item-contact h4 {
  font-size: 16px;
  color: #fff;
  padding: 0px 5px;
}

.btn-contact-us {
  position: relative;
  padding: 6px 32px 11px 32px;
  min-width: 130px;
  display: inline-block;
  line-height: -5px;
  font-size: 12px;
  /* font-weight: bold; */
  color: #fff;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: .5s;
}

.btn-contact-us:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);

}

.btn-contact-us i {
position: relative;
  top: 5px;
  color: #fff;
  font-size: 20px;
  transition: .5s;
  transform:scaleX(-1) rotate(30deg);
  transform-origin: bottom;
  padding-left: 5px;
}
.btn-contact-us:lang(ar) i {
  padding-right: 5px;
  padding-left: 0px;

  transform:scaleX(1) rotate(30deg);

}


/* ---links---- */
.links-div {
  padding: 50px 0px 10px 0px;
}

.title-links {
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 15px 0px;
  margin-bottom: 0px;
}

.title-links::after {
  content: "";
  width: 44px;
  height: 3px;
  background-color: #E2A947;
  position: absolute;
  bottom: 5px;
  left: 0px;
}

.title-links:lang(ar):after {
  right: 0px;
  left: auto;
}

.links-ul li a {
  color: #fff;
  font-size: 12px;
  padding: 5px 0px;
}

.app-div {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px;
  
}
.app-div img{
  height: 24px;
}
.social-media {
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
}

.social-media li {
  display: inline-block;
}

.social-media li a {
  margin: 20px 5px 5px 5px;
  transition: .5s;
  font-size: 15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  background-color: rgba(255, 255, 255, .2);
  align-items: center;
  justify-content: center;
  color: #fff;
}

.social-media li a:hover {
  color: #ffffff !important;
  background-color: #e3aa47;
}
.btn-links-open{
  background-color: transparent;
  border:1px solid rgba(255, 255, 255, .2);
  padding: 5px 35px;
  color: #fff;
  display: block;
  border-radius: 20px;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  position: relative;
}
.btn-links-open i{
  position: absolute;
  left: 5px;
  top: 4px;
  background-color: rgba(255,255,255,.5);
  padding: 5px;
  border-radius: 50%;
}
.btn-links-open:lang(ar) i{
  right: 5px;
  left: auto;
}
.small-footer {
  
  font-size: 14px;
  color: #7F7F7F;
  background: #fff;
}
@media (max-width:768px){
  .small-footer {
    text-align: center;
  }

}
@media (max-width:767px){
  .container-links{
    display: none;
  }
}

.right-footer {
  width: 100%;
  display: block;
  padding: 0px;
}

.right-footer li {
  display: inline-block;
  color: #fff;
}

.right-footer li a {
  color: #2B254B;
  text-decoration: none !important;

  padding: 2px 5px;
  display: block;
}

.right-footer li a::after {
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  right: 0px;
  background-color: #2B254B;
  top: 6px;
}

.right-footer li:lang(ar) a::after {
  right: auto;
  left: 0px;

}

.right-footer li:last-child a::after {
  display: none;
}





/* ------------services------------ */

.head-page{
  padding: 50px 0px;
}
.title-inner{
  font-size: 25px;
  color: #575756;
}
.ul-breadcrumb li{
  font-size: 14px;
}
.ul-breadcrumb a {
  color: #2B254B;
}
.share-media {
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
}

.share-media li {
  display: inline-block;
}

.share-media li a {
  margin: 5px;
  transition: .5s;
  font-size: 15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  background-color: #F4F4F6;
  align-items: center;
  justify-content: center;
  color: #2B254B;
}

.share-media li a:hover {
  color: #ffffff !important;
  background-color: #e3aa47;
}

.content-page{
  padding: 40px 0px;
}
.content-item-div{
  background-color: #f4f4f6;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.content-item-div h6{
  font-size: 20px;
  margin-bottom: 15px;
}
.content-item-div p{
  color: #737576;
  font-size: 14px;
}

/* ---------avatr----------- */

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  align-items: center;
  background-color: #2B254B;
  color: #dbdbdb;
  display: flex;
  font-weight:400;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}

.avatar-group-item {
  margin-left: -12px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.2s;
}
.avatar-group-item :hover{
    position: relative;
    transform: translateY(-2px);
  }

  .last-avatar-item{
    font-size: 12px;
    border:none;
    padding: 10px 15px;
    color: #2a3042;
  }

  .p-with-link a{
    color: #2B254B;
  }

  /* ------ */
  .service-list{
    padding:0px 30px !important;
    position: relative;
  }
  .service-list::after{content: "";position: absolute;left: 1px;width: 1px;background-color: #d3d3d3;height: 83%;top: 18px;padding: 54px 0px;z-index: -1;}
  .service-list:lang(ar):after{
    left: auto;
    right: 2px;
  }
  .service-list li{
  color: #6B7280;
  list-style: decimal !important;
  padding: 10px 5px;
  font-size: 12px;
  position: relative;
  
  }
  .service-list li::after{
    content: "";
    background-color: #2B254B;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: -31px;
    top: 17px;
    /* border:1px solid #E2A947; */
  }
  .service-list li:lang(ar):after{
    left: auto;
    right: -31px;
  }
  
  .service-list li::before{
    content: "";
    border: 1px solid #2B254B;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -35px;
    top: 13px;
  }
  .service-list li:lang(ar):before{
    left: auto;
    right: -35px;
  }
  
/* ------------ */
.service-steps{
  padding:0px 30px !important;
  position: relative;
}
.service-steps::after{content: "";position: absolute;left: 1px;width: 1px;background-color: #d3d3d3;height: 83%;top: 18px;padding: 54px 0px;z-index: -1;}
.service-steps:lang(ar):after{
  left: auto;
  right: 2px;
}
.service-steps li{
color: #6B7280;
list-style: decimal !important;
padding: 10px 5px;
font-size: 12px;
position: relative;

}
.service-steps li::after{
  content: "";
  background-color: #E2A947;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: -31px;
  top: 17px;
  border:1px solid #E2A947;
}
.service-steps li:lang(ar):after{
  left: auto;
  right: -31px;
}

.service-steps li::before{
  content: "";
  border:1px solid #E2A947;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 13px;
}
.service-steps li:lang(ar):before{
  left: auto;
  right: -35px;
}
/* ......accordion......... */
.accordion-item{
  margin-bottom: 20px;
}
.accordion-inner-plus {
  font-size: 12px;
  font-weight: bold;
  border-radius: 35px !important;
  border: none;
  box-shadow: none !important;
  color: #2B254B;
  background-color: #ffffff;
  padding: 10px;
  padding-left: 40px;
}

  .accordion-inner-plus:lang(ar) {
      padding-left: 0px;
      padding-right: 40px;
  }

  .accordion-inner-plus:not(.collapsed) {
      background-color: #2B254B;
      color: #fff;
  }

      .accordion-inner-plus:not(.collapsed)::after, .accordion-setting-plus::after, .accordion-button::after {

          display: none;
      }

.acc-inner-plus {
  border-radius: 50%;
  width: 30px;
  height: 29px;
  background-color: #E5E3F3;
  position: absolute;
  left: 3px;
  color: #2B254B;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acc-inner-plus:lang(ar) {
  left: auto;
  right: 3px;
}
.accordion-body p{
  font-size: 12px;
}
.accordion-collapse{
  border: none;
}
.accordion-header  .fa-plus{
  display: none;

}
.accordion-header .fa-minus{
  display: block;

}

.accordion-header .collapsed .fa-plus{
  display: block;

}
.accordion-header .collapsed .fa-minus{
  display: none;

}
/* ------------button----------- */
.btn-inner-all {
  position: relative;
  padding: 14px 32px 14px 32px;
  display: block;
  font-size: 12px;
  font-weight: bold;

  transition: .5s;
  text-align: center;
  border-radius: 16px;
}


.btn-inner-all i {

position: absolute;


font-size: 24px;

padding-right: 5px;

transition: .5s;

transform: scaleX(-1) rotate(30deg);

transform-origin: bottom;
}
.btn-inner-all:lang(ar) i {
  transform: scaleX(1) rotate(30deg);

}
.btn-back-sys {

  background-color: #2B254B;
  color: #fff;
  border:1px solid #2B254B;
  }
  .btn-back-sys:hover {
    color: #fff;
  }
.btn-outline-sys {

color: #2B254B;
border:1px solid #2B254B;
}
.btn-outline-sys:hover {
  color: #2B254B;
}

.content-page-div hr{
  margin: 40px 0px;
}
.p-icon-service{
  padding-left: 30px;
  position: relative;
  margin-bottom: 0px;
}
.p-icon-service:lang(ar){
  padding-right: 30px;
  padding-left: 0px;
}
.icon-ser-inner{
  position: absolute;
  left: 0px;

}
.icon-ser-inner:lang(ar){
  left: auto;
  right: 0px;
}
.ul-ser-icon li{
  list-style: none;
  margin-bottom: 20px;
}
.ul-ser-icon li p{
  font-size: 12px;
}
.badge-item{
  background-color: #ECFDF3;
  color: #027A48;
  padding: 5px;
  font-size: 10px;
  border-radius: 10px;
  min-width: 50px;
  text-align: center;
}

.voting-label{
  border: 1px solid #2B254B;
  color: #2B254B;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
  font-size: 14px;
}
.container-voting input:checked ~ label{
background-color: #2B254B;
color: #fff;
}


/* ------------button----------- */
.btn-sm-all {
  position: relative;
  padding: 6px 30px 6px 15px;
  min-width: 200px;
  text-align: left;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #2B254B;
  border-radius: 9px;
  border:1px solid #2B254B;
  transition: .5s;
  background-color: #fff;
}
.btn-sm-all:lang(ar) {
  padding: 8px 15px 8px 30px;
  text-align: right;
}

.btn-sm-all:hover {
  border:1px solid #E2A947;
  color:#E2A947;

}


.btn-sm-all i {
  position: absolute;
  right: 7px;
  top: 6px;
  color: #2B254B;
  font-size: 20px;
  transition: .5s;
  transform: scaleX(-1) rotate(30deg);

}
.btn-sm-all:lang(ar) i {
  left: 7px;
  right: auto;
  transform: scaleX(1) rotate(30deg);

}

@media(max-width:767px){
  .btn-sm-all {
    border:none;
    color: #2B254B;
    min-width: auto;
    background-color: transparent;
  }
  .btn-sm-all:hover {
    color: #E2A947;
    border:none;
  
  }
  .btn-sm-all i {
    color: #2B254B;
  }
  
}

/* -------------services------------- */
.sec-services{
  background-image: url(../images/news/clip-logo-01.svg);
  background-position: left top;
  background-repeat: no-repeat;
}
.service-div-item{
  position: relative;
  padding: 30px 20px 20px 20px;
  border: 1px solid #D1D5DB;
  border-radius: 20px;
  margin-bottom: 20px;
}
.badge-status{
  position: absolute;
  background-color: #E2A947;
  padding: 5px;
  border-radius: 0px 0px 5px 5px;
  color: #fff;
  font-size: 8px;
  top: 0px;
}
.content-page-service{
  padding-bottom: 40px;
}

.service-div-item h3{
  height: 48px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
}
.service-div-item img{
  width: 100%;
  object-fit: cover;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.service-div-item p{
  color: #737576;
  font-size: 12px;
  text-align: justify;
}

ul li.li-item{
  list-style: none;
  /* line-height: 35px; */
  animation: fadeIn 1s 1 0s;
  -webkit-animation:fadeIn 1s 1 0s;
  -moz-animation:fadeIn 1s 1 0s;
  -ms-animation:fadeIn 1s 1 0s;
  -o-animation:fadeIn 1s 1 0s;
}

.content-page-div .tab-event{
  font-weight: lighter;

}
/* ----------------skill-page------------- */

.btn-skill-view{
  margin: 5px;
    transition: .5s;
    font-size: 16px;
    text-align: center;
    display: flex;
    background-color: #F4F4F6;
    align-items: center;
    justify-content: center;
    color: #2B254B;
    border: none;
    border-radius: 5px;
    padding: 0px 7px;

}
.btn-skill-view i{
  display: inline-block;
}
.h2-skills-page{
  color: #2B254B;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}
.container-ask-pic{
  text-align: center;
 border: 1px solid #d3d3d3;
 padding: 20px;
 border-radius: 20px;
 position: relative;
 margin-bottom: 20px;
}
.container-ask-pic img{
  max-width: 100%;
  border-radius: 20px;
}
.view-ask-btn{
  background-color: #2B254B;
  color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  border: none;
  min-width: 180px;
transition: 1s;
}
.view-ask-btn:hover{
  background-color: #E2A947;
}



/* ---------skill-popup--------- */


.ask-page-pic-pop{
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;

}
.ask-page-pic-pop:lang(ar){
  border-radius: 0px 10px 10px 0px;
}
.ask-pop .modal-content{
  border: none;
  background-color: #E5E3F3;
  border-radius: 10px;
}
.padding-ask-pop{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.padding-ask-pop h3{
  font-size: 20px;
  color: #2B254B;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.padding-ask-pop p{
  background-color: #fff;
  border-radius: 16px;
  padding: 8px;
  font-size: 16px;
  display: block;
  text-align: center;
  border:1px solid #2B254B
}
.form-control:focus {
  border-color: #DBDBDB!important;
  box-shadow: none;
}


.btn-outline-secondary
{
  border-color:  #ced4da!important;
}
.modal-body *{font-size: 14px;}
.modal-body .input-group{width: 248px}
.modal-body .input-group .btn.btn-outline-secondary{border-radius:10px;border-right: 0!important;}
.modal-body .form-control{border-radius: 10px;padding: 12px;}
.modal-footer{justify-content: space-between!important;}
.modal-body .popup-input-width{width: 248px;}
.popup-title-green{color: #11998E}
.code-nafaz{font-size: 21px;color:#fff;background:#11998E;border-radius: 100%;padding:10px;width:66px;height: 66px;display: inline-flex;
  justify-content: center;
  align-items: center;}
.numberSelectionCont{background: #fff;border-radius: 8px;padding: 10px;display: inline-block;margin-bottom: 10px;color:#6B6681}
/* 
 .search{
 position: relative;
 box-shadow: 0 0 40px rgba(51, 51, 51, .1);
 }
 .search input{
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
 }
 .search input:focus{
  box-shadow: none;
  border: 2px solid blue;
 }
 .search .fa-search{
  position: absolute;
  top: 20px;
  left: 16px;
 }
 .search button{
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: blue;
 } */

.btn-close{background: url('../images/pop-close.svg') no-repeat center center !important }
.btn-close:focus
{box-shadow: none;}
.btn-close-pop {
  width: 30px;
  height: 30px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
  color: #fff;
  border: none;
  right: 0px;
  top: 0px;
  position: absolute;
  background-color: #2B254B;
  transition: .5s;
  cursor: pointer;
  border-radius: 0px 10px 0px 10px;
}
.btn-close-pop:lang(ar){
  border-radius: 10px 0px 10px 0px;

}
.btn-close-pop:lang(ar) {
  left: 0px;
  right: auto;
}

.btn-close-pop:hover {
  background-color: #E2A947;
  color: #fff;

}
.note-pop-skills{
  font-size: 12px;
  color: #2B254B;

}
/* -----related--------- */
.h3-relative-title{
  color: #2B254B;
  font-size: 20px;
  margin-bottom: 20px;
}
.related-item{
	display:block;
	position:relative;
	margin-bottom: 22px;
	border-radius: 15px;
	background-color: #e5e3f3;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	padding: 5px;
	border-radius: 15px;
}
.overflow-image-skill{
  overflow: hidden;
  border-radius: 15px;
}
.img-pro{
	width:100%;
	height: 119px;
	object-fit: cover;

  transform: scale(1);
  transition: 1s;
}

.related-item:hover .img-pro{
  transform: scale(1.1);
}
.caption-related{
	color: #2b254b;
	width:100%;
	padding: 10px;
	font-size: 12px;
	height: 38px;
	overflow: hidden;
}
.badge-sucess-student{
  position: absolute;
  background-color: #E2A947;
  padding: 10px 5px;
  color: #fff;
  top: 0px;
  left: 15px;
  border-radius: 0px 0px 10px 10px;
  font-size: 10px;
}
.badge-sucess-student:lang(ar){
  right: 15px;
    left: auto;

}


.related-item-view{
	position:absolute;
	left: 22px;
	color:#fff;
	top: 5px;
	background-size: 100% 100%;
	z-index: 3;
	background-color: #E2A947;
	font-size: 11px;
	border-radius: 0px 0px 5px 5px;
	padding: 3px;
}

.btn-relative-all {
  position: relative;
  padding: 10px 23px 10px 23px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  transition: .5s;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 20px;
  border: 1px solid #2B254B;
  color: #2B254B !important;
  transition: 1s;
}
.btn-relative-all:hover {
  background-color: #E5E3F3;
}

/* -----------storiesDetails--------- */
.student-name{
  background-color: #2B254B;
  color: #fff;
  border-radius: 15px;
  padding: 8px;
  font-size: 14px;
  margin-top:20px ;
  display: inline-block;
}
.title-success-stories{
  color: #2B254B;
  font-size: 20px;
  margin-bottom: 20px;
}
.desc-success-stories{
font-size: 14px;
}

.relative-div{
  padding: 20px 0px 0px 0px;
  border-bottom: 1px solid #d3d3d3;
}
.item-sucess-student{
  background: #2b254b;
  position: relative;
  border-radius: 22px;
  margin: 5px;
  margin-bottom: 20px;
  display: block;
}
.pic-sucess-student{
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.student-slider{
  position: absolute;
    width: 79%;
    bottom: 80px;
    min-height: 38px;
    left: 0px;
    padding: 10px;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    background-color: rgba(43, 37, 75, .9);
    text-align: center;
    font-size: 12px;
}
.student-slider:lang(ar){
  right: 0px;
    left: auto;
    border-radius: 10px 0px 0px 10px;

}
.description-student-slider{
  font-size: 14px;
  padding: 10px;
  height: 62px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
/* ------------------contact------------------- */

.icons-contact{
	
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #eee;
}
.icons-contact i{
  background-color:#E5E3F3 ;
  color: #2B254B;
  padding: 20px;
  border-radius: 5px;
  font-size: 20px;
  transition: .5s;
}
.icons-contact:hover i{
  background-color:#ffe8bf ;
  color: #E2A947;
  transform: scale(1.1);
}
.icons-contact h3{
	color: #2b254b;
	margin: 15px 0px;
	text-transform: uppercase;
	font-size: 18px;
}
.icons-contact p{
  color: #737576;
  font-size: 14px;
  margin-bottom: 0px;
  min-height: 59px;
}

.contact-innput{
	border: 1px solid #D9D8DF;
	width:100%;
	padding: 8px;
	font-size: 14px;
outline: none !important;
	margin-bottom:20px;
	border-radius: 11px;
}
textarea.contact-innput{
  min-height: 100px;

}
.green-btn{
	width:100%;
	padding: 10px;
	background-color: #fff;
	transition:1s;
	border-radius: 16px;
	outline:none !important;
	margin-top: 20px;
	color: #11998E;
  border: 1px solid #11998E;
  font-size: 14px!important;}
  
.green-btn:hover{
  background-color: #11998E;
  color: #fff;
}
  
.contact-btn-old{
	
	width:100%;
	padding: 10px;
	background-color: #E5E7EB;
	transition:1s;
	border-radius: 16px;
	outline:none !important;
	margin-top: 20px;
	color: #2b254b;
  border: 1px solid #D1D5DB;
  font-size: 14px!important;
}
.contact-btn{
	padding: 10px;
	margin-top: 20px;
	
    color: #4B5563;
    background-color: #7a5df5;
    border-color: #7a5df5;
    color: #fff !important;
    border-radius: 16px;
     font-size: 14px!important;
  transition: none;

  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    
    border: 1px solid transparent;
    
    font-size: 1rem;
    border-radius: 10px;
	width:100%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact-btn:hover{
background-color: #211964;
color: #fff;
}
.contact-btn i{font-size: 18px;position: relative;top: 5px;}
.h3-contact-page{
 margin-bottom: 20px;
 color: #2B254B;
 font-size: 25px;
}

.back-btn{
	border: 0;
	width:100%;
	padding: 10px;
	background-color: #fff;
	transition:1s;
	border-radius: 16px;
	outline:none !important;
	color: #2b254b;
  font-size: 14px!important;
}

.back-btn:hover{
background-color: #2B254B;
color: #fff;
}
.back-btn i{font-size: 18px;position: relative;top: 5px;}
.h3-contact-page{
 margin-bottom: 20px;
 color: #2B254B;
 font-size: 25px;
}
.separator-line-style{background: #ddd;height:1px;}
.message-div-form{
  /* padding: 40px 0px; */
}
.message-div-form label{
  margin-bottom: 5px;
  position: relative;
  font-size: 14px;
  color: #4B5563;
}
.label-required::after{
  content: "*";
  color: #ea454a;
  position: absolute;

}

/* -------------artical-------------- */
.article-pic{
  max-width: 100%;
  margin:  0 auto;
  border-radius: 10px;
  margin-bottom: 20px;

}

/* ---------------page----------------- */

.SitePageTitle-Edit{
  font-size: 25px;
  color: #575756;
  margin-bottom: 20px;
}

.dfwp-list{
  padding: 0px;
  margin: 0px;
  margin-top: 20px!important;

}
.dfwp-list li{
  display: inline-block;
}

.dfwp-list li a{
  position: relative;
  padding: 8px 10px 11px 10px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
  transition: .5s;
  background-color: #fff;
  border: 1px solid #2B254B;
  color: #2B254B !important;
  transition: 1s;
  margin-bottom: 10px;
}
.dfwp-list li a:hover{
  background-color: #E5E3F3;

}
.dfwp-list li a.active-page{
  background-color: #E2A947 !important;
  color: #fff !important;
  border: 1px solid #b6842e;

}
.sec-page{
  padding: 34px 0px;
  /*background-image: url(../images/Pattern-left.svg), url(../images/Pattern-right.svg);*/
  background-position: left top, right -100px;
  background-repeat: no-repeat;
  /* background-color: #fafafa; */
  min-height: 812px;
}
.sec-page iframe{
  position: relative;
  z-index: 0;
  display: list-item;
  margin-bottom: 20px;
  border-radius: 16px;
}
.sec-page iframe::after{
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
}

/*.sec-page p{
  background-color: #f4f4f6;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}*/


/* --------------------- */

.sec-page h1{
  font-size: 25px;
  color: #575756;
  margin-bottom: 20px;
}


.sec-page .btn-sort-filter{
  position: relative;
  padding: 8px 32px 11px 32px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
  transition: .5s;
  background-color: #fff;
  border: 1px solid #2B254B;
  color: #2B254B !important;
  transition: 1s;
  margin-bottom: 20px;
}

.sec-page .btn-sort-filter:hover{
  background-color: #E5E3F3;

}
.sec-page .btn-sort-filter.active-page{
  background-color: #E2A947 !important;
  color: #fff !important;
  border: 1px solid #b6842e;

}
.sec-page .linkDetails, .sec-page .allview-container{
  border-radius: 20px;
  padding: 35px 20px 20px 20px;
  border: 1px solid #D1D5DB;
  margin-bottom: 20px;
  background-color: #fff;
  color: #2B254B;
  position: relative;
}
.sec-page .linkDetails:hover, .sec-page .allview-container:hover{
  color: #2B254B;
}

.sec-page .linkDetails img, .sec-page .allview-container img{
  width: 100%;
  object-fit: cover;
  height: 130px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.sec-page .linkDetails > span, .sec-page .allview-container > span{
  font-size: 20px;
}
.sec-page .linkDetails p, .sec-page .allview-container p{
  font-size: 14px;
  color: #4B5563;
  margin-bottom: 10px;
}



.sec-page .detailfrom  span, .sec-page .detailfrom  p{
  display: inline-block;
  font-size: 12px;
}
.sec-page .detailfrom  span{
  color: #E2A947 !important;
}
.allview-container a{
  color: #2B254B !important;
  display: block;
  margin-bottom: 10px;
}
/* ---------------- */
.sec-page .pagination li{
  display: inline-block;
  list-style: none;
  /* float: left; */
  /* width: 32px; */
  /* height: 32px; */
  padding: 0px 10px;
  font-size: 13px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #D1D5DB;
  margin-left: -1px;
  cursor: pointer;
  margin: 0 3px;
  border-radius: 9px;
  color: #2B254B;
}
.sec-page .pagination li.active{
  background-color: #2B254B;
  color: #fff;
}
.sec-page .pagination li a{
  color: #2B254B;
}
.sec-page .pagination li:hover{
  background-color: #E5E3F3;
}
.sec-page .pagination li.active a{
  color: #fff;
}

/* ------------programe------------- */

.card-deck{

  display: flex;
  flex-wrap: wrap;

}
.achievementCards .card .card-body{
  padding: 0px !important;
}
.achievementCards .card .card-body img{
  height: 70px;
  margin-bottom: 10px;
}
.achievementCards .card .card-body h5{
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #2b254b;
  text-align: inherit;
}
.achievementCards .card .card-body p{
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  color: #4B5563;
  text-align: inherit;
}
.accordionSubCatContent tr td {
  padding: 5px 0px;
  font-size: 14px;
}
.accordionSubCatContent h5 {
     font-size: inherit;
     }

.accordionButton{
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 35px;
  border: 1px solid #d3d3d3;
  position: relative;
  color: #2b254b;
}
.accordionButton:not(.on)::after{
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 5px;
  background-color: #2B254B;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  top: 15px;
  font-size: 12px;


}
.accordionButton::after{
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 5px;
  background-color: #2B254B;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  top: 15px;
  font-size: 12px;
  font-weight: 600;;


}
.accordionButton:lang(ar)::after{
  left: auto;
  right: 5px;
}
.accordionSubCatContent tr td  .dfltTxt{
  font-size: 12px;
  margin-bottom: 10px;
}

/* --------------------18page---------------- */

.list-group11 > .linkDetails{
    padding: 0px !important;
    border: none !important;
}

.list-group11 > .linkDetails .allview > span{
  margin-bottom: 10px;
  display: block;
  color: #2b254b;
}
.list-group11 > .linkDetails .allview > .row > .detailfrom > span{
  padding-left: 15px;

}
.list-group11:lang(ar) > .linkDetails .allview > .row > .detailfrom > span{
  padding-right: 15px;
  padding-left: 0px;

}
 .col-xs-3{
  flex: 0 0 auto;
  width: 25%;
}
@media(max-width:500px){
  .col-xs-3{
    width: 100%;
  }
}
.font-force p{
  font-size: 14px;
}

 .butsbmit-2 > a > button{
  position: relative;
  padding: 8px 32px 11px 32px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
  transition: .5s;
  background-color: #fff;
  border: 1px solid #2B254B !important;
  color: #2B254B !important;
  transition: 1s;
  margin-bottom: 20px;
}
.butsbmit-2 > a > button:hover{
  background-color: #E5E3F3;
}
.cbq-layout-main> #det > .row > .col-xs-3 > span, .cbq-layout-main> #det > .row > .col-xs-3 > a > span{
color: #E2A947;
}
.font-force > .row > .col-xs-4 > span{
  color: #E2A947;
  display: inline-block;
}
.font-force > .row > .col-xs-4 > p{
  display: inline-block;
}
.cbq-layout-main> #det > .row > .col-xs-3 > a{
  color: #2B254B;
}

.allview-container > .row > .col-md-2 .linkDetails, .allview-container > .row > .col-md-10 .linkDetails{
  padding: 0px !important;
  border: 0px !important;
  margin-bottom: 5px !important;
}
#myInput{
  border-radius: 10px;
  border: 1px solid #D1D5DB;
  padding: 5px;
  outline: none !important;
}


/* ---------infograph------------ */
.list-group11> .go-story-box> .marg{
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  min-height: auto !important;
} 

.list-group11> .go-story-box> .marg > .margImageDiv{
background-position: top center;
  height: 330px;
  border-radius: 10px;
  box-shadow: 3px 3px 8px #d7d7d7;
  transition: 1s;
}
.list-group11> .go-story-box> .marg > .margImageDiv:hover{
  background-position: bottom center !important;
}

.list-group11> .go-story-box> .marg > .margTitle{
  position: absolute;
  width: 100%;
  bottom: 0px;
  min-height: 56px;
  left: 0px;
  padding: 10px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  background-color: rgba(43, 37, 75,.9);
  text-align: center;
  font-size: 12px;
}
.list-group11:lang(ar)> .go-story-box> .marg > .btn-link{
  position: absolute;
  bottom: 60px;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(43, 37, 75,.9);
  font-size: 12px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-group11:lang(ar)> .go-story-box> .marg > .btn-link{
  right: auto;
  left: 10px;
}
.list-group11> .go-story-box> .marg > .margBadges{
  position: absolute;
  top: 0px;
  background-color: #E2A947;
  padding: 22px 5px;
  font-size: 12px;
  border-radius: 0px 0px 10px 10px;
  left: 10px;
}
.list-group11:lang(ar)> .go-story-box> .marg > .margBadges{
  left: auto;
  right: 10px;
}
/* ---------videos------------  */
.list-group11> .col-lg-6> .marg{
  border-radius: 10px;

  margin-bottom: 20px;
  position: relative;

} 

.list-group11> .col-lg-6 > .marg >a> .margImageDiv{
  background-size: cover !important;
  height: 390px;
  border-radius: 10px;
  box-shadow: 3px 3px 8px #d7d7d7;
}


.list-group11> .col-lg-6 > .marg > .margTitle{
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  background-color: rgba(43, 37, 75,.9);
  text-align: center;
  font-size: 13px;
  z-index: 4;

}

.list-group11> .col-lg-6 > .marg > a> div {
  display: flex;
  align-items: center;
  justify-content: center;
 background-color: rgba(0, 0, 0, 0.3) !important;
  transition: 1s;

}
.list-group11 .col-lg-6 > .marg > a> div:hover{
  background-color: rgba(0, 0, 0, 0) !important;

}
.list-group11> .col-lg-6 > .marg > a> div:hover i{
  animation: spin .5s linear ;
}

.list-group11> .col-lg-6 > .marg > .margBadges{
  position: absolute;
  top: 0px;
  background-color: #E2A947;
  padding: 22px 5px;
  font-size: 12px;
  border-radius: 0px 0px 10px 10px;
  left: 10px;
}
.list-group11:lang(ar)> .col-lg-6 > .marg > .margBadges{
  left: auto;
  right: 10px;
}

.back-btn-loc > a{
  position: relative;
  padding: 8px 32px 11px 32px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
  transition: .5s;
  background-color: #fff;
  border: 1px solid #2B254B !important;
  color: #2B254B !important;
  transition: 1s;
  /* margin-bottom: 20px; */
}
.back-btn-loc > a:hover{
  background-color: #E5E3F3 !important;
}
.back-btn-loc > span{
  display: inline-block !important;
  margin: 5px 5px;
  padding: 8px;
  color: #e2a947;
  /* margin-top: -20px; */
}
.back-btn-loc{
  margin-bottom: 10px;
}
.back-btn-loc + .margTitle{
  font-size: 25px;
  margin-bottom: 20px;
}


.list-group11 >  .go-story-box > .margStories {
  position: relative;
  padding: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  margin-bottom: 20px;
  background-color: #fff !important;
}
.list-group11 >  .go-story-box > .margStories > ul > li > img{
 object-fit: cover;
 width: 100%;
 height: 250px;
 border-radius: 15px;
}
.list-group11 >  .go-story-box > .margStories > ul > li + li{
  position: absolute;
  background-color: #E2A947;
  color: #fff;
  padding: 15px 5px;
  border-radius: 0px 0px 10px 10px;
  top: 0px;
  left: 20px;
  font-size: 12px;
}
.list-group11:lang(ar) >  .go-story-box > .margStories > ul > li + li{
  right: 20px;
  left: auto;
}

.list-group11 > .col-md-3 > .margheight{
  background: #2b254b;
  position: relative;
  /* padding: 15px; */
  /* border: 1px solid #d3d3d3; */
  border-radius: 18px;
  margin-bottom: 20px;
}
.list-group11 > .col-md-3 > .margheight > a{
  display: block;
}
.list-group11 > .col-md-3 > .margheight > a > img{
  width: 100%;
  height: 275px;
  border-radius: 15px 15px 0px 0px;
}
.list-group11 > .col-12 > .margheight > .margTitle{
  position: absolute;
  width: 79%;
  bottom: 80px;
  min-height: 38px;
  left: 0px;
  padding: 10px;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
  background-color: rgba(43, 37, 75,.9);
  text-align: center;
  font-size: 12px;
}
.list-group11 > .col-12  > .margheight > .margTitle:lang(ar){
  right: 0px;
  left: auto;
  border-radius: 10px 0px 0px 10px;
}
.list-group11 > .col-md-3 > .margheight > .margTitle + ul > .description{
  font-size: 14px;
  padding: 10px;
  height: 62px;
  color: #fff;
  overflow: hidden;
}
.list-group11 > .col-md-3 > .margheight > .margTitle + ul > .description + li{
  position: absolute;
  background-color: #E2A947;
  padding: 15px 5px;
  color: #fff;
  top: 0px;
  left: 15px;
  border-radius: 0px 0px 10px 10px;
  font-size: 12px;
}
.list-group11 > .col-md-3 > .margheight > .margTitle + ul > .description + li:lang(ar){
  right: 15px;
  left: auto;
}
.dfwp-column{
  /* padding: 15px; */
}
.SummaryLinks > li > .item > img, .SummaryLinks > li {
  width: 100%;
}
.SummaryLinks > li > .item{
  padding: 10px;
  border:1px solid #d3d3d3;
  border-radius: 10px;
  margin: 5px;
  margin-bottom: 10px;
}


.SummaryLinks > li > .item > img, .SummaryLinks > li > .item > .image-area-top> a> img{
  width: 100%;
  height: 78px;
  object-fit: cover;
}
.SummaryLinks > li > .item > .link-item > a{
  color: #2a3042 !important;
  font-size: 16px;
  height: 55px;
  display: block;
  overflow: hidden;
}

.SummaryLinks > li > .item > .link-item > .description{
  height: 31px;
  font-size: 14px;
  overflow: hidden;
  color: #4B5563;
}
.SummaryLinks > li > .item  a {
  border: none;
  padding: 0px;
  display: block;
}
.SummaryLinks > li > .item  a:hover{
  background-color: transparent;
}
@media(max-width:600px){
  .dfwp-column{
    width: 100% !important;
    float: none !important;
  }
}
.font-force .ms-rteStyle-Comment, .font-force .ms-rteStyle-Accent1{
  color: #2B254B;
  padding: 10px 0px;
  display: block;
  margin: 0px;
}
.font-force a{
  color: #2B254B;
}


/* ------------------ */
.achievementCards > .col-12 > .row > .card{
  flex: 0 0 auto;
   width: 33.3333333333%;
   margin: 0px;
   background-color: transparent !important;
   box-shadow: none !important;
   border: none;
}
@media (max-width:500px) {
  .achievementCards > .col-12 > .row > .card{

  width: 100%;
  }
  
}
.achievementCards > .col-12 > .row > .card a{
  display: block;
  border: 1px solid #d3d3d3;

  border-radius: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  transition: 1s;
}
.achievementCards > .col-12 > .row > .card a:hover{
  background-color: #E5E3F3;
}
/* ----------------------- */

.allview-container > .allview > .careers-list--title{
  position: absolute;
  top: 0px;
  font-size: 14px;
  background-color: #E2A947;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  right: 20px;
}
.allview-container:lang(ar) > .allview > .careers-list--title{
  right: auto;
  left: 20px;
}
.allview-container > .allview > .careers-list--subTitle{
  padding: 20px 0px 5px 0px;
  font-size: 16px;
  color: #2b254b;
}
.allview-container > .allview > .careers-list--summary{

  color: #737576;
  font-size: 14px;
  text-align: justify;
}
.allview-container > .allview >  .careers-list--footer{
  text-align: end;
}
.allview-container > .allview >  .careers-list--footer > .career-list--link{
  font-size: 12px;
  padding: 6px 15px 6px 15px;
  margin-bottom: 0px;
}
/* -------------searchpage------------- */
#SearchBox > .ms-srch-sbLarge{
  border: 1px solid #2B254B !important;
  border-radius:20px;
  position: relative;

}
#SearchBox > .ms-srch-sbLarge input{
  color: #2B254B;
padding: 7px 5px !important;
height: 35px;
font-size: 14px;

}

#SearchBox > .ms-srch-sbLarge > .ms-srch-sb-searchLink{
  position: absolute;
  right: 0px;
  width: 36px;
  height: 36px;
  display: block;
  background-color: #2B254B;
  border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;

}
#SearchBox > .ms-srch-sbLarge > .ms-srch-sb-searchLink:lang(ar){
  right: auto;
  left: 0px;
}
#SearchBox > .ms-srch-sbLarge > .ms-srch-sb-searchLink::after{
  position: absolute;
content: "\f002";
color: #fff;
font-family: "Font Awesome 6 Free";
font-weight: 600;

}

#SearchBox > .ms-srch-sbLarge >  .ms-srch-sb-searchLink img{
  display: none;
}
.ms-srch-group-content > .ms-srch-item{
  padding: 20px !important;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #d3d3d3;
  max-width: 500px !important;
  width: auto !important;
}


.ms-srch-group-content > .ms-srch-item .ms-srch-item-body{
  display: block;
}
.ms-srch-group-content > .ms-srch-item .ms-srch-item-body > .ms-srch-item-title > .ms-srch-ellipsis{
  overflow: visible !important;
  margin-bottom: 10px;
}
.ms-srch-group-content > .ms-srch-item .ms-srch-item-body > .ms-srch-item-title > .ms-srch-ellipsis > a{
  color: #2B254B !important;
  font-size: 20px;

}

.ms-srch-group-content > .ms-srch-item .ms-srch-item-body > .ms-srch-item-path{
  font-size: 14px;
  color: #b6842e;
  margin-top: 10px;
}

/* ----------- */


/* ---------------- */
.sec-page .ms-srch-Paging li {
  list-style: none;

  font-size: 13px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #D1D5DB;
  margin-left: -1px;
  cursor: pointer;
  margin: 0 3px;
  border-radius: 9px;
  color: #2B254B;
  width: 35px;
  height: 35px;
  display: inline-block !important;
  position: relative;
}
.sec-page .ms-srch-Paging li.active{
  background-color: #2B254B;
  color: #fff;
}
.sec-page .ms-srch-Paging li a{
  padding: 0 !important;
  color: #2B254B !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.sec-page .ms-srch-Paging li:hover{
  background-color: #E5E3F3;
}
.sec-page .ms-srch-Paging li.active a{
  color: #fff;
}

.sec-page .ms-srch-Paging li a span {
  display: none;
}

.sec-page .ms-srch-Paging #PagingImageLink{
  margin-bottom: -14px !important;
}
.sec-page .ms-srch-Paging #PagingImageLink #PageLinkPrev::before{
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
}

.sec-page .ms-srch-Paging #PagingImageLink #PageLinkNext::before{
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
}

/* -----------media---------- */
#MawhibainMediaForPagintion >span{
  background-color: #2B254B;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin: 10px 0px;
  display: inline-block;
}
#MawhibainMediaForPagintion >li{
  padding: 10px 20px;
  color: #2B254B;
  list-style: none;
  position: relative;
}
#MawhibainMediaForPagintion >li::before{
  content: "\f1c1";
  position: absolute;
  color: #E2A947;
  font-family: "Font Awesome 6 Free";
  left: 0px;

}
#MawhibainMediaForPagintion:lang(ar) >li::before{
  right: 0px;
  left: auto;
}

#MawhibainMediaForPagintion >li > a{
  color: #2B254B ;
  transition: 1s;
}
#MawhibainMediaForPagintion >li > a:hover{
  color: #E2A947;
}

/* ---------------- */
.sec-page .AlbumPager{
  margin-top: 20px;
}
.sec-page .AlbumPager > span >.pagingLnk{
  list-style: none;

  font-size: 13px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #D1D5DB;
  margin-left: -1px;
  cursor: pointer;
  margin: 0 3px;
  border-radius: 9px;
  color: #2B254B;
  width: 35px;
  height: 35px;
  display: inline-block !important;
  position: relative;
}

.sec-page .AlbumPager:lang(ar) > span > .pagingLnk:last-child, .sec-page .AlbumPager:lang(ar) > span > .pagingLnk:nth-last-child(2), .sec-page .AlbumPager:lang(ar) > span > .pagingLnk:nth-child(1), .sec-page .AlbumPager:lang(ar) > span > .pagingLnk:nth-child(2){
  transform: scale(-1);
}

.sec-page .AlbumPager > span >.pagingLnkCurrent{
  list-style: none;

  font-size: 13px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #D1D5DB;
  margin-left: -1px;
  cursor: pointer;
  margin: 0 3px;
  border-radius: 9px;
  color: #fff;
  background-color: #2B254B;
  width: 35px;
  height: 35px;
  display: inline-block !important;
  position: relative;
}

.sec-page .AlbumPager a.active{
  background-color: #2B254B;
  color: #fff;
}


/*new login*/

/*
    authentication / login / signup /forget password
*/
.authentication {
  position: relative;
  background: transparent;
  padding: 0px;
  margin-top:20px;
  /*padding-top: 50px;
  padding-bottom: 50px;*/
}
.authentication-container .form-steps-container {
      display: table-cell;
      vertical-align: middle;
  }

.authentication-container {
  display: table;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 50px 0 50px;
}
.authentication .page-content{
  padding: 0;
}
.authentication-container:before {
  content: "";
  background-image: url(../../../images/mawhiba/mask_2.png);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
/*.authentication:after{
  content: "";
  background:  linear-gradient(132deg, #F3F3F3 0%, #F9FBFC 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
}*/
/*.registeration .authentication-container{
 position: relative;
 top: -60px;
}*/

.authentication-logo {
  position: absolute;
  top: 40px;
  right: 60px;
  cursor: pointer;
  z-index: 9;
}
/*.authentication-container{
  position: relative;
  top: 20px;
}*/
.authentication-container .button{
  max-width : 250px;
}
.authentication-logo img {
  width: 230px;
}

.form-steps-container .form-message{
  font-size: 12px;
}

.form-container {
  border-radius: 10px;
    margin-bottom: 20px;
    padding: 50px 102px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #eee;
  /* width: 45%; */
  margin: 0 auto;
  position: relative;
}

.form-steps-counter {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fff;
  box-shadow: 0px 21px 30px #0000000d;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  font-family: var(--bold-font);
  padding: 15px 2px;
  font-size: 18px;
  position: relative;
}

  .form-steps-counter:after {
      border: none;
      position: absolute;
      top: 20px;
      left: 20px;
      text-align: center;
      display: block;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-color: white;
      content: " ";
  }

.left-half-clipper {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  /*clip: rect(0, 5 em, 5 em, 2.5 em );*/
  clip: rect(auto,auto,auto,auto);
}

.first50-bar {
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em );
  background-color: #53777A;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.value-bar {
  position: absolute;
  clip: rect(0, 2.5em, 5em, 0);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2em solid #53777A;
  /* background-color: #4D642D; */
  box-sizing: border-box;
  transform: rotate( 299deg);
}
.form-container .form {
  margin: 0 auto;
  /*max-width: 340px;*/
}
.form-success{
  text-align: center;
}
.form-success .form-verfication-img {
  margin-bottom: 20px;
}
.form-verfication {
  text-align: center;
  margin: 0 auto;
}

.form-verfication-img {
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.form-title {
  font-size: 20px;
  margin-bottom: 40px;
  font-family: var(--meduim-font);
  text-align: center;
  color: var(--main-color);
  position: relative;
}
.form-verfication-title {
  font-size: 18px;
  font-family: var(--meduim-font);
}

.form-verfication-timer {
  font-size: 14px;
  font-family: var(--meduim-font);
  color: #000;
}

  .form-verfication-timer span {
      margin: 0 5px;
      font-family: var(--meduim-font)
  }

.form-verfication-code {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
	direction:ltr;
}

.form-verfication-input {
  border-radius: 8px;
  background-color: #F5F8FA;
  border: 0px;
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-family: var(--bold-font);
  padding: 8px 10px 8px;
  color: #4B4B4B;
}

.form-verfication-code-input {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  width: 15%;
  height: 42px;
  text-align: center;
  margin-left: 6px;
  font-size: 25px;
  font-family: var(--bold-font);
  line-height: 1;
}

.form-verfication-code-input:last-child {
  margin-right: 0px;
}

.form-success .title {
  font-size: 20px;
  font-family: var(--meduim-font);
  margin-top: 30px;
  text-align: center;
}
.form-steps-container.forget-password .form-input .form-button .icon{
  width: 30px !important;
  margin-left: 5px;
}
/* Form-Steps*/
.form-step {
  display: none;
}

.form-step.active {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.form-step-large .form-container {
  width: 60%;
}
.form-step-meduim .form-container {
  width: 50%;
}
.form-step-small .form-container {
  width: 450px;
}

.form-step-large .form-container .form {
  width: 70%;
}
.form-input.form-fullname input {
  padding: 6px 10px 6px;
}

.forget-password-steps-link img {
  width: 100%;
  height: 100%;
}
.forget-password-steps-link {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
.forget-password-steps-link:hover ~ div{
  color: var(--blue-color);
}
.forget-password-steps-link.stay{
  background-color: #FFBCBD;
}
.forget-password-steps-link.stay img{
height: 62px;
  width: 90px;
  position: relative;
  top: 5px;
  right: -11px;
}
.forget-password-steps-link.id{
  background-color: #FFDA55;
}
.forget-password-steps-link.no-id-stay{
  background-color: #E1E1E2;
}
.forget-password-steps-link:before {
  content: "";
  position: absolute;
}
.forget-password-steps .form-step2 .form-title {
  margin-bottom: 80px;
}
.forget-password-steps .form-step2 .form-container {
  padding-bottom: 60px;
}
.forget-password-steps .form-step2{
  top: -20px;
  position: relative;
}
.forget-password-steps .form-title{
  position: unset;
}
.forget-password-steps-counter {
  position: absolute;
  background-color: #fff;
  width: 65px;
  height: 65px;
  left: 30px;
  top: 30px;
  border: 6px solid #F9FBFC;
  border-radius: 50%;
}
.forget-password-steps-counter .text{
  z-index: 9;
  font-size: 17px;
  position: relative;
  top: 12px;
  font-family: var(--bold-font);
}
.forget-password-steps-counter:before {
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  border: 6px solid var(--blue-color);
  top: -6px;
  left: -7px;
  transform: rotate(154deg);
}
.forget-password-steps-counter[value="1/3"]:before {
     clip: rect(0px, 23px, 75px, 0px);
     clip-path: circle(50.0% at 12% 50%);
}
.forget-password-steps-counter[value="2/3"]:before {
     clip: rect(0, 42px, 99px, 0px);
     transform: rotate(195deg);
}

.authentication header{
  display: none;
}

@media (max-width: 991.98px) {
  .authentication .form-container {
      width: 70%;
  }
  .forget-password-steps-counter {
      /*width: 45px;
      height: 45px;
      border: 4px solid #F9FBFC;*/
  }
  /*.forget-password-steps-counter:before{
       width: 45px;
      height: 45px;
      border: 4px solid var(--blue-color);
          top: -4px;
  left: -4px;
  }
  .forget-password-steps-counter .text{
      font-size: 15px;
      top: 5px;
  }*/

  .forget-password-steps .form-step2 .form-title{
      margin-bottom: 25px;
  }
  .authentication header {
      display: block;
  }
  .authentication-logo{
      display: none;
  }
  .form-container {
      padding: 50px 50px;
  }
  .authentication-container{
      top: 30px;
  }
 
  .form-step .form-container {
      width: 95% !important;
  }


  .forget-password-steps .form-step2 {
      top: 0px;
  }
}
@media (max-width: 768px) {
  .authentication .form-container {
      width: 90%;
  }
}
@media (max-width: 575.98px) {
  .forget-password-steps-counter:before {
      width: 50px;
      height: 50px;
      top: -6px;
      left: -6px;
  }
  .forget-password-steps-counter .text {
      top: 6px;
      left: -1px;
  }
  .forget-password-steps-counter {
      left: 7px;
      top: 70px;
      width: 50px;
      height: 50px;
  }
  .form-container {
      max-width: 95%;
      width: 95% !important;
      padding: 30px 30px;
  }
  .authentication-container .button {
      margin-left: 0px;
  }
}


/*
    Form
*/


.form-password .icon {
  position: absolute;
  left: 18px;
  width: 20px;
  height: 20px;
  fill: #9b9b9b;
  top: 10px;
}
.form-password .show-password:hover .icon{
  fill: var(--blue-color);
}

input:focus-visible {
  outline: none !important;
}
.icon-calendar{
  position:relative

}
.form-textbox.not-checked:after {
  content: "";
  height: 13px;
  width: 2px;
  transform: rotate(45deg);
  background-color: red;
  position: absolute;
  left: -20px;
  bottom: 13px;
}
.form-textbox.not-checked:before {
  transform: rotate(-45deg);
  position: absolute;
  left: -20px;
  bottom: 13px;
  content: "";
  height: 13px;
  width: 2px;
  background-color: red;
}
.icon-calendar .icon {
  position: absolute;
  left: 10px;
  top: -6px;
}
.icon-calendar .icon img, .icon-calendar-date .icon img {
  width: 18px !important;
  height: 18px;
}
.icon-calendar-date{
  position:relative
}
.icon-calendar-date .icon {
  position: absolute;
  left: 10px;
  top: 2px;
}
      .input-title-blue {
          color: var(--blue-color) !important;
      }
.input-title-blue::placeholder {
  color: var(--blue-color) !important;
}

.radiobtn {
  vertical-align: middle;
}

input[type="radio"]:checked ~ label {
  color: var(--blue-color);
}
.form-download input {
  opacity: 0;
  outline: 0;
  color: transparent;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
}
/*form */
.form-download input:focus {
  outline: 0;
}
/*form */
.form-download input::-webkit-file-download-button {
  visibility: hidden;
}
/*form */
.form-download {
  position: relative;
  height: 45px;
  width: 120px;
  display: inline-block;
  background: var(--green-color);
  color: #fff;
  text-align: center;
  border-radius: 9px;
}
/*form */
.form-download span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 10px 18px;
  font-family: var(--bold-font);
}
/*form */
.form-download-container {
  display: flex;
}
/*form */
.form-download-en input {
  opacity: 0;
  outline: 0;
  color: transparent;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
}
/* end form */

.form-download-en input:focus {
  outline: 0;
}
/* form */

.form-download-en input::-webkit-file-download-button {
  visibility: hidden;
}
/* form */

.form-download-en {
  position: relative;
  height: 45px;
  width: 170px;
  display: inline-block;
  background: var(--green-color);
  color: #fff;
  text-align: center;
  border-radius: 9px;
}

.form-download-en span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 10px 18px;
  font-family: var(--bold-font);
}
.form-dropdown .dropdown-grey {
  padding: 8px 13px 8px 23px;
  border-radius: 20px;
}
  .form-dropdown.dropdown-grey .dropdown-toggle {
      background-color: #ececec;
      color: #c5c5c5;
  }
      .form-dropdown.dropdown-grey.dropdown-toggle:before {
          box-shadow: inset -2px 2px 0 0 #c5c5c5;
      }
  .form-dropdown.dropdown-grey .dropdown-menu {
      background-color: #ececec;
  }
.dropdown-white {
  border-radius: 20px !important;
  background-color: #fff;
}
.large-textarea {
  height: 300px !important;
}
.search-grey-input {
  background: #f4f4f8;
  padding: 0px 16px 0px;
  border-radius: 20px;
  padding-left: 44px;
  position: relative;
  border: 1px solid #e9e9e9;
}
[type="radio"] {
  /* border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; */
}

[type="radio"] + span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: -0.25em;
  margin-left: 10px;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 1px #1e2432;
  transition: 0.5s ease all;
}

[type="radio"]:checked + span::before {
  box-shadow: 0 0 0 1px var(--blue-color);
  background: var(--blue-color);
}

[type="radio"]:checked + span {
  color: var(--blue-color);
}
.form-check-input:checked {
  background-color: #2B254B;
  border-color: #2B254B;
}
.form-check{min-height: 0;margin-bottom: 0;}
label.form-check-label{margin: 0}
input[type="radio"]:checked ~ label {
  color: var(--blue-color) !important;
}
.search-grey-input::placeholder {
  color: #00000080;
  font-size: 12px;
}
.form-search input::placeholder {
  color: #000000;
  opacity: 0.2;
}

.form-textarea textarea:focus-visible {
  outline: none !important;
}

.form-check-contact input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.form-textbox-contact {
  width: 100%;
  padding: 10px 20px;
  background-color: #f9fbfc;
  border: 1px solid #d9d8df;
  border-radius: 8px;
}
.title-form {
  color: var(--form-color) !important;
}
.form-datepicker {
  position: relative;
  padding: 0px;
}
/*.form-datepicker .datepicker.dropdown-menu {
  width: 300px;
}*/
/*.form-datepicker .datepicker,
.form-datepicker .table-condensed {
  width: 300px;
  height: 300px;
}*/
  .form-datepicker:before {
      content: "";
      background: url('../../../images/calender-date.svg');
      position: absolute;
      left: 20px;
      top: 10px;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-size: 18px;
  }
/*.form-datepicker table tr td.active.active {
  background: var(--blue-color) !important;
  border-radius: 50%;
}*/
.form-datepicker .datepicker table tr td.day.focused, .form-datepicker .datepicker table tr td.day:hover {
  border-radius: 50%;
}
.form-message {
  background-color: #f2f1f780;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 10px 50px 10px 10px;
  font-size: 14px;
  color: #6C5DD2;
  /* text-align: center; */
  position: relative;
  font-family: var(--meduim-font);
}
.form-message:after {
  position: absolute;
  color: #6C5DD2;
  right: 15px;
  content: "\2139";
  border: 1px solid #6C5DD2;
  padding: 1px 5px 0px 5px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 13px;
  line-height: 1.3;
  top: 13px;
}

.form-warning {
  font-size: 12px;
  position: relative;
  font-family: var(--meduim-font);
  padding-right: 23px;
  margin-top: 8px;
  margin-right: 2px;
}

.form-warning:after {
  position: absolute;
  color: var(--blue-color);
  right: 0;
  content: "\2139";
  border: 2px solid var(--blue-color);
  padding: 1px 4px 0px 5px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 1.3;
  top: 0;
}
.form-buttons{
  /* margin-top: 40px; */
  text-align: center;
}
.form-buttons .button{
  margin-left: 20px;
}
.form-buttons .button:last-child{
  margin-left: 0px;
}
.form-buttons .button{
  margin-bottom: 20px;
}
.form-prev{
  margin-left: 16px;
}
.form-edit {
  font-family: var(--bold-font);
  font-size: 16px;
  position: relative;
  top: 8px;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--main-color);
}

.form-edit:hover , .form-save:hover{
  color: var(--blue-color);
}
.form-edit:hover .icon {
  stroke: var(--blue-color);
  fill: var(--blue-color);
}
.form-save:hover .icon{
   fill: var(--blue-color);
}
.form-edit .icon {
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
   fill: #000;
  stroke: #000;
  right: 0;
  margin-left: 5px;
  transition: all 0.2s;
}
.form-save{
  cursor: pointer;
}
.form-save .icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  right: 0;
  margin-left: 5px;
  transition: all 0.2s;
}



.form-button {
  border: 1px solid #D9D8DF;
  background-color: #fff;
 padding: 8px 10px 8px;
  border-radius: 8px;
  font-size: 13px;
  width: 100%;
  transition: all 0.2s;
  color: #000;
  text-align: right;
  display: inline-block;
  font-family: var(--bold-font);
}

.form-error {
  font-size: 10px;
  margin-top: 10px;
  margin-right: 10px;
  color: #6B7280;
}

.form-search {
  position: relative;
}
.form-search input {
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 20px 5px 50px;
  width: 100%;
  border: 0px;
}
.form-search .icon {
  position: absolute;
  left: 20px;
  top: 4px;
  width: 32px;
  height: 32px;
}
.form-search input::placeholder{
  font-size: 14px;
  color: #000;
}
.form-label {
  font-family: var(--bold-font);
  color: #4B5563;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.form-input.required .form-label:after{
  content: "*";
  position: absolute;
  left: -13px;
  font-size: 18px;
  color:#FF0062;
}
.form-input{
  /* margin-bottom: 25px;    */
}
.form-input.white .form-dropdown .dropdown-toggle, .form-input.white .form-textbox input, 
.form-input.white .form-textarea, .form-input.white .form-textarea textarea, .form-input.white .form-upload-value {
  background-color: #fff;
}

.form-input.disabled .form-textbox input, .form-input.disabled .form-box, .form-input.disabled .form-dropdown .dropdown-toggle{
  background: #f0f0f0;
  pointer-events: none;
}
.form-input-round .form-textbox, .form-input-round .form-textbox input, .form-input-round .dropdown-toggle {
  border-radius: 40px !important;
}
/*.form .form-input:last-child{
  margin-bottom: 0px;
}*/
.form-textarea-container{
  position: relative;
}
.form-textarea {
  background-color: #fbfbfb;
  border: 1px solid #D9D8DF;
  border-radius: 8px;
  height: 85px;
  position: relative;
  overflow: hidden;
}
.character-length {
  position: absolute;
  left: 0;
  font-size: 12px;
  margin:5px 0 0;
}
.form-textarea textarea {
  border: transparent;
  background-color: #fbfbfb;
  padding: 10px 20px 10px;
  font-size: 14px;
  width: 100%;
  transition: all 0.2s;
  /*color: #4B4B4B;*/
  color: #4B4B4B;
  resize: none;
  height: 100%;
}

.form-textarea textarea:focus-within, .form-textarea textarea:focus-visible {
  outline: none !important;
}

.form-textarea textarea::placeholder {
  color: #0000004d;
  font-size: 14px;
}
.form-textbox {
  background-color: #F9FBFC;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.form-textbox input {
  border: 1px solid #D9D8DF;
  background-color: #ffffff;
  padding: 10px 20px 10px;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  transition: all 0.2s;
  color: #4B4B4B;
  /*color: var(--blue-color);*/
  width: 100%;
  text-align: right;
  height: 40px;
}
.form-buttons button i:lang(en){
  transform: scaleX(-1);
}
.form-textbox input:lang(en){
  text-align: left;
}
.form-dropdown .dropdown-toggle:lang(en){
  border-radius: 8px 0 0 8px;
}
.form-mobile .form-textbox input:lang(en){
  border-radius:0 8px 8px 0;
}
.form-input-warning:lang(en):before{
  left: 0!important;
  right: auto;
}
.form-input-warning:lang(en){
  padding-left: 22px;
  padding-right: 0;
}
.form-input-danger:lang(en):before{
  left: 0!important;
  right: auto;
}
.form-input-danger:lang(en){
  padding-left: 22px;
  padding-right: 0;
}
.form-mobile .form-textbox input{border-radius: 8px 0 0 8px;}
.form-upload-value:lang(en){
  text-align: left;
  margin-left: 15px;
  margin-right: 0;
}
.modal-body .input-group .btn.btn-outline-secondary:lang(en){
  border-right: 1px solid #ced4da!important;
}
.form-textbox input:focus{
  box-shadow: 0px 3px 7px #0000000d;
  border-color: #979797;
}
.form-textbox input:focus-within{
  outline: 0;
}
.form-textbox input::placeholder{
  /*color: #4B4B4B;*/
  color: #0000004d;
  font-size: 14px;
}
.form-input-danger, .form-input-message{
  color:red;
  font-size: 12px;
  position: relative;
  font-family: var(--regular-font);
  margin-top: 6px;
}
.form-input-danger {
  padding-right: 22px;
  margin-bottom: 20px;
}

.form-input-danger:before {
    position: absolute;
    color: #fff;
    right: 0;
    content: "\2139";
    border: 1px solid red;
    padding: 0 4px 0px 5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 11px;
    line-height: 1.3;
    /* top: 2px; */
    background: red;
}

.form-input-warning, .form-input-message{
  color: #DFA750;
  font-size: 12px;
  position: relative;
  font-family: var(--regular-font);
  margin-top: 6px;
}
.form-input-warning {
  padding-right: 22px;
  margin-bottom: 20px;
}
.form-input-warning:before{
  position: absolute;
  color: #fff;
  right: 0;
  content: "\2139";
  border: 1px solid #DFA750;
  padding: 0 4px 0px 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 11px;
  line-height: 1.3;
  /* top: 2px; */
  background: #DFA750;
}
.form-textbox.checked {
  position: relative;
}
.form-textbox.checked:before {
  position: absolute;
  left: -32px;
  bottom: 13px;
  height: 7px;
  width: 2px;
  background-color: #14A38B;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}
.form-textbox.checked:after {
  position: absolute;
  left: -32px;
  bottom: 13px;
  height: 2px;
  width: 14px;
  background-color: #14A38B;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}
.form-textarea-meduim {
  height: 150px !important;
}
.form-mobile{
  display: flex;
  width: 100%;
}
.form-mobile-img {
  width: 20px;
  height: 15px;
  object-fit: cover;
}
.form-mobile .form-dropdown {
  width: 80px;
  /* margin-right: 10px; */
}
.form-mobile .dropdown-menu{
  width: 80px;
}
.form-mobile .form-textbox{
  width: calc(100% - 80px);
}
.form-dropdown .dropdown-toggle {
  width: 100%;
  border: 1px solid #D9D8DF;
  background-color: #ffffff;
  padding: 8px 20px 10px 15px;
  border-radius:0 8px 8px 0;
  font-size: 14px;
  width: 100%;
  transition: all 0.2s;
  color: #4B4B4B !important;
  position: relative;
  text-align: right;
  cursor: pointer;
  display: block;
  height: 40px;
}
.form-dropdown .dropdown-toggle:focus {
 box-shadow: 0px 3px 7px #0000000d;
  border-color: #979797;
}
.form-dropdown .dropdown-toggle.show{
  box-shadow: 0px 3px 7px #0000000d;
  border-color: #979797;
}
.form-dropdown .dropdown-toggle:after {
display: none;
}
.form-dropdown .dropdown-toggle:before {
  top: 20px;
  /* right: 0; */
  width: 8px;
  height: 8px;
  transform-origin: 50% 50%;
  transform: translate(0, -0.5em) rotate( 135deg);
  /* box-shadow: inset -2px 2px 0 0 #00000078; */
  content: "";
  position: absolute;
  left: 20px;
}
.form-dropdown .dropdown-menu {
  transform: translate(0) !important;
  background: #fff;
  bottom: auto !important;
  top: 45px !important;
  height: fit-content;
  width: 100%;
  border: 0px;
  box-shadow: 0px 21px 30px #00000026;
  border-radius: 8px;
  right: 0!important;
  left: auto;
}
.form-dropdown .dropdown-menu .dropdown-item{
  color: #4B4B4B;
  font-size: 13px;
  cursor: pointer;
}
.form-dropdown .dropdown-menu .dropdown-item:hover{
 color: var(--blue-color);
}
.form-dropdown .dropdown-menu .dropdown-item:active, .form-dropdown .dropdown-menu .dropdown-item:focus-within{
 background: #e9ecef;
 border: 0px;
}
.form-checkbox {
  display: block;
  position: relative;
  padding-right: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-checkbox .text{
  font-size: 13px;
}
.form-checkbox  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-checkbox .checkmark {
 position: absolute;
  top: 7px;
  right: 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: 1.5px solid #1E2432;
  border: 1.5px solid #1E2432;
  border-radius: 3px;
  transition: all 0.2s;
}
.form-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}
.form-checkbox input:checked ~ .checkmark{
  border-color: transparent;
  background-color: var(--blue-color);
}
  .form-checkbox .checkmark:after {
      right: 2px;
      top: 0px;
      width: 4px;
      height: 9px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate( 45deg);
      -ms-transform: rotate(45deg);
      transform: rotate( 45deg);
      content: "";
      position: absolute;
      transition: all 0.2s;
      opacity: 0;
  }

.form-checkbox .text{
  font-size: 13px;
}
.form-upload input {
  opacity: 0;
  outline: 0;
  color: transparent;
  width: 100%;
  position: absolute;
  height: 100%;
  top:0 ;
  right:0;
  cursor: pointer;
  z-index: 9;
}
.form-upload input:focus{
outline: 0;
}
.form-upload input::-webkit-file-upload-button {
  visibility: hidden;
}
.form-upload {
  position: relative;
  height: 40px;
  width: 120px;
  display: inline-block;
  background: #E5E7EB;
  color: #2b254b;
  text-align: center;
  border-radius: 16px;
}
.form-upload:hover{background: #2B254B; color: #fff;}
.form-upload span{
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 8px 18px;
  font-family: var(--meduim-font);
}
.form-upload-container{
  display: flex;
}
.form-upload-value {
  border: 1px solid #D9D8DF;
  background-color: #ffffff;
  padding: 6px 10px 6px;
  border-radius: 8px;
  font-size: 14px;
  width: calc(100% - 120px);
  transition: all 0.2s;
  color: #4B4B4B;
  position: relative;
  text-align: right;
  margin-right: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*.form-textbox, .form-dropdown,.form-upload-container, .form-box{
  margin-top: 2px;
}*/
.form-box {
  border: 1px solid #D9D8DF;
  background-color: #fff;
  padding: 10px 20px 10px;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s;
  color: #4B4B4B;
  position: relative;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-box img{
  width: 50px;
  height: auto;
}
.captcha {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
  background: #F9FBFC;
  align-items: center;
  border: 1px solid #D9D8DF;
  height: 67px;
}
/*Form Radio button*/
.swtichradiobtn .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
  top: 5px;
}
.swtichradiobtn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.swtichradiobtn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F1F7;
  -webkit-transition: .4s;
  transition: .4s;
}
.swtichradiobtn .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  right: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.swtichradiobtn input:checked + .slider {
  background-color: #2196F3;
}

.swtichradiobtn input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.swtichradiobtn input:checked + .slider:before {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
/* Rounded sliders */
.swtichradiobtn .slider.round {
  border-radius: 34px;
}
.swtichradiobtn .slider.round:before {
  border-radius: 50%;
}
.swtichradiobtn  .text{
  font-size: 14px;
  font-family:var(--meduim-font);
}

.datepicker-dropdown {
  padding: 20px;
}
/*
  Form Data
*/
.form-data-section .accordion-item {
  border: 0px;
}

.form-data-section .accordion-button {
  padding: 0px;
  pointer-events: none;
}
.form-data-section .accordion-button::before, .form-data-section .accordion-title:before, .form-data-section .accordion-title:after{
  display: none;
}
.form-data-section .collapse:not(.show){
  display: block;
}
.form-data-section .accordion-title {
  padding-right: 0;
}
.form-data-section {
  margin-bottom: 40px;
}
.form-data-title{
  font-family: var(--meduim-font);
  font-size: 18px;
  color: var(--blue-color);
  margin-bottom: 15px;
}
.form-data-row {
  border-bottom: 1px solid #dddddd9c;
  margin-bottom: 24px;
  position: relative
}
.form-data-row:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.form-data-row-delete{
  position: absolute;
  bottom: 20px;
  left: 0;
  font-family: var(--meduim-font);
  font-size: 18px;
}
.form-data-row-delete:hover{
  color: #FF0062;
  fill: #FF0062;
}
.form-data-row-delete .icon{
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.form-data-row-edit{
  position: absolute;
  top: -3px;
  left: 0;
}
.form-data-row-edit .icon {
  width: 12px;
  height: 11px;
  margin-left: 8px;
  stroke: #000;
  cursor: pointer;
}
/*.form-delete{
  position: absolute;
  bottom: 20px;
  left: 0;
  font-family: var(--meduim-font);
  font-size: 18px;
}
.form-delete:hover{
  color: #FF0062;
  fill: #FF0062;
}
.form-delete .icon{
  width: 14px;
  height: 14px;
  margin-left: 5px;
}*/

.form-data-card {
  background: #F2F1F74D;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0px 2px 18px #00000017;
}
.form-data .property {
  font-size: 11px;
  color: rgba(0,0,0,0.5);
  font-family: var(--meduim-font);
}

.form-data .value {
  font-size: 15px;
  font-family: var(--meduim-font);
}
.follow-up-files .form-upload-value{
  width: 300px;
}
.form-multiselect .form-checkbox input
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .form-upload span {
      padding: 6px 18px;
  }

  .form-textbox input {
      padding: 5px 20px 10px;
  }

  .form-data-section .accordion-item {
      border: 0px;
  }

  .form-data-section .accordion-button {
      padding: 0px;
      pointer-events: unset;
  }
  .form-data-section .accordion-button::before, .form-data-section .accordion-title:before, .form-data-section .accordion-title:after {
      display: block;
  }
  .form-data-section .collapse:not(.show) {
      display: none;
  }
  .form-data-section .accordion-title {
      padding-right: 40px;
  }
  .form-data-section .accordion-button::before {
      background: var(--blue-color) !important;
      border-color: var(--blue-color) !important;
  }
}

@media  (max-width: 575.98px) {
  .form{
      width: 100% !important; 
  }
  /*.form-message:after {
      text-indent: -5px
  }*/
  .form-password {
      width: 90%;
  }
  .form-data-row-edit span {
      display: none;
  }

  .form-data-row-edit {
      padding: 0px;
      min-width: auto;
      left: 0;
      border: 0px;
      background: #fff;
      box-shadow: 0px 2px 12px #00000017;
      width: 40px;
      height: 41px;
  }

  .form-data-row-edit .icon {
     position: relative;
      width: 18px;
      height: 18px;
    top: 8px;
  left: -3px
  }
}
@media (min-width: 1200px) {
 .form-input-lg-0{
     margin-bottom: 0px;
 }
}

/**Drag and Drop**/
.list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word
}


.list-item .flex {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto
  }


.list-item .no-wrap {
      white-space: nowrap
  }

.list-row .list-item {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem .625rem;
  cursor: move;
}

.list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-bottom: 1px solid #efefef;
  height: 50px;
}

.button {
  display: inline-block;
  padding: 7px 30px;
  text-align: center;
  border-radius: 30px;
  font-family: var(--meduim-font);
  font-size: 16px;
  transition: all 0.2s;
  height: 42px;
  /*line-height: 42px;*/
  position: relative;
  top: 0;
  border: 1px solid;
  cursor: pointer;
  border-color: transparent;
  min-width: 125px;
}
.button span{
    vertical-align: middle;
    line-height: normal;
    margin-left: 5px;
}

.button-grey {
    background-color: #1e243280;
    color: #fff !important;
}
/*button*/
.button-grey:hover {
  background-color: #1e243280;
}
.button-light {
  background-color: #f2f1f7b3;
}
.button-disabled {
  background-color: #f5f5f5;
  pointer-events: none;
  color: var(--light-color);
}
.button-auto {
  min-width: auto !important;
}
.button:focus-visible {
  outline: 0 !important;
}
.button-dark-blue {
    background: #1A4AB9;
    color:#fff !important;
}
.button-yellow {
    background: #ffda55;
    color: var(--main-color);
}
.button-yellow:hover {
  background: #f9cd2d;
  color: var(--main-color);
}
.button-purple {
  background: var(--purple-color);
  color: #fff;
}
.button-purple:hover {
  background: #5f51bf;
  color: #fff;
}
.button:hover {
  box-shadow: 0px 2px 12px #00000026;
  /*border-color: transparent;*/
  /*top: -2px;*/
}
.button-black {
  background-color: #1e2432;
  color: #fff !important;
}
.button-border-black {
    background: transparent;
    border-color: rgba(0 ,0 ,0 , 0.24);
    color: #1e2432;
}
.button-border-blue {
  background: transparent;
  border-color: var(--blue-color);
  color: var(--blue-color);
}
.button-border-blue:hover{
      color: var(--main-color);
}
.button-border-blue:hover .icon{
      fill: var(--main-color);
}
.button-white {
    color: var(--main-color) !important;
    background-color: #fff;
    box-shadow: 0px 8px 10px #00000008;
}
.button-white:hover {
  color: var(--blue-color) !important;
}
.button-fullwidth {
  width: 100%;
}
.button-large{
  min-width: 175px !important;
}
.button-responsive{
  min-width: 175px !important;
}
.button-blue {
  background-color: #0099ff;
  color: #fff !important;
}
.button-blue:hover {
  background-color: #0687dc;
}
.button-red {
  background-color: #ff523e;
  color: #fff !important;
}

.button-red:hover {
  background-color: #e44937;
}
.button-orange {
  background-color: #f9a439;
  color: #fff !important;
}
.button-orange:hover {
  background-color: #da8f30;
}
.button-green {
  background-color: #38b349;
  color: #fff !important;
}
.button-green:hover {
  background-color: #2d9a3c;
}
.button-circle {
   
    padding: 11px;
    
    border-radius: 50%;
   
     height: auto;
     min-width: auto; 
}
@media screen and (min-width: 1200px) {
  .button-lg-fullwidth {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .button {
    font-size: 14px;
    padding: 7px 16px 7px;
    /*height: 45px;*/
  }
  .button-responsive{
    min-width: 125px !important;
  }
}
@media (max-width: 767.98px) {
    .button {
        padding: 7px 16px;
    }
        /*.full-width .button {
        width: 100%;
    }*/
}

/*Titles*/

.title {
  display: inline-block;
}
/*Title size*/
.title-35 {
  font-size: 35px !important;
  margin-bottom: 25px;
}
.title-23 {
  font-size: 23px; /*edit*/
}
.title-25 {
  font-size: 25px !important;
  margin-bottom: 12px;
}
.title-16 {
  font-size: 16px !important;
}
.title-15 {
  font-size: 15px !important;
}
.title-14 {
  font-size: 14px !important;
}
.title-12 {
  font-size: 12px !important;
}
.title-20 {
  font-size: 20px !important;
  margin-bottom: 12px;
}
.title-18 {
  font-size: 18px !important;
}
.title-10 {
    font-size: 10px !important;
}
.title-22 {
    font-size: 22px !important;
}
.title-13 {
  font-size: 13px !important;
}
.title-28 {
    font-size: 28px !important;
}
.title-40 {
    font-size: 40px !important;
}
.title-50 {
  font-size: 50px !important;
}
.title-60{
    font-size:60px;
}
.title-30 {
  font-size: 30px !important;
}
/*Title Font*/
.title-meduim {
  font-family: var(--meduim-font) !important;
}
.title-bold {
  font-family: var(--bold-font) !important;
}

/*Title Color*/
.title-main {
  color: var(--main-color) !important;
}
.title-black {
  color: #000 !important;
}
.title-red {
  color: #ff0062;
}
.font-grey {
  color: #7d7d7d;
}
.title-13 {
  font-size: 13px !important;
}

.title-75 {
  font-size: 75px;
}
.title-dark-blue {
    color: #1A4AB9;
}
.title-red {
    color: #ff0000;
}
.title-200 {
  font-size: 200px;
  line-height: 0.86;
}
.title-red-light {
  color: #ff445b;
}
/*title*/

.title-yellow-light {
  color: #ffac4e;
}
/*title*/

.title-purple-dark {
  color: #852dee;
}
/*title*/

.title-orange-light {
    color: #F8C44C;
}
.title-blue-light {
    color: #44c4ff;
}
/*title*/

.title-blue-dark {
  color: #5044ff;
}
.num-page {
  font-size: 18px;
  font-family: var(--bold-font);
  margin: 0 2px;
  cursor: pointer;
}
.num-page.active {
  color: var(--blue-color) !important;
}

.title-light-blue {
  color: var(--light-blue);
}
.title-white {
  color: #fff !important;
}
.title-blue {
  color: var(--blue-color) !important;
}
.title-light {
  color: #1e243280 !important;
}
.title-light-grey{
  color: #7E7E7E;
}
.title-purple {
  color: var(--purple-color) !important;
}
.title-dark-gray {
  color: var(--dark-gray-color) !important;
}
.title-gray {
  color: var(--gray-color) !important;
}
.title-orange {
  color: #F9A439 !important;
}
.title-green {
  color: #38b349 !important;
}
.title-yellow {
  color: var(--yellow-color) !important;
}
.title-link span{
    margin-left: 5px;
}
.title-link:hover {
    color: var(--blue-color) !important;
    /*font-family: var(--bold-font);*/
}
.secondTitle{
  color: var(--babyblue-color) !important;
}
.secondTitleGreen{
  color: var(--green-color) !important;
}
.grayCont{background: #F4F4F6;border-radius: 20px;font-size:14px;padding:20px;}
.grayContPopup{background: #F4F4F6;border-radius: 10px;font-size:14px;padding:20px;}
.title-underline {
  text-decoration: underline;
  position: relative;
  /*border-bottom: 1px solid;*/
  /*display: inline-block;*/
}

.title-underline:hover {
  text-decoration: underline !important;
}
.title-nowrap{
    white-space: nowrap;
}
.title-center {
  text-align: center;
}
.title-icon .icon,
.title-icon .title {
  display: inline-block;
}

.title-icon.attached .icon {
    transform: rotate(45deg);
}

:root {
  --main-color: #2B254B;
  --blue-color: #4C80B6;
  /*like bebras  / kangroo / mawhiba / membership / moaatmar / rabia*/
  --light-color: #1e243280;
  --gray-color: #4B5563;
  --dark-gray-color: #497FB5;
  --darkblue-color: #1a4ab9;
  --dark-blue: #1a4ab9;
  --purple-color: #6c5dd2;
  /*like membership / moaatmar / rabita*/
  --yellow-color: #ffda55;
  /*like mawhiba  / rabita*/
  --green-color: #11998E;
  /*like bebras  / kangroo / mawhiba / membership / moaatmar / rabia*/
  --babyblue-color: #4C80B6;
  --orange-color: #ffac5a;
  /*like mawhiba*/
  --red-color: #ff0062;
  --form-color: #4b4b4b;
  --light-blue: #a5dbff;
  /*like mawhiba*/
  --darkgreen-color: #216f2c;
}






/*
    Image
*/
.image-50 {
  width: 50px !important;
  height: 50px;
}
.image-fit {
  object-fit: cover;
}
.image-fit-contain{
    object-fit:contain !important;

}
.image-round {
  border-radius: 16px;
  overflow: hidden;
}
.image-circle {
    border-radius: 50%;
    overflow: hidden;
}
.img-border-blue img {
  border: 2px solid var(--blue-color);
}
.image-120 {
    width: 120px !important;
    height: 120px;
}
.image-100 {
    width: 100px !important;
    height: 100px;
}
.image-65 {
    width: 65px !important;
    height:70px;
}
.image-40 {
    width: 40px !important;
    height: 40px !important;
}
.image-35 {
    width: 35px !important;
    height: 35px !important;
}
.image-70 {
  width: 70px !important;
  height: 70px;
}
.image-60 {
  width: 60px !important;
  height: 60px;
}
.image-20 {
    width: 20px !important;
    height: 20px;
}

.image-25 {
  width: 25px !important;
  height: 25px;
}

.icon-xsmall {
  width: 15px;
  height: 15px;
}

.image-50 {
  width: 50px !important;
}
.image-15 {
  width: 15px;
  height: 15px;
}
.image-90 {
  width: 90px !important;
  height: 90px;
}
.image-170 {
  width: 170px !important;
  height: 170px;
}
.image-w-130{
    width:130px !important
}

/*
    Notifications
*/
/* .notifications-menu-container {
  position: absolute;
  width: 480px;
  left: 15px;
  top: 35px;
  display: none;
} */
.notifications-container{
  position: relative;
}
.notifications-menu {
  border-radius: 18px;
  box-shadow: 0px 2px 12px #00000017;
  background-color: #fff;
  /*overflow: hidden;*/
}
.notifications-container.active .notifications-menu-container {
  display: block;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.notifications-menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.notifications-menu li{
  font-size: 14px;
  border-bottom: 1px solid #ECEBEF;
  padding: 15px 20px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.notifications-menu li:last-child{
  border-bottom: 0px;
      border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.notifications-menu li .title{
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  font-family: var(--meduim-font);
  flex: 0 0 auto;
  width: auto;
}
.notifications-menu li .info{
  flex: 0 0 auto;
  width: auto;
}
.notifications-menu li.new{
  background-color: #d9d8df24;
}
.notifications-menu li.new .title, .notifications-menu li.new .date{
  color: var(--blue-color);
}
.notifications-menu li.new .date .icon{
  fill: var(--blue-color);
}
.notifications-menu .date{
  font-size: 11px;
  color: rgba(0,0,0,0.5);
  display: inline-block;
}
.notifications-menu .date .icon {
  width: 15px;
  height: 15px;
  fill: rgba(0,0,0,0.5);
  margin-left: 5px;
}
.notifications-menu .more-options {
  margin-right: 10px;
  display: inline-block;
}
/*.notifications-menu .more-options-link {
  position: relative;
}
.notifications-menu .more-options-menu a {
  margin: 0px !important;
  top: 0px !important;
}
.notifications-menu .more-options-link .icon{
  width: 20px;
  height: 20px;
}*/
.notifications-menu .more-options-menu {
  left: 0;
  width: 160px;
}
@media (max-width: 767.98px) {
  .notifications-menu li .title, .notifications-menu li .info {
      /* width: 100%; */
  }
  /* .notifications-menu-container {
      position: absolute;
      width: 325px;
      left: -60px;
      top: 35px;
      display: none;
  } */
  .more-options-menu{
      right:0
  }
}
.container-sparator h5{
  font-size: 14px;
}

.line-reg {
    height: 2px;
    flex: 1;
    background-color: #e5e5e5;
}



.container-filter {
  padding: 10px;
  background-color: #f1f3f4;
  border-radius: 54px;
  margin: 0 auto;
  margin-bottom: 15px;

}



.tab-item {
  text-align: center;
  padding: 15px 10px;
  border-radius: 31px;
  color: #7F7F7F;
  cursor: pointer;
}
.tab-item:hover{
  color:#7F7F7F;
}
.active-tab-mobile {
background: #7a5df5;
/* background: linear-gradient(183deg, rgba(128, 121, 171, 1) 0%, rgba(46, 46, 86, 1) 100%); */
background:linear-gradient(183deg, rgba(128, 121, 171, 1) 0%, rgb(122 93 245) 100%);
  color: #fff;
  }
  .active-tab-mobile:hover{
    color:#fff;
  }
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJtYWluL2NvbXBvbmVudHMvbm90aWZpY2F0aW9ucy5jc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICAgIE5vdGlmaWNhdGlvbnNcclxuKi9cclxuLm5vdGlmaWNhdGlvbnMtbWVudS1jb250YWluZXIge1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgd2lkdGg6IDQ4MHB4O1xyXG4gICAgbGVmdDogMTVweDtcclxuICAgIHRvcDogMzVweDtcclxuICAgIGRpc3BsYXk6IG5vbmU7XHJcbn1cclxuLm5vdGlmaWNhdGlvbnMtY29udGFpbmVye1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG59XHJcbi5ub3RpZmljYXRpb25zLW1lbnUge1xyXG4gICAgYm9yZGVyLXJhZGl1czogMThweDtcclxuICAgIGJveC1zaGFkb3c6IDBweCAycHggMTJweCAjMDAwMDAwMTc7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xyXG4gICAgLypvdmVyZmxvdzogaGlkZGVuOyovXHJcbn1cclxuLm5vdGlmaWNhdGlvbnMtY29udGFpbmVyLmFjdGl2ZSAubm90aWZpY2F0aW9ucy1tZW51LWNvbnRhaW5lciB7XHJcbiAgICBkaXNwbGF5OiBibG9jaztcclxuICAgIC13ZWJraXQtYW5pbWF0aW9uLWR1cmF0aW9uOiAwLjJzO1xyXG4gICAgYW5pbWF0aW9uLWR1cmF0aW9uOiAwLjJzO1xyXG4gICAgLXdlYmtpdC1hbmltYXRpb24tZmlsbC1tb2RlOiBib3RoO1xyXG4gICAgYW5pbWF0aW9uLWZpbGwtbW9kZTogYm90aDtcclxuICAgIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVJbjtcclxuICAgIGFuaW1hdGlvbi1uYW1lOiBmYWRlSW47XHJcbn1cclxuLm5vdGlmaWNhdGlvbnMtbWVudSB1bHtcclxuICAgIG1hcmdpbjogMDtcclxuICAgIHBhZGRpbmc6IDA7XHJcbiAgICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7XHJcbn1cclxuLm5vdGlmaWNhdGlvbnMtbWVudSBsaXtcclxuICAgIGZvbnQtc2l6ZTogMTRweDtcclxuICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjRUNFQkVGO1xyXG4gICAgcGFkZGluZzogMTVweCAyMHB4O1xyXG4gICAgZGlzcGxheTogZmxleCAhaW1wb3J0YW50O1xyXG4gICAgZmxleC13cmFwOiB3cmFwO1xyXG4gICAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xyXG59XHJcbi5ub3RpZmljYXRpb25zLW1lbnUgbGk6bGFzdC1jaGlsZHtcclxuICAgIGJvcmRlci1ib3R0b206IDBweDtcclxuICAgICAgICBib3JkZXItYm90dG9tLWxlZnQtcmFkaXVzOiAxOHB4O1xyXG4gICAgYm9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6IDE4cHg7XHJcbn1cclxuLm5vdGlmaWNhdGlvbnMtbWVudSBsaSAudGl0bGV7XHJcbiAgICBmb250LXNpemU6IDEzcHg7XHJcbiAgICBjb2xvcjogcmdiYSgwLDAsMCwwLjUpO1xyXG4gICAgZm9udC1mYW1pbHk6IHZhcigtLW1lZHVpbS1mb250KTtcclxuICAgIGZsZXg6IDAgMCBhdXRvO1xyXG4gICAgd2lkdGg6IGF1dG87XHJcbn1cclxuLm5vdGlmaWNhdGlvbnMtbWVudSBsaSAuaW5mb3tcclxuICAgIGZsZXg6IDAgMCBhdXRvO1xyXG4gICAgd2lkdGg6IGF1dG87XHJcbn1cclxuLm5vdGlmaWNhdGlvbnMtbWVudSBsaS5uZXd7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZDlkOGRmMjQ7XHJcbn1cclxuLm5vdGlmaWNhdGlvbnMtbWVudSBsaS5uZXcgLnRpdGxlLCAubm90aWZpY2F0aW9ucy1tZW51IGxpLm5ldyAuZGF0ZXtcclxuICAgIGNvbG9yOiB2YXIoLS1ibHVlLWNvbG9yKTtcclxufVxyXG4ubm90aWZpY2F0aW9ucy1tZW51IGxpLm5ldyAuZGF0ZSAuaWNvbntcclxuICAgIGZpbGw6IHZhcigtLWJsdWUtY29sb3IpO1xyXG59XHJcbi5ub3RpZmljYXRpb25zLW1lbnUgLmRhdGV7XHJcbiAgICBmb250LXNpemU6IDExcHg7XHJcbiAgICBjb2xvcjogcmdiYSgwLDAsMCwwLjUpO1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG59XHJcbi5ub3RpZmljYXRpb25zLW1lbnUgLmRhdGUgLmljb24ge1xyXG4gICAgd2lkdGg6IDE1cHg7XHJcbiAgICBoZWlnaHQ6IDE1cHg7XHJcbiAgICBmaWxsOiByZ2JhKDAsMCwwLDAuNSk7XHJcbiAgICBtYXJnaW4tbGVmdDogNXB4O1xyXG59XHJcbi5ub3RpZmljYXRpb25zLW1lbnUgLm1vcmUtb3B0aW9ucyB7XHJcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbn1cclxuLyoubm90aWZpY2F0aW9ucy1tZW51IC5tb3JlLW9wdGlvbnMtbGluayB7XHJcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbn1cclxuLm5vdGlmaWNhdGlvbnMtbWVudSAubW9yZS1vcHRpb25zLW1lbnUgYSB7XHJcbiAgICBtYXJnaW46IDBweCAhaW1wb3J0YW50O1xyXG4gICAgdG9wOiAwcHggIWltcG9ydGFudDtcclxufVxyXG4ubm90aWZpY2F0aW9ucy1tZW51IC5tb3JlLW9wdGlvbnMtbGluayAuaWNvbntcclxuICAgIHdpZHRoOiAyMHB4O1xyXG4gICAgaGVpZ2h0OiAyMHB4O1xyXG59Ki9cclxuLm5vdGlmaWNhdGlvbnMtbWVudSAubW9yZS1vcHRpb25zLW1lbnUge1xyXG4gICAgbGVmdDogMDtcclxuICAgIHdpZHRoOiAxNjBweDtcclxufVxyXG5AbWVkaWEgKG1heC13aWR0aDogNzY3Ljk4cHgpIHtcclxuICAgIC5ub3RpZmljYXRpb25zLW1lbnUgbGkgLnRpdGxlLCAubm90aWZpY2F0aW9ucy1tZW51IGxpIC5pbmZvIHtcclxuICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgIH1cclxuICAgIC5ub3RpZmljYXRpb25zLW1lbnUtY29udGFpbmVyIHtcclxuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgICAgd2lkdGg6IDMyNXB4O1xyXG4gICAgICAgIGxlZnQ6IC02MHB4O1xyXG4gICAgICAgIHRvcDogMzVweDtcclxuICAgICAgICBkaXNwbGF5OiBub25lO1xyXG4gICAgfVxyXG4gICAgLm1vcmUtb3B0aW9ucy1tZW51e1xyXG4gICAgICAgIHJpZ2h0OjBcclxuICAgIH1cclxufSJdLCJmaWxlIjoibWFpbi9jb21wb25lbnRzL25vdGlmaWNhdGlvbnMuY3NzIn0= */

