@charset "UTF-8";
@font-face {
  font-family: MarkProCursive;
  src: url("../fonts/Lobster-Regular.ttf");
}

@font-face {
  font-family: MarkProReg;
  src: url("../fonts/MarkPro-Regular.otf");
}

@font-face {
  font-family: MarkProMed;
  src: url("../fonts/MarkPro-Medium.otf");
}

@font-face {
  font-family: MarkProBook;
  src: url("../fonts/MarkPro-Book.otf");
}

@font-face {
  font-family: MarkProLig;
  src: url("../fonts/MarkPro-Light.otf");
}

* {
  font-family: MarkProMed;
}

.mycontainer {
  max-width: 1170px;
  margin: 0 auto;
}

.main-btn {
  background-color: #0075d1;
  color: white;
  padding: 0px 25px 10px;
  font-size: 36px;
  border: none;
  border: 1px solid white;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}

.main-btn:focus {
  outline: none;
}

.header-section {
  font-size: 40px;
  font-weight: bold;
  color: #44566c;
  margin-bottom: 10px;
}

.path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px;
}

.path li {
  margin-left: 30px;
}

.path li:first-child {
  list-style: none;
  margin: 0;
}

.path li a {
  font-family: MarkProReg;
  font-size: 18px;
  color: #8e909d;
}

.form {
  margin-top: 40px;
}

.form .form-group {
  margin-bottom: 30px;
}

.form .form-group select {
  height: 50px;
  text-align-last: center;
  border: 1px solid #44566c;
  color: #44566c;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.form .form-group select option {
  font-size: 20px;
}

.form .form-group select option:hover {
  background-color: red;
}

.form .form-group input {
  height: 50px;
  border: 1px solid #44566c;
  color: #44566c;
}

.form .form-group input::-webkit-input-placeholder {
  opacity: 0.7;
}

.form .form-group input:-ms-input-placeholder {
  opacity: 0.7;
}

.form .form-group input::-ms-input-placeholder {
  opacity: 0.7;
}

.form .form-group input::placeholder {
  opacity: 0.7;
}

.form .form-group textarea {
  border: 1px solid #44566c;
  color: #44566c;
  resize: none;
}

.form .form-group textarea::-webkit-input-placeholder {
  opacity: 0.7;
}

.form .form-group textarea:-ms-input-placeholder {
  opacity: 0.7;
}

.form .form-group textarea::-ms-input-placeholder {
  opacity: 0.7;
}

.form .form-group textarea::placeholder {
  opacity: 0.7;
}

.form .form-group .dis {
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
}

.form .form-group .empty {
  border-color: red;
  -webkit-box-shadow: 0px 0px 5px 0px red;
          box-shadow: 0px 0px 5px 0px red;
}

.form .form-group.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form .form-group.checkbox input {
  height: 28px;
  margin-right: 10px;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.form .form-group.checkbox label {
  font-size: 18px;
}

.form button {
  background-color: #0075d1 !important;
  color: white;
  height: 50px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form button[disabled] {
  opacity: 0.7;
}

.form button:focus {
  color: white;
}

#header {
  padding-top: 30px;
  border-bottom: 1px solid #c4c4c4;
}

#header .social-links {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .social-links .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .social-links .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

#header .social-links .links a img {
  height: 18px;
}

#header .social-links .links a:first-child {
  padding-left: 0;
}

#header .social-links .links a:first-child img {
  height: 22px;
}

#header .social-links .links a:last-child {
  padding-right: 0;
}

#header .social-links .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .social-links .text h6 {
  font-family: MarkProCursive;
  margin: 0 10px;
  color: #8e909d;
  font-size: 18px;
}

#header .social-links .search {
  background-color: white;
  position: relative;
  z-index: 4;
}

#header .social-links .search button {
  border: none;
  outline: none;
  padding: 0;
}

#header .social-links .search img {
  border: 1px solid #d1d1d1;
  border-top: 0;
  border-bottom: 0;
  background-color: white;
  padding: 25px 15px;
  cursor: pointer;
  z-index: 5;
}

#header .social-links .search input {
  z-index: -1;
  width: 300px;
  border: 0.5px solid #c5c5c5;
  border-radius: 5px;
  opacity: 0;
  position: absolute;
  right: -100px;
  height: 64px;
  top: 0;
  padding: 0 20px;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header .social-links .search input.active {
  opacity: 1;
  right: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header .social-links .search input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 4px -1px #0075d1;
          box-shadow: 0px 0px 4px -1px #0075d1;
}

#header nav {
  padding: 30px 0;
}

#header nav .links {
  display: none;
}

#header nav .homelink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#header nav .homelink a img {
  width: 70px;
}

#header nav .homelink a h6 {
  margin-left: 20px;
  margin-bottom: 0;
  color: #44566c;
}

#header nav .homelink a h6:last-child {
  display: none;
}

#header nav .homelink a h6 p {
  font-family: MarkProMed;
  color: #44566c;
  font-size: 19px;
  margin: 0;
}

#header nav .menu {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header nav .menu > ul {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header nav .menu > ul > li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header nav .menu > ul > li > a {
  font-family: MarkProBook;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #748394;
}

