body {
  direction: rtl;
  font-family: "DroidKufi-Regular";
  min-width: 40rem;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: #012e72;
}
::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: #f38120;
  height: 50px;
}

a {
  text-decoration: none;
}
.icon-bar {
  position: absolute;
  top: 23rem;
  right: 0%;
  width: min-content;
  z-index: 1;
  background: linear-gradient(-135deg, #4e4b4bc2, #012e72d8, #4e4b4bc2);
}


.icon-bar a {
  display: block;
  text-align: center;
  width: 50px;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/*-------------------------------------استطلاعات--------------------------------------*/
.logo img {
  max-height: 60px;
}
/* Back to top */


.btn-back_to_top:hover {
  background-color: #cf2d00;
  color: #000;
}
.ti-arrow-up:before {
  content: "\e627";
}

/*-------------------------------------استطلاعات--------------------------------------*/

#overlaypoll {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.overlaypoll .card {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 500px;
}

@media (max-width: 675px) {
  .overlaypoll .wrapper {
    max-width: 300px;
  }
}

.overlaypoll .wrapper .poll-area {
  display: grid;
  row-gap: 5px;
  background-color: #fff;
}
.poll-area label {
  margin-bottom: 10px;
  padding: 8px;
  border: 2px solid #e6e6e6;
  transition: all 0.2s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

label.opt-1.selected {
  border: 2px solid #cf2d00;
}

label.opt-2.selected {
  border: 2px solid #4bcc00;
}

label.opt-3.selected {
  border: 2px solid #cfbd00;
}

label.opt-4.selected {
  border: 2px solid #01638c;
}

div#pstyle1::after {
  background: #cf2d00 !important;
}

div#pstyle2::after {
  background: #4bcc00 !important;
}

div#pstyle3::after {
  background: #cfbd00 !important;
}

div#pstyle4::after {
  background: #01638c !important;
}

label.opt-1.selected .row .circle {
  border-color: #cf2d00 !important;
}

label.opt-2.selected .row .circle {
  border-color: #4bcc00 !important;
}

label.opt-3.selected .row .circle {
  border-color: #cfbd00 !important;
}

label.opt-4.selected .row .circle {
  border-color: #01638c !important;
}

label.opt-1 .row .circle::after {
  background: #cf2d00 !important;
}

label.opt-2 .row .circle::after {
  background: #4bcc00 !important;
}

label.opt-3 .row .circle::after {
  background: #cfbd00 !important;
}

label.opt-4 .row .circle::after {
  background: #01638c !important;
}
h4 span{
  color: #ffffff;
  font-weight: bold;


}
.counter{
  color: #ffffff;
  opacity: 200;
  font-weight: bold;
}

