@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
body {
  background: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type="submit"] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h6 {
  font-weight: 300;
}

small {
  display: block;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #444;
  text-decoration: none;
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.text-justify {
  text-align: justify;
}
p {
  margin-bottom: 25px;
}

p a {
  border: none;
}

p a:hover {
  color: #c0392b;
}

a:hover,
.social a:hover,
.filters li:hover,
.filters li.active,
.filters li:hover a,
.filters li.active a,
p a {
  color: #e74c3c;
  border-color: #e74c3c;
}

pre {
  font-family: monospace;
}

nav a.active {
  color: #e74c3c;
}

p[data-pullquote] {
  display: block;
}

p[data-pullquote]:before {
  content: attr(data-pullquote);
  float: left;
  width: 60%;
  padding: 0 20px 20px 0;
  font-size: 14px;
  max-width: 350px;
}

blockquote {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 25px 13% 10px;
  margin: 0 0 30px;
}

blockquote small {
  display: inline-block;
  letter-spacing: 3px;
  margin: 0 0 0 20px;
  position: relative;
  top: -2px;
}

input,
textarea {
  width: 100%;
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  padding: 10px;
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.error_input {
  border: 1px solid #e74c3c;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.mb-40 {
  margin-bottom: 40px;
}
.header-top {
  padding: 10px 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header.sticky-shadow .header-top {
  margin-top: 0px;
}
/* .header-top{
	padding: 10px 0;
}
.header-top .logo-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.header-top .logo-holder{
	width: 90px;
	height: auto;
	margin-right: 15px;
}
.header-top .logo-holder img{
	width: 100%;
	height: auto;
	display: block;
}
.header-top .logo-txt{
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
.header-top a{
	color: #FFF;
	padding: 3px 10px;
}
.header-top ul > li{
	margin-right: 15px;
}
.header-top ul > li:last-child{
	margin: 0px;
}
.header-top a.square-link{
	width: auto;
	display: inline-block;
	width:30px;
	text-align: center;
	
	background: #3e4095;
} */
.lh-30 {
  line-height: 30px !important;
}
.float-right {
  width: auto !important;
  float: right;
}

.desktop-nav > ul > li {
  width: auto;
  display: inline-block;
  margin: 0 0 0 0;
  position: relative;
}
.desktop-nav > ul > li:last-child {
  margin: 0px;
}
.desktop-nav > ul > li > a {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
}

.desktop-nav > ul > li > ul {
  width: 100%;
  min-width: 270px;
  position: absolute;
  z-index: 5;
  left: 0px;
  background: #3e4095;
  box-sizing: border-box;
  padding: 0px;
  border: #3e4095 1px solid;
  border-top: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  visibility: hidden;
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
}
.desktop-nav > ul > li:hover a {
  background: #36a5eb;
}

.desktop-nav > ul > li:hover > ul {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}
.desktop-nav > ul > li > ul > li {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: #3e4095 1px solid;
}
.desktop-nav > ul > li > ul > li:last-child {
  border: none;
}
.desktop-nav > ul > li > ul > li > a {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  border: none;
  box-sizing: border-box;
}
.desktop-nav > ul > li > ul > li > a:hover {
  background: #3e4095;
}
.banner-video-section {
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 130px;
}
.banner-video-section img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.banner-video-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 233;
  left: 0px;
  top: 0px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.16150210084033612) 5%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.16150210084033612) 5%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.16150210084033612) 5%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.banner-video-section video {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.education-block-section {
  position: relative;
  z-index: 9;
}
.education-block-section ul {
  display: flex;
}
.education-block-section ul > li {
  width: 25%;
}
.education-block {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background: #fff;
  padding: 50px 15px 15px;
  border-top: #f4d13f 6px solid;
  border-bottom: #f4d13f 2px solid;
  text-align: center;
}
.education-block figure {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  border: #f4d13f 1px solid;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.education-block figure img {
  width: 100%;
  height: 58px;
  display: block;
  object-fit: contain;
}
.education-block figcaption {
  margin: 35px 0;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.education-block-section ul > li:nth-child(2) .education-block figure,
.education-block-section ul > li:nth-child(2) .education-block {
  border-color: #308ece;
}
.education-block-section ul > li:nth-child(3) .education-block figure,
.education-block-section ul > li:nth-child(3) .education-block {
  border-color: #ec644b;
}
.education-block-section ul > li:nth-child(4) .education-block figure,
.education-block-section ul > li:nth-child(4) .education-block {
  border-color: #7aa93c;
}

.about-section {
  width: 100%;
  padding: 35px 0;
  background: #fff;
}
.default-title {
  font-size: 22px;
  color: #000;
}
.default-big-title {
  font-size: 34px;
}
.btn {
  display: inline-block;
  margin: auto;
  line-height: 38px;
  height: 40px;
  padding: 0 50px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px;
}
.btn-blue {
  border: 1px solid #2893c9;
  color: #2893c9;
}
.btn-blue:hover {
  border-color: #2893c9;
  background: #2893c9;
  color: #fff;
}
.btn-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
.text-white {
  color: #fff !important;
}
.text-yellow {
  color: #0c0939 !important;
}
.couse-section {
  width: 100%;
  padding: 55px 0;
  background-image: url(../images/bg-home-course-min.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fa-ul {
  margin-left: 25px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.couse-block {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background: #fff;
}
.couse-block figure {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px;
}
.couse-block figure img {
  width: 100%;
  height: auto;
  display: block;
}
.couse-block figcaption {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  margin: 0px;
  padding: 15px;
  min-height: 402px;
}
.mt-35 {
  margin-top: 35px !important;
}

/*.corona-section{
	width: 100%;
	position: relative;
	background: #fbf7f5 url(../images/c-pic.png) no-repeat;
	background-size: auto 100%;
	background-position: 40%;
	padding: 55px 0;
}*/
.corona-section {
  width: 100%;
  position: relative;
  background: #fbf7f5;
  padding: 55px 0;
  overflow: hidden;
  max-width: 100vw;
}
.corona-pic {
  width: 40%;
  height: auto;
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.corona-pic img {
  width: auto;
  height: 100%;
  display: block;
}
.news-section {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 55px 0;
}

header .fa {
  margin-right: 0px !important;
}

header .fa .glyphicon {
  margin-right: 0px !important;
}

.pagination a {
  color: #555;
}

.card ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.news-item {
  padding: 4px 0px !important;
  margin: 0px;
  border-bottom: 1px dotted #3e4095;
}
.default-new.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #3e4095;
  border-radius: 0.25rem;
}
.default-new .card-header {
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: #3e4095;
  border-bottom: 1px solid #3e4095;
  color: #fff;
}
.default-new .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #3e4095;
}
.default-new .card-footer .fa {
  margin: 0px !important;
}
.default-new .news-item h3 {
  font-size: 16px;
  margin: 0 0 3px 0;
  box-sizing: border-box;
  padding-left: 15px;
}
.default-new .news-item td {
  vertical-align: top;
}
.default-new .news-item p {
  font-size: 14px;
  margin: 0;
  box-sizing: border-box;
  padding-left: 15px;
}

.rtin-item {
  margin: 0 0 15px;
  padding: 20px;
  background-color: #fbf7f5;
  display: flex;
}
.rtin-item .media-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  width: 120px;
  box-sizing: border-box;
}
.rtin-item .media-left .rtin-calender {
  background-color: #fdc800;
  position: relative;
  padding-top: 20px;
  padding-right: 0px;
  text-align: center;
  width: 100px;
}
.rtin-item .media-left .rtin-calender:before,
.rtin-item .media-left .rtin-calender:after {
  color: #002147;
  content: "\f111";
  position: absolute;
  top: 8px;
  font-size: 14px;
  font-family: FontAwesome;
  line-height: 1;
}
.rtin-item .media-left .rtin-calender:before {
  left: 10px;
  color: #002147;
}
.rtin-item .media-left .rtin-calender:after {
  right: 10px;
  color: #002147;
}
.rtin-item .media-left .rtin-calender h3 {
  color: #002147;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
}
.rtin-item .media-left .rtin-calender p {
  color: #002147;
  margin-bottom: 5px;
}
.rtin-item .media-left .rtin-calender span {
  background-color: #002147;
  line-height: 2.5;
  height: 40px;
  display: block;
  color: #ffffff;
}

.rtin-item .media-right {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 120px);
  box-sizing: border-box;
}
.rtin-item .rtin-right h3,
.rtin-item .media-right h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1.4;
}
.rtin-item .rtin-right p,
.rtin-item .media-right p {
  margin-bottom: 3px;
  font-size: 14px;
}
.rtin-item .rtin-right .rtin-content,
.rtin-item .media-right .rtin-content {
  margin-bottom: 10px;
}
.rtin-item .rtin-right ul,
.rtin-item .media-right ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.rtin-item .rtin-right ul li,
.rtin-item .media-right ul li {
  color: #002147;
  font-weight: 500;
  display: inline;
  font-size: 12px;
}
.rtin-item .rtin-right ul li.rtin-location,
.rtin-item .media-right ul li.rtin-location {
  border-left: 1px solid #bdbdbd;
  margin-left: 12px;
  padding-left: 15px;
}
.testo-section {
  padding: 55px 0;
  background: #fbf7f5;
}
.testim {
  width: 100%;
  padding: 55px 0;
  background: #fbf7f5 url(../images/testo.png) repeat-x;
  background-size: cover;
  animation: slide 60s linear infinite;
  /*position: absolute;
		top: 50%;
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);*/
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100vw 0px;
  }
}
.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #3e4095;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 10;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 9;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  background: #3e4095;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #fff212;
  border-color: #fff212;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #3e4095;
  font-size: 24px;
  margin: 25px 0;
}
.testim .cont div h2 small {
  color: #3e4095;
  font-size: 16px;
  margin: 0;
}
.testim .cont div p {
  font-size: 14px;
  color: #000;
  width: 80%;
  margin: auto;
  text-align: justify;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

.footer-top-area {
  background-color: #2184c2;
}

.footer-top-area .widget > h3 {
  color: #ffffff;
  font-size: 18px;
}

.footer-top-area .widget {
  color: #f5f5f5;
}

.footer-top-area a:link,
.footer-top-area a:visited {
  color: #f5f5f5;
  word-break: break-word;
}

.footer-top-area .widget a:hover,
.footer-top-area .widget a:active {
  color: #fdc800;
}

.footer-top-area .widget_nav_menu ul.menu li:before {
  color: #fdc800;
}

.footer-bottom-area {
  background-color: #106498;
  color: #909da4;
  padding: 6px 0;
  font-size: 12px;
}
.footer-bottom-area .text-center {
  color: #fff;
}
.widget ul li a:hover {
  color: #fdc800;
}

.widget.widget_rdtheme_about ul li a:hover {
  background-color: #fdc800;
  border-color: #fdc800;
  color: #002147;
}

.widget.widget_rdtheme_info ul li i {
  color: #fdc800;
}
.footer-top-area {
  padding: 80px 0px 50px;
}

ul.social-ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.social-ul li {
  display: inline-block;
  margin: 0px 8px 0px 0px;
  padding: 0px;
}
ul.social-ul li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  line-height: 27px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 30px;
  color: rgb(179, 179, 179);
  font-size: 13px;
}