#header nav .menu > ul > li ul {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  z-index: 5;
  background-color: #0075d1;
  left: -20px;
  top: 60px;
  display: none;
  border-radius: 2px;
  overflow: hidden;
}

#header nav .menu > ul > li ul li {
  list-style: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#header nav .menu > ul > li ul li:hover {
  background-color: #005ea7;
}

#header nav .menu > ul > li ul li a {
  font-family: MarkProBook;
  white-space: nowrap;
  line-height: 15px;
  display: inline-block;
  padding: 8px 20px;
  color: white;
}

#header nav .menu-icon {
  display: none;
}

#header nav .menu-icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
  position: absolute;
  right: 19px;
}

#header nav .menu-icon .hidd {
  opacity: 0;
}

#footer {
  padding: 20px 0;
  background-color: #0075d1;
  color: white;
}

#footer .mycontainer > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  opacity: 0.9;
  margin: 24px 0;
}

#footer .mycontainer > ul > li {
  padding: 0 15px;
  list-style: none;
}

#footer .mycontainer > ul > li > a {
  font-weight: bold;
  font-size: 24px;
  color: white;
}

#footer .mycontainer > ul > li ul {
  padding-left: 0;
  margin-top: 30px;
}

#footer .mycontainer > ul > li ul li {
  list-style: none;
}

#footer .mycontainer > ul > li ul li a {
  font-size: 16px;
  color: white;
  padding: 6px 0;
  display: inline-block;
}

#footer .mycontainer > ul > li ul li a:hover {
  text-decoration: none;
}

#footer .mycontainer > ul > li ul .social {
  opacity: 0.7;
}

#footer .mycontainer > ul > li ul .social a {
  padding: 8px 15px;
}

#footer .mycontainer > ul > li ul .social a:first-child {
  padding-left: 0;
}

#footer .end {
  padding-top: 10px;
  border-top: 1px solid white;
}

.previous-next {
  padding: 20px;
}

.previous-next ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.previous-next ul li:first-child {
  padding-left: 14px;
}

.previous-next ul li:first-child::before {
  content: "‹";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-right: -6px;
}

.previous-next ul li:last-child {
  padding-right: 14px;
}

.previous-next ul li:last-child::after {
  content: "›";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-left: -6px;
}

.previous-next ul li {
  margin: 0 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}

.previous-next ul li:hover {
  text-decoration: none;
  background-color: #afafaf;
}

.previous-next ul a {
  font-size: 24px;
  color: black;
  display: inline-block;
  padding: 0px 18px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.previous-next ul a:hover {
  text-decoration: none;
}

.previous-next ul .active {
  background-color: #0075d1;
}

.previous-next ul .active:hover {
  background-color: #0075d1;
}

.previous-next ul .active a {
  color: white;
}

#iframe {
  padding: 50px 0;
}

#iframe iframe {
  height: 600px;
}

#carousel {
  padding: 60px 0;
  position: relative;
}

#carousel h1 {
  color: #44566c;
  font-size: 52px;
  font-weight: bold;
}

#carousel h5 {
  color: #748394;
  margin: 30px 0;
  font-weight: 400;
}

#carousel .owl-buttons {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}

#carousel .owl-carousel img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#carousel .owl-carousel .owl-nav {
  display: none;
}

#projects {
  padding: 20px 0;
}

#projects .col-sm-4 {
  padding: 0;
}

#projects .col-sm-4 .item {
  border-left: 1px solid #cacaca;
  padding: 80px 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: lighten;
}

#projects .col-sm-4 .item h1 {
  font-size: 26px;
  font-weight: bold;
  color: #44566c;
  min-height: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#projects .col-sm-4 .item h6 {
  min-height: 120px;
  color: #44566c;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#projects .col-sm-4 .item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
}

#projects .col-sm-4 .item a:hover {
  color: white;
}

#projects .col-sm-4 .item:hover {
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.21);
  background-blend-mode: multiply;
  border: none;
}

#projects .col-sm-4 .item:hover h1,
#projects .col-sm-4 .item:hover h6 {
  text-shadow: 1px 1px 1px #191919;
  color: white;
}

#projects .col-sm-4:last-child .item {
  border-right: 1px solid #cacaca;
}

#news {
  margin: 80px 0;
}

#news .item {
  max-width: 1200px;
  padding: 10px;
}

#news .item .img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#news h5 {
  color: #748394;
  font-weight: normal;
  line-height: 30px;
}

#news .main-btn {
  padding: 0 20px;
  font-size: 18px;
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#news .main-btn:hover {
  text-decoration: none;
  color: white;
}

#news .main-btn div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news .main-btn span:last-child {
  font-size: 32px;
  margin: -6px 0 0 5px;
}

#useful {
  margin-bottom: 60px;
}

#useful h1 {
  margin-bottom: 80px;
}

#useful .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

#useful .item {
  padding: 15px;
  border: 1px solid rgba(182, 182, 182, 0.247);
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#useful .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2f3141;
}

#useful .item a:hover {
  text-decoration: none;
}

#useful .item a img {
  border-radius: 50%;
  width: 80px;
  margin-right: 15px;
}

#useful .item a h5 {
  font-weight: bold;
}

#useful .item a span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}

#useful .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 40px;
}

