@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800');
/* CSS Document */
/*--header--*/
body {
  font-family: 'Heebo', sans-serif;
}
li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none
}
.form-control:focus{box-shadow: 0 0 0 0.2rem rgba(249, 103, 45, 0.48)}
.form-control{border-radius:5px;}
.job-btn {
  background: #da7fff;
  background: -moz-linear-gradient(left, #da7fff 0%, #804298 100%);
  background: -webkit-linear-gradient(left, #da7fff 0%, #804298 100%);
  background: linear-gradient(to right, #da7fff 0%, #804298 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da7fff', endColorstr='#804298', GradientType=1);
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid transparent !important;
}
.job-btn:hover {
  border: 1px solid #804297 !important;
  color: #804297;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2)
}
header {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 27px 0;
  box-shadow: 0 0 29px rgba(50, 50, 50, 0.1);
}
header.affix {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*header:before {
	content: '';
	background: #da7fff;
	background: -moz-linear-gradient(left, #da7fff 0%, #804298 100%);
	background: -webkit-linear-gradient(left, #da7fff 0%, #804298 100%);
	background: linear-gradient(to right, #da7fff 0%, #804298 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da7fff', endColorstr='#804298', GradientType=1 );
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	width: 100%;
}*/
header nav ul li a.nav-link {
  color: #0c334b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
}
header .navbar {
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .nav {
  padding: 0;
  margin: 0;
}
header nav ul li a:hover, header nav ul li.active a, header nav ul li a:focus, header nav ul li a:active {
  background: none;
  color: #f2591d
}
header .navbar-brand {
  margin: 0;
  padding: 0 0;
}
.navbar-brand img {
  width: 220px;
}
header .navbar .btn {
  background: none;
  font-size: 13.5px;
  font-weight: 700;
  border: 2px solid #ff7741;
  color: #ff7741;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sprite {
  background: url("../designFiles/sprite.png") no-repeat;
}
span.sprite.btn-ico {
  height: 15px;
  width: 15px;
  display: inline-block;
  background: url("../designFiles/sprite.png") no-repeat;
  background-position: -78px -13px;
  margin-right: 8px;
}
header .social-nav li a {
  display: flex;
  align-items: center;
}
header .social-nav li .sprite {
  height: 25px;
  width: 25px;
}
header .social-nav li .facebook {
  margin-right: 5px;
  background-position: -11px -7px;
}
span.sprite.envelope {
  background-position: -43px -7px;
}
.nav-pages header .login-btn,
.nav-pages header .login-gefen-btn {
    display: flex !important;
    left: 0;
    transform: none;
    justify-content: flex-end;
}
.nav-pages header .login-gefen-btn {
	bottom: -102px;
}
.nav-pages header .login-btn {
    bottom: -64px;
}
header .login-btn a,
header .login-gefen-btn a
{
  color: #fff;
  margin: 0 2px;
  border: 1px solid #fff;
  font-size: 13px;
  width: 174px;
  display: flex;
  align-items: center
}
header .login-gefen-btn a
{
  background: #136491;
  border-radius: 0 0 15px 14px;
}
header .login-btn a
{
  background: #fe733c;
}
.fixed-top.affix .login-btn,
.fixed-top.affix .login-gefen-btn {
  opacity: 0;
  visibility: hidden;
}

header .login-btn,
header .login-gefen-btn {
  position: absolute;
	display: flex !important;
    left: 0;
    transform: none;
    justify-content: flex-end;
    bottom: -64px;
  
}
header .login-gefen-btn
{
	bottom: -102px;
}
header .login-btn
{
    bottom: -64px;
}
@media (max-width: 767px)
{
	.nav-pages header .login-gefen-btn,
	header .login-gefen-btn { bottom: -87px; }
	
	header .login-btn { bottom: -49px; }
}


header .login-btn a .sprite,
header .login-gefen-btn a .sprite {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-position: -13px -38px;
  margin-left: 2px;
}
/*--header-end--*/
.hero-section {
  background: url("../designFiles/hp-bg.jpg") no-repeat;
  height: 747px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.hero-text {
  max-width: 500px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(8em, 18em);
  transform: translate(8em, 18em);
}
.hero-text h1 {
  font-size: 65px;
  color: #0c334b;
  font-weight: 300;
  margin: 0;
}
.hero-text h2 {
  font-size: 65px;
  color: #0c334b;
  font-weight: 800;
  margin: -18px 0 0;
}
.hero-text p {
  font-size: 21px;
  color: #566979;
  font-weight: 400;
}
.hero-text .hero-btn-group a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  width: 150px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0;
}
.hero-text .hero-btn-group a:first-child {
  background: #fe733c;
  margin-left: 12px;
  border: 1px solid rgba(255, 255, 255, 0.8)
}
.hero-text .hero-btn-group a:nth-child(2) {
  background: #01AAE4;
  margin-left: 12px;
  border: 1px solid rgba(255, 255, 255, 0.8)
}
.hero-text .hero-btn-group a:last-child {
  background: #136491;
  border: 1px solid rgba(255, 255, 255, 0.8)
}
/*--news-sec-start--*/
.news-sec {
  background: #fff;
  padding: 50px 0;
}
.news-sec h2 {
  font-size: 40px;
  color: rgba(12, 51, 75, 0.25);
  font-weight: 400;
  margin: 0 0 27px;
}
.news-sec h2 .news-ico {
  height: 39px;
  width: 35px;
  background-position: -6px -71px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.news-sec  .news-list{align-items: flex-start}
.news-sec .news-list .news-item {
  flex: 0 0 33.3%;
  position: relative;
}
.news-sec .news-container {
  max-width: 350px;
  margin: auto;
}
.news-sec .news-list .news-item:last-child:after {
  display: none;
}
.news-container .news-date {
  font-size: 13px;
  background: #136592;
  border-radius: 25px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  width: 157px;
  height: 23px;
  line-height: 23px;
  text-align: center;
}
.news-container h3 {
  font-weight: 700;
  font-size: 17px;
  color: #136491;
  margin: 8px 0 4px;
}
.news-container p {
  font-size: 16px;
  color: #929a9c;
  font-weight: 400;
  margin: 0;
}
.news-container .btn, .service-content .btn {
  margin: -2px 0 0;
  padding: 0;
  font-size: 15px;
  color: #ff7741;
  border-bottom: 1px solid #ff7741;
}
.news-item:after {
  content: '';
  height: 100%;
  width: 1px;
  background: #e7e7e7;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(2.3em);
}
/*
 *  STYLE 4
 */
#style-2::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #e2e4e6;
}
#style-2::-webkit-scrollbar {
  width: 20px;
  background-color: #e2e4e6;
  border-radius: 20px;
}
#style-2::-webkit-scrollbar-thumb {
  background-color: #136592;
  border: 5px solid #e2e4e6;
  border-radius: 20px;
}
/*--service-section--*/
.services-sec {
  background: #f6fdff;
  padding: 90px 0 0;
}
.service-heading {
  text-align: center;
}
.service-heading h2 {
  font-size: 42px;
  font-weight: 400;
  color: #0c334b
}
.service-heading p {
  font-size: 20px;
  color: #8999a7;
  font-weight: 400;
  margin: 0 0 76px;
}
.services-sec .service-content .h4 {
  font-size: 23px;
  font-weight: 500;
  color: #041829;
  position: relative;
  margin: 0 0 22px;
}
.services-sec .service-content .h4 span {
  position: relative
}
.services-sec .service-content .h4 span:before {
  content: '';
  width: 155px;
  height: 4px;
  background: #d9e7ed;
  position: absolute;
  bottom: -6px;
  right: 0;
}
.services-sec .service-content p {
  font-size: 15px;
  line-height: 28px;
  color: #929a9c;
  font-weight: 400;
  margin: 0
}
.services-sec .service-content .sprite {
  height: 46px;
  width: 46px; /* position:absolute; */ display: inline-block; /* top:50%; */ /* transform:translateY(-50%); */ background-position: -3px -121px;
  vertical-align: middle;
}
.services-sec .service-content {
  margin-bottom: 60px;
}
.services-sec .service-content .sprite.revenue {
  background-position: -3px -172px;
}
.services-sec .service-content .sprite.economic {
  background-position: -3px -223px;
}
.services-sec .service-content .sprite.t-profile {
  background-position: -3px -274px;
}
.services-sec .service-content .sprite.reviews {
  background-position: -3px -326px;
}
.services-sec .service-content .sprite.shuttle {
  background-position: -3px -377px;
}
.services-sec .service-content .sprite.analysis {
  background-position: -3px -427px;
}
.services-sec .service-content .sprite.management {
  background-position: -3px -478px;
}
/*--testimonials-sec--*/
.testimonial {
  padding: 70px 0;
}
.testimonial .test-heading {
  text-align: center;
}
.testimonial .test-heading h2 {
  font-size: 17px;
  font-weight: 500;
  color: #929a9c;
  font-style: italic;
}
.testimonial .test-heading p {
  font-size: 35px;
  color: #041829;
  font-weight: 300;
  margin: 0 0 50px;
}
.testimonial .test-heading p strong {
  font-weight: 700
}
.testimonial .test-card {
  text-align: center;
  background: #f6fdff;
  padding: 50px;
  -webkit-box-shadow: 3px 0 10px rgba(119, 119, 119, 0.01);
  box-shadow: 3px 0 10px rgba(119, 119, 119, 0.01)
}
.testimonial .test-card img {
  width: auto;
  margin: 38px auto;
  border: 3px solid #9fa1a3;
  border-radius: 100%; /* box-shadow: 0 0 3px #9fa1a3; */ padding: 5px;
}
.testimonial .owl-item.center .test-card img {
  border: 3px solid #ff7741;
}
.testimonial .owl-item.active.center .test-card {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
  padding-top: 75px;
}
.testimonial .test-card .auther-name {
  text-align: center;
}
.testimonial .test-card .auther-name strong {
  font-size: 18px;
  color: #363636;
  display: block;
}
.testimonial .test-card .auther-name span {
  font-size: 15px;
  color: #a5a5a5;
  display: block;
}
.owl-carousel.test-carousel .owl-stage-outer {
  overflow-x: hidden;
  height: 515px;
  vertical-align: middle;
  padding-top: 30px;
}
.owl-carousel.test-carousel .owl-stage-outer .owl-item {
  opacity: 0 !important;
  visibility: hidden !important
}
.owl-carousel.test-carousel .owl-stage-outer .owl-item.active {
  opacity: 1 !important;
  visibility: visible !important
}
.owl-carousel.test-carousel .owl-stage {
  display: flex;
  align-items: baseline;
}
.owl-carousel.test-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.owl-prev .sprite {
  width: 38px;
  height: 12px;
  display: block;
  background-position: -128px -14px;
}
.owl-next .sprite {
  width: 38px;
  height: 12px;
  display: block;
  background-position: -128px -14px;
  transform: rotate(-180deg);
}
.owl-prev {
  position: relative;
  right: -52px;
}
.owl-next {
  position: relative;
  left: -52px;
}
/*--footer--*/
footer {
  background: url("../designFiles/foot-bg.png") no-repeat;
  padding: 64px 0 0;
  background-size: cover;
  background-position: center;
}
footer img {
  margin-bottom: 38px;
}
footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
footer .foot-form {
  max-width: 290px;
  position: relative;
}
footer .foot-form .btn{
  height: 55px;
  font-size: 17px;
  background-color: #bce7ff;
  border: 0;
  box-shadow: none;
	    display: block;
    text-align: right;
    padding: 0;
    line-height: 55px;
    padding-right: 10px;
	position:relative;
	color:#64869e
}

footer .foot-form .btn:before {
	background: url(../designFiles/sprite.png) no-repeat;
	content:'';
  width: 20px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-position: -101px -11px;
  border: 0;
  cursor: pointer;
  padding: 0;
}
footer .foot-head {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
  display: block;
}
footer ul li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
}
footer ul li a {
  font-size: 14px;
  color: #fff;
}
footer .foot-social ul {
  display: flex;
  direction: ltr;
  justify-content: flex-end;
}
footer .foot-social i {
  font-size: 25px;
}
footer .foot-social ul li a {
  margin: 10px; /* font-size: 23px; */
}
.foot-social {
  margin-top: 25px;
}
footer .copyright {
  border-top: 1px solid #78b7d9;
  padding: 15px 0;
  margin-top: 30px;
}
footer .copyright p {
  font-size: 17px;
}
footer .copyright p span {
  color: #f79331;
  font-weight: 700
}
/*--inner-page--*/
main.inner-page {
  margin-top: calc(110px - 1px)
}
.page-content {
  padding: 50px 0
}
.page-content img {
  width: 100%;
}

.page-content .item-content img
{
	width: auto;
}

.inner-page-title {
  background: url("../designFiles/inner-head.jpg") no-repeat center;
  height: 137px;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #f79331
}
.inner-page-title h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
	    margin: 0 0 13px;
}
.inner-page-title h1:before {
  content: '';
  background: url(../designFiles/sprite.png) no-repeat;
  background-position: -68px -39px;
  display: inline-block;
  width: 11px;
  height: 20px;
  vertical-align: middle;
  margin-left: 20px;
}
.about-page .tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.about-page .tabs ul li {
  background: #eee;
}
.about-page .tabs ul li a {
  padding: .5em 1em;
}
.about-page .tabs ul li a:hover, .about-page .tabs ul li a.active {
  background: #fff;
  color: #146693;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 3px solid #f86327;
}
.about-page .item {
  margin-bottom: 2px;
}
.about-page .item::before {
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #a2a2a2;
  border-bottom: 3px solid #e2e2e2;
  background: #fff;
  padding: 10px 0;
}
.about-page .item.active::before {
  background: #fff;
  color: #146693;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 3px solid #f86327;
}
.about-page .item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media all and (min-width: 800px) {
  .about-page .item.active .item-content {
    padding-top: 0;
  }
  .about-page .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.about-page .tabbed-content .tabs {
/*  display: none;*/
}
.about-page .tabbed-content .item {
  position: relative;
  min-height: 2em;
}
.about-page .tabbed-content .item .item-content {
  display: none;
}
.about-page .tabbed-content .item.active .item-content {
  display: block;
}
.about-page .tabbed-content .item::before {
  content: attr(data-title);
}
.about-page .tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.about-page .tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}
/*@media all and (min-width: 800px) {*/
  .about-page .tabbed-content .tabs {
    display: block;
  }
  .about-page .tabbed-content .tabs li {
    display: inline-block;
  }
  .about-page .tabbed-content .tabs li a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #a2a2a2;
    border-bottom: 3px solid #e2e2e2;
    background: #fff;
    padding: 10px 0;
  }
  .about-page .tabbed-content .item {
    min-height: 0;
  }
  .about-page .tabbed-content .item::before {
    display: none;
  }
  .about-page .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left;
  }
  .about-page .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .about-page .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
/*}*/
.desktop-tab-thumbnail img {
  border-radius: 10px;
}
.about-page .tabbed-content nav.tabs {
  margin-top: 20px;
}
.about-page .tabbed-content nav.tabs li {
  display: block;
  position: relative
}
.about-page .tabbed-content nav.tabs li a:after {
  content: '';
  background: url(../designFiles/sprite.png) no-repeat;
  background-position: -48px -39px;
  display: inline-block;
  width: 11px;
  height: 20px;
  position: absolute;
  left: 0;
/*  top: 17px;*/
}
.item-content p {
  position: relative;
  padding-right: 36px;
/*  color: #929a9c;*/
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 23px;
}
.item-content p span {
/*  color: #f79331;*/
  font-weight: 700;
}
/*.item-content p:before {
  content: '';
  background: url(../designFiles/sprite.png) no-repeat;
  background-position: -182px -14px;
  display: inline-block;
  width: 18px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 6px;
}*/
.mainContent
{
	margin: 20px 30px 0 0;
}
.desktop-tab-thumbnail img {
  max-height: 300px; /*432px;*/
  min-height: 300px; /*432px;*/
  object-fit: cover
}
.item-content .desktop-tab-thumbnail img {
  max-height: 200px;
  min-height: inherit;
  object-fit: cover;
}
/*--contact-us--page--*/
h2.form-heading {
  margin: 0 0 26px;
  color: #146693;
  font-size: 36px;
  font-weight: 500;
}

.inOutFormPage h2.form-heading
{
	font-size: 20px;
	margin-bottom: 15px;
}

.inOutFormPage h2.form-heading span
{
	padding-top: 5px;
	font-size: 18px;
	color: #212529;
	display: block;
}

.head-contact ul{display: flex; align-items: center;}
.head-contact ul li{padding: 0 34px 0 50px;position: relative;color:#fff; font-size:18px;}
.head-contact ul li:nth-child(2):before {
    height: 23px;
    width: 24px;
    background-position: -123px -38px;
}
.head-contact ul li:nth-child(3):before {
  height: 17px;
    width: 25px;
    background-position: -157px -41px;
}
.head-contact ul li:before {
    content: '';
    background: url(../designFiles/sprite.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    background-position: -93px -39px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.contact-page form .form-control {
  height: 60px;
  background: #f9f9f9;
  border: 0;
}
.contact-page form textarea.form-control {
  height: 180px;
}
.contact-page form button.btn, .inOutFormPage form button.btn {
  background: #ff7741;
  color: #fff;
  border: 0;
  font-size: 17px;
  width: 150px;
  padding: 0;
  height: 50px;
  line-height: 50px;
  margin-top: 5px;
  font-weight: 700;
}

.inOutFormPage form button.btn 
{
	height: 38px;
	line-height: 38px;
	margin-top: 24px;
}
	
.contact-page form input::-webkit-input-placeholder {
  font-size: 17px;
  color: #454545
}
.contact-page form input::-input-placeholder {
  font-size: 17px;
  color: #454545
}
.contact-page form textarea::-webkit-input-placeholder {
  font-size: 17px;
  color: #454545
}
.contact-page form textarea::-input-placeholder {
  font-size: 17px;
  color: #454545
}
.contact-text h3.title {
  font-size: 36px;
  color: #146693;
  font-weight: 500;
  margin: 0 0 19px;
}
.contact-text p {
  font-size: 17px;
  color: #595959;
  line-height: 30px;
}
ul.contact-info {
  margin-top: 13px;
  display: block;
}
ul.contact-info .h4 {
  font-size: 22px;
  color: #146693;
  font-weight: 500;
  margin: 0 0 0px;
  display: block;
}
main.contact-page.inner-page .form-group {
    margin: 0 0 23px;
}
ul.contact-info li{padding-right: 52px; position:relative;margin:0 0 25px}
ul.contact-info li:before {
  content: '';
  background: url(../designFiles/sprite.png) no-repeat;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
}

ul.contact-info li.location:before {
    width: 28px;
    height: 40px;
    background-position: -75px -77px;
}
ul.contact-info li.info-email:before {
    width: 36px;
    height: 37px;
    background-position: -71px -129px;
}
ul.contact-info li.info-no:before {
    width: 36px;
    height: 37px;
    background-position: -71px -176px;
}

.generalPage .item-content li {
    list-style: none;
    background: url(../designFiles/site/inner_list_icon.png) right 5px no-repeat;
    /* color: #6e6e6e; */
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    padding: 0 30px 0 0;
    margin: 0 0 20px 0;
}

/* Accesibillity */
#accessibilityMenuLink{
		border: 0px;
		background-color: white;
}
#accessibilityMenuLink img{max-width: 100%;}

#accessibilityMenu {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 9;
}

#accessibilityMenu li {
	float: none;
	list-style: none;
}

#accessibilityMenu button {
	text-align: center;
	width: 100%;
}
@media screen and (min-width:768px){
	#accessibilityMenuLink{
		top: 10px;
		background-color: white;
	}
	#accessibilityMenu {
		display: none;
		width: 150px;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 9;
	}	
}

