@font-face {
  font-family: "JannaLT-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/JannaLT-Regular.eot);
  src: url(../fonts/JannaLT-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/JannaLT-Regular.woff2) format("woff2"),
    url(../fonts/JannaLT-Regular.woff) format("woff"),
    url(../fonts/JannaLT-Regular.ttf) format("truetype"),
    url(../fonts/JannaLT-Regular.svg#svgFontName) format("svg");
}

body {
  font-family: "JannaLT-Regular" !important;
  direction: rtl;
  text-align: right;
  background-color: #f4fafa;
  overflow-x: hidden;
}

body:lang(en) {
  direction: ltr;
  text-align: unset;
}

.arlang {
  display: none;
}

.arlang:lang(en) {
  display: inline-block;
}

.enlang:lang(en) {
  display: none;
}

.layoutsonia {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "JannaLT-Regular" !important;
  font-weight: 600 !important;
}

footer {
  position: relative;
}

.tophead {
  background-color: #1e2e45;
}

.tophead .text-left:lang(en) {
  text-align: right !important;
}

.tophead a {
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  top: 4px;
  margin: 0 4px;
}

.tophead a.language {
  color: #fff !important;
  border: none;
  background: none;
  outline: none !important;
  font-weight: bold;
  text-decoration: none !important;
}

.whitecace {
  background: #fff;
}

.bg-gray {
  position: relative;
  background: url(../images/watermark.svg) left center no-repeat;
}

.bg-gray:lang(en) {
  position: relative;
  background: url(../images/watermark.svg) right center no-repeat;
}

.abouthome p {
  overflow: hidden;
  line-height: 28px;
  max-height: 84px;
}

.abouthome span {
  width: 100%;
  color: #c90020;
}

.abouthome h2 {
  color: #000;
  height: 44px;
  overflow: hidden;
}

.heightvercual {
  min-height: 360px;
}

.bg-leftfooter {
  background: #f4f4f4;
}

.bg-rightfooter {
  background: #dadada;
}

.footergy {
  background: #1e2e45;
  background-size: cover;
  text-align: right;
}

.footergy:lang(en) {
  text-align: left;
}

.footerconter {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.introvideo {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.introvideo img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.introvideo:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 2;
}

.introvideo:after {
  position: absolute;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px #fff solid;
  height: 60px;
  content: "\f04b";
  top: 52%;
  font-size: 22px;
  color: #fff;
  left: 30px;
  z-index: 3;
  font-family: "FontAwesome";
}

.introvideo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.introvideo p {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  margin: 0;
  font-size: 16px;
  bottom: 30px;
  left: 0;
  color: #fff;
  z-index: 3;
}

.introvideo span {
  float: left;
  width: 100%;
  height: 35px;
  font-size: 30px;
  color: #fff;
  margin: 0 0 5px;
}

.collection {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.collection img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.collection:before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.collection p {
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  left: 5%;
  margin: 0;
  padding: 15px;
  border: 1px #fff solid;
  width: 90%;
  z-index: 3;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.collection:hover p {
  color: #c90020;
}

.collection p:before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  content: "";
  background: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.collection p span {
  position: relative;
  z-index: 1;
}
.collection:hover p:before {
  height: 100%;
}

.collection a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.graycarusel {
  position: relative;
  height: 520px;
  background: #e3e6e9;
}

.offers {
  background: #c90020;
  height: 250px;
  margin-bottom: 15px;
  position: relative;
}

.offers a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.offers p {
  border-bottom: 2px #fff solid;
  text-transform: uppercase;
  bottom: 30px;
  max-width: 90%;
  left: 5%;
  margin: 0;
  text-align: left;
  position: absolute;
  z-index: 2;
  font-family: "JannaLT-Regular";
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.offers i {
  font-size: 140px;
  display: inline-block;
  margin: 20px 0 0;
  color: #b5001d;
}

.prolines {
  position: relative;
  height: 255px;
  overflow: hidden;
}

.prolines a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.prolines p {
  bottom: 30px;
  max-width: 90%;
  left: 5%;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  z-index: 3;
  color: #fff;
  margin: 0;
  font-size: 26px;
  line-height: 36px;
}

.prolines span {
  width: 100%;
  display: inline-block;
  font-size: 40px;
}
.prolines:before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.prolines img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.chairmanhome {
  background: #05bad9;
  color: #fff;
  padding: 15px;
  text-align: right;
}

.chairmanhome:lang(en) {
  background: #05bad9;
  text-align: left;
}

.chairmanhome h3 {
  margin-top: 25px;
}

.chairmanhome a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
}

a.morecourse {
  display: inline-block;
  padding: 0 25px;
  margin-right: 15px;
  color: #fff !important;
  border-radius: 3px;
  background: #05bad9;
  height: 38px;
  line-height: 38px;
  text-decoration: none !important;
}

a.morecourse:lang(en) {
  margin-left: 15px;
  margin-right: 0;
}

a.registecourse {
  display: inline-block;
  padding: 0 25px;
  color: #fff !important;
  border-radius: 3px;
  background: #1e2e45;
  height: 38px;
  line-height: 38px;
  text-decoration: none !important;
}

.prohome {
  position: relative;
  height: 210px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -webkit-box-shadow: 0 0 8px rgb(12 12 12 / 10%);
  box-shadow: 0 0 8px rgb(12 12 12 / 10%);
}

.prohome img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 120%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.prohome a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.chairmanimg {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.chairmanimg img {
  width: 100%;
  max-width: 200px;
  border: 2px #fff solid;
}

.homestage {
  width: 100%;
  background: url(../images/homestage.png) center no-repeat;
  background-size: cover;
  min-height: 470px;
}

.homestage ul {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 15px 0 0;
}

.homestage ul::before {
  position: absolute;
  border-bottom: 1px #fff dashed;
  content: "";
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.homestage ul li {
  list-style: none;
  width: 24.6%;
  text-align: right;
  direction: rtl;
  height: 280px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.homestage ul li:lang(en) {
  text-align: left;
  direction: ltr;
}

.homestage ul li img {
  position: relative;
  z-index: 3;
  top: 14px;
  left: 25px;
}

.homestage:lang(en) ul li img {
  left: -23px;
}

.homestage ul li:nth-child(2) img {
  position: relative;
  z-index: 3;
  top: 233px;
  left: 16px;
}

.homestage:lang(en) ul li:nth-child(2) img {
  left: -16px;
}

.homestage ul li:nth-child(3) img {
  position: relative;
  z-index: 3;
  top: 14px;
  left: 16px;
}

.homestage:lang(en) ul li:nth-child(3) img {
  left: -16px;
}

.homestage ul li:nth-child(4) img {
  position: relative;
  z-index: 3;
  top: 233px;
  left: 16px;
}

.homestage:lang(en) ul li:nth-child(4) img {
  left: -21px;
}

.homestage ul li span {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 10%;
  padding: 125px 15px 0;
  width: 100%;
  height: 80%;
  border-right: 1px #fff solid;
}

.homestage ul li span:lang(en) {
  border-left: 1px #fff solid;
  border-right: none;
}

.homestage ul li:nth-child(2) span {
  padding: 25px 15px 0;
}
.homestage ul li:nth-child(3) span {
  padding: 125px 15px 0;
}
.homestage ul li:nth-child(4) span {
  padding: 25px 15px 0;
}

.homestage ul li::before {
  position: absolute;
  background: #05bad9;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  top: 0;
  z-index: 2;
  right: -32px;
  content: "";
}

.homestage:lang(en) ul li::before {
  left: -32px;
  right: auto;
}

.homestage ul li:nth-child(2):before,
.homestage ul li:nth-child(4):before {
  top: auto;
  bottom: 0;
}

.homestage ul li::after {
  position: absolute;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  right: -8px;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.homestage:lang(en) ul li::after {
  right: auto;
  left: -8px;
}

.coursehome {
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  direction: rtl;
  text-align: right;
  border: 1px #f3f3f3 solid;
  border-top: 0;
  -webkit-box-shadow: 0 0 8px rgb(12 12 12 / 10%);
  box-shadow: 0 0 8px rgb(12 12 12 / 10%);
}

.coursehome:lang(en) {
  direction: ltr;
  text-align: left;
}

.coursehome:lang(en) .text-left {
  text-align: right !important;
}

.coursehome span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 12px;
  height: 24px;
  line-height: 24px;
  background: #1e2e45;
  margin: 0 0 8px;
}

.coursehome h4 {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 8px;
}

.footerlist h5 {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.footerlist h5::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100px;
  height: 3px;
  background-color: #14b3da;
}

.footerlist:lang(en) h5::after {
  right: auto;
  left: 0;
}

.footerlist ul {
  margin: 0;
  padding: 0;
}

.footerlist ul li {
  list-style: none;
  margin: 0 0 4px;
}

.footerlist ul li a {
  color: #bdc9d9 !important;
  text-decoration: none !important;
}

.footerlist ul li a:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.footerlist i {
  color: #8293a7;
  font-size: 29px;
}

.footerlist p {
  color: rgba(255, 255, 255, 0.75);
}

.footerlist a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
}

.footerlist a:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.logofooter {
  position: relative;
}

.logofooter img {
  max-width: 226px;
}

.sliderhome {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.sliderhome .carousel-indicators {
  padding-right: 15px;
  bottom: 20px;
  text-align: right;
  margin: 0 !important;
  justify-content: unset;
  display: inline-block;
  -ms-flex-pack: unset;
}

.sliderhome .carousel-indicators:lang(en) {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
}

.sliderhome .carousel-indicators li {
  width: 10px;
  height: 10px;
  flex: none !important;
  text-indent: unset;
  box-sizing: unset;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px #fff solid;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  background-clip: unset;
}

.sliderhome .carousel-indicators li.active {
  background-color: #fff;
}

.sliderhome .carousel-caption {
  right: 0;
  left: 0;
  padding-bottom: 0;
}

.sliderhome .carousel-caption {
  position: absolute;
  width: 100%;
  text-align: right;
  z-index: 3;
  z-index: 2;
  bottom: unset;
  padding-top: unset;
  /*height: 100%;*/
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.sliderhome:lang(en) .carousel-caption {
  text-align: left;
}

.sliderhome img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.sliderhome .carousel-control-next,
.sliderhome .carousel-control-prev {
  z-index: 3;
  width: 10%;
}

.sliderhome .carousel-control-next-icon {
  background-image: none;
  position: relative;
}

.sliderhome .carousel-control-next-icon:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  font-size: 24px;
  content: "\f178";
  font-family: "FontAwesome";
}

.sliderhome .carousel-control-prev-icon {
  background-image: none;
  position: relative;
}

.sliderhome .carousel-control-prev-icon:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  font-size: 24px;
  content: "\f177";
  font-family: "FontAwesome";
}

.carousel .carousel-item {
  /*min-height: 350px;*/
  height: 100%;
  width: 100%;
}

.carousel .carousel-item img {
  position: relative;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  display: inline-block;
}

.carousel .carousel-item:before {
  background-image: linear-gradient(
    -135deg,
    rgba(5, 186, 217, 1),
    rgba(5, 186, 217, 0.2),
    rgba(5, 186, 217, 0)
  );
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.carousel:lang(en) .carousel-item:before {
  background-image: linear-gradient(
    135deg,
    rgba(5, 186, 217, 1),
    rgba(5, 186, 217, 0.2),
    rgba(5, 186, 217, 0)
  );
}

.carousel-caption h3,
.carousel-caption p {
  padding: 0.2em 0;
}

.carousel-caption h3 {
  font-family: "JannaLT-Regular";
  font-size: 40px;
  line-height: 50px;
  overflow: hidden;
  max-height: 111px;
}

.carousel-caption p {
  overflow: hidden;
  max-height: 98px;
}

.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em;
}

/* Animation delays */
.carousel-caption h3:first-child {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.carousel-caption p {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.carousel-caption button {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}

.caruslholder {
  float: right;
  width: 100%;
  direction: ltr;
  position: relative;
  z-index: 4;
}

.partnerlogo {
  position: relative;
  height: 60px;
  margin-top: 25px;
}

.partnerlogo img {
  position: absolute;
  width: auto !important;
  top: 50%;
  left: 50%;
  max-height: 60px;
  max-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.contactfooter p {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 10px;
}

.contactfooter p:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #818a91;
  content: "\f041";
  font-family: "FontAwesome";
}

a.infofooter {
  color: #000 !important;
  text-decoration: none !important;
  clear: both;
  padding: 4px 0;
  float: left;
}

a.infofooter:hover {
  color: #c90020 !important;
}

.linelink {
  border-bottom: 2px #ddd solid;
}

.socialmedia ul {
  margin: 5px 0 0;
  text-align: left;
  padding: 0;
}

.socialmedia ul li {
  margin: 0 10px 0 0;
  list-style: none;
  display: inline-block;
}

.socialmedia ul li a {
  color: #000;
  font-size: 20px;
}

.socialmedia ul li a:hover {
  color: #c90020;
}

.newsletterholder {
  display: inline-block;
  font-family: "JannaLT-Regular";
}

.newsletterholder input[type="text"] {
  border: none;
  float: left;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  line-height: 48px;
  outline: none !important;
}

.newsletterholder input[type="button"],
.newsletterholder input[type="submit"] {
  border: none;
  background: #f00041;
  min-width: 180px;
  color: #fff;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  outline: none !important;
  text-transform: uppercase;
  float: left;
}

a.infoheader {
  display: inline-block;
  margin: 5px 12px 0 0;
  padding: 0 0 0 23px;
  position: relative;
  color: #999 !important;
  text-decoration: none !important;
  font-size: 14px;
}

a.infoheader:hover {
  color: #000 !important;
}

a.infoheader:before {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px;
  font-family: "FontAwesome";
}

a.soniaphone:before {
  content: "\f095";
}

a.soniamail:before {
  content: "\f0e0";
}

.owl-carouselss h4 {
  width: 100%;
  text-align: center;
}

.owl-carouselss p {
  width: 100%;
  text-align: center;
}

.owl-carouselss .item {
  text-align: center;
}

.productgallery {
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 180px;
  border: 5px #fff solid;
  border-radius: 50%;
  display: inline-block;
}

.productgallery img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: auto !important;
  min-width: 100%;
  max-width: 140%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.copyright {
  float: right;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.copyright a {
  color: #c90020 !important;
  text-decoration: none !important;
  font-family: "JannaLT-Regular";
}

.titlehome {
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  font-family: "JannaLT-Regular";
}

.titlehome p {
  color: #666666;
  font-size: 20px;
  padding: 0 15%;
  font-weight: bold;
}

a.morehome {
  border-bottom: 1px #000 solid;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 0 2px;
  color: #000 !important;
  font-size: 18px;
  text-decoration: none !important;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a.morehome:before {
  position: absolute;
  top: 3px;
  right: -20px;
  color: #14b3da;
  font-size: 18px;
  content: "\f177";
  font-family: "FontAwesome";
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
a.morehome:hover:before {
  right: 0;
}

a.morehome:lang(en):before {
  right: auto;
  left: -20px;
  content: "\f178";
}
a.morehome:lang(en):hover:before {
  left: 0;
}

a.morehome:hover {
  color: #14b3da !important;
  padding: 0 25px 2px 0;
  border-bottom: 1px #14b3da solid;
}

a.morehome:lang(en):hover {
  padding: 0 0 2px 25px;
}

.techtitle h3 {
  color: #c90020;
  font-size: 30px;
  font-family: "JannaLT-Regular";
}

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

.event {
  cursor: pointer;
}

.copyrightholder {
  background: #2b4261;
}

.innerbanner {
  background: #05bad9;
  min-height: 160px;
  position: relative;
}

.innerbanner::before {
  position: absolute;
  left: -50px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 20px rgba(255, 255, 255, 0.2) solid;
  content: "";
  top: -180px;
  content: "";
}

.innerbanner::after {
  position: absolute;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 20px rgba(255, 255, 255, 0.2) solid;
  content: "";
  top: -100px;
  content: "";
}

.innerbanner h1 {
  color: #fff;
  text-transform: uppercase;
}

.innerbanner ul {
  padding: 0;
  margin: 0;
}

.innerbanner ul li {
  display: inline-block;
  list-style: none;
  padding-left: 15px;
  position: relative;
}

.innerbanner ul li:lang(en) {
  padding-left: 0;
  padding-right: 15px;
}

.innerbanner ul li:last-child {
  padding-left: 0;
}

.innerbanner:lang(en) ul li:last-child {
  padding-right: 0;
}

.innerbanner ul li:last-child:before {
  display: none;
}

.innerbanner ul li:before {
  position: absolute;
  font-size: 18px;
  left: 2px;
  color: #fff;
  content: "/";
}

.innerbanner:lang(en) ul li:before {
  left: auto;
  right: 2px;
}

.innerbanner ul li a {
  color: #fff !important;
  text-decoration: none;
}

.contactinfo strong {
  font-size: 1.4em;
}

.contactinfo p {
  font-size: 0.9em;
  color: #666;
}

.contactinfo p a {
  color: #666 !important;
}

.contactform input[type="text"],
.contactform input[type="email"] {
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  border: 1px solid hsl(var(--neutral-hue, 210), 14%, 83%);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.contactform input[type="text"]:focus,
.contactform input[type="email"]:focus,
.contactform textarea:focus {
  border-color: hsl(var(--neutral-hue, 210), 7%, 46%);
  -webkit-box-shadow: 0 3px 10px hsla(var(--neutral-hue, 210), 14%, 83%, 0.25);
  box-shadow: 0 3px 10px hsla(var(--neutral-hue, 210), 14%, 83%, 0.25);
}

.validationstyle {
  color: #c90020;
  font-size: 0.9em;
}

.contactform textarea {
  outline: none;
  min-height: 80px;
  max-height: 80px;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0 15px;
  border: 1px solid hsl(var(--neutral-hue, 210), 14%, 83%);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.contactform input[type="button"],
.contactform input[type="submit"] {
  clear: both;
}

.framemap iframe {
  border: none;
  height: 400px;
  width: 100%;
}

.albumgallery {
  position: relative;
  height: 320px;
  overflow: hidden;
  border: 1px #ddd solid;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.albumgallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 120%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.albumgallery p {
  position: absolute;
  bottom: 15px;
  padding: 13px 15px 0 15px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  max-height: 98px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.albumgallery:hover p {
  color: #fff;
  background: #05bad9;
}

.albumgallery:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 15px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.albumgallery:hover:before {
  background: #05bad9;
}

.albumgallery a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.galleryzone {
  position: relative;
  height: 320px;
  overflow: hidden;
  border: 1px #ddd solid;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.galleryzone img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-height: 120%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.galleryzone:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(5, 186, 217, 0);
  z-index: 2;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.galleryzone:hover:before {
  background: rgba(5, 186, 217, 0.8);
}

.galleryzone:after {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  left: 50%;
  font-size: 20px;
  top: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #05bad9;
  background: #fff;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0);
  -o-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.galleryzone:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.galleryzone a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
}

.eventgrid {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.eventgrid img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-height: 120%;
  min-height: 100%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.eventgrid:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 2;
}

.eventgrid:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.eventgrid a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.listsitbar {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgb(12 12 12 / 10%);
  box-shadow: 0 0 8px rgb(12 12 12 / 10%);
}

.listsitbar h3 {
  color: #000;
  font-size: 20px;
  font-family: "JannaLT-Regular";
  padding: 0 0 12px;
  margin: 0 0 20px;
  position: relative;
}

.listsitbar h3:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #14b3da;
  content: "";
}

.listsitbar:lang(en) h3:before {
  right: auto;
  left: 0;
}

.listsitbar ul {
  margin: 0;
  padding: 0;
}
.listsitbar ul li {
  list-style: none;
  margin: 6px 0;
  border-bottom: 1px #ddd solid;
}

.listsitbar ul li span {
  float: right;
  padding: 3px 5px;
  color: #fff;
  background: #c90020;
  font-size: 13px;
}

.listsitbar ul li a {
  margin: 0;
  padding: 0 18px 6px 0;
  color: #999 !important;
  text-decoration: none !important;
  font-size: 16px;
  display: inline-block;
}

.listsitbar:lang(en) ul li a {
  padding: 0 0 6px 18px;
}

.listsitbar ul li a:hover {
  color: #1e2e45 !important;
}

.listsitbar ul li a:before {
  font-family: "FontAwesome";
  content: "\f104";
  position: absolute;
  font-size: 16px;
  right: 15px;
}

.listsitbar:lang(en) ul li a:before {
  right: auto;
  content: "\f105";
  left: 15px;
}

.eventpref h4 a {
  color: #1e2e45 !important;
  text-decoration: none !important;
  max-height: 64px;
  line-height: 32px;
  overflow: hidden;
}

.eventpref h4 a:hover {
  color: #05bad9 !important;
}

.eventpref p {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
}

.eventpref b,
.eventpref span {
  font-weight: normal;
  color: #999;
  position: relative;
}

.eventpref b:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f041";
}

.eventpref span:before {
  right: 0;
}

.eventpref:lang(en) span:before {
  right: auto;
  left: 0;
}

.eventdetails b,
.eventdetails span {
  font-weight: normal;
  color: #999;
  position: relative;
}

.eventdetails b:before {
  position: absolute;
  right: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f041";
}

.eventdetails:lang(en) b:before {
  right: auto;
  left: 0;
}

.eventdetails span.clockicon:before {
  position: absolute;
  right: 0;
  font-size: 16px;
  font-family: "FontAwesome";
  content: "\f017";
}

.eventdetails:lang(en) span:before {
  right: auto;
  left: 0;
}

.eventdetails img {
  max-width: 40%;
  float: right;
  margin: 0 0 10px 20px;
}

.eventdetails img:lang(en) {
  margin: 0 20px 10px 0;
  float: left;
}

.pagenationstyle {
  float: right;
  width: 100%;
  padding: 0;
}

.pagenationstyle .pagination {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  text-align: right;
  width: 100%;
}

.pagenationstyle .pagination > li {
  display: inline-block;
  text-align: center;
  margin: 0 4px;
}

.pagenationstyle .pagination > .active > a,
.pagenationstyle .pagination > .active > span,
.pagenationstyle .pagination > .active > a:hover,
.pagenationstyle .pagination > .active > span:hover,
.pagenationstyle .pagination > .active > a:focus,
.pagenationstyle .pagination > .active > span:focus {
  background-color: #05bad9;
  border-color: #05bad9;
  color: #fff;
}

.pagenationstyle .pagination > li > a,
.pagenationstyle .pagination > li > span {
  margin-left: 0;
  color: #666;
  min-width: 36px;
  height: 36px;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  background-color: #fff;
  text-decoration: none !important;
  border: 1px #fff solid;
  -webkit-box-shadow: 0 0 4px rgb(6 6 6 / 6%);
  box-shadow: 0 0 4px rgb(6 6 6 / 6%);
}

.pagenationstyle .pagination > li > a:hover,
.pagenationstyle .pagination > li > span:hover,
.pagenationstyle .pagination > li > a:focus,
.pagenationstyle .pagination > li > span:focus {
  border-color: #05bad9;
}

.sharearticl {
  float: left;
}

.sharearticl:lang(en) {
  float: right;
}

.sharearticl strong {
  display: inline-block;
  font-weight: normal;
  position: relative;
  top: -10px;
}

.sharearticl .a2a_kit_size_32 {
  display: inline-block;
}

.sharearticl span::before {
  display: none;
}

.sharearticl a {
  display: inline-block;
  width: 30px;
  font-size: 15px;
  margin: 0 5px 0 0;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}

.sharearticl a i {
  height: 30px;
  line-height: 32px;
}

a.facebookshare {
  background: #4064ad;
}

a.twittershare {
  background: #1c9ceb;
}

.productimg {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.productimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 120%;
  min-width: 100%;
  min-height: 100%;
  max-height: 120%;
  width: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.productimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.productinfo h4 {
  color: #000;
  line-height: 32px;
}

.productinfo h3 {
  color: #05bad9;
  line-height: 32px;
}

a.categorydetails {
  padding: 0 12px;
  font-size: 14px;
  height: 22px;
  line-height: 24px;
  display: inline-block;
  overflow: hidden;
  background: #c90020;
  text-decoration: none !important;
  color: #fff !important;
  height: 24px;
}

.aboutimg img {
  width: 100%;
}

.Searchtitle {
  color: #999;
  font-size: 18px;
}

.Searchtitle span {
  color: #000;
}

.searchblock a {
  color: #000;
  font-size: 20px;
  color: #000 !important;
  text-decoration: none !important;
}

.searchblock span {
  background: #c90020;
  color: #fff;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  display: inline-block;
}

.seachheader {
  float: right;
  width: 200px;
  border: 1px #ddd solid;
  position: relative;
}

.seachheader:before {
  position: absolute;
  z-index: 0;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  right: 0;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #000;
  content: "\f002";
}

.seachheader:hover:before {
  background: #c90020;
  color: #fff;
}

.seachheader input[type="search"],
.seachheader input[type="text"] {
  border: none;
  width: 160px;
  height: 38px;
  line-height: 38px;
  color: #666;
  font-size: 14px;
  float: left;
  padding: 0 5px;
}

.seachheader:hover input[type="search"],
.seachheader:hover input[type="text"] {
  background: #f3f3f3;
}

.seachheader input[type="button"],
.seachheader input[type="submit"] {
  border: none;
  background: none !important;
  width: 38px;
  float: right;
  height: 38px;
  position: relative;
  z-index: 1;
  line-height: 38px;
}

.faqsonia .btn-link {
  color: #05bad9 !important;
  font-weight: bold;
  text-decoration: none !important;
}

.faqsonia .btn-link:hover {
  color: #05bad9 !important;
}

.developement {
  color: #81aedc;
  text-align: left;
}

.developement:lang(en) {
  text-align: right;
}

.developement a {
  color: #fff !important;
  text-decoration: none !important;
}

.developement a:hover {
  color: #14b3da !important ;
}

.projectmasr {
  background: #f5f5f5;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.projectmasr h3 {
  background: #f00041;
  width: 100%;
  padding: 10px 0 15px;
  margin-bottom: 10px;
  color: #fff;
}

.projectmasr li {
  list-style: none;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px #d4d4d4 solid;
  font-size: 18px;
  color: #757575;
}

.projectmasr li b {
  padding: 0 5px;
  font-size: 18px;
  display: inline-block;
  border-radius: 3px;
  background: #015cb5;
  color: #fff;
}

.projectmasr a {
  color: #f00041 !important;
  padding: 0 30px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  overflow: hidden;
  border: 1px #f00041 solid;
  border-radius: 5px;
  text-decoration: none !important;
  font-size: 15px;
  position: relative;
}
.projectmasr span {
  position: relative;
  z-index: 1;
}

.projectmasr a:before {
  content: "";
  width: 100%;
  bottom: 0;
  border-radius: 5px;
  left: 0;
  z-index: 0;
  position: absolute;
  background: #f00041;
  height: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.projectmasr a:hover {
  color: #fff !important;
}

.projectmasr a:hover:before {
  height: 100%;
}

.abouthomebox {
  width: 100%;
  background: #fff;
  margin: 0 0 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px rgb(12 12 12 / 10%);
  box-shadow: 0 0 8px rgb(12 12 12 / 10%);
}

.abouthomebox p {
  width: 100%;
  color: #7c8188;
  font-size: 18px;
  line-height: 28px;
  padding: 0 15px;
  height: 56px;
  margin: 16px 0 0;
  overflow: hidden;
}

.offcanvas {
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  float: right;
  z-index: 1001;
  display: none;
  /*overflow-x: hidden;*/
  transition: 0.5s;
  padding-top: 0; /*padding-right:270px;*/
}

.offcanvas ul {
  margin: 0 10px 20px;
  padding: 0;
  float: left;
  width: 230px;
  border-radius: 10px;
}

.MyClass ul {
  margin-left: 0;
}

.MyClass {
  position: fixed;
  display: block;
}

.offcanvas ul li:first-child {
  border-top: 1px rgba(255, 255, 255, 0.15) solid;
}

.offcanvas ul li {
  list-style: none;
  float: left;
  text-align: right;
  width: 100%;
  font-size: 20px;
  border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
}

.offcanvas ul li:last-child {
  border-bottom: none;
}

.offcanvas ul li a {
  padding: 9px 42px 9px 0;
  min-height: 42px;
  text-decoration: none !important;
  font-size: 16px;
  margin: 0;
  position: relative;
  color: #cee4ff;
  font-family: "GE_SS_Two_Medium";
  display: block;
  transition: 0.3s;
}

.offcanvas ul li a i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 16px;
}

.MyClass ul li a i {
  right: auto;
  left: 4px;
}

.offcanvas ul li a:hover {
  background: #2b455e;
}

.MyClass ul li a span {
  display: none;
  position: absolute;
  right: 100%;
  background: #2b455e;
  width: 200px;
  height: 42px;
  padding: 0 20px 0 10px;
  line-height: 38px;
  top: 0;
}

.MyClass ul li a:hover span {
  display: block;
}
.offcanvas a:hover,
.offcanvas a:focus {
  color: #ffd345;
}

.offcanvas a.actives {
  color: #fff;
  font-family: "GE_SS_Two_Medium";
}

.closeOffcanvas {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}

#mainContent {
  transition: margin-right 0.5s;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 250px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#mainContentup {
  transition: margin-right 0.5s;
  width: 100%;
  margin-top: 0;
}

.overlay3 {
  /*background-color: #f3f3f3;*/
  float: left;
  text-align: center;
  width: 30px;
  z-index: 1000;
  margin: 0 6px 0 0;
  border-radius: 3px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 0;
}

.overlay3:lang(en) {
  /*background-color: #f3f3f3;*/
  float: right;
  margin: 0 0 0 6px;
}

.overlay3:before {
  width: 30px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-family: "themify";
  content: "\e610";
}

.iconopen {
  float: left;
  text-align: center;
  width: 60px;
  margin: 0 10px 0 0;
  border-radius: 3px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 25px;
  left: 6%;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.iconopen:lang(en) {
  float: right;
  margin: 0 0 0 10px;
  left: auto;
  right: 6%;
}

.iconopen:hover {
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.iconopen:before {
  width: 60px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: "Themify";
  content: "\e646";
}
.iconopen:before:hover {
  color: #fff;
}

.seachframe {
  position: absolute;
  top: 45vh;
  padding: 15px;
  background: #fff;
  border: 1px #e7e7e7 solid;
  left: 50%;
  border-radius: 40px;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0 2px rgba(24, 24, 24, 0.1) inset;
  box-shadow: 0 0 0 2px rgba(24, 24, 24, 0.1) inset;
}

.seachframe:hover {
  border: 1px #000 solid;
}

.seachframe input[type="text"] {
  width: 600px;
  max-width: 80%;
  border: none;
  color: #666;
  font-size: 20px;
  height: 48px;
  outline: none !important;
  line-height: 48px;
  background: none;
  float: right;
}

.seachframe:lang(en) input[type="text"] {
  float: left;
}

.seachframe input[type="submit"],
.seachframe input[type="button"] {
  width: 48px;
  border: none;
  height: 48px;
  overflow: hidden;
  float: left;
  line-height: 48px;
  background: url(../images/searchicon.png) center no-repeat;
}

.seachframe:lang(en) input[type="submit"],
.seachframe:lang(en) input[type="button"] {
  float: right;
}

.seachframe:hover input[type="submit"],
.seachframe:hover input[type="button"] {
  background: url(../images/searchicon_hov.png) center no-repeat;
}

.logoar:lang(en) {
  display: none;
}
.logoen {
  display: none;
}
.logoen:lang(en) {
  display: block;
}

.paginationhplder {
  text-align: left;
}

.paginationhplder:lang(en) {
  text-align: right;
}

.bg-whitebox {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 8px rgb(12 12 12 / 10%);
  box-shadow: 0 0 8px rgb(12 12 12 / 10%);
  border-radius: 5px;
}

.faqsonia .card-header {
  background-color: #fff;
}

.listcourse {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgb(12 12 12 / 10%);
  box-shadow: 0 0 8px rgb(12 12 12 / 10%);
}

.listcourse ul {
  margin: 0;
  padding: 0;
}
.listcourse ul li {
  list-style: none;
  position: relative;
  margin: 0;
  width: 100%;
}

.listcourse ul li i {
  position: absolute;
  top: 3px;
  right: 0;
  color: #05bad9;
  font-size: 20px;
}

.listcourse:lang(en) ul li i {
  right: auto;
  left: 0;
}

.listcourse ul li span {
  float: right;
  padding: 3px 5px;
  color: #1e2e45;
  font-size: 15px;
}

.listcourse:lang(en) ul li span {
  float: left;
}

.listcourse ul li b {
  float: left;
  padding: 0 5px;
  min-width: 20px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  height: 20px;
  background-color: #14b3da;
  font-size: 12px;
}

.listcourse ul li b:lang(en) {
  float: right;
}

.listcourse ul li a {
  margin: 0;
  width: 100%;
  padding: 0 24px 6px 0;
  text-decoration: none !important;
  display: inline-block;
}

.listcourse:lang(en) ul li a {
  padding: 0 0 6px 24px;
}

@media screen and (max-width: 1200px) {
  .chairmanhome h3 {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .owl-carouselss h4 {
    font-size: 1.1rem;
  }

  .owl-carouselss p {
    font-size: 0.9rem;
  }

  .sliderhome .carousel-control-next-icon:before {
    left: 30px;
  }

  .sliderhome .carousel-control-prev-icon:before {
    left: -30px;
  }

  .abouthome {
    top: 30px;
  }

  .offers p {
    font-size: 20px;
    line-height: 30px;
  }

  .prolines p {
    font-size: 22px;
    line-height: 30px;
  }

  .prolines span {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .eventdetails img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px;
  }

  .eventdetails img:lang(en) {
    margin: 0 0 10px;
  }
  .sliderhome .carousel-indicators {
    bottom: 10px;
  }
  .carousel-caption p {
    max-height: 75px;
  }
  .chairmanhome h3 {
    margin-top: 35px;
    font-size: 1.6rem;
  }
  .titlehome p {
    font-size: 17px;
  }
  .carousel-caption h3 {
    font-size: 28px;
    line-height: 40px;
    max-height: 84px;
  }
  .carousel .carousel-item:before {
    background-image: linear-gradient(
      -135deg,
      rgba(5, 186, 217, 1),
      rgba(5, 186, 217, 0.3),
      rgba(5, 186, 217, 0.1)
    );
  }
  .sliderhome {
    margin-top: -7px;
  }
  .homestage ul li {
    width: 24.5%;
    font-size: 16px;
  }

  .whitecace {
    display: inline-block;
  }
  .copyright,
  .developement {
    text-align: center;
  }

  .developement:lang(en) {
    text-align: center;
  }
  .seachheader {
    top: 0;
    right: 70px;
    width: 210px;
    position: absolute;
  }

  .seachheader:before {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .seachheader input[type="search"],
  .seachheader input[type="text"] {
    height: 48px;
    line-height: 48px;
  }

  .seachheader input[type="button"],
  .seachheader input[type="submit"] {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .sliderhome .carousel-control-next-icon:before {
    left: 10px;
  }

  .sliderhome .carousel-control-prev-icon:before {
    left: -10px;
  }
  .techtitle h3 {
    margin-top: 30px;
  }

  .footergy .container-fluid .bg-leftfooter {
    background: none;
  }

  .footergy .container-fluid .bg-rightfooter {
    background: none;
  }

  .offers {
    border: 15px #fff solid;
    margin-top: -40px;
  }

  .prolines {
    border: 15px #fff solid;
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .chairmanhome:lang(en) {
    text-align: center;
  }
  .seachframe {
    padding: 8px;
  }
  .seachframe input[type="text"] {
    width: 300px;
    height: 38px;
    line-height: 38px;
  }
  .seachframe input[type="submit"],
  .seachframe input[type="button"] {
    height: 38px;
    line-height: 38px;
    background-size: 85%;
  }
  .seachframe:hover input[type="submit"],
  .seachframe:hover input[type="button"] {
    background-size: 85%;
  }
  .chairmanhome {
    text-align: center;
  }
  .abouthomebox {
    max-width: 240px;
    display: inline-block;
  }
  .homestage ul {
    margin: 15px 0;
  }
  .homestage ul::before {
    top: 0%;
    width: 1px;
    border-bottom: none;
    border-right: 1px #fff dashed;
    height: 100%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
  }
  .homestage ul li {
    width: 100%;
    height: 102px;
  }

  .homestage ul li::before {
    right: 0;
    top: -24px;
  }

  .homestage:lang(en) ul li::before {
    left: 0;
  }
  .homestage ul li img {
    top: -7px;
    left: -5px;
  }

  .homestage:lang(en) ul li img {
    left: 7px;
  }

  .homestage ul li:nth-child(2) img {
    top: -8px;
    left: -17px;
  }

  .homestage:lang(en) ul li:nth-child(2) img {
    left: 17px;
  }
  .homestage:lang(en) ul li:nth-child(3) img {
    left: 15px;
  }

  .homestage:lang(en) ul li:nth-child(4) img {
    left: 11px;
  }

  .homestage ul li:nth-child(3) img {
    top: -9px;
    left: -13px;
  }

  .homestage ul li:nth-child(4) img {
    top: -9px;
    left: -15px;
  }

  .homestage ul li span {
    border-right: none;
    border-top: 1px #fff solid;
    padding: 10px 54% 0 10px;
    top: 8px;
  }
  .homestage ul li span:lang(en) {
    padding: 10px 10px 0 54%;
    border-left: none;
  }

  .homestage ul li:nth-child(2) span:lang(en),
  .homestage ul li:nth-child(3) span:lang(en),
  .homestage ul li:nth-child(4) span:lang(en) {
    padding: 10px 10px 0 54%;
  }

  .homestage ul li:nth-child(2):before,
  .homestage ul li:nth-child(4):before {
    top: -24px;
    bottom: auto;
  }

  .homestage ul li:nth-child(2) span,
  .homestage ul li:nth-child(3) span,
  .homestage ul li:nth-child(4) span {
    padding: 10px 54% 0 10px;
  }

  .homestage ul li::after {
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
  }

  .homestage:lang(en) ul li::after {
    left: 50%;
  }
  .chairmanhome h3 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #bg-maifooter {
    height: 0 !important;
  }

  .framemap,
  .contactinfo {
    border: 15px #fff solid;
  }

  .contactform {
    border-right: 15px #fff solid;
  }

  .contactform {
    padding-left: 15px !important;
  }

  .layoutsonia {
    width: 100%;
    overflow-x: hidden;
  }

  .graycarusel {
    margin-top: -40px;
  }

  .sliderhome .carousel-caption {
    top: 50%;
  }

  .carousel-caption h3 {
    font-size: 22px;
    line-height: 30px;
    max-height: 68px;
  }

  .carousel-caption h3,
  .carousel-caption p {
    padding: 0.2em 0;
  }

  .introvideo {
    margin: 0 0 20px;
  }

  .footerconter {
    position: relative;
  }

  .heightvercual {
    min-height: 0;
  }

  .abouthome {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    transform: unset;
    -webkit-transform: unset;
    border: 15px #f7f7f7 solid;
    box-shadow: unset;
  }
}

@media screen and (max-width: 670px) {
  .carousel-caption p {
    display: none;
  }
  .carousel-caption h3 {
    font-size: 18px;
    line-height: 27px;
    max-height: 87px;
  }
}

@media screen and (max-width: 575px) {
  .chairmanhome h3 {
    margin-top: 0;
    text-align: center;
    font-size: 1.3rem;
  }

  .chairmanhome b {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 570px) {
  .sliderhome .carousel-caption {
    top: 35%;
  }
}

@media screen and (max-width: 540px) {
  .seachheader {
    top: 9px;
    right: unset;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    margin: 0 0 17px;
  }

  .seachheader:before {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .seachheader input[type="search"],
  .seachheader input[type="text"] {
    height: 38px;
    background: #f3f3f3;
    width: 85%;
    line-height: 38px;
  }

  .seachheader input[type="button"],
  .seachheader input[type="submit"] {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}

@media screen and (max-width: 480px) {
  .innerbanner::before {
    left: -130px;
  }

  .innerbanner::after {
    right: -190px;
  }

  .innerbanner h1 {
    font-size: 24px;
  }
  .carousel-caption h3 {
    line-height: 27px;
    max-height: 60px;
  }
}