ul.address-ul li {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ul.address-ul li i {
  color: rgb(253, 200, 0);
  font-size: 14px;
  left: 0px;
  line-height: 1;
  position: absolute;
  top: 5px;
  z-index: 1;
}
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 40px;
}
.arunachalportal,
.header-top .logo-txt,
.header-top .logo-holder,
header {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.arunachalportal {
  width: 130px;
  height: auto;
  display: block;
  padding: 0px !important;
}
header.sticky-shadow .arunachalportal {
  width: 60px;
}
header.sticky-shadow .header-top .logo-holder {
  width: 40px;
}
header.sticky-shadow .header-top .logo-txt {
  font-size: 10px;
  line-height: normal;
}
header.sticky-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 40px;
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 30%);
  background: #fff;
}

.bg-theme-colored {
  background-color: #36a5eb !important;
}

.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a {
  background: #36a5eb;
  color: #fff;
}

/* .stylish-header,
.stylish-header:before {
	background: #b4cf02;
} */

.stylish-header:after {
  -webkit-border-top: 80px solid #b4cf02;
  -moz-border-top: 80px solid #b4cf02;
  -ms-border-top: 80px solid #b4cf02;
  -o-border-top: 80px solid #b4cf02;
  border-top: 80px solid #b4cf02;
}