.grayScale {
  filter: grayscale(100%);
}

.invert {
  filter: invert(100%);
}

.invertWithBg {
  background-color: #f4f4f4;
}

.linkHighlight {
  text-decoration: underline;
}
.about-page .tabbed-content nav.tabs li a:after{
  transition: all 0.5s ease;
}
.about-page .tabbed-content nav.tabs li a[aria-expanded="true"]:after {
  transform: rotate(270deg);
}
.about-page .tabs ul li{
  background:none
}
.about-page .tabs ul.drop {
  margin-right: 15px;
}
.about-page .tabs ul.drop li a{
  font-size: 16px;
  border-width:1px
}
.about-page .tabs ul.drop li a:after{
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

#inOutForm
{
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 10px;
}

#inOutForm .mandatory
{
	position: absolute;
	color: red;
	right: 17px;
	top: 5px;
}

.inOutFormPage .date input.form-control,
.inOutPage .date input.form-control
{
	border-left: 0px;
}

.inOutFormPage .input-group-addon,
.inOutPage .input-group-addon
{
	background-color: #f2f2f2 !important;
    border: 1px solid #ced4da;
    border-right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.inOutFormPage .input-group-addon span,
.inOutPage .input-group-addon span
{
	margin-top: 9px;
	margin-left: 5px;
}

.inOutFormPage label
{
	margin: 0px;
	margin-right: 12px;
	font-size: 14px;
}

  .table_wrapper .table {
    border-spacing: 0 0.85rem !important;
  }

  .table_wrapper .table td,
  .table_wrapper .table th {
    vertical-align: middle;
    margin-bottom: 10px;
    border: none;
  }

  .table_wrapper .table thead tr,
  .table_wrapper .table thead th {
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
  }

  .table_wrapper .table td {
    background: #f9f9f9;
  }

  .table_wrapper .table td:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .table_wrapper .table td:last-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .table_wrapper table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    top: 28px;
    left: 14px;
    border: none;
    box-shadow: none;
  }

  .table_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
  .table_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-right: 48px;
    position: relative;
  }
  .table_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before{
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    font-size: 16px;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    opacity:0.6;
    cursor: pointer;
  }
  .table_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"].dt-hasChild.parent > td:first-child:before{
    content:'\f106'
  }
  .table_wrapper table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
  }

  .table_wrapper table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 50%;
	font-weight: bold;
  }

  .table_wrapper table.dataTable > tbody > tr.child span.dtr-title:after
  {
	 content: ":";
  }

  .table_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
  .table_wrapper  table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
  .table_wrapper  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    padding: 0.75rem 1rem 0.125rem;
  }

  div.dataTables_wrapper div.dataTables_length label,
  div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
  }
  div.dataTables_wrapper{
    direction: rtl;
  }

  .data-table thead th{
    text-align: center !important;
    background-color:#ff7741 !important;
    color:#fff;
    vertical-align: middle;
  }
  .data-table thead tr th:first-of-type{
    border-radius:0px 10px 10px 0px
  }
  .data-table thead tr th:last-of-type{
    border-radius:10px 0px 0px 10px
  }
  .data-table td, .data-table th{
    font-size:14px;
  }
  .form-control{
    background-color:#f2f2f2;
  }
  .table_filter{
    display: flex;
    background-color: #fff;
    padding:20px 0px;
    border-radius:10px;
    gap:20px;
    align-items: flex-end;
  }
  .table_filter2{
		padding-top: 0px;
		padding-bottom: 5px;
	}
  .table_filter > div{
    flex: 1;
    margin: 0;
  }
  .table_filter .btn.btn-primary{
    color: #fff;
    background-color: #156391;
    border-color: #156391;
  }
  .table_wrapper .filter_title{
    font-weight: bold;
    margin:0 0 20px;
  }
  .table_wrapper .btn_group .btn{
    background-color:#156391;
    border-color:#156391;


  }
  .table_wrapper .btn_group .btn:hover,   .table_wrapper .btn_group .btn:focus{
    background-color: #ff7741;
    border-color: #ff7741;
  }
  .page-item.active .page-link{
    background-color:#156391;
    border-color:#156391;

  }
  .page-link{
        color: #156391;
  }
  @media (max-width: 767px) {
    .table_wrapper  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
      -ms-flex-pack: center !important;
      justify-content: center !important;
      margin-top: 1rem;
    }
    .table_filter{
        flex-wrap: wrap;
        gap:10px;
    }
    .table_filter .btn{
      margin-top:15px;
      width: 100%;
    }

    .table_filter > div{
        width:100%;
        flex:auto;
    }
    .table_wrapper .btn_group{
        display:flex;
        gap: 10px;
    }
    .table_wrapper .btn_group .btn{
        width:50%
    }
  }

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td
{
	text-align: right;
	padding: 0 10px;
}
table.dataTable td, table.dataTable th
{
	text-wrap: nowrap;
	padding: 0 10px;
}

#modalVideo{
  width:90%;
}
#videoModal button.close {
    position: absolute;
    top: -25px;
    right:0px;
    color: #fff;
    background: none;
    opacity: 1;
    font-size: 30px;

}