#useful .owl-nav button {
  position: absolute;
  background-color: #0075d1;
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 18px 7px !important;
  border: none;
  border: 1px solid white;
  outline: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 40px;
  left: -50px;
}

#useful .owl-nav button:focus {
  outline: none;
}

#useful .owl-nav button:last-child {
  left: auto;
  right: -50px;
}

#decrees_and_orders {
  padding: 50px 0;
}

#decrees_and_orders .decrees_and_orders ul {
  padding: 0;
}

#decrees_and_orders .decrees_and_orders ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #e6e6e6;
}

#decrees_and_orders .decrees_and_orders ul li a {
  font-size: 20px;
  color: #44566c;
  font-family: MarkProLig;
}

#decrees_and_orders .decrees_and_orders ul li img {
  margin-right: 20px;
}

#executiveDirector {
  padding: 50px 0;
}

#executiveDirector .executiveDirector ul {
  padding: 0;
}

#executiveDirector .executiveDirector ul li {
  font-family: MarkProLig;
  text-align: justify;
  list-style: none;
  font-size: 18px;
  color: #44566c;
  padding: 10px 0;
}

#executiveDirector .img-name img {
  width: 100%;
}

#executiveDirector .img-name h4 {
  font-size: 20px;
  color: #44566c;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #0075d1;
  text-align: center;
}

#concept {
  padding: 50px 0;
}

#concept .concept h4 {
  margin-bottom: 30px;
  color: #44566c;
  font-weight: bold;
}

#concept .concept p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #44566c;
  font-family: MarkProBook;
}

#charset {
  padding: 50px 0;
}

#charset .charset .about-charset {
  width: 40%;
  line-height: 50px;
  margin-bottom: 40px;
  color: #44566c;
}

#charset .charset .name-charset {
  width: 70%;
  line-height: 50px;
  margin-bottom: 30px;
  color: #44566c;
}

#charset .charset p {
  font-size: 20px;
  margin-bottom: 35px;
  color: #44566c;
}

#projectForm {
  padding: 50px 0;
}

#projectForm h4 {
  font-weight: bold;
  color: #44566c;
  margin-bottom: 10px;
}

#projectForm p {
  color: #44566c;
  margin-bottom: 30px;
  font-size: 20px;
}

#projectForm .content {
  margin-top: 50px;
}

#projectForm .content p {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: MarkProMed;
}

#projectForm .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

#galery {
  padding: 50px 0 100px;
}

#galery .galery .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#galery .galery .row .col-sm {
  min-width: 20%;
}

#galery .galery .row .col-sm a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#galery .galery .row .col-sm a .text {
  position: absolute;
  width: 100%;
  height: 100%;
}

#galery .galery .row .col-sm a .img {
  width: 100%;
}

#galery .galery .row .col-sm a .img img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

#galery .galery .row .col-sm a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(24, 24, 24, 0.637);
  opacity: 0;
}

#galery .galery .row .col-sm a .text p {
  margin-bottom: 0;
  padding: 0 10px;
  color: white;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#galery .galery .row .col-sm a:hover .text {
  opacity: 1;
}

#onlineregistration {
  padding: 50px 0;
}

#onlineregistration .onlineregistration h4 {
  color: #44566c;
  font-family: MarkProMed;
}

#onlineregistration [type=checkbox] {
  height: 26px;
  margin-right: 10px;
}

#contact {
  padding: 50px 0;
}

#contact .contact > .row > .col-6:first-child {
  -webkit-box-shadow: 0px 0px 5px -2px;
          box-shadow: 0px 0px 5px -2px;
  padding: 40px;
}

#contact .contact .form {
  margin-top: 20px;
}

#contact .contact .map {
  height: 100%;
}

#contact .contact .map iframe {
  width: 100%;
  height: 100%;
}

#contact .contact .contact-links {
  margin: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contact .contact .contact-links a {
  color: #44566c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .contact .contact-links a:hover {
  text-decoration: none;
}

#contact .contact .contact-links a .img {
  margin-right: 20px;
}

#contact .contact .contact-links a .content p {
  margin-bottom: 0;
}

#allnews {
  padding: 50px 0;
}

#allnews .allnews .item .img {
  overflow: hidden;
  position: relative;
}

#allnews .allnews .item .img > img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#allnews .allnews .item .img .date {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 10px;
  right: 10px;
  background-color: #e3e3e3;
  padding: 2px 5px;
  border-radius: 2px;
}

#allnews .allnews .item .img .date img {
  width: 20px;
}

#allnews .allnews .item .img .date span {
  margin-left: 10px;
  color: #44566c;
}

#allnews .allnews .item .headernews {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 20px 10px;
}

#allnews .allnews .item .headernews h6 {
  height: 100px;
  line-height: 24px;
  color: #44566c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#allnews .allnews .item:hover .img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#allnews .allnews .item:hover .headernews {
  background-color: #0075d1;
}

#allnews .allnews .item:hover .headernews h6 {
  color: white;
}

#news-detail {
  padding: 50px 0;
}

#news-detail .news-detail .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#news-detail .news-detail h1 {
  margin-top: 30px;
  font-weight: bold;
  color: #44566c;
  font-size: 46px;
}

#news-detail .news-detail .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news-detail .news-detail .date img {
  width: 20px;
}