.icon-theme-colored a {
  color: #abc502;
}

.icon-theme-colored.icon-dark a {
  background-color: #36a5eb;
  color: #fff;
}

.icon-theme-colored.icon-dark a:hover {
  background-color: #2b8cc8;
  color: #e6e6e6;
}

.icon-theme-colored a:hover {
  color: #053bc4;
}
.m-0 {
  margin: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}
.mt-120 {
  margin-top: 120px;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.styled-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.widget .styled-icons li a {
  margin-bottom: 0;
}
.list-inline {
  padding-left: 0px;
  margin-left: -5px;
  list-style: none;
}
.text-right {
  text-align: right;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.styled-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  width: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.menuzord-menu {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
  float: right;
}
.menuzord-menu > li {
  display: inline-block;
  float: left;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.menuzord-menu > li > a {
  padding: 26px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: rgb(76 76 76);
  outline: 0px;
  line-height: 1.42857;
  -webkit-tap-highlight-color: transparent;
}
.menuzord-menu > li > a {
  padding: 35px 15px 35px;
  font-size: 14px;
}
.menuzord-menu > li:hover > a,
.menuzord-menu > li.active > a {
  color: #fff;
}
.logo-holder {
  position: relative;
  width: 96px;
  height: auto;
  padding: 10px 0;
  display: block;
  float: left;
  margin: 0px;
}
.logo-holder img {
  width: 100%;
  height: auto;
  display: block;
}
/* .stylish-header:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    left: -650px;
    width: 650px;
    background: rgba(255, 255, 255, 0.8);
}
.stylish-header:after {
    content: "";
    position: absolute;
    left: 100%;
    z-index: 999;
    border-left: 0px solid transparent;
    border-right: 105px solid transparent;
    bottom: 0px;
    border-top: 80px solid rgb(180, 207, 2);
} */
.title,
ul.list li::before,
.post .entry-content .entry-title,
.trainer-item.style2 .social-network li a i {
  color: #0b4e78;
}
section > .container,
section > .container-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-lighter {
  background-color: rgb(247, 247, 247) !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.section-title {
  margin-bottom: 50px;
}
.section-title .title {
  margin-top: 0px;
  position: relative;
  font-size: 40px;
  font-weight: bold;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.text-black {
  color: rgb(0, 0, 0) !important;
}
.img-fullwidth {
  width: 100%;
}
.border-theme-colored {
  border-color: #36a5eb !important;
  position: relative;
}
.pt-0 {
  padding-top: 0px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.p-40 {
  padding: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.border-5px {
  border: 5px solid #36a5eb;
}
.events-venue .events-trainer-title {
  position: absolute;
  top: -22px;
  font-size: 36px;
  width: 55%;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  color: #36a5eb;
}
.icon-box {
  display: flex;
}
.icon-box .icon {
  display: inline-block;
  height: 70px;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 70px;
  float: left;
}
.icon-box i {
  display: inline-block;
  font-size: 40px;
  transition: all 0.3s ease 0s;
}

.icon-box .icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.icon-box-title {
  font-size: 15px;
}
.va-promo-text {
  width: auto;
  display: inline-block;
  position: absolute;
  z-index: 911;
  right: 50px;
  bottom: 50px;
  color: #fff;
  text-align: right;
}
.va-promo-text h3 {
  padding: 0 20px;
  color: #fff;
  font-size: 62px;
  text-transform: uppercase;
  line-height: 91px;
  background: rgba(255, 255, 255, 0.5);
  display: inline;
}
.va-promo-text span {
  color: #002147;
}
.va-promo-text .promo-sub {
  padding-top: 15px;
  font-size: 21px;
}
.va-promo-text span {
  color: #085482;
}
.va-promo-text .read-more {
  margin-top: 38px;
  padding: 0 76px 0 18px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  background: #36a5eb;
  line-height: 38px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: background 600ms;
  -webkit-transition: background 600ms;
}
.va-promo-text .read-more:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 1px solid #36a5eb;
}
.va-promo-text .read-more i {
  padding-left: 7px;
  color: #36a5eb;
  line-height: 38px;
  width: 38px;
  background: #363533;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  transition: all 600ms;
  -webkit-transition: all 600ms;
  text-align: center;
}
/* .va-promo-text .read-more i:after {
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
    background: #363533;
    left: -15px;
    top: 0;
    right: 100%;
    bottom: 0;
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    transition: background 600ms;
    -webkit-transition: background 600ms;
} */
.card {
  float: left;
  min-height: 280px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.team-section .card p {
  text-align: justify;
}
.card:nth-child(1) {
  margin-left: -3px;
  margin-right: 1px;
}
.card:nth-child(1),
.card .card:nth-child(3) {
  margin-right: 1px;
}

.card .card__front,
.card .card__back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.3s ease 0s;
}
.card .card__text {
  display: inline-block;
  position: absolute;
  inset: 0px;
  margin: auto;
  line-height: 20px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.icon-box .icon-box-title {
  margin-bottom: 15px;
}
.card .card__front,
.card .card__back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.3s ease 0s;
}
.card .card__back {
  transform: rotateY(-180deg);
}
.card .card__text {
  display: inline-block;
  position: absolute;
  inset: 0px;
  margin: auto;
  line-height: 20px;
}
.display-table-parent {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.display-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.text-gray-lightgray {
  color: rgb(211, 211, 211) !important;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 36px;
  line-height: 30px;
}
.btn-theme-colored {
  color: rgb(255, 255, 255);
  background-color: #36a5eb;
  border-color: #36a5eb;
  transition: all 500ms ease-in-out 0s;
}
.card__text h3 {
  margin-top: 24px !important;
  font-size: 24px !important;
}
.card.effect__hover:hover .card__back {
  transform: rotateY(0deg);
}
.bg-black {
  background-color: rgb(0, 0, 0) !important;
}
.text-theme-colored {
  color: #0b4e78 !important;
}
.class-item h3 {
  font-size: 22px !important;
}
#services {
  background: url(../images/pattern8.png);
}

.tm-top-c-box.home-about {
  margin-top: 0px;
  background: url("../images/home-about-bg.jpg") 50% 50%;
  background-size: cover;
}
.tm-top-c {
  position: relative;
}
.home-about {
  overflow: hidden;
}
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
.tm-full-width > .uk-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-width-large-1-2,
.uk-width-large-2-4,
.uk-width-large-3-6,
.uk-width-large-5-10 {
  width: 50%;
  position: relative;
}
.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.va-about-wrap {
  margin-right: -220px;
  z-index: 0;
  height: 542px;
  padding: 95px 0 90px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.va-about-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 210px;
  bottom: 0;
  opacity: 0.9;
  left: -1000%;
  z-index: -1;
  transform: skew(-33deg);
  display: block;
  background: #36a5eb;
}
.va-about-text {
  padding-left: 35px;
  padding-right: 260px;
  box-sizing: border-box;
  max-width: 820px;
  width: 100%;
  float: right;
  position: relative;
  z-index: 2;
}
.va-about-text .title {
  padding-bottom: 23px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
}
.va-about-text .title span {
  color: #fff;
}

.va-about-text .read-more {
  margin-top: 17px;
  padding: 0 50px;
  background: #363533;
  position: relative;
  display: inline-block;
  line-height: 38px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: 400ms all;
  -webkit-transition: 400ms all;
}
.va-about-text p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.tm-trainers-slider {
  padding-right: 35px;
  text-align: right;
  z-index: 2;
  max-width: 565px;
}
/* .trainers-module {
    padding: 0 0 0 0;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    height: 100%;
    left: 0;
} */
.tm-top-c:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.9;
  display: block;
  background: #222120f7;
  width: 100%;
  height: 100%;
}
.trainers-module .trainer-top {
  padding-bottom: 36px;
  position: relative;
}
.tm-trainers-slider h3 {
  margin: 0;
  padding-top: 95px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 200px;
  height: 200px;
}
/*.tm-trainers-slider h3 {
    margin: 0;
    padding-top: 95px;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}*/
.trainers-module .trainers-btn {
  margin-right: 20px;
  display: inline-block;
  background: #363533;
  overflow: hidden;
}
.trainers-module .uk-slidenav {
  height: 33px;
  width: 35px;
  line-height: 33px;
  position: relative;
  z-index: 1;
  display: block;
  float: left;
}
.trainers-module .uk-slidenav:last-child:after {
  content: "";
  width: 400%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  transform: skew(-33deg);
  background: #36a5eb;
}
.uk-slidenav-previous:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  position: absolute;
  color: #36a5eb;
  line-height: 32px;
  left: 50%;
  margin-left: -4px;
}
.uk-slidenav-next:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  position: absolute;
  color: #fff;
  line-height: 32px;
  left: 50%;
  margin-left: -4px;
}
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* .uk-grid {
    margin-left: -35px;
} */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-slideset li {
  position: relative;
}
.uk-slideset li {
  position: relative;
}
.trainers-module .img-wrap {
  float: right;
  border: 1px solid #36a5eb;
}
.trainers-module .name {
  position: absolute;
  font-size: 33px;
  color: #fff;
  bottom: 0;
  right: 290px;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 35px;
}
.trainers-module .name span {
  color: #dce0eb;
}
[class*="uk-grid-width"] > * {
  box-sizing: border-box;
  width: 100%;
}
.divider {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bg-lighter {
  background-color: #f7f7f7 !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.form-transparent .form-control {
  background: transparent;
  color: #555555;
}
.team-section .card h4 {
  color: #36a5eb;
  font-weight: 600;
  font-size: 20px;
}

.team-section .card .card-body {
  text-align: left;
  padding: 28px;
  height: 458px;
}
.team-section .card {
  border: none;
  border-radius: 10px;
  box-shadow: 1px 1px 41px #dbe0f778 !important;
}
.team-section .card .meta {
  color: #878a9d;
  font-weight: 600;
}
.social a:not(.btn-circle) {
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}
.social > a {
  margin: 0 0.7rem 0 0;
}
.social a:not(.btn-circle):hover {
  transform: translateY(-0.15rem);
}
.social a .fa-twitter {
  color: #5daed5;
}
.social a .fa-facebook-f {
  color: #4267b2;
}

.social a .fa-instagram {
  color: transparent;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
}
.inner-banner {
  position: relative;
}
.overlap-grid {
  position: relative;
}

.overlap-grid img {
  width: 100%;
}

.who-we-are .section-content {
  padding: 65px;
}
.who-we-are .section-content p {
  text-align: justify;
  color: #464646;
}
.service-section .section-content {
  padding: 32px 70px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.who-we-are .section-content {
  padding: 32px 70px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.service-section .overlap-grid .item {
  height: auto;
  overflow: hidden;
}

.owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  top: 104px;
  right: 31.2%;
  color: #fff;
}
.owl-nav {
  margin-right: 20px;
  display: inline-block;
  background: #363533;
  overflow: hidden;
}

.owl-nav button {
  height: 33px;
  width: 35px;
  line-height: 33px;
  position: relative;
  z-index: 1;
  display: block;
  float: left;
}
.owl-nav button:last-child:after {
  content: "";
  width: 400%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  transform: skew(-33deg);
  background: #36a5eb;
}

.cinkes_contact-single_info {
  display: flex;
}
.cinkes_contact_single_icon i {
  font-size: 36px;
  color: #36a5eb;
}
.cinkes_contact_single_title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
.cinkes_contact_single_icon {
  margin-right: 20px;
}
.cinkes_contact_single_text p,
.cinkes_contact_single_text a {
  font-size: 16px;
  color: #878c8f;
  line-height: 1.68;
}
.inner-banner {
  width: 100%;
  height: 225px;
}
.banner .carousel-item {
  position: relative;
  float: left;
  width: 100%;
  height: 600px;
  background-size: cover !important;
  background-position: center !important;
}
.banner .carousel-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: #0000004f;
}
.datepicker {
  position: relative;
  height: 45px;
  border-radius: 0;
  color: #191919;
  font-size: 14px;
  line-height: 33px;
  cursor: pointer;
  background: #f7f7f7 url(../images/ico-date.png) 94% 14px no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.timepicker:focus,
input.datepicker:focus {
  outline: none;
  background-position: 94% -21px;
}

.timepicker {
  position: relative;
  height: 45px;
  border-radius: 0;
  color: #191919;
  font-size: 14px;
  line-height: 33px;
  cursor: pointer;
  background: #f7f7f7 url(../images/ico-clock.png) 94% 14px no-repeat;
}

input.timepicker:focus,
input.datepicker:focus {
  outline: none;
  background-position: 94% -21px;
}

.ui-datepicker .ui-datepicker-prev span {
  background: url(../images/ico-arrow-prev.png) 0 0 no-repeat;
}
.ui-datepicker .ui-datepicker-next span {
  background: url(../images/ico-arrow-next.png) 0 0 no-repeat;
}

#services {
  padding-top: 100px;
}
#about {
  padding-top: 100px;
}

#menu-center .active,
#menu-center ul li:hover {
  background: #36a5eb;
  color: #fff;
}

.contact-popup .modal-title {
  color: #36a5eb;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
}
.contact-popup .modal-title::before {
  position: absolute;
  top: 53px;
  background-color: #222;
  height: 3px;
  width: 50px;
  content: "";
  left: 0;
}
.booking-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-popup .modal-content {
  padding: 28px;
}
.contact-popup .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #e7e7f5;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.service-box.owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  top: -59px;
  right: -16px;
  color: #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
/* ======================================== */
.team-sec {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 80px;
  background: url(../images/brain.jpg) 50% 50%;
  background-size: cover;
  position: relative;
}
.team-sec::before {
  position: absolute;
  background: #0977bdbd;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.team-text-ar h2 {
  color: #fff;
  font-size: 18px;
}
.team-text-ar h4 {
  font-size: 14px;
  font-weight: 500 !important;
}
.team-text-ar {
  border: solid 2px #ffffff3b;
  padding: 25px;
  margin-bottom: 20px;
}
.team-text-ar article {
  overflow: hidden;
  margin-bottom: 20px;
}
.team-text-ar .readmore {
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  color: #066bad;
  font-weight: 600;
}

.team-text-ar .d-text {
  color: #087dff;
  font-weight: 600;
}
.team-text-ar p {
  color: #fff;
  text-align: left;
}

.team-sec .owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  top: -58px;
  right: 0;
  color: #fff;
}
.banner {
  margin-top: 7%;
}
.team-sec {
  font-size: 14px;
  color: #fff;
  position: relative;
}
.team-sec .title {
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.team-sec p.letter-space-1 {
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}
#contact_us_successmessage {
  position: relative;
}

#contact_us_successmessage .alert-success {
  width: 100%;
  position: absolute;
  left: 0;
  top: -95px;
}
#contact_us_errormessage {
  position: relative;
}

