body {
  font-family: ib-Arabic-Regular;
  line-height: 1.5;
  overflow-x: hidden;
  text-align: right
 }
 .row{
   flex-direction: row-reverse;
 }
p{
  direction: rtl;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.text-black {
  color: #000000 !important; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.pb-50x2 {
  padding-bottom: 100px !important; }

.btn {
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  padding: 15px 30px;
  font-weight: 700;
  border-width: 2px; }
  .btn.btn-pill {
    border-radius: 30px; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.has-icon .lni {
    font-size: 22px; }
  .btn.btn-primary {
    float: left;
    color: #fff;
    background: #2e2b70; margin-bottom: 30px;}
    .btn.btn-primary:hover {
      -webkit-box-shadow: 0 15px 30px -15px rgb(46 43 112 / 50%);
      box-shadow: 0 15px 30px -15px rgb(46 43 112 / 50%); }
  .btn.btn-outline-white {
    color: #fff;
    border-color: #fff;
  float: right;    margin-left: 4px;}
    .btn.btn-outline-white:hover {
      background: #fff !important;
      color: #000000 !important; }
  .btn.btn-outline-white-reverse {
    color: #ffffff;
    float: right;
    border-color: #e38231;
    background: #e38231; }
    span.icon-play.mr-2 {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
    transform: rotate(180deg);}
    .btn.btn-outline-white-reverse:hover {
      background: transparent;
      color: #fff; }
      .mr-2, .mx-2 {
    margin-left: 0.5rem!important;
}
  .btn.btn-outline-black {
    color: #000000;
    border-color: #000000; }
    .btn.btn-outline-black:hover {
      background: #000000;
      color: #fff; }
  .btn.btn-outline-black-reverse {
    color: #fff;
    border-color: #000000;
    background: #000000; }
    .btn.btn-outline-black-reverse:hover {
      background: transparent;
      color: #000000; }
  .btn.btn-sm {
    padding: 7px 20px; }

.form-control:active, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

a.more {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #000000; }
  a.more:before {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    top: 50%;
    background: #000000;
    position: absolute; }
  a.more:hover {
    padding-left: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #000000; }
    a.more:hover:before {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      width: 10px; }

#site-overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.site-loader-wrap {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.site-loader {
  width: 2rem;
  height: 2rem;
  margin: 2rem auto;
  border-radius: 50%;
  border: 0.25rem solid rgba(47, 203, 206, 0.3);
  border-top-color: #2e2b70;
  -webkit-animation: 1.5s spin infinite linear;
  animation: 1.5s spin infinite linear; }
  .site-loader.dark {
    border: 0.25rem solid rgba(0, 0, 0, 0.3);
    border-top-color: #000000; }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  background : #fff;
	  }
  #site-header.position-relative {
    position: relative; }
  @media (max-width: 991.98px) {
    #site-header {
      background: #fff; } }
  #site-header .navbar .nav-item a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 10px 0px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
    color: #2c2a6d; }
      #site-header .navbar .nav-item a:hover{
        color: #e38231
      }
    @media (max-width: 991.98px) {
      #site-header .navbar .nav-item a {
        margin-right: 0px;
        margin-left: 0px; } }
    #site-header .navbar .nav-item a:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      background-color: #e38231;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right;
      -webkit-transition: 0.7s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.7s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: 0.7s transform cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.7s transform cubic-bezier(0.23, 1, 0.32, 1);
      transition: 0.7s transform cubic-bezier(0.23, 1, 0.32, 1), 0.7s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1); }
    #site-header .navbar .nav-item a:hover:after {
      -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      transform-origin: bottom left;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
      #site-header .navbar .nav-item.active a{
        color: #e38231
      }
  #site-header .navbar .nav-item.active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #e38231;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  #site-header .navbar.navbar-light #logo_dark {
    display: block; }
    @media (max-width: 991.98px) {
      #site-header .navbar.navbar-light #logo_dark {
        display: block; } }
  #site-header .navbar.navbar-light #logo_light {
    display: none; }
    @media (max-width: 991.98px) {
      #site-header .navbar.navbar-light #logo_light {
        display: none; } }
  #site-header .navbar.navbar-light .nav-item a {
    color: black; }
  #site-header .navbar.navbar-dark #logo_dark {
    display: none; }
    @media (max-width: 991.98px) {
      #site-header .navbar.navbar-dark #logo_dark {
        display: block;    max-width: 200px; } }
  #site-header .navbar.navbar-dark #logo_light {
    display: block; width:250px;}
    @media (max-width: 991.98px) {
      #site-header .navbar.navbar-dark #logo_light {
        display: none; } }
  @media (max-width: 991.98px) {
    #site-header .navbar.navbar-dark .nav-item a {
      color: black; } }

@media (max-width: 991.98px) {
  #main-nav {
    background: #fff; } }

@media (max-width: 991.98px) {
  #main-nav .navbar-nav {
    margin-bottom: 0; } }

.burger-toggle-menu {
  display: none;
  width: 20px;
  top: 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99; }
  @media (max-width: 991.98px) {
    .burger-toggle-menu {
      display: block; } }
  .burger-toggle-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .burger-toggle-menu span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .burger-toggle-menu span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .burger-toggle-menu span:nth-child(3) {
      top: 20px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  .burger-toggle-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0; }
  .burger-toggle-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .burger-toggle-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 0; }

.cover {
  background-color: #efefef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right; }
  .cover.overlay {
    position: relative; }
    .cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2); }
  /**.cover, .cover .container > .row {
    height: 100vh;
    min-height: 550px; }**/
    @media (max-width: 767.98px) {
      /**.cover, .cover .container > .row {
        text-align: center; }**/
        .cover .btn, .cover .container > .row .btn {
          display: block !important;
          margin-bottom: 10px; } }
  .cover .heading {
    font-size: 30px;
    text-align: right;
  direction: rtl;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px; }
    @media (max-width: 1199.98px) {
      .cover .heading {
        font-size: 30px; } }
    @media (max-width: 991.98px) {
      .cover .heading {
        font-size: 30px; } }
  .cover .caption {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1rem;
    color: #fff;
    font-weight: 700;
  text-align: right;
direction: rtl;}

.page-heading-85912 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 4rem 0; }
  .page-heading-85912:before {
    position: absolute;
    content: "";
    background: #183661;
    opacity: 0.7;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page-heading-85912 > .container {
    position: relative;
    z-index: 2; }
  .page-heading-85912 .heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 1199.98px) {
      .page-heading-85912 .heading {
        font-size: 2.5rem; } }
    @media (max-width: 991.98px) {
      .page-heading-85912 .heading {
        font-size: 2rem; } }
  .page-heading-85912 p {
    font-size: 18px; }

#main {
  position: relative; }