#news-detail .news-detail .date span {
  margin-left: 10px;
  color: #44566c;
}

#news-detail .news-detail p {
  font-family: MarkProLig;
  color: #44566c;
  margin-top: 15px;
  font-size: 22px;
  text-align: justify;
}

#news-detail .news-detail .lSSlideOuter #imageGallery img {
  height: 500px;
  width: 98%;
  -o-object-fit: cover;
     object-fit: cover;
}

#news-detail .news-detail .lSSlideOuter .lSGallery{
    margin: auto;
}


#news-detail .news-detail .lSSlideOuter .lSGallery li {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

#news-detail .news-detail .lSSlideOuter .lSGallery li:hover {
  opacity: .9;
}

#news-detail .news-detail .lSSlideOuter .lSGallery li.active {
  opacity: 1;
}

#galery-detail {
  padding: 50px 0;
}

#galery-detail .galery-detail h2 {
  color: #44566c;
}

#galery-detail .galery-detail .img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal .owl-nav .owl-prev {
  position: absolute;
  background-color: #0075d1 !important;
  width: 40px;
  height: 40px;
  outline: none;
}

.modal .owl-nav .owl-next {
  position: absolute;
  left: 42px;
  background-color: #0075d1 !important;
  width: 40px;
  height: 40px;
  outline: none;
}

.modal .owl-nav span {
  font-size: 32px;
  color: white;
  display: inline-block;
  margin-top: -8px;
}

#tutorialRegister {
  padding: 50px 0;
}

#tutorialRegister .tutorialRegister form label {
  display: block;
  line-height: 19px;
}

#tutorialRegister .tutorialRegister form label.fileopload {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background-color: #0075d1;
  border-radius: 6px;
  padding: 10px 20px;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

#tutorialRegister .tutorialRegister form label.fileopload:hover {
  background-color: #0075d1;
}

#tutorialRegister .tutorialRegister form .files label:not(.fileopload) {
  height: 55px;
  overflow: hidden;
}

#videos {
  padding: 50px 0;
}

#videos .videos iframe {
  height: 200px;
}

#competitions {
  padding: 50px 0;
}

#competitions .competitions ul {
  padding-left: 0;
}

#competitions .competitions ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

#competitions .competitions ul li a {
  color: #44566c;
  line-height: 20px;
  display: inline-block;
}

@media screen and (max-width: 1400px) {
  .mycontainer {
    padding: 0 50px;
  }
  #header .social-links .links a {
    padding: 0 10px;
  }
  #header .social-links .text h6 {
    font-size: 16px;
  }
  #carousel .owl-carousel h1 {
    font-size: 40px;
  }
  #carousel .owl-carousel h5 {
    font-size: 18px;
  }
  #carousel .owl-carousel img {
    height: 400px;
  }
  #news .item .img img {
    height: 400px;
  }
  #projects .col-sm-4 .item {
    padding: 60px 30px;
  }
  #projects .col-sm-4 .item h1 {
    min-height: 110px;
    font-size: 22px;
  }
  #projects .col-sm-4 .item h6 {
    min-height: 100px;
  }
  #useful .header-section {
    margin-bottom: 50px;
  }
  #useful h5 {
    font-size: 16px;
  }
  #useful span {
    font-size: 24px;
  }
}

@media screen and (max-width: 1192px) {
  #header .social-links .links a {
    padding: 0 10px;
  }
  #header .social-links .links a img {
    height: 15px;
  }
  #header .social-links .links a:first-child img {
    height: 18px;
  }
  #header .social-links .text {
    padding: 0 30px;
  }
  #header .social-links .text h6 {
    font-size: 14px;
    text-align: center;
  }
  #header nav .homelink a {
    width: 90%;
  }
  #header nav .homelink a img {
    width: 55px;
  }
  #header nav .homelink a h6 {
    margin-left: 10px;
  }
  #header nav .homelink a h6 p {
    font-size: 16px;
  }
  #header nav ul li a {
    font-size: 14px;
  }
  #footer .mycontainer > ul > li > a {
    font-size: 20px;
  }
  #footer .mycontainer > ul > li ul .social a {
    padding: 8px 10px;
  }
  #footer .mycontainer > ul > li ul .social a:first-child {
    padding-left: 0;
  }
  #carousel .owl-carousel h1 {
    font-size: 36px;
  }
  #carousel .owl-carousel h5 {
    font-size: 17px;
  }
  #projects .col-sm-4 .item {
    padding: 40px 20px;
  }
  #projects .col-sm-4 .item h1 {
    min-height: 90px;
    font-size: 20px;
  }
  #projects .col-sm-4 .item h6 {
    font-size: 14px;
    min-height: 80px;
  }
  #news h5 {
    font-size: 16px;
    line-height: 25px;
  }
  #useful .header-section {
    margin-bottom: 40px;
  }
  #useful .item a img {
    width: 60px;
  }
  #useful .item a h5 {
    font-size: 14px;
  }
  #useful .item a span {
    font-size: 12px;
  }
  #charset .charset .about-charset,
  #charset .charset .name-charset {
    line-height: 35px;
    font-size: 22px;
  }
  #charset .charset .content p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #concept .concept h4 {
    font-size: 22px;
  }
  #concept .concept p {
    font-size: 18px;
  }
  #decrees_and_orders .decrees_and_orders ul li img {
    width: 35px;
    margin-top: 10px;
  }
  #galery .galery .row .col-sm a .img img {
    height: 200px;
  }
  #galery .galery .row .col-sm a .text p {
    font-size: 16px;
    line-height: 20px;
  }
  #onlineregistration .onlineregistration h4 {
    font-size: 18px;
  }
  #onlineregistration .onlineregistration label {
    font-size: 14px;
  }
  #onlineregistration .onlineregistration [type="checkbox"] {
    height: 24px;
  }
  #news-detail .news-detail h1 {
    font-size: 40px;
  }
  #news-detail .news-detail p {
    font-size: 18px;
  }
  #news-detail .news-detail .lSSlideOuter #imageGallery img {
    width: 100%;
  }
  #galery-detail .galery-detail h2 {
    font-size: 24px;
  }
  #galery-detail .galery-detail .img img {
    height: 200px;
  }
  .modal-lg {
    max-width: 650px !important;
  }
}