#contact_us_errormessage .alert-danger {
  width: 100%;
  position: absolute;
  left: 0;
  top: -95px;
}

.team-owl-img .item {
  height: auto;
  display: flex;
  align-items: center;
}
#successmessage {
  position: relative;
}
.alert-success {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}
#errormessage {
  position: relative;
}
.alert-danger {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}
#successmessage .alert-success {
  width: 100%;
  position: absolute;
  left: 0;
  top: -72px;
}

#errormessage .alert-danger {
  width: 100%;
  position: absolute;
  left: 0;
  top: -72px;
}

.form-group {
  position: relative;
}
#form_message-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}
#form_email-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}
#form_time-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}

#form_date-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}
#form_name-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}
#form_subject-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}
#form_phone-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}

#contact_us_name-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}
#contact_us_subject-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}

#contact_us_email-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}
#contact_us_phone-error {
  position: absolute;
  top: 36px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}
.header-nav-wrapper {
  background-color: #fff;
  background-size: cover;
  background-position: center;
}
#book-consultation {
  position: relative;
}
#book-consultation .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#contact_us_message-error {
  position: absolute;
  top: 140px;
  font-size: 11px;
  color: #d92626;
  z-index: 9;
  background: #ffffff;
  left: -1px;
  padding: 3px 10px;
  box-shadow: 1px 1px 10px #d3d6e1;
}

/* .team-sec .item {
        transform: rotate(-90deg);
    }
   .team-sec .owl-carousel{
         transform: rotate(90deg);
    } */

.team-owl-img {
  position: relative;
}
/* #panel, #flip {
      
      }
      
      #panel {
        display: none;
      }  */

/* .accordion-item {
        background:none;
        border: 1px solid rgba(0,0,0,.125);
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url(../images/arrow-down.png);
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;  
        position: absolute;
        top: 0;
        right: 0;
    
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url(../images/arrow-down.png);
        transform: rotate(-180deg);
    }
    .accordion-button {
        position: relative;
        display: block;
        align-items: center;
        width: 100%;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        background: none;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        line-height: 25px;}
    .accordion-button:not(.collapsed) {
        color: #0c63e4;
        background:none;
        box-shadow:none;
    }
    .accordion-body {
         padding:0;
    } */

.img-left-wrap {
  float: right;
  width: 95px;
  height: 86px;
  margin-left: 10px;
  overflow: hidden;
  border: solid 1px #f7f7f754;
  margin-bottom: 5px;
}
.img-left-wrap img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.team-text-ar {
  background: #ffffff14;
  border-radius: 6px !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    width: 1170px;
  }
}