label .row {
  display: flex;
  pointer-events: none;
}
label .row .column {
  display: flex;
  align-items: center;
}
label .row .circle {
  height: 19px;
  width: 19px;
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
label .row .circle::after {
  content: "";
  height: 11px;
  width: 11px;
  border-radius: inherit;
  position: absolute;
  left: 2px;
  top: 2px;
  display: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.poll-area label:hover .row .circle::after {
  display: block;
  background: #e6e6e6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
label.selected .row .circle::after {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
label .row span {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
}
label .row .percent {
  display: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
label .progress {
  height: 7px;
  width: 100%;
  position: relative;
  background: #f0f0f0;
  margin: 8px 0 3px 0;
  border-radius: 30px;
  display: none;
  pointer-events: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
label .progress:after {
  position: absolute;
  content: "";
  height: 100%;
  background: #ccc;
  width: calc(1% * var(--w));
  border-radius: inherit;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
label.selectall .progress,
label.selectall .row .percent {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.poll-area .grid-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 80px;
  padding: 10px;
}

.poll-area .grid-container > div {
  border: 1px solid black;
  text-align: center;
  font-size: 30px;
}

.poll-area .button {
  display: inline-block;
  border-radius: 4px;
  background-color: #012e72;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.poll-area .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.poll-area .button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.poll-area .button:hover span {
  padding-right: 25px;
}

.poll-area .button:hover span:after {
  opacity: 1;
  right: 0;
}

.surveys {
  padding: 20px 100px;
}

.qu {
  border: 1px solid #707070;
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  padding: 10px 10px 20px 10px;
}

.fa1 {
  font-size: 25px;
}

.checked {
  color: orange;
}

/* Three column layout */
.qu .side {
  float: left;
  width: 30%;
  margin-top: 10px;
  font-weight: bold;
}

.qu .middle {
  margin-top: 10px;
  float: left;
  width: 50%;
}

/* Place text to the right */
.qu .right {
  text-align: right;
  width: 10%;
}

/* Clear floats after the columns */
.qu .row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-1 {
  height: 18px;
  background-color: #267f38;
}
.bar-2 {
  height: 18px;
  background-color: #012e72;
}
.bar-3 {
  height: 18px;
  background-color: #eb3e24;
}
.bar-4 {
  height: 18px;
  background-color: #ec6a00;
}
.bar-5 {
  height: 18px;
  background-color: #fff900;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .qu .side,
  .middle {
    width: 100%;
  }
  .qu .right {
    display: none;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgb(255, 255, 255);
  padding: 20px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.date {
  font-size: 10px;
  color: #012e72;
}

.weather {
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: #012e72;
}

.weather-content {
  display: none;
  position: absolute;
  background-color: #012e729e;
  min-width: 150px;
  height: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.weather:hover .weather-content {
  display: block;
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/

.navbar {
  background-color: #012e72;
  font-size: 16px;
  font-weight: normal;
  /* position:fixed;
    z-index: 500;  قيمة طبقة عالية للناف بار */
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f45c03;
}

.dropdown {
  font-size: 16px;
}

.navbar .dropdown-menu {
  background-color: #012e72;
  font-size: 14px;
  font-weight: normal;
}

.dropdown-item {
  color: #ffffff;
  text-align: center;
}

/*--------------------------------------------------------------
#  section1
--------------------------------------------------------------*/
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: rgb(255, 241, 241);
}

.Marquee {
  background: linear-gradient(-135deg, #4e4b4bc2, #012e72, #4e4b4bc2);
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: none;
}

.Marquee-content {
  display: flex;
  animation: marquee 10s linear infinite running;
  border: none;
}

.Marquee-content:hover {
  animation-play-state: paused;
}

.Marquee-tag {
  width: max-content;
  margin: 0 0.5em;
  padding: 0.5em;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 15px;
}

.Marquee-tag a {
  color: white;
}


.Marquee-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
  cursor: pointer;
}

@-moz-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-50%);
  }
}
.contact-title p {
  background: #f28121;
  color: white;
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-right: 30px;
  border-radius: 15px;
  border-top-right-radius: 0px;
}

.selector li,
.selector li.middle {
  display: block;
  width: 400px;
  height: 125px;
  margin: 0;
  padding: 15px 20px;
  cursor: pointer;
  overflow: hidden;
}

.news-btn {
  height: 3.2rem;
  font-size: 0.9rem;
  background: #012E72;
  color: #fff;
  width: 100%;
}
.news-btn:hover  {
  color: #fff;

}
.visitor {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  border-top: 2px solid #ee5124;
  border-bottom: 2px solid #ee5124;
  padding: 40px 0px;
  gap: 30px;
}

.visitor-detail {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hr1,
.hr2 {
  height: 8rem !important;
  width: 2px;
  position: absolute;
  color: #ee5124;
}

.hr1 {
  right: 35%;
}

.hr2 {
  right: 65%;
}
/*--------------------------------------------------------------
#  section2
--------------------------------------------------------------*/

#featured_slide h2,
#featured_slide ul,
#featured_slide p,
#featured_slide a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  line-height: normal;
  text-decoration: none;
}

.preview_holder {
  display: block;
  position: relative;
  float: left;
  width: 650px;
  height: 370px;
  overflow: hidden;
  color: #555c7d;
  background-color: #000000;
}

.preview_holder img {
  display: block;
  width: 650px;
  height: 370px;
}

.preview_holder .text_holder {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.preview_holder .introtext {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #fffb00;
  background: #333333;
}

.selector {
  display: block;
  float: right;
  width: 400px;
}

.selector,
.selector a {
  color: #666666;
  background: #f0f0f0;
}

.selector li,
.selector li.middle {
  display: block;
  width: 400px;
  height: 125px;
  margin: 0;
  padding: 15px 20px 0 30px;
  cursor: pointer;
  overflow: hidden;
}

.selector li.middle {
  display: block;
  height: 125px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.selector li.active,
.selector li:hover {
  color: #666666;
  background: url("/site-assets/img/active.gif") top left no-repeat #dddddd;
}

.selector li.active a,
.selector li:hover a {
  color: #333333;
  background: #dddddd;
}

.selector li img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 15px 0 0;
  padding: 4px;
  color: #333333;
}

.selector p {
  visibility: hidden;
}

p.title {
  font-size: 13px;
  font-weight: bold;
  visibility: visible;
}

#featured_slide .selector .introtext p.title {
  margin-top: 6px;
}

.preview_holder p.title a {
  font-size: 16px;
  color: #c6cfd5;
  background: #333333;
}

/*--------------------------------------------------------------
#  section3
--------------------------------------------------------------*/
.section_three {
  color: black;
  background-color: #012e7229;
  padding-bottom: 7rem !important;
}

/*--------------------------------------------------------------
#  section5
--------------------------------------------------------------*/

.section_five {
  color: black;
  background-color: #012e7229;
  padding-bottom: 7rem !important;
}

.section_five .grid {
  display: grid;
  grid-template-rows: repeat(4, 180px);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}

.item:nth-child(1) {
  grid-row: 1 / 4;
}

.item:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}

.item:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 3 / 5;
}

.item:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

.item:nth-child(5) {
  grid-column: 1 / 3;
  grid-row: 4 / 5;
}

/* styling code */

.section_five .grid {
  margin: 20px auto;
  max-width: 100%;
}

.section_five .grid a:hover {
  text-decoration: none;
}

.section_five .grid > .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_five .grid > .item:hover {
  transform: scale(1.1);
}

.section_five .grid > .item .text {
  opacity: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
  pointer-events: none;
  z-index: 4;
  transition: 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(5px) saturate(1.8);
  backdrop-filter: blur(5px) saturate(1.8);
}

.section_five .grid > .item:hover .text {
  opacity: 1;
  animation: move-down 0.3s linear;
  padding: 1em;
  width: 100%;
}

/*--------------------------------------------------------------
#  footer
--------------------------------------------------------------*/
.footer-top {
  background-color: #012e72;
  color: #ffffff;
}

.fa-brands {
  font-size: 30px;
}
.fa-chart-column {
  color: #ffffff;
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
}
.fa-twitter {
  color: #1da1f2;
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
}
.fa-facebook {
  color: #4267b2;
  background-image: linear-gradient(
    to bottom,
    transparent 20%,
    white 20%,
    white 93%,
    transparent 93%
  );
  background-size: 45%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fa-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-youtube {
  color: #ff0000;
  background-image: linear-gradient(
    to bottom,
    transparent 20%,
    white 20%,
    white 53%,
    transparent 93%
  );
  background-size: 35%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.social-links a :hover {
  color: #000;
}

.footer-links a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.footer-links a:hover {
  font-size: 100%;
  color: #f45c03;
}

.footer-links ul li {
  margin-top: 15px;
  list-style-type: none;
}

.footer-newsletter ul li {
  margin-top: 15px;

  list-style-type: none;
}

.footer-newsletter a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.footer-newsletter a i {
  margin-left: 1.5rem !important;
}

#footer {
  background-color: #012e7229;
}

.footer-bottom {
  font-size: small;
  border-top: 1px solid white;
  background: #f38120;
  color: white;
}
.footer-bottom .footer-copyright a{

  color: white;
}
.under-footre-section{
  width: 17rem;
display: flex;
justify-content: center;
flex-wrap: wrap;
direction: ltr;
}

/*--------------------------------------------------------------
#  home content
--------------------------------------------------------------*/

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #012e724e;
}

.container:hover .overlay {
  opacity: 1;
}


.text {
  color: white;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*--------------------------------------------------------------
#  about content
--------------------------------------------------------------*/
.paragraph h6 {
  font-weight: bold;
  color: #012e72;
}
.paragraph p {
  color: #000000;
}

.contact h4 {
  font-weight: bold;
  color: #012e72;
}

.contact ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.contact i {
  margin-left: 10px;
}

.form .row {
  margin-bottom: 20px;
}
input,
textarea {
  width: 500px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------------------------------
#  departments content
--------------------------------------------------------------*/
.img_title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.card img {
  height: 280px;
}

/*--------------------------------------------------------------
#  decisions content
--------------------------------------------------------------*/

.accordion-button::after {
  margin-right: 70%;
}
.accordion-button:not(.collapsed)::after {
  margin-right: 70%;
}

.panel .table th {
  background-color: #012e72bd;
  color: #fff;
}

/*--------------------------------------------------------------
#  gallary content
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Mansalva&display=swap");

/* gallery specific CSS */

.-fx-image-gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85%; /* arbitrary valye */
  margin: 0px auto;
}
.-fx-gal-item {
  width: 30%; /* for 3 columns */
  margin: 5px;
  overflow: hidden;
  border-radius: 15px;
}

.-fx-gal-image-thumb img {
  width: 100%;
  height: 200px;
  color: rgb(132, 126, 126);
  border-radius: 15px;
  cursor: pointer;
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
  transition: all 0.3s ease;
}

.-fx-gal-image-thumb:hover img {
  width: 100%;
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);

  transform: scale(1.2);
  transition: all 0.5s ease;
}

.-fx-gal-image-thumb:focus + .-fx-gal-image-big {
  display: block;
}

.-fx-gal-image-big {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(5, 10, 15, 0.8);
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  transition: all 0.3s ease;
}

.-fx-gal-image-big img {
  max-width: 90vw;
  position: absolute;
  box-shadow: 0px 0px 800px 40px rgba(0, 0, 0, 0.9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
#  activities content
--------------------------------------------------------------*/
.card-img-overlay small {
  color: #fff;
  float: left;
  background-color: #012e72;
}

/*--------------------------------------------------------------
# accordion
--------------------------------------------------------------*/

.accordion-card {
  background-color: rgb(255, 255, 255);
  color: #012e72;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: right;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

/* Add a symbol to each button to indicate whether the collapsible content is open or closed */
.accordion-card:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
  color: #777;
  float: left;
  margin-left: 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.accordion-card:hover {
  border: 2px solid #012e72;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  /* display: none; */
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  border: 1px solid #ddd;
}
.btn-theme-outline .show-more-a .show-more {
  font-size: 15px;
  color: #ef3724;
  border: none;
  margin-bottom: 0;
}
.btn-theme-outline:hover .show-more-a .show-more {
  color: #fff;
}






@media (max-width: 425px) {
  .contact-content {
      width: 400px !important;
  }

  .contact-input {
    width: 300px !important;
  }
}
@media (min-width: 768px) {
    .contact-content {
        width:  800px;
    }

}

@media (max-width: 768px) {
  .row-media {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      gap: 50px;
  }

  .col-1.d-flex {
      display: none !important;
  }

  .contact-detailes {
      margin-top: 50px;
  }

  .row-media div ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      width: 300px;
  }

  .contact-content {
      width: 632px ;
  }

  .contact-input {
      width: 450px ;
  }
}

.row-media {
  width: fit-content;
  flex-wrap: nowrap;
}

.contact-title p {
  background: #f28121;
  color: white;
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-right: 30px;
  border-radius: 15px;
  border-top-right-radius: 0px;
}

.contact-content {

  background: #eee;
  padding-top: 35px;
  padding-right: 30px;
  border-radius: 15%;
  border-top-right-radius: 0px;
}

.form .row {
  width: 50%;
}

.contact-input {
  padding: 10px;
  padding-right: 30px;
  border-radius: 15px;
  border-top-right-radius: 0px;
  font-size: 15px;
  font-weight: 700;
  border: 2px double #f28121;
  background: #fbfbfb;
}

.center button {
  margin-bottom: 25px;
}

.center button:hover {
  background: #f28121;
}

/*  */
button {
  font-family: inherit;
  font-size: 20px;
  background: royalblue;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
}

button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

button:hover svg {
  transform: translateX(-1.5em) rotate(45deg) scale(1.1);
}

button:hover span {
  transform: translateX(5em);
}

button:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
      transform: translateY(0.1em);
  }

  to {
      transform: translateY(-0.1em);
  }
}
@media (max-width: 425px) {
  .contact-content {
      width: 400px !important;
  }

  .contact-input {
      width: 300px !important;
  }
}

@media (min-width: 768px) {
  .contact-content {
      width: 800px;
  }
}

@media (max-width: 768px) {
  .row-media {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      gap: 50px;
  }

  .col-1.d-flex {
      display: none !important;
  }

  .contact-detailes {
      margin-top: 50px;
  }

  .row-media div ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      width: 300px;
  }

  .contact-content {
      width: 632px;
  }

  .contact-input {
      width: 450px;
  }
}

.row-media {
  width: fit-content;
  flex-wrap: nowrap;
}

.contact-title p {
  background: #f28121;
  color: white;
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-right: 30px;
  border-radius: 15px;
  border-top-right-radius: 0px;
}

.contact-content {

  background: #eee;
  padding-top: 35px;
  padding-right: 30px;
  border-radius: 15%;
  border-top-right-radius: 0px;
}

.form .row {
  width: 50%;
}

.contact-input {
  padding: 10px;
  padding-right: 30px;
  border-radius: 15px;
  border-top-right-radius: 0px;
  font-size: 15px;
  font-weight: 700;
  border: 2px double #f28121;
  background: #fbfbfb;
}

.center button {
  margin-bottom: 25px;
}

.center button:hover {
  background: #f28121;
}

/*  */
button {
  font-family: inherit;
  font-size: 20px;
  background: royalblue;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
}

button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

button:hover svg {
  transform: translateX(-1.5em) rotate(45deg) scale(1.1);
}

button:hover span {
  transform: translateX(5em);
}

button:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
      transform: translateY(0.1em);
  }

  to {
      transform: translateY(-0.1em);
  }
}


/*  */
button {
  font-family: inherit;
  font-size: 20px;
  background: royalblue;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
}

button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

button:hover svg {
  transform: translateX(-1.5em) rotate(45deg) scale(1.1);
}

button:hover span {
  transform: translateX(5em);
}

button:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
      transform: translateY(0.1em);
  }

  to {
      transform: translateY(-0.1em);
  }
}
.pollsButton {
  width: 9rem;
  font-size: initial;
}

.pollsButton:hover .pollsText {
  display: none;
}

.pollsButton:hover svg {
  transform: translateX(-4.5em) rotate(45deg) scale(1.1);
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 3%;
  width: 30%;
  height: 50%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  justify-content: center;
  align-items: center;

}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  align-items: flex-start;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

#confirmButton {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#confirmButton:hover {
  background-color: #0056b3;
}

/* services view style */