@media screen and (max-width: 992px) {
  #header .social-links .links a {
    padding: 0 5px;
  }
  #header .social-links .links a img {
    height: 12px;
  }
  #header .social-links .links a:first-child img {
    height: 15px;
  }
  #header .social-links .text {
    padding: 0 20px;
  }
  #header .social-links .text h6 {
    font-size: 12px;
  }
  #header .social-links .text img {
    width: 50px;
  }
  #header .social-links .search img {
    padding: 15px 10px;
  }
  #header .social-links .search input {
    width: 200px;
    height: 44px;
    padding: 0 10px;
    font-size: 14px;
  }
  #header .social-links .search input.active {
    right: 35px;
  }
  #header nav .homelink a {
    width: 95%;
  }
  #header nav .homelink a img {
    width: 45px;
  }
  #header nav .homelink a h6 p {
    font-size: 12px;
  }
  #header nav ul > li > a {
    font-size: 12px;
  }
  #footer .mycontainer > ul > li:last-child {
    display: none;
  }
  #footer .mycontainer > ul > li ul {
    margin-top: 20px;
  }
  #footer .mycontainer > ul > li ul li a {
    padding: 3px 0;
    font-size: 14px;
  }
  #footer .end span {
    font-size: 12px;
  }
  .main-btn {
    padding: 0px 20px 10px;
    height: 45px;
  }
  .previous-next ul li {
    height: 28px;
    margin: 0 1px;
  }
  .previous-next ul li::after, .previous-next ul li::before {
    font-size: 24px !important;
  }
  .previous-next ul a {
    padding: 0 10px;
    font-size: 16px;
  }
  #carousel .owl-carousel h1 {
    font-size: 30px;
  }
  #carousel .owl-carousel h5 {
    font-size: 16px;
  }
  #carousel .owl-carousel img {
    height: 350px;
  }
  #projects .col-sm-4 .item h1 {
    min-height: 80px;
    font-size: 17px;
  }
  #projects .col-sm-4 .item h6 {
    font-size: 13px;
    min-height: 70px;
  }
  #news {
    margin: 50px 0;
  }
  #news h5 {
    font-size: 13px;
    line-height: 18px;
  }
  #news a.main-btn {
    padding: 0 15px;
    height: 38px;
    margin-top: 10px;
  }
  #news a.main-btn span {
    font-size: 14px;
  }
  #news a.main-btn span:last-child {
    font-size: 28px;
  }
  #news .item .img img {
    height: 300px;
  }
  .header-section {
    font-size: 28px;
  }
  #useful .mycontainer {
    padding: 0 60px;
  }
  #useful .header-section {
    margin-bottom: 30px;
  }
  #useful .item {
    height: 110px;
  }
  .box .path li a {
    font-size: 16px;
  }
  #charset .charset .about-charset {
    width: 50%;
    line-height: 30px;
    font-size: 20px;
  }
  #charset .charset .name-charset {
    line-height: 30px;
    font-size: 20px;
  }
  #charset .charset .content p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 20px;
  }
  #concept .concept h4 {
    font-size: 20px;
    line-height: 30px;
  }
  #concept .concept p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
  }
  #contact .contact .contact-links a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #contact .contact .contact-links a .img {
    margin-top: 4px;
  }
  #contact .contact .contact-links a .img img {
    height: 40px;
  }
  #contact .contact .contact-links a h5 {
    font-size: 18px;
  }
  #contact .contact .contact-links a p {
    font-size: 14px;
  }
  #decrees_and_orders .decrees_and_orders ul li {
    padding: 10px 20px;
    margin: 10px 0;
  }
  #decrees_and_orders .decrees_and_orders ul li img {
    width: 30px;
  }
  #decrees_and_orders .decrees_and_orders ul li a {
    line-height: 25px;
    font-size: 18px;
  }
  #executiveDirector .executiveDirector ul li {
    font-size: 16px;
    line-height: 23px;
  }
  #executiveDirector .img-name h4 {
    font-size: 16px;
  }
  #galery .galery .row .col-sm a .img img {
    height: 150px;
  }
  #galery .galery .row .col-sm a .text p {
    font-size: 12px;
    line-height: 14px;
  }
  #onlineregistration .onlineregistration h4 {
    font-size: 18px;
  }
  #projectForm .form h4 {
    font-size: 22px;
    margin-bottom: 2px;
  }
  #projectForm .form p {
    font-size: 16px;
  }
  #projectForm .content p,
  #projectForm .content h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  #allnews .allnews .item a .img > img {
    height: 150px;
  }
  #allnews .allnews .item a .img .date img {
    width: 16px;
  }
  #allnews .allnews .item a .img .date span {
    font-size: 14px;
  }
  #allnews .allnews .item a .headernews h6 {
    line-height: 20px;
    font-size: 14px;
  }
  #news-detail .news-detail h1 {
    margin-top: 30px;
    font-size: 36px;
  }
  #news-detail .news-detail p {
    font-size: 16px;
  }
  .modal-lg {
    max-width: 500px !important;
  }
  #galery-detail .galery-detail h2 {
    font-size: 22px;
  }
  #videos .videos h4 {
    font-size: 20px;
  }
  #iframe iframe {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .mycontainer {
    padding: 0 30px;
  }
  #header .social-links .links a {
    padding: 0 5px;
  }
  #header .social-links .links a img {
    height: 12px;
  }
  #header .social-links .links a:first-child img {
    height: 15px;
  }
  #header .social-links .text {
    padding: 0 20px;
  }
  #header .social-links .text h6 {
    font-size: 10px;
  }
  #header .social-links .text img {
    width: 50px;
  }
  #header nav .homelink a {
    width: 95%;
  }
  #header nav .homelink a h6 p {
    font-size: 12px;
  }
  #header nav .menu {
    display: none;
    background-color: #0075d1;
    position: absolute;
    top: 176px;
    left: 0;
  }
  #header nav .menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
  }
  #header nav .menu > ul > li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: static;
  }
  #header nav .menu > ul > li > a {
    padding: 5px 0;
    font-size: 12px;
    color: white;
  }
  #header nav .menu > ul > li ul {
    padding: 0;
    position: static;
    left: 100px;
    top: 0;
  }
  #header nav .menu > ul > li ul li a {
    padding: 4px 20px;
  }
  #header nav .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header nav .menu-icon .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header nav .menu-icon .img img {
    width: 30px;
  }
  #footer .mycontainer > ul > li {
    padding: 0 10px;
  }
  #footer .mycontainer > ul > li > a {
    font-size: 14px;
  }
  #footer .mycontainer > ul > li ul {
    margin-top: 15px;
  }
  #footer .mycontainer > ul > li ul li a {
    line-height: 15px;
    font-size: 11px;
  }
  .main-btn {
    padding: 0px 15px 10px;
    height: 35px;
  }
  #carousel .owl-carousel h1 {
    font-size: 22px;
  }
  #carousel .owl-carousel h5 {
    font-size: 14px;
    margin: 20px 0;
  }
  #carousel .owl-carousel img {
    height: 220px;
  }
  #projects .col-sm-4 .item {
    padding: 30px 12px;
  }
  #projects .col-sm-4 .item h1 {
    min-height: 70px;
    font-size: 14px;
  }
  #projects .col-sm-4 .item h6 {
    font-size: 13px;
    min-height: 70px;
  }
  #news h5 {
    font-size: 11px;
    line-height: 15px;
  }
  #news a.main-btn {
    padding: 0 10px;
    height: 32px;
    margin-top: 10px;
  }
  #news a.main-btn span {
    font-size: 11px;
  }
  #news a.main-btn span:last-child {
    font-size: 18px;
    margin: 0 0 0 5px;
  }
  #news .item .img img {
    height: 250px;
  }
  .header-section {
    font-size: 24px;
  }
  #useful .header-section {
    margin-bottom: 30px;
  }
  #useful .item {
    height: 90px;
    padding: 10px;
  }
  #useful .item a img {
    width: 50px;
  }
  #useful .owl-carousel .owl-nav button {
    top: 30px;
  }
  #useful button span {
    font-size: 20px;
  }
  .box .path li a {
    margin-left: -5px;
    font-size: 14px;
  }
  .box .path li:first-child a {
    margin-left: 0;
  }
  #charset {
    padding: 30px 0;
  }
  #charset .charset .about-charset {
    width: 60%;
    line-height: 25px;
    font-size: 18px;
  }
  #charset .charset .name-charset {
    width: 80%;
    line-height: 25px;
    font-size: 18px;
  }
  #charset .charset .content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #concept {
    padding: 30px 0;
  }
  #concept .concept h4 {
    font-size: 18px;
    line-height: 25px;
  }
  #concept .concept p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #contact {
    padding: 30px 0;
  }
  #contact .contact > .row:not(.contact-links) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #contact .contact > .row:not(.contact-links) .map {
    height: auto;
  }
  #contact .contact > .row:not(.contact-links) .map iframe {
    height: 400px;
  }
  #contact .contact .contact-links {
    margin: 30px -15px 0;
  }
  #contact .contact .contact-links a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact .contact .contact-links a .img {
    margin: 0 0 10px;
  }
  #contact .contact .contact-links a .img img {
    height: 30px;
  }
  #contact .contact .contact-links a h5 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #contact .contact .contact-links a p {
    font-size: 12px;
    text-align: center;
  }
  #decrees_and_orders {
    padding: 30px 0;
  }
  #decrees_and_orders .decrees_and_orders ul li img {
    width: 30px;
    margin-right: 10px;
  }
  #decrees_and_orders .decrees_and_orders ul li a {
    line-height: 22px;
    font-size: 15px;
  }
  #executiveDirector {
    padding: 30px 0;
  }
  #executiveDirector .executiveDirector ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0;
  }
  #executiveDirector .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #executiveDirector .img-name h4 {
    font-size: 12px;
  }
  #galery .galery .row .col-sm a .img img {
    height: 110px;
  }
  #galery .galery .row .col-sm a .text p {
    padding: 0 5px;
    font-size: 11px;
    line-height: 12px;
  }
  #onlineregistration {
    padding: 30px 0;
  }
  #onlineregistration .onlineregistration h4 {
    font-size: 16px;
  }
  #projectForm {
    padding: 30px 0;
  }
  #projectForm .content p,
  #projectForm .content h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .form form .form-group {
    margin-bottom: 20px;
  }
  .form form .form-group input[type="text"],
  .form form .form-group select {
    height: 40px;
  }
  .form form button {
    font-size: 16px;
    height: 40px;
    padding-bottom: 10px;
  }
  #allnews {
    padding: 30px 0;
  }
  #allnews .allnews .item a .img > img {
    height: 200px;
  }
  #allnews .allnews .item a .headernews h6 {
    line-height: 18px;
    height: 80px;
  }
  #news-detail {
    padding: 30px 0;
  }
  #news-detail .news-detail h1 {
    margin-top: 24px;
    font-size: 28px;
  }
  #news-detail .news-detail .date img {
    width: 16px;
  }
  #news-detail .news-detail .date span {
    font-size: 14px;
  }
  #news-detail .news-detail p {
    line-height: 22px;
  }
  #news-detail .news-detail .lSSlideOuter #imageGallery img {
    height: 400px;
  }
  #galery-detail {
    padding: 30px 0;
  }
  #galery-detail .galery-detail h2 {
    font-size: 20px;
  }
  #competitions {
    padding: 30px 0;
  }
  #competitions .competitions ul li {
    margin-bottom: 10px;
  }
  #competitions .competitions ul li a {
    line-height: 18px;
    font-size: 14px;
  }
  #tutorialRegister {
    padding: 30px 0;
  }
  #tutorialRegister .tutorialRegister h4 {
    font-size: 16px;
  }
  #tutorialRegister .tutorialRegister .form {
    margin-top: 20px;
  }
  #tutorialRegister .tutorialRegister .form span {
    font-size: 12px;
  }
  #tutorialRegister .tutorialRegister .form .files label:not(.fileopload) {
    height: auto !important;
    margin-bottom: 5px;
  }
  #tutorialRegister .tutorialRegister .form .files label.fileopload {
    padding: 6px 10px;
    font-size: 14px;
  }
  #videos {
    padding: 30px 0;
  }
  #videos .videos h4 {
    font-size: 18px;
  }
  #videos .videos .item iframe {
    height: 160px;
  }
  .modal-lg {
    max-width: 400px !important;
  }
  #iframe iframe {
    height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .mycontainer {
    padding: 0 20px;
  }
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 50;
  }
  header #header {
    padding: 0;
  }
  header #header .social-links {
    display: none;
  }
  header #header nav .homelink {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #header nav .homelink a h6 {
    display: none;
  }
  header #header nav .homelink a h6:last-child {
    display: block;
    font-size: 18px;
  }
  header #header nav .homelink a img {
    width: 30px;
  }
  header #header nav .menu {
    top: 80px;
  }
  header #header nav .menu-icon .img img {
    width: 20px;
  }
  header #header nav .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header #header nav .links a {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #header nav .links a img {
    height: 15px;
  }
  header #header nav .links a:first-child img {
    height: 18px;
  }
  #footer {
    padding-top: 0;
  }
  #footer .mycontainer {
    display: none;
  }
  .main-btn {
    padding: 0px 12px 10px;
    height: 26px;
    font-size: 28px;
  }
  #carousel {
    padding: 40px 0;
  }
  #carousel .owl-carousel h1 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #carousel .owl-carousel h5 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  #carousel .owl-carousel .img {
    width: 80%;
  }
  #carousel .owl-carousel .img img {
    height: 240px;
  }
  #carousel .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #carousel .row .col-md-7 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #carousel .owl-buttons {
    display: none;
  }
  #projects .col-sm-4 {
    border-top: 1px solid lightgray;
  }
  #projects .col-sm-4 .item {
    padding: 30px 60px;
    border: none;
  }
  #projects .col-sm-4 .item:last-child {
    border: none;
  }
  #projects .col-sm-4 .item h1 {
    min-height: 30px;
    font-size: 14px;
  }
  #projects .col-sm-4 .item h6 {
    font-size: 13px;
    min-height: 50px;
  }
  #projects .col-sm-4:last-child {
    border-bottom: 1px solid lightgray;
  }
  #news {
    margin: 30px 0;
  }
  #news .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news .item .col-sm-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .header-section {
    text-align: center;
  }
  #useful .header-section {
    text-align: left;
    margin-bottom: 10px;
  }
  #useful .item {
    padding: 10px;
  }
  #useful .item a img {
    width: 40px;
  }
  #useful .owl-nav button {
    padding: 0 10px !important;
  }
  #useful .owl-nav button span {
    height: 32px;
  }
  .box .header-section {
    text-align: left;
  }
  .box .path li {
    margin-left: 25px;
  }
  .box .path li a {
    margin-left: -8px;
    font-size: 12px;
  }
  .box .path li:first-child {
    margin-left: 0;
  }
  #charset .charset .about-charset {
    width: 70%;
    line-height: 20px;
    font-size: 16px;
  }
  #charset .charset .name-charset {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
  }
  #charset .charset .content p {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 16px;
  }
  #concept .concept h4 {
    font-size: 16px;
    line-height: 20px;
  }
  #concept .concept p {
    margin-bottom: 16px;
    font-size: 13px;
  }
  #contact .contact > .row .map iframe {
    height: 250px;
  }
  #contact .contact button {
    font-size: 16px;
  }
  #contact .contact-links a .content h5 {
    font-size: 13px;
    margin-bottom: 2px;
  }
  #contact .contact-links a .content p {
    font-size: 9px;
  }
  #decrees_and_orders .decrees_and_orders ul li {
    padding: 8px 15px;
  }
  #decrees_and_orders .decrees_and_orders ul li img {
    width: 25px;
  }
  #decrees_and_orders .decrees_and_orders ul li a {
    line-height: 18px;
    font-size: 13px;
  }
  #executiveDirector .executiveDirector ul li {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
  }
  #galery {
    padding: 30px 0;
  }
  #galery .galery .row .col-sm a .img img {
    height: 160px;
  }
  #galery .galery .row .col-sm a .text p {
    font-size: 14px;
    line-height: 16px;
  }
  #onlineregistration .onlineregistration h4 {
    font-size: 14px;
  }
  #projectForm .projectForm .form {
    margin-top: 20px;
  }
  #projectForm .content {
    margin-top: 30px;
  }
  #projectForm .content p,
  #projectForm .content h4 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .form form .form-group {
    margin-bottom: 10px;
  }
  .form form .form-group label {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 12px;
  }
  .form form .form-group input[type="text"],
  .form form .form-group select {
    font-size: 14px;
    height: 35px;
  }
  .form form .form-group select {
    padding-right: 0;
    padding-left: 0;
  }
  #allnews .allnews .col-md-4:first-child {
    padding-top: 0 !important;
  }
  #allnews .allnews .item a .img > img {
    height: 240px;
  }
  #allnews .allnews .item a .headernews {
    padding: 10px 0;
  }
  #allnews .allnews .item a .headernews h6 {
    line-height: 18px;
    height: auto;
  }
  #news-detail .news-detail h1 {
    margin-top: 20px;
    font-size: 24px;
  }
  #news-detail .news-detail .lSSlideOuter #imageGallery img {
    height: 300px;
  }
  #galery-detail .galery-detail h2 {
    padding: 0 10%;
    margin: 0;
    font-size: 18px;
  }
  #galery-detail .galery-detail .img img {
    height: 250px;
  }
  #videos .videos h4 {
    font-size: 16px;
  }
  #videos .videos .item iframe {
    height: 230px;
  }
  .modal-lg {
    max-width: 80% !important;
    margin: 80px auto !important;
  }
  #iframe {
    padding: 30px 0;
  }
  #iframe iframe {
    height: 250px;
  }
}