.site-section {
  padding: 70px 0; }

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .section-heading {
      font-size: 1.9rem; } }
  @media (max-width: 991.98px) {
    .section-heading {
      font-size: 1.7rem; } }
  .section-heading.heading-sm {
    font-size: 1.5rem; }
  .section-heading.heading-xs {
    padding-bottom: 10px !important;
    font-size: 1.1rem; }
    .section-heading.heading-xs:before {
      width: 50px; }
  .section-heading:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 90px;
    height: 2px; }
  .section-heading.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .section-heading.text-right:before {
    left: auto;
    right: 0; }
  .section-heading.line-primary {
	  color:#e38231;
    padding-bottom: 20px;
  direction: rtl;}
    .section-heading.line-primary:before {
      background: #e38231; }
  .section-heading.line-white {
    padding-bottom: 20px; }
    .section-heading.line-white:before {
      background: #fff; }
  .section-heading.line-black {
    padding-bottom: 20px; }
    .section-heading.line-black:before {
      background: #000000; }

.horizontal-line {
  padding-left: 50px;
  position: relative; }
  .horizontal-line:before {
    width: 30px;
    height: 1px;
    content: "";
    top: 10px;
    left: 0;
    position: absolute; }
  .horizontal-line.dark:before {
    background: #000000; }
  .horizontal-line.light:before {
    background: #fff; }
  .horizontal-line.primary:before {
    background: #2e2b70; }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6); }
    .bg-image.overlay > .container {
      position: relative;
      z-index: 2; }

.bg-floating-1 {
  position: absolute;
  z-index: -1;
  height: 300px;
  width: 300px;
  top: -100px;
  left: 0;
  background-image: url("../images/loader.gif");
  background-size: cover;
  background-position: center;
  opacity: .03; }

.bg-floating-3 {
  position: absolute;
  z-index: -1;
  height: 300px;
  width: 300px;
  left: -100px;
  top: -100px;
  background-size: cover;
  background-position: center;
  opacity: .03;
  background-image: url("../images/flaticon/svg/005-lungs.svg"); }

.bg-floating-2 {
  position: absolute;
  z-index: -1;
  height: 300px;
  width: 300px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: .03;
  background-image: url("../images/flaticon/svg/001-virus.svg"); }

.analytics {
  width: 70%;
  margin-top: -100px;
  position: relative;
  }
  @media (max-width: 991.98px) {
    .analytics {
      margin-top: -50px;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .analytics > .col {
      width: 100%; } }
  .analytics > .col > .data h3{
	  color:#fff;
	  font-size:25px;
  }
  .analytics > .col > .data {
    padding: 10px 40px; }
    .analytics > .col > .data.cases {
		  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
      background: #e38231; }
    .analytics > .col > .data.deaths {
		  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
      background: #f8c922; }
    .analytics > .col > .data.recovered {
		 /* -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;*/
      background: #302c6c; }
    .analytics > .col > .data.recovered2 {
		  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
      background: #5d59b0; }
      .analytics > .col > .data.recovered .number {
        color: #fff; }
      .analytics > .col > .data.recovered .caption {
        color: rgba(255, 255, 255, 0.7); }
      .analytics > .col > .data.recovered > .last-record > .data > .caption, .analytics > .col > .data.recovered > .last-record > .data .number {
        color: #fff; }
    .analytics > .col > .data > .number {
      font-size: 1.5rem;
      color: #fff; }
    .analytics > .col > .data > .caption {
      font-size: 11px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.7);
      text-transform: capitalize;}
    .analytics > .col > .data > .last-record > .data > .caption {
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-size: 11px; }
    .analytics > .col > .data > .last-record > .data > .number {
      font-size: 1.5rem;
      color: #fff; }

.overflow-hidden {
  overflow: hidden; }

.section-21219 {
  padding: 70px 0 0 0;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .section-21219 {
      padding-bottom: 70px; } }
  .section-21219 a {
    color: rgba(255, 255, 255, 0.7); }
    .section-21219 a:hover {
      color: #fff; }
  .section-21219 .bg {
    padding: 40px 40px 40px 0; }
    @media (max-width: 991.98px) {
      .section-21219 .bg {
        padding-right: 0; } }
    .section-21219 .bg:before {
      height: 100%;
      content: "";
      left: 0;
      left: -100%;
      z-index: -1;
      top: 0;
      background-color: #BBE4EC;
      background: #2e2b70;
      position: absolute;
      width: 200%; }
      @media (max-width: 767.98px) {
        .section-21219 .bg:before {
          left: -50%; } }

.widget-29182 {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d4d4d4; }
  @media (max-width: 991.98px) {
    .widget-29182 {
      margin-top: 30px; } }
  .widget-29182 .widget-inner {
    padding-left: 20px;
    padding-right: 20px; }
  .widget-29182 h3 {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px; }
  .widget-29182.widget-29182-v2 {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0; }
    .widget-29182.widget-29182-v2 .widget-inner {
      padding-left: 0;
      padding-right: 0; }
  .widget-29182 .img-mb-2 {
    margin-bottom: 30px; }
  .widget-29182 ul {
    margin-bottom: 0; }
    .widget-29182 ul li {
      display: block; }
      .widget-29182 ul li a {
        display: block;
        line-height: 1.4;
        text-decoration: underline;
        padding-top: 4px;
        padding-bottom: 4px;
        color: #777;
        padding-right: 20px;
        position: relative; }
        .widget-29182 ul li a:before {
          color: #2e2b70;
          font-family: 'icomoon';
          content: "\e314";
          position: absolute;
          top: .3rem;
          right: 0; }
        .widget-29182 ul li a:hover {
          color: #2e2b70; }

.slider-29101-wrap {
  margin-top: 50px; }
  .slider-29101-wrap .slider-custom-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    margin-right: 40px; }
    @media (max-width: 767.98px) {
      .slider-29101-wrap .slider-custom-nav {
        margin-right: 0; } }
    .slider-29101-wrap .slider-custom-nav li {
      display: block;
      margin-bottom: 10px;
      text-align: center; }
      .slider-29101-wrap .slider-custom-nav li a {
        border-radius: 4px;
        display: block;
        padding: 10px 20px;
        color: #000000;
        position: relative;
        z-index: 2;
        font-weight: 700; }
        .slider-29101-wrap .slider-custom-nav li a:after {
          left: 100%;
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%);
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(222, 222, 222, 0);
          border-left-color: #fff;
          border-width: 7px;
          margin-top: -7px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease;
          z-index: 1; }
          @media (max-width: 991.98px) {
            .slider-29101-wrap .slider-custom-nav li a:after {
              display: none; } }
        .slider-29101-wrap .slider-custom-nav li a:hover {
          background: rgba(0, 0, 0, 0.02);
          color: #000000; }
      .slider-29101-wrap .slider-custom-nav li.active a {
        color: black;
        background: #fff;
        position: relative;
        -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }
        .slider-29101-wrap .slider-custom-nav li.active a:after {
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          transform: translateX(0%);
          opacity: 1;
          visibility: visible; }
  .slider-29101-wrap .symptom {
    margin-bottom: 30px;
    text-align: left; }
    .slider-29101-wrap .symptom .img-wrap {
      position: relative;
      display: inline-block; }
      .slider-29101-wrap .symptom .img-wrap > .number {
        border: 2px solid #000000;
        -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 5px;
        right: 5px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        line-height: 26px;
        display: inline-block;
        color: black;
        background: #BBE4EC;
        background: #2e2b70; }
    .slider-29101-wrap .symptom img {
      width: 120px; }
    .slider-29101-wrap .symptom h3 {
      font-size: 16px;
      font-weight: 700;
      color: #000000; }
    .slider-29101-wrap .symptom p {
      color: rgba(0, 0, 0, 0.5);
      font-size: 15px; }

.community-program {
  padding: 50px 0; }
  .community-program .tns-nav {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 50px;
    z-index: 9;
    text-align: center; }
    .community-program .tns-nav button {
      border: none;
      display: inline-block;
      margin: 4px;
      position: relative; }
      .community-program .tns-nav button:before {
        position: absolute;
        content: "";
        width: 8px !important;
        height: 8px !important;
        background: #ccc;
        border-radius: 50%; }
      .community-program .tns-nav button:hover:before {
        background: #2e2b70; }
      .community-program .tns-nav button:active, .community-program .tns-nav button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .community-program .tns-nav button.tns-nav-active:before {
        background: #2e2b70; }

.slider-21934-next,
.slider-21934-prev {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  width: 50px;
  border: none;
  height: 50px;
  position: relative;
  display: inline-block;
  color: black;
  border-radius: 50%;
  background: #fff; }
  .slider-21934-next:active, .slider-21934-next:focus,
  .slider-21934-prev:active,
  .slider-21934-prev:focus {
    outline: none; }
  .slider-21934-next > span,
  .slider-21934-prev > span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slider-21934-next:hover,
  .slider-21934-prev:hover {
    color: #fff;
    background: #2e2b70;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
  .slider-21934-next.disabled,
  .slider-21934-prev.disabled {
    opacity: .5;
    cursor: default;
    color: rgba(0, 0, 0, 0.2); }
    .slider-21934-next.disabled:hover,
    .slider-21934-prev.disabled:hover {
      color: rgba(0, 0, 0, 0.2);
      background: #fff;
      -webkit-box-shadow: none;
      box-shadow: none; }

.slider-21934-next > span {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }

.media-29191 {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #e5e5e5c7;height:140px }
  .media-29191 .media-29191-body {
    padding: 30px; }
  .media-29191 > a {
    overflow: hidden;
    position: relative;
    display: block; }
    .media-29191 > a figure {
      margin-bottom: 0;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      position: relative; }
  .media-29191:hover > a figure {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .media-29191 h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    color: #2e2b70; }
    .media-29191 h2 a {
      color: #2e2b70; }
  .media-29191 .position {
    color: #858585; }
  .media-29191 .date {
    color: #b3b3b3; }

.media-29149 {
  margin-bottom: 30px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 1;
  -webkit-box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.2); }
  .media-29149:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1); }
  .media-29149 .img-wrap {
    position: relative;
    overflow: hidden; }
    .media-29149 .img-wrap img {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .media-29149 .text {
    padding: 20px;
    background: #fff; }
    .media-29149 .text h3 {
      font-size: 16px;
      font-weight: 700; }
      .media-29149 .text h3 a {
        color: #000000; }
    .media-29149 .text *:last-child {
      margin-bottom: 0; }
  .media-29149:hover .img-wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.section-29191 {
  position: relative;
  overflow: hidden; }
  .section-29191 .bg:before {
    height: 200vh;
    content: "";
    right: -150%;
    z-index: -1;
    background-color: #fff;
    position: absolute;
    width: 200%;
    margin-top: 0%; }
.section-29191 .bg:after {
    height: 200vh;
    content: "";
    right: -150%;
    z-index: -1;
    /*background-image: url(../images/bg-logo.png);*/
	background-size:60px;
    position: absolute;
    width: 200%;
    margin-top: 0%;
	filter: grayscale(100%);
	opacity: 0.17;
}

    @media (max-width: 991.98px) {
      .section-29191 .bg:before {
        right: -50%;
        margin-top: 70%; }
		.section-29191 .bg:after {
        right: -50%;
        margin-top: 70%; } }

.social-29021 li {
  display: inline-block; }
  .social-29021 li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 50%;
    background: #2f2f2f;
    position: relative; }
    .social-29021 li a span {
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.social-29021.primary li a {
  background: #2e2b70;
  color: #fff; }

.call .wrap-icon {
  font-size: 28px;
  color: #2e2b70;
  margin-right: 10px; }

.call .number {
  font-size: 28px;
  color: #fff; }

.link-underline {
  text-decoration: underline; }
  .link-underline:hover {
    text-decoration: none; }

.copyright {
  padding-top: 50px;
  position: relative;
  font-size: 14px; }
  .copyright:before {
    position: absolute;
    content: "";
    left: 15px;
    right: 15px;
    height: 1px;
    top: 30px;
    background: rgba(255, 255, 255, 0.2); }

.custom-accordion {
  -webkit-box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative; }
  .custom-accordion.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .custom-accordion .accordion-item {
    background-color: #fff;
    position: relative;
    background: #fffaf6; }
    .custom-accordion .accordion-item .btn-link {
      display: block;
      width: 100%;
      font-size: 16px;
      border-radius: 0;
      text-transform: none;
      letter-spacing: normal;
      padding: 15px;
      text-decoration: none;
      text-align: right;
      color: #000;
      padding-right: 40px;
      position: relative;
      background: #fff;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; }
      .custom-accordion .accordion-item .btn-link:before {
        font-family: "icomoon";
        content: "\e313";
        position: absolute;
        top: 50%;
        font-size: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px; }
      .custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
        font-family: "icomoon";
        content: "\e316";
        position: absolute;
        color: #e38258;
        color: #e38258;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px; }
    .custom-accordion .accordion-item.active {
      z-index: 2;
      position: relative; }
      .custom-accordion .accordion-item.active:before {
        content: "";
        width: 2px;
        height: 100%;
        z-index: 2;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #743beb;
        background-color: #2e2b70; }
      .custom-accordion .accordion-item.active .btn-link {
        color: #e38258;
        color: #e38258;
        background: #f8f8fa;
        background: rgba(47, 203, 206, 0.05);
        background: #fffaf6; }
    .custom-accordion .accordion-item:first-child .btn-link {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;}
    .custom-accordion .accordion-item:last-child .btn-link {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; }
    .custom-accordion .accordion-item .accordion-body {
      padding: 0px 20px 20px 20px;
    direction: rtl;}

.video-wrap {
  position: relative;
  position: relative;
  z-index: 2; }
  .video-wrap .video {
    margin-bottom: 0; }
    .video-wrap .video img {
      margin-bottom: 0; }

.counter-78529 .icon-wrap {
  margin-right: 1.5rem; }
  .counter-78529 .icon-wrap > span {
    position: relative;
    font-size: 3rem; }

.counter-78529 .counter-text strong {
  line-height: 1.5;
  font-size: 2.5rem;
  display: block;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0; }

.counter-78529 .counter-text span {
  line-height: 1; }

.news-updates-22796 {
  padding: 70px 0; }

.post-entry-big-22796 .img-link {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden; }
  .post-entry-big-22796 .img-link img {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .post-entry-big-22796 .img-link:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
    background: #000;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .post-entry-big-22796 .img-link img {
    z-index: 1; }
  .post-entry-big-22796 .img-link:hover:before {
    opacity: 0.6;
    visibility: visible; }
  .post-entry-big-22796 .img-link:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.post-entry-big-22796 .post-content .post-meta a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }

.post-entry-big-22796 .post-content .post-meta .mx-1 {
  color: #ccc; }

.post-entry-big-22796 .post-content .post-heading {
  line-height: 0.9; }
  .post-entry-big-22796 .post-content .post-heading a {
    font-size: 18px;
    font-weight: bold;
    color: #303030; }
    .post-entry-big-22796 .post-content .post-heading a:hover {
      color: #2e2b70; }

.post-entry-big-22796.horizontal .img-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px; }

.video-41036 {
  position: relative;
  display: block; }
  .video-41036 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .video-41036 .play > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-41036:hover {
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3); }
    .video-41036:hover .play {
      width: 70px;
      height: 70px; }

.custom-breadcrumns-23195 {
  padding: 20px 0; direction: rtl;}
  .custom-breadcrumns-23195.border-bottom {
    border-bottom: 1px solid #efefef !important; }
  .custom-breadcrumns-23195 span,
  .custom-breadcrumns-23195 a {
    font-size: 14px; }
  .custom-breadcrumns-23195 a {
    display: inline-block;
    color: #bdbdbd; }
    .custom-breadcrumns-23195 a:hover {
      color: #2e2b70; }
  .custom-breadcrumns-23195 .current {
    color: #2e2b70; }

.section-29101 figure .bg:before {
  content: "";
  background: #2e2b70;
  height: 70%;
  position: absolute;
  bottom: -70px;
  right: 50%;
  z-index: -1;
  width: 200%; }
  @media (max-width: 991.98px) {
    .section-29101 figure .bg:before {
      bottom: 0; } }

.figure-shadow img {
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3); }

.figure-slider-shadow {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.3); }

.blockquote-19210 {
  margin-bottom: 30px;
  border-left: none;
  padding-left: 0; }
  .blockquote-19210 img {
    width: 40px;
    border-radius: 50%; }
  .blockquote-19210 p {
    font-size: 1rem; }
  .blockquote-19210 p:first-child {
    border-left: 10px #eee solid;
    margin-bottom: 20px; }
  .blockquote-19210 p {
    padding-left: 20px;
    color: #000000;
    font-style: italic; }

.form-control {
  border-radius: 0;
  text-align: right;
  direction: rtl;
  background: #f8f9fa;
  border: none;
  padding: 26px 20px;
  font-size: 18px; }
  .form-control:active, .form-control:focus {
    background: #eff1f4; }

.quick-contact-info-91921 ul li {
  margin-bottom: 30px; flex-direction: row-reverse;}
  .quick-contact-info-91921 ul li .wrap-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    position: relative;
    border-radius: 4px;
    background: #2e2b70;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    margin-left: 20px; }
    .quick-contact-info-91921 ul li .wrap-icon span {
      font-size: 30px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .quick-contact-info-91921 ul li strong, .quick-contact-info-91921 ul li a {
    font-weight: 700; }

#map {
  height: 500px; }

.section-13922 {
  position: relative;
  overflow: hidden; }
  .section-13922 figure {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    margin-bottom: 50px; }
    @media (max-width: 991.98px) {
      .section-13922 figure {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); } }
  .section-13922 .bg:before {
    content: "";
    background: #2e2b70;
    height: 100%;
    position: absolute;
    bottom: -70px;
    right: -130%;
    z-index: -1;
    width: 200%; }
    @media (max-width: 991.98px) {
      .section-13922 .bg:before {
        bottom: 0; } }
  .section-13922 .subsection-heading {
    font-size: 18px; }

.vertical-nav li {
  display: block;
  margin-bottom: 15px; }
  .vertical-nav li a {
    background: #f8f9fa;
    padding: 15px 10px;
    display: block;
    border-radius: 4px;
    color: #000000;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: 0px 0px 0px 0 #2e2b70;
    box-shadow: 0px 0px 0px 0 #2e2b70; }
    .vertical-nav li a > .icon {
      width: 30px; }
      .vertical-nav li a > .icon img {
        max-width: 100%; }
    .vertical-nav li a:hover {
      -webkit-box-shadow: 5px 5px 0px 0 #2e2b70;
      box-shadow: 5px 5px 0px 0 #2e2b70; }
  .vertical-nav li.active a {
    font-weight: 700;
    -webkit-box-shadow: 5px 5px 0px 0 #2e2b70;
    box-shadow: 5px 5px 0px 0 #2e2b70; }

.media-95492 {
  background: #fff;
  position: relative;
  z-index: 1; }
  .media-95492:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 0;
    background: #2e2b70;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.3s height cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.3s height cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.3s height cubic-bezier(0.23, 1, 0.32, 1); }
  .media-95492 .thumb {
    position: relative;
    height: 200px;
    display: block; }
    .media-95492 .thumb img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .media-95492.entry-lg .thumb {
    height: 250px; }
    @media (max-width: 991.98px) {
      .media-95492.entry-lg .thumb {
        height: 200px; } }
  .media-95492 .media-95492-body {
    padding: 30px; }
    .media-95492 .media-95492-body h3 {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5; }
      .media-95492 .media-95492-body h3 a {
        color: #000000; }
    .media-95492 .media-95492-body .more {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      position: absolute;
      bottom: 30px; }
  .media-95492:hover:before {
    height: 50px; }
  .media-95492:hover .more {
    bottom: 15px; }

.slider-bar-wrap .slider-bar {
  width: 100%;
  overflow: hidden;
  height: 4px;
  border-radius: 30px;
  background: #e3e7eb;
  position: relative; }
  .slider-bar-wrap .slider-bar .slider-bar-loader {
    position: absolute;
    -webkit-transition: .3s width ease;
    -o-transition: .3s width ease;
    transition: .3s width ease;
    height: 4px;
    border-radius: 30px;
    background: #2e2b70; }

.slider-29191-wrap h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700; }

.slider-29191-nav {
  border-bottom: 2px solid #f2f4f6;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .slider-29191-nav .lavalamp-object {
    border-radius: 4px;
    background: #2e2b70;
    padding: 6px 30px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }
  .slider-29191-nav li {
    text-align: center;
    display: inline-block; }
    .slider-29191-nav li a {
      display: inline-block;
      padding: 6px 10px;
      color: #222; }
      .slider-29191-nav li a:hover {
        color: #000000; }
    .slider-29191-nav li.active a {
      color: #fff;
      -webkit-transition: .3s color ease;
      -o-transition: .3s color ease;
      transition: .3s color ease; }

.cta-29101 {
  margin-top: -50px;
  background: #2e2b70;
  padding: 30px;
  border-radius: 4px; }
  @media (max-width: 767.98px) {
    .cta-29101 {
      padding: 20px; }
      .cta-29101 h3 {
        font-size: 20px;
        margin-bottom: 20px; }
      .cta-29101 .btn {
        display: block; } }

.side-nav-29101 {
  padding: 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d4d4d4; }
  .side-nav-29101 h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px; }
  .side-nav-29101 ul, .side-nav-29101 ul > li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .side-nav-29101 ul li {
    margin-bottom: 10px;
    position: relative; }
    .side-nav-29101 ul li a {
      color: #000000;
      text-decoration: underline; }
      .side-nav-29101 ul li a:hover {
        color: #2e2b70; }
    .side-nav-29101 ul li.active {
      padding-left: 0px; }
      .side-nav-29101 ul li.active:before {
        position: absolute;
        left: -20px;
        font-family: 'icomoon';
        content: "\e315"; }
      .side-nav-29101 ul li.active a {
        color: #2e2b70;
        font-weight: bold;
        text-decoration: none; }

.pagination-76993 {
  margin-top: 10px !important; }
  .pagination-76993, .pagination-76993 > li {
    padding: 0;
    margin: 0; }
  .pagination-76993 li {
    display: inline-block; }
    .pagination-76993 li a, .pagination-76993 li span {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      display: inline-block;
      border-radius: 50%;
      margin: 5px;
      margin-bottom: 0; }
    .pagination-76993 li a {
      background: #2e2b70;
      color: #fff; }
      .pagination-76993 li a:hover {
        -webkit-box-shadow: 0 15px 30px -15px rgba(47, 203, 206, 0.5);
        box-shadow: 0 15px 30px -15px rgba(47, 203, 206, 0.5); }
    .pagination-76993 li span {
      background: #f8f9fa;
      font-weight: 700; }

.sidebar-box {
  margin-bottom: 50px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child,
  .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a,
  .sidelink li a {
    display: block; }
    .categories li a span,
    .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a,
  .sidelink li.active a {
    color: #000000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px;
        color: #000000; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        color: #ccc;
        margin-bottom: 20px; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000000;
          background: #e3e3e3; }

.search-form .form-control {
  font-size: 16px;
  padding-right: 50px; }

.search-form .form-group {
  position: relative; }

.search-form .icon-wrap {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.single-post-meta {
  font-size: 16px;
  color: #fff; }

.post-single-navigation a {
  line-height: 1.5;
  font-weight: bold;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: inline-block; }
  .post-single-navigation a span {
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }

.single-post-22193 .post-single-meta {
  color: #ccc;
  margin-bottom: 40px; }

.single-post-22193 h3 {
  font-size: 26px; }

.single-post-22193 h4 {
  font-size: 22px; }

.share-95959 {
  display: inline-block; }
  .share-95959, .share-95959 li {
    padding: 0;
    margin: 0; }
  .share-95959 li {
    display: inline-block; }
    .share-95959 li a {
      padding: 10px; }

span.error {
  color: #dc3545; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #f64b3c; }

#form-message-success {
  color: #8cba51;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 15px; }

.feature-29103 {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  padding-top: 50px; }
  .feature-29103 .feature-item-29103 {
    text-align: right;
    background: #fff;
    display: block;
    padding: 30px;
    direction: rtl;
    position: relative;
    color: #000000;
    text-decoration: none;
    top: 0;
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .feature-29103 .feature-item-29103:hover, .feature-29103 .feature-item-29103:focus {
      z-index: 2;
      -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }
    .feature-29103 .feature-item-29103:after {
      content: "";
      background: #fefefe;
      height: 100%;
      /*width: 1px;*/
      position: absolute;
      right: 0;
      top: 0; }
    .feature-29103 .feature-item-29103 .more {
		color: #e38231;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .1rem;
      font-weight: 700;
      position: relative;
      display: inline-block;
      padding-right: 40px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .feature-29103 .feature-item-29103 .more:before {
		  	color: #e38231;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        content: "";
        width: 30px;
        height: 1px;
        right: 0;
        top: 50%;
        background: #e38231;
        position: absolute; }
    .feature-29103 .feature-item-29103:hover {
      top: -10px; }
      .feature-29103 .feature-item-29103:hover .more {
        padding-right: 20px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .feature-29103 .feature-item-29103:hover .more:before {
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease;
          width: 10px; }
  .feature-29103 .img-wrap i{
	  font-size:60px;
	  color: #2e2b70;
  }
  .feature-29103 .img-wrap {
    width: 60px;
    margin-bottom: 0px; }
    .feature-29103 .img-wrap img {
      max-width: 100%;
      opacity: 1; }
  .feature-29103 .heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2e2b70; }
  .feature-29103 .excerpt {
    font-size: 16px;
    display: block;
    direction: rtl;
    margin-bottom: 30px; }

    .row.no-gutters.feature-29103.align-items-stretch.about .excerpt{
      min-height: 44px;
    }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-70%);
  -ms-transform: translateX(-50%) translateY(-70%);
  transform: translateX(-50%) translateY(-70%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }
  .video-play-button.bottom {
    top: 80%; }
  .video-play-button .icon {
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #2e2b70;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite; }
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    background: #2e2b70;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
  .video-play-button:hover:after {
    background: #2e2b70; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

#footer {
	margin-top:100px;
  background-color: #37347d;
  padding: 4rem 0 4rem 0;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.5); }
  #footer a {
    color: rgba(255, 255, 255, 0.5); }
    #footer a:hover {
      color: white; }

.widget {
  margin-bottom: 40px; }
  .widget h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px; }
    .widget h3:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 2px;
      bottom: 0;
      right: 0;
      background: #2e2b70; }
  .widget .nav-link {
    margin-bottom: 30px; }
    .widget .nav-link, .widget .nav-link li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .widget .nav-link li {
      margin-bottom: 10px;
      display: block; }
      .widget .nav-link.contact-infoo li:first-child {
    direction: rtl;}
    .widget .nav-link.contact-infoo li a {
    padding-right: 20px;
}
.widget .nav-link.contact-infoo li i {
    position: absolute;
    right: 15px;
    margin-left: 15px;
    margin-top: 4px;
}

.footer-subscribe {
  margin-bottom: 40px; }
  .footer-subscribe h3 {
    color: #fff;
    font-size: 1.7rem; }
    @media (max-width: 1199.98px) {
      .footer-subscribe h3 {
        font-size: 1.4rem; } }
    @media (max-width: 991.98px) {
      .footer-subscribe h3 {
        font-size: 1.3rem; } }
    @media (max-width: 767.98px) {
      .footer-subscribe h3 {
        margin-bottom: 20px; } }
  .footer-subscribe .form-control {
    border: none;
    border-radius: 0;
    height: 60px;
    background: #454648;
    color: #fff;
    font-size: 16px; }
    .footer-subscribe .form-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .footer-subscribe .form-control::-moz-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .footer-subscribe .form-control:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .footer-subscribe .form-control:-moz-placeholder {
      color: rgba(255, 255, 255, 0.5); }


.cover-transparent {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgb(47 43 104 / 0.5);*/
}
.mission-img{
	display:block;
	height:480px;
	width:100%;
	background-image:url('../images/mission2.jpg');
	background-size:cover !important;
	background-position:center !important;
}
.widget-29182 h3 i {
    font-size: 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 3px;
    margin-right: 5px;
}
.widget-29182 h3 {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #e38231;
    font-size: 18px;
}
.span2{
	color: #e38231;
}
.first-div-tr{
height: 100%;
    content: "";
    z-index: 0;
    background-image: url(../images/bg-logo.png);
    background-size: 48%;
    position: absolute;
    background-position: bottom left;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    filter: grayscale(100%);
    opacity: 0.15;
			  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.second-div-tr{
    height: 100%;
    content: "";
    z-index: 0;
    background-image: url(../images/bg-logo.png);
    background-size: 43%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    filter: grayscale(100%);
    opacity: 0.15;
			  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.last-div-tr{
height: 100%;
    content: "";
    z-index: 0;
    background-image: url(../images/bg-logo.png);
    background-size: 48%;
    position: absolute;
    background-position: top right;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    filter: grayscale(100%);
    opacity: 0.15;
			  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.analytics > .col > .data.cases:hover .first-div-tr{
    background-size: 60%;

}
.analytics > .col > .data.cases:hover {
    /*background: #29275c;*/
}

.analytics > .col > .data.deaths:hover{
	/*background:#cb6f21;*/

}

.analytics > .col > .data.deaths:hover .second-div-tr{
    background-size: 60%;

}

.analytics > .col > .data.recovered:hover{
	/*background:#43408b;*/

}
.analytics > .col > .data.recovered2:hover{
	/*background:#e7812b;*/

}
.analytics > .col > .data.recovered2:hover .last-div-tr{
    background-size: 60%;

}

.analytics > .col > .data.recovered *{
    /*-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;*/
}
.analytics > .col > .data.recovered:hover *{
	/*transform: scale(1.1);*/

}








 .b-support {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5%;
    grid-template-columns: 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5%;
    -ms-grid-rows: 70px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 15px 15px 15px 15px 15px 15px 15px 15px 10px 15px 15px 15px 15px 16px 18px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px;
    grid-template-rows: 70px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 15px 15px 15px 15px 15px 15px 15px 15px 10px 15px 15px 15px 15px 16px 18px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px 15px;
}
@media screen and (min-width: 415px){
.b-support {
    -ms-grid-rows: 40px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px;
    grid-template-rows: 40px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px;
}
}
@media screen and (min-width: 768px){
.b-support {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 100px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px;
    grid-template-rows: 100px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px;
}
}
@media screen and (min-width: 1024px){
.b-support {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px;
    grid-template-rows: 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px;
}
}
@media screen and (min-width: 1190px){
.b-support {
    -ms-grid-columns: 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5%;
    grid-template-columns: 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5%;
}
}
.b-support__description {
    -ms-grid-column: 1;
    -ms-grid-column-span: 24;
    grid-column: 1/25;
    -ms-grid-row: 1;
    grid-row: 1;
}
@media screen and (min-width: 768px){
.b-support__description {
    -ms-grid-column: 1;
    -ms-grid-column-span: 24;
    grid-column: 1/25;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
}}
@media screen and (min-width: 1024px){
.b-support__description {
    -ms-grid-column: 1;
    -ms-grid-column-span: 19;
    grid-column: 1/20;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/7;
}}
@media screen and (min-width: 1190px){
.b-support__description {
    -ms-grid-column: 1;
    -ms-grid-column-span: 32;
    grid-column: 1/33;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/7;
}}
@media screen and (min-width: 1057px){
.b-support__employee {
    position: relative;
}}
@media screen and (min-width: 1057px){
.b-support__employee {
    position: relative;
}}
.b-support__employee {
    text-align: center;
}
.b-support__employee-1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7/11;
    -ms-grid-row: 34;
    -ms-grid-row-span: 5;
    grid-row: 34/39;
}
@media screen and (min-width: 768px){
.b-support__employee-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    -ms-grid-row: 12;
    -ms-grid-row-span: 4;
    grid-row: 12/16;
}}
@media screen and (min-width: 1024px){
.b-support__employee-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row: 15;
    -ms-grid-row-span: 5;
    grid-row: 15/20;
}}
@media screen and (min-width: 1190px){
.b-support__employee-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 14;
    -ms-grid-row-span: 7;
    grid-row: 14/21;
}}
.b-support__text {
    max-width: 415px;
}
@media screen and (min-width: 768px){
.b-support__text {
    max-width: 415px;
}}
.b-support__title_h2 {
    margin: 0;
}
@media screen and (min-width: 768px){
.b-support__title_h2 {
  font-size: 30px;
font-weight: bold;
}}
.b-support .b-support__title_h2 {
    /*font: 700 38px/51px "Lato","Roboto",sans-serif;*/
    color: #333;
}
.b-support__statistic {
    margin-top: 20px;
    margin-bottom: 20px;
}
.b-support .b-support__statistic {
    margin-top: 7px;
}
.b-support__title_green {
    /*font: 700 57px/1 "Roboto",tahoma,arial;*/
    color: #2fcbce;
    font-size: 32px;
    font-weight: bold;
}
.b-support__title_green {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top;
}
.b-support__title_text_statistic {
    font: 700 19px/1.4 "Roboto",tahoma,arial;
    color: #555;
}
.b-support__title_text_statistic {
    display: inline-block;
    max-width: 145px;
    margin: 0;
    vertical-align: top;
}
@media screen and (min-width: 370px){
.b-support__title_text_statistic {
    max-width: 210px;
}}
.lazy_container {
    display: inline-block;
    background-color: #f2f5fa;
    max-width: 100%;
}
.b-support__employee {
    text-align: center;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1057px){
.b-support__name {
    cursor: default;
    opacity: 0;
    font: 500 16px/1.5 "Roboto",tahoma,arial;
    color: #333;
    background: #fff;
    box-shadow: 0 12.2402px 32.6405px rgba(0,0,0,0.2);
    border-radius: 7px;
    padding: 15px 30px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -40px;
    margin-left: -75px;
    text-align: center;
    min-width: 150px;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}}
@media screen and (min-width: 1057px){
.b-support__name {
    cursor: default;
    opacity: 0;
    font: 500 16px/1.5 "Roboto",tahoma,arial;
    color: #333;
    background: #fff;
    box-shadow: 0 12.2402px 32.6405px rgba(0,0,0,0.2);
    border-radius: 7px;
    padding: 15px 30px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -40px;
    margin-left: -75px;
    text-align: center;
    min-width: 150px;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}}
@media screen and (min-width: 1057px){
.b-support__name:before {
    content: '';
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -7px;
}}
@media screen and (min-width: 1057px){
.b-support__name:before {
    content: '';
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -7px;
}}
.b-support__employee-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    -ms-grid-row: 24;
    -ms-grid-row-span: 6;
    grid-row: 24/30;
}
@media screen and (min-width: 768px){
.b-support__employee-2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-column: 7/14;
    -ms-grid-row: 12;
    -ms-grid-row-span: 6;
    grid-row: 12/18;
}}
@media screen and (min-width: 1024px){
.b-support__employee-2 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6/12;
    -ms-grid-row: 15;
    -ms-grid-row-span: 7;
    grid-row: 15/22;
}}
@media screen and (min-width: 1190px){
.b-support__employee-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/8;
    -ms-grid-row: 15;
    -ms-grid-row-span: 9;
    grid-row: 15/24;
}}
@media screen and (min-width: 1057px){
.b-support__name.fade_out_down_small {
    -webkit-animation-name: fadeOutDownSmall;
    animation-name: fadeOutDownSmall;
}}
@media screen and (min-width: 1057px){
.b-support__name.fade_out_down_small {
    -webkit-animation-name: fadeOutDownSmall;
    animation-name: fadeOutDownSmall;
}}
.b-support__employee-3 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6/10;
    -ms-grid-row: 21;
    -ms-grid-row-span: 5;
    grid-row: 21/26;
}
@media screen and (min-width: 768px){
.b-support__employee-3 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 6;
    grid-column: 14/20;
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 9/14;
}}
@media screen and (min-width: 1024px){
.b-support__employee-3 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 5;
    grid-column: 13/18;
    -ms-grid-row: 11;
    -ms-grid-row-span: 6;
    grid-row: 11/17;
}}
@media screen and (min-width: 1190px){
.b-support__employee-3 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8/11;
    -ms-grid-row: 10;
    -ms-grid-row-span: 7;
    grid-row: 10/17;
}}
.b-support__employee-4 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11/15;
    -ms-grid-row: 18;
    -ms-grid-row-span: 5;
    grid-row: 18/23;
}
@media screen and (min-width: 768px){
.b-support__employee-4 {
    -ms-grid-column: 21;
    -ms-grid-column-span: 6;
    grid-column: 21/27;
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 6/11;
}}
@media screen and (min-width: 1024px){
.b-support__employee-4 {
    -ms-grid-column: 18;
    -ms-grid-column-span: 6;
    grid-column: 18/24;
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4/12;
}}
@media screen and (min-width: 1190px){
.b-support__employee-4 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10/14;
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 6/10;
}}

.b-support__employee-5 {
    -ms-grid-column: 16;
    -ms-grid-column-span: 4;
    grid-column: 16/20;
    -ms-grid-row: 20;
    -ms-grid-row-span: 5;
    grid-row: 20/25;
}
@media screen and (min-width: 768px){
.b-support__employee-5 {
    -ms-grid-column: 28;
    -ms-grid-column-span: 7;
    grid-column: 28/35;
    -ms-grid-row: 8;
    -ms-grid-row-span: 6;
    grid-row: 8/14;
}}
@media screen and (min-width: 1024px){
.b-support__employee-5 {
    -ms-grid-column: 25;
    -ms-grid-column-span: 7;
    grid-column: 25/32;
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4/12;
}}
@media screen and (min-width: 1190px){
.b-support__employee-5 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 4;
    grid-column: 13/18;
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 6/12;
}}
.b-support__employee-6 {
    -ms-grid-column: 17;
    -ms-grid-column-span: 4;
    grid-column: 17/21;
    -ms-grid-row: 33;
    -ms-grid-row-span: 5;
    grid-row: 33/38;
}
@media screen and (min-width: 768px){
.b-support__employee-6 {
    -ms-grid-column: 35;
    -ms-grid-column-span: 6;
    grid-column: 35/41;
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4/9;
}}
@media screen and (min-width: 1024px){
.b-support__employee-6 {
    -ms-grid-column: 32;
    -ms-grid-column-span: 5;
    grid-column: 32/37;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/7;
}}
@media screen and (min-width: 1190px){
.b-support__employee-6 {
    -ms-grid-column: 18;
    -ms-grid-column-span: 3;
    grid-column: 18/21;
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 5/7;
}}
.b-support__employee-7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6/11;
    -ms-grid-row: 27;
    -ms-grid-row-span: 6;
    grid-row: 27/33;
}
@media screen and (min-width: 768px){
.b-support__employee-7 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 6;
    grid-column: 14/20;
    -ms-grid-row: 16;
    -ms-grid-row-span: 5;
    grid-row: 16/21;
}}
@media screen and (min-width: 1024px){
.b-support__employee-7 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 5;
    grid-column: 13/18;
    -ms-grid-row: 19;
    -ms-grid-row-span: 6;
    grid-row: 19/25;
}}
@media screen and (min-width: 1190px){
.b-support__employee-7 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8/12;
    -ms-grid-row: 19;
    -ms-grid-row-span: 8;
    grid-row: 19/27;
}}
.b-support__employee-8 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 4;
    grid-column: 12/16;
    -ms-grid-row: 30;
    -ms-grid-row-span: 5;
    grid-row: 30/35;
}
@media screen and (min-width: 768px){
.b-support__employee-8 {
    -ms-grid-column: 21;
    -ms-grid-column-span: 4;
    grid-column: 21/25;
    -ms-grid-row: 19;
    -ms-grid-row-span: 7;
    grid-row: 19/26;
}}
@media screen and (min-width: 1024px){
.b-support__employee-8 {
    -ms-grid-column: 19;
    -ms-grid-column-span: 5;
    grid-column: 19/24;
    -ms-grid-row: 21;
    -ms-grid-row-span: 6;
    grid-row: 21/27;
}}
@media screen and (min-width: 1190px){
.b-support__employee-8 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12/15;
    -ms-grid-row: 21;
    -ms-grid-row-span: 7;
    grid-row: 21/28;
}}
.b-support__employee-9 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11/15;
    -ms-grid-row: 24;
    -ms-grid-row-span: 5;
    grid-row: 24/29;
}
@media screen and (min-width: 768px){
.b-support__employee-9 {
    -ms-grid-column: 20;
    -ms-grid-column-span: 6;
    grid-column: 20/26;
    -ms-grid-row: 12;
    -ms-grid-row-span: 5;
    grid-row: 12/17;
}}
@media screen and (min-width: 1024px){
.b-support__employee-9 {
    -ms-grid-column: 18;
    -ms-grid-column-span: 7;
    grid-column: 18/25;
    -ms-grid-row: 12;
    -ms-grid-row-span: 7;
    grid-row: 12/19;
}}
@media screen and (min-width: 1190px){
.b-support__employee-9 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12/15;
    -ms-grid-row: 12;
    -ms-grid-row-span: 7;
    grid-row: 12/19;
}}
.b-support__employee-10 {
    -ms-grid-column: 16;
    -ms-grid-column-span: 5;
    grid-column: 16/21;
    -ms-grid-row: 26;
    -ms-grid-row-span: 6;
    grid-row: 26/32;
}
@media screen and (min-width: 768px){
.b-support__employee-10 {
    -ms-grid-column: 26;
    -ms-grid-column-span: 9;
    grid-column: 26/35;
    -ms-grid-row: 15;
    -ms-grid-row-span: 9;
    grid-row: 15/24;
}}
@media screen and (min-width: 1024px){
.b-support__employee-10 {
    -ms-grid-column: 26;
    -ms-grid-column-span: 8;
    grid-column: 26/34;
    -ms-grid-row: 13;
    -ms-grid-row-span: 10;
    grid-row: 13/23;
}}
@media screen and (min-width: 1190px){
.b-support__employee-10 {
    -ms-grid-column: 15;
    -ms-grid-column-span: 5;
    grid-column: 15/20;
    -ms-grid-row: 13;
    -ms-grid-row-span: 10;
    grid-row: 13/23;
}}

.b-support__employee-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    -ms-grid-row: 18;
    -ms-grid-row-span: 5;
    grid-row: 18/23;
}
@media screen and (min-width: 768px){
.b-support__employee-11 {
    -ms-grid-column: 37;
    -ms-grid-column-span: 7;
    grid-column: 37/44;
    -ms-grid-row: 16;
    -ms-grid-row-span: 6;
    grid-row: 16/22;
}}
@media screen and (min-width: 1024px){
.b-support__employee-11 {
    -ms-grid-column: 35;
    -ms-grid-column-span: 6;
    grid-column: 35/41;
    -ms-grid-row: 15;
    -ms-grid-row-span: 6;
    grid-row: 15/21;
}}
@media screen and (min-width: 1190px){
.b-support__employee-11 {
    -ms-grid-column: 20;
    -ms-grid-column-span: 3;
    grid-column: 20/23;
    -ms-grid-row: 15;
    -ms-grid-row-span: 6;
    grid-row: 15/21;
}}
.b-support__employee-12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    -ms-grid-row: 31;
    -ms-grid-row-span: 5;
    grid-row: 31/36;
}
@media screen and (min-width: 768px){
.b-support__employee-12 {
    -ms-grid-column: 36;
    -ms-grid-column-span: 6;
    grid-column: 36/42;
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10/15;
}}
@media screen and (min-width: 1024px){
.b-support__employee-12 {
    -ms-grid-column: 33;
    -ms-grid-column-span: 5;
    grid-column: 33/38;
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8/13;
}}
@media screen and (min-width: 1190px){
.b-support__employee-12 {
    -ms-grid-column: 18;
    -ms-grid-column-span: 3;
    grid-column: 14/21;
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 13/13;
}}
.b-support__employee-13 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 5;
    grid-column: 12/17;
    -ms-grid-row: 36;
    -ms-grid-row-span: 6;
    grid-row: 36/42;
}
@media screen and (min-width: 768px){
.b-support__employee-13 {
    -ms-grid-column: 27;
    -ms-grid-column-span: 6;
    grid-column: 27/33;
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2/7;
}}
@media screen and (min-width: 1024px){
.b-support__employee-13 {
    -ms-grid-column: 25;
    -ms-grid-column-span: 6;
    grid-column: 25/31;
    -ms-grid-row: 24;
    -ms-grid-row-span: 7;
    grid-row: 24/31;
}}
@media screen and (min-width: 1190px){
.b-support__employee-13 {
    -ms-grid-column: 15;
    -ms-grid-column-span: 4;
    grid-column: 15/19;
    -ms-grid-row: 25;
    -ms-grid-row-span: 7;
    grid-row: 23/32;
}}
.b-support__employee-14 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6/11;
    -ms-grid-row: 14;
    -ms-grid-row-span: 6;
    grid-row: 14/20;
}
@media screen and (min-width: 768px){
.b-support__employee-14 {
    -ms-grid-column: 33;
    -ms-grid-column-span: 6;
    grid-column: 33/39;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}}
@media screen and (min-width: 1024px){
.b-support__employee-14 {
    -ms-grid-column: 32;
    -ms-grid-column-span: 7;
    grid-column: 32/39;
    -ms-grid-row: 23;
    -ms-grid-row-span: 8;
    grid-row: 23/31;
}}
@media screen and (min-width: 1190px){
.b-support__employee-14 {
    -ms-grid-column: 18;
    -ms-grid-column-span: 5;
    grid-column: 18/23;
    -ms-grid-row: 22;
    -ms-grid-row-span: 8;
    grid-row: 24/30;
}}
.b-support__employee img{
	padding:22px;
	border-radius:50%;
}
.b-support{
	    margin-top: -150px;
}
.feature-item-29103:hover {
    color: #e38231 !important;
}
.mb-120{
	margin-bottom:120px !important;
}
.article-content{
	padding-right:40px !important;
}
.partners .post-entry-big-22796 {
    background: #eaeaea;
    padding: 0 20px;
    margin: 0 10px;
    height: 320px;
	    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.partners .post-entry-big-22796 .post-content .post-meta a{
	display:block;
}
.partners .post-entry-big-22796:hover{
    background: rgb(55 52 125 / 100%);

}
.partners .img-fluid {
    min-height: 230px;
}
.post-entry-big-22796:hover .post-content .post-meta a{
	color:#fff;
}
a.position {
    text-transform: none !important;
    font-weight: unset !important;
    font-size: 15px !important;
}
.pt-70{
	padding-top:70px !important;
}
.right-f{
	left:unset !important;
	right:0 !important;
}
.values .media-29149{
	margin-right:30px;
  min-height: 140px;
  direction: rtl;
}
.about.feature-29103 .feature-item-29103{
	margin-bottom:30px;
	background:#f2f2f2 !important;
}
.about-text{
	padding-left:30px !important;
}
.about-text p{
  font-size: 17px;
  line-height: 1.6;
}
.info {
    background: #2e2b70;
    color: #fff;
    padding: 35px;
}
.info .section-heading.line-primary,.info a{
	color:#fff;
}

.info .wrap-icon{
	background:#fff !important;
}
.info .wrap-icon span{
	color:#2e2b70 !important;
}
.website {
	background: #e38231;
    padding: 35px;
    color: #fff;
}
.website .section-heading.line-primary:before {
    background: #ffffff;
}


.style2 .tns-outer{
	margin-top:-165px;
  z-index: 9
}
.style2 .media-29191 img{
    width: 42px !important;
    margin-top: 11px !important;
    margin-bottom: 5px !important;
}

.style2 .media-29191 {
    border: 1px solid #e5e5e5c7;
    margin: 0 10px;
	padding:20px 0;
}
.style2 span.heading.d-block {
    font-size: 13px !important;
    line-height: 17px;
    font-weight: bold;
}
.d-block {
  direction: rtl;
}
.list-unstyled{
  padding-right: 0px;
  padding-left: auto
}
.style2 .media-29191::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    border-top: 2px solid #2e2b70;
    border-left: 2px solid #2e2b70;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.style2 .media-29191::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #2e2b70;
    border-right: 2px solid #2e2b70;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.style2 .tns-item {
    /**width: calc(3.2%) !important;
    padding-right: 1px;**/
}





    .home-services.feature-29103 .img-wrap img {
    max-width: 100%;
    margin: auto;
    opacity: 1;
    height: 75px;
    width: 75px;
    position: relative;
    background: #eaeaea;
    border-radius: 100%;
    z-index: 9;
    padding: 15px;
}
  .home-services.feature-29103 .feature-item-29103 {
	  min-height:220px;
    min-height:170px;
	  border-radius:10px;
	  margin:0 10px;
    text-align: left;
    background: #fff;
    display: block;
    padding: 30px 30px 10px;
    position: relative;
    color: #000000;
    text-decoration: none;
    top: -38px;
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
	  .home-services.feature-29103 .heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2e2b70;
  	margin-top:25px;
  	line-height:19px;
  text-transform: capitalize;
}
  .home-services.feature-29103 .excerpt {
    font-size: 15px;
    display: block;
    margin-bottom: 15px; }
	.home-services.feature-29103 .feature-item-29103 .more.centered:before{
	display:none;
}
span.more.centered {
    padding: 0 !important;
}
    .home-services.feature-29103 .img-wrap img {
    max-width: 100% !important;
    margin: auto !important;
    opacity: 1 !important;
    height: 75px !important;
    width: 75px !important;
    position: relative !important;
    background: #eaeaea !important;
    border-radius: 100% !important;
    z-index: 9 !important;
    padding: 15px !important;
}
  .home-services.feature-29103 .img-wrap {
    width: 100% !important;
    margin-bottom: 10px;
	margin:auto;
	}

	.partners .post-entry-big-22796:hover .img-link:before {
    opacity: 0.6;
    visibility: visible;
}

.partners .post-entry-big-22796:hover .img-link img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/********** CSS ADDED BY 36a2 *************/
/*** css for insurance types page***/
.insurance-type{
  position: relative;
  margin-top: 30px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  height: 200px
}
.insurance-type:hover {
  margin-top: 20px;
}
.insurance-type .insurance-type-img{
  -webkit-transition: all .3s linear 0s;
  -khtml-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.insurance-type .insurance-type-overlay{
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d1d4da), color-stop(#e8e9ebde), color-stop(#d8d8dadc), color-stop(#c9cad1d2), color-stop(#b5bbc5a3), color-stop(#c0c6cc41), to(#cddbe72a));
  background-image: linear-gradient(to top, #d1d4da, #e8e9ebde, #d8d8dadc, #c9cad1d2, #b5bbc5a3, #c0c6cc41, #cddbe72a);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}
.insurance-type .insurance-type-overlay .insurance-type-text{
  position: absolute;
  bottom: 20px;
  text-align: center;
  color: #202020;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  padding: 12px;
  direction: rtl;
}
.insurance-type .insurance-type-overlay .insurance-type-text h4{
  font-size: 20px;
  /**font-weight: 600**/
}
.insurance-type .insurance-type-overlay .insurance-type-text p{
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  min-height: 25px;
  margin-bottom: 8px;
}
.insurance-type .insurance-type-overlay .insurance-type-text a{
  margin: 10px 0px;
  color: #202020;
}
.insurance-type:hover .insurance-type-text a:hover, .insurance-type .insurance-type-text a:hover, .insurance-type:hover .insurance-type-text a{
  color: white;
}
.insurance-type:hover .insurance-type-overlay{
  background-image: -webkit-gradient(linear, left bottom, left top, from(#37347d), color-stop(#2c2a6dde), color-stop(#2c2a6dcc), color-stop(#2c2a6dbf), color-stop(#504e8ea3), color-stop(#b9b8d0a1), to(#f0f0f58f));
  background-image: linear-gradient(to top, #37347d, rgba(44,42,109,.87), rgb(44 42 109 / 80%), rgba(44,42,109,.75), rgb(80 78 142 / 64%), rgb(185 184 208 / 63%), rgb(240 240 245 / 56%));
}
.insurance-type:hover .insurance-type-overlay .insurance-type-text{
  color: #ffffff;
}
img{
  max-width: 100%;
}
.custom-breadcrumns-23195.border-bottom.text-center.breadcrumn-option2{
  border:0px solid #efefef !important
}
.custom-breadcrumns-23195.border-bottom.text-center.breadcrumn-option2 a{
  color: white;
  font-weight: bold;
}
.custom-breadcrumns-23195.border-bottom.text-center.breadcrumn-option2 .current, .custom-breadcrumns-23195.border-bottom.text-center.breadcrumn-option2 a:hover{
  color: #d2d2d2;
  font-weight: bold;
}
.custom-breadcrumns-23195.border-bottom.text-center.breadcrumn-option2 span.mx-3.icon-keyboard_arrow_right{
  margin: 0px !important;
  vertical-align: middle;
  color: white;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/*** css for insurance sub types page***/
.sub-types-section .sub-types-tabs{
	position:relative;
}
.sub-types-section .sub-types-tabs .inner-box{
	position:relative;
	padding-left:0px;
}
.sub-types-section .sub-types-tabs .inner-box .tabs-content:before{
	position:absolute;
	content:'';
	top:-50px;
	right:0px;
	left:120px;
	bottom:-50px;
	background-color:#fafafa;
}
.sub-types-section .sub-types-tabs .tab-btns{
	position:relative;
	right:0px;
	top:0px;
	z-index:1;
  margin-left: 0px;
  padding-left: 0px;
  text-align:center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  direction: rtl;
}
.sub-types-section .sub-types-tabs .tab-btns .tab-btn{
	position:relative;
	padding: 15px 12px;
  min-width: 120px;
	font-size:16px;
	color:#2e2b70;
	cursor:pointer;
  margin: 5px 5px 8px 5px;
	transition:all 500ms ease;
	text-transform:capitalize;
  display: inline-block;
  border: 1px solid #dcdcdc !important;
}
.sub-types-section .sub-types-tabs .tab-btns .tab-btn .image{
	overflow:hidden;
	border-radius:50%;
	border:5px solid #fafafa;
	transition:all 500ms ease;
}
.sub-types-section .sub-types-tabs .tab-btns .tab-btn:last-child{
	border:0px;
}
.sub-types-section .sub-types-tabs .tab-btns .tab-btn.active-btn{
  background: #2c2a6d;
  color: white;
}
.sub-types-section .sub-types-tabs .tabs-content{
	position:relative;
  margin-top: 60px;
}
.sub-types-section .sub-types-tabs .tabs-content .tab{
	position:relative;
	padding:0px;
	display:none;
}
.sub-types-section .sub-types-tabs .tabs-content .tab.active-tab{
	display:block;
}
.sub-types-section .sub-types-tabs .tabs-content .tab .content-column{
	position:relative;
	margin-bottom:40px;
}
.sub-types-section .sub-types-tabs .tabs-content .tab .content-column .content-inner{
	position:relative;
	text-align:center;
  padding: 0px 30px 0px 15px;
}
.sub-types-section .sub-types-tabs .tabs-content .tab .content-column .content-inner h2{
	position:relative;
	color:#2e2b70;
	font-size:22px;
  margin-bottom: 25px;
	text-transform:uppercase;
  font-weight: 600
}
.sub-types-section .sub-types-tabs .tabs-content .tab .content-column .content-inner .text{
	position:relative;
  color: #212529;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:50px;
  text-align: right;
}
.sub-types-section .sub-types-tabs .tabs-content .tab .content .video-column{
	position:relative;
}
.image-box{
	position:relative;
}
.image-box .image img{
	position:relative;
	width:100%;
}
.btn-style-one {
  position: relative;
  padding: 16px 40px;
  line-height: 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  background: #e38231;
  -webkit-box-shadow: 0px 0px 25px 1px rgb(241 207 105 / 30%);
  -moz-box-shadow: 0px 0px 25px 1px rgba(241,207,105,0.30);
  -o-box-shadow: 0px 0px 25px 1px rgba(241,207,105,0.30);
  box-shadow: 0px 0px 25px 1px rgb(241 207 105 / 30%);
}
.btn-style-one:hover {
  color: #ffffff;
  background: #37347d;
}
@media only screen and (max-width: 1023px){
	.sub-types-section .sub-types-tabs .inner-box{
		padding-left:0px;
	}
	.sub-types-section .sub-types-tabs .tab-btns{
		position:relative;
		left:0px;
		text-align:center;
	}
	.sub-types-section .sub-types-tabs .tab-btns .tab-btn{
		display:inline-block;
	}
	.sub-types-section .sub-types-tabs .inner-box:before{
		left:0px;
		right:0px;
	}
}
.sub-types-section .content-inner .text ul {
  padding-right: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 20px;
}
.sub-types-section .content-inner .text ul li{
  margin-bottom: 0px;
  position: relative;
  padding-right: 34px;
  color: #212529;
  right: 0px;
}
.sub-types-section .content-inner .text ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #37347d;
  right: 15px;
  position: absolute;
  top: 9px;
}
.insurance-form-section{
  box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
  background: #f5f5f5;
  width: 100%;
  padding: 30px 20px 20px 20px;
  position: relative;
  float: left;
}
.insurance-form-section .form-control{
  padding: 21px 20px;
  font-size: 15px;
  direction: rtl;
  background: white;
  text-align: right;
}
label{
  direction: rtl;
}
#formModal .modal-header{
  border-bottom: 0px solid #dee2e6;
  direction: rtl;
}
#formModal .modal-header h5{
  color: #37347d;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding-bottom: 8px;
  position: relative;
}
#formModal .modal-header h5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 90px;
  height: 3px;
  background: #e38231;
}
#formModal .modal-body{
  padding: 15px 40px 40px 40px
}
.insurance-form-section .upload_files_input{
  height: 60px;
  margin-bottom: 15px;
  direction: rtl;
}
.insurance-form-section .upload_files_input .upload-button{
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  transition: all .2s ease-in-out;
  margin: 10px 0px 10px 20px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  width: 47px;
  height: 47px;
  float: right;
  background: linear-gradient(40deg,rgb(227 130 49 / 56%),#e38231)!important;
}
.insurance-form-section .upload_files_input .upload-button i{
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 47px;
  padding-right: 0;
  padding-left: 0;
  font-weight: 500;
}
.fa-paperclip:before {
  content: "\f0c6";
}
.insurance-form-section .upload_files_input input{
  font-size: 16px;
  padding: 8px 15px;
  resize: none;
  background-color: transparent !important;
  border: none;
  color: #757575;
  text-align: right;
  position: relative;
  border-radius: 0;
  outline: 0;
  z-index: 1;
  box-shadow: none;
  margin-bottom: 2.5rem;
  width: 100%;
  height: 50px;
  line-height: 2;
  outline: 0!important;
  padding-left: 15px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  cursor: pointer;
  overflow: hidden !important;
}
.insurance-form-section .upload_files_input input:after{
  content: '';
  position: absolute;
  width: 92%;
  background: #ced4da;
  height: 1px;
  bottom: 0;
  right: 42px;
}
::-webkit-file-upload-button{
  width:47px;
  height:47px;
  opacity:0
}
.insurance-form-section .upload_files_input input:active:after, .insurance-form-section .upload_files_input input:focus:after {
  height: 2px;
  background: #e38231;
}
#formModal .modal-footer{
  border-top: 0px solid #dee2e6;
}
.btn-primary, .btn-primary.focus, .btn-primary:focus{
  box-shadow: 0 0 0 0rem rgb(227 129 49 / 50%) !important;
  border-color: transparent;
}
.btn-primary:hover{
  color: #fff;
  background-color: #e38231;
  border-color: #e38231;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e38231;
  border-color: #e38231;
  box-shadow: 0 0 0 0rem rgb(227 129 49 / 50%) !important
}
#formModal .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem auto -1rem -1rem;
  box-shadow: 0 0 0 0rem;
  border: 0px !important;
  outline: 0px !important;
  color: #37347d
}
#formModal .modal-header .close:hover{
  color: #e38231
}
.submit-insurance-form{
  float: right;
  margin: 15px 0px
}
@media only screen and (max-width: 767px){
  .sub-types-section .sub-types-tabs .inner-box .tabs-content:before{
    left: 0px;
  }
}
.insurance_desc_page, .section_desc{
  padding: 0px 15px;
  font-size: 18px;
  margin-bottom: 30px;
}
.insurance_desc_page p , .section_desc p{
  line-height: 1.7;
}
.sub-types-section .sub-types-tabs .tabs-content .tab .content-column .content-inner .text h4{
  font-size: 18px;
  font-weight: 600
}
/********* css for home page ********/
.insurance-type-label{
  background-color: #e38231;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: absolute;
  top: 13px;
  right: -11px;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 10px;
  font-size: 13px;
  opacity: 1;
}
.insurance-type-label:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #e38231;
}
.item .media-29191 figure{
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  margin-top: 8%;
}
.insurance-type-label.option2-label{
  background-color: rgb(46 43 112 / 40%);
  right: 12px;
  top: 12px;
}
.insurance-type-label.option2-label:before{
  display: none;
}
.home-insurance-types .overflow_img{
  background-color: rgba(0,0,0,0.6);
  height: 100%;
  left: 0%;
  position: absolute;
  top: 0%;
  width: 100%;
}
.home-insurance-types .overflow_img.color1{
  background: rgb(55 52 125 / 60%)
}
.home-insurance-types .overflow_img.color2{
  background: rgb(227 130 49 / 80%)
}
.home-insurance-content{
  width: 100%;
  height: 100%;
  position: relative;
  color: white;
  font-size: 16px;
  line-height: 1.6;
}
.home-insurance-content .home-insurance-desc{
  min-height: 120px;
  text-align: right;
}
.home-insurance-types h2 {
  color: white;
  z-index: 999;
  opacity: 1;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: right;
}
.home-insurance-content p{
  margin-bottom: 20px
}
.home-insurance-cover{
  min-height: 240px;
  padding: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-insurance-cover .see-more{
  float: left;
  bottom: 0px;
  vertical-align: bottom;
  right: 0px;
  padding: 12px 24px;
  background: rgb(255 255 255 / 28%);
}
div#formModal{
  padding: 0px 15px;
}
@media (min-width: 576px){
  .modal-dialog {
      min-width: 60% !important;
      margin: 1.75rem auto;
  }
}
@media (max-width: 575px){
  .modal-dialog {
      width: 100%;
      margin: 1.75rem auto;
  }
}
.popupwindow{
  -moz-background-clip: padding;
  -o-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #fff; /* layer fill content */
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
  -o-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
  box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */
}
.popup-img {
  margin: 15px auto;
  text-align: center;
  vertical-align: middle;
  width: 98%;
  max-width: 400px;
}
.popup-img img{
  max-width: 100%;
  max-height: 210px;
}
.popScroll p{
  font-size: 17px;
  color: #37347d;
  margin-bottom:20px;
}
#read-more-button{
  padding: 0 34px;
  width: auto;
  line-height: 44px;
  -webkit-transition: all .2s linear 0ms;
  -khtml-transition: all .2s linear 0ms;
  -moz-transition: all .2s linear 0ms;
  -ms-transition: all .2s linear 0ms;
  -o-transition: all .2s linear 0ms;
  transition: all .2s linear 0ms;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 10px rgb(12 12 12 / 10%);
  -khtml-box-shadow: 0 8px 10px rgba(12,12,12,.1);
  -moz-box-shadow: 0 8px 10px rgba(12,12,12,.1);
  -ms-box-shadow: 0 8px 10px rgba(12,12,12,.1);
  -o-box-shadow: 0 8px 10px rgba(12,12,12,.1);
  box-shadow: 0 8px 10px rgb(12 12 12 / 10%);
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer !important;
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
  background-size: 300%,1px;
  background-position: 0;
  background: rgb(55 52 125 / 68%);
}
#read-more-button:hover{
  background: #37347d;
  color: white
}
#read-more-button a{
  color: white !important
}
#close{
  background: #6a6b6a;
}
#close:hover { background: #525f69; color:white;  }

@-webkit-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  66% {
    box-shadow: 0 0 0 10px #007ee5, 0 0 0 12px white;
  }

  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
@-moz-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  66% {
    box-shadow: 0 0 0 10px #007ee5, 0 0 0 12px white;
  }
  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
@-o-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  66% {
    box-shadow: 0 0 0 10px #007ee5, 0 0 0 12px white;
  }
  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
@keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  66% {
    box-shadow: 0 0 0 10px #007ee5, 0 0 0 12px white;
  }
  100% {
    box-shadow: 0 0 0 20px  transparent, 0 0 0 22px  transparent;
  }
}
.closse{
  font-weight: 600;
  cursor: pointer;
  float: right;
  background: transparent !important;
  font-family: cursive;
  font-size: 22px;
  right: 12px;
  top: 7px;
  position: absolute;
  color: #37347d;
  font-size: 15px;
}
.closse:hover , .closse:active , .closse:focus{
  color: #e38231 !important;
}
.popup-content-inner{
  padding: 0px 25px 12px 25px;
  text-align:center;
}
@media screen and (max-width: 560px) {
  .popupwindow{
    width: 96% !important;
    left: 2% !important;
    right: 2% !important;
    height: auto !important;
    max-height: 450px !important;
  }
}
.popup-content-inner h2{
  color: #2c2a6d;
  margin-bottom: 20px;
  line-height: 2;
  font-size: 25px;
}
.row.feature-29103.align-items-stretch.insurance-types{
  justify-content: center;
}
.insurance-types-style1 .insurance-type{
  height: 300px;
}
.insurance-types-style1 .insurance-type .insurance-type-overlay .insurance-type-text h4{
  font-size: 25px;
  font-weight: 600;
}
.insurance-types-style1  .insurance-type .insurance-type-overlay .insurance-type-text{
  bottom: 20%
}
.slider-content-box {
    text-align: left;
    margin-top: 9.9%;
}
.nivoSlider img {
  height: 83vh !important;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .slider-content-box {
    text-align: center;
    margin-top: 17%;
  }
}
@media (max-width: 991.98px){
  #site-header2  #logo_light {
      display: block;
      max-width: 200px;
  }
  #site-header2 .logo-block{
    margin-top: -46px;
    float: right;
  }
}
@media screen and (max-width: 672px){
  .nivo-directionNav{
    display: none;
  }
}
span.first-word {
  color: #2e2b70;
}

.quick-contact-info-91921 span.first-word {
  color: white;
}
#form-message-warning .errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-size: 14px;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
#form-message-warning .errors ul{
  margin-bottom: 0px;
}
.justify-content {
    justify-content: center;
}
.error-page .error_txt {
    font-size: 200px;
    line-height: 250px;
    color: #e38231;
    font-weight: 600;
}
.error-page h5.mb-2.mb-sm-3 {
    color: #2c2a6d;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}
.error-page a.btn.btn-fill-out{
  background: #2e2b70;
  cursor: pointer;
    color: white;
}
.error-page a.btn.btn-fill-out:hover{
  background-color: #e38231;
  border-color: #e38231;
  box-shadow: 0 0 0 0rem rgb(227 129 49 / 50%) !important;
}
img#insurance_loading {
  width: 30px;
  margin: 25px 10px 0 10px;
  display: none;
}
@media (min-width: 768px){
  .text-md-right {
    text-align: left !important;
  }
  .text-md-left {
    text-align: right !important;
  }
}

#insurance_form_error_label{
  color: #dc3545
}
.errors {
    color: #dc3545;
}


@media screen and (min-width: 1024px){
#site-header2{
	position:fixed;
	z-index:99;
	background:#fff;
}
}
.hidden-div {
    height: 115px;
}



.icon-bar {
  z-index:999;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.instagram {
  background: #8a3ab9;
  color: white;
}

.whatsapp {
  background: #075e54;
  color: white;
}
.list-wrap.two {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}