@media screen and (max-width: 400px) {
  #carousel {
    padding: 0;
  }
  #carousel .mycontainer {
    padding: 0;
  }
  #carousel .owl-carousel .col-md-5 {
    padding: 0 20px;
  }
  #carousel .owl-carousel .col-md-7 {
    padding: 0;
  }
  #carousel .owl-carousel .col-md-7 .img {
    width: 100%;
  }
  #carousel .owl-carousel h1 {
    font-size: 16px;
  }
  #allnews .allnews .item a .img > img {
    height: 180px;
  }
  #allnews .allnews .item a .headernews h6 {
    font-size: 12px;
  }
  #news-detail .news-detail p {
    line-height: 20px;
    font-size: 15px;
  }
  #news-detail .news-detail .lSSlideOuter #imageGallery img {
    height: 250px;
  }
  #galery-detail .galery-detail h2 {
    padding: 0 2%;
  }
  #galery-detail .galery-detail .img img {
    height: 180px;
  }
  #galery-detail .galery-detail .col-10 {
    padding: 0;
    min-width: 90%;
  }
  .previous-next {
    padding-bottom: 0;
  }
  .previous-next ul li {
    height: 22px;
  }
  .previous-next ul li::after, .previous-next ul li::before {
    font-size: 15px !important;
  }
  .previous-next ul a {
    padding: 0 8px !important;
    font-size: 12px !important;
  }
  #news .item .col-8 {
    max-width: 100%;
  }
  #news .item .col-sm-7 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #videos .videos .item iframe {
    height: 180px;
  }
  #iframe iframe {
    height: 180px;
  }
}
/*# sourceMappingURL=style.css.map */
