/**
* Template Name: MyResume
* Updated: Jun 13 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.conrs717 {
  position: relative;
  width: 100%;
  text-align: center;
}

.glldsst-sub717 {
  font-weight: normal;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  color: #a0f7f4;
  display: inline-block;
  text-transform: uppercase;

  position: absolute;
  width: 100%;
  left: 0;

  transition: transform 0.2s ease-in-out;
  /* начальная тень */
  /* бесконечная анимация */
  animation: pulse2 0.7s infinite ease-in-out;
} 
@keyframes pulse2 {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(2deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}


.glldss1299 {
  transition: transform 0.2s ease-in-out;
  /* начальная тень */
  font-size: 1.8rem;
  /* бесконечная анимация */
  animation: pulse1 1s infinite ease-in-out;
} 
@keyframes pulse1 {
  0% {
    transform: scale(1) translateX(0);
  }
  50% {
    transform: scale(1.3) translateX(5px); /* увеличиваем + смещаем */
  }
  100% {
    transform: scale(1) translateX(0);
  }
}



.glldsbb {
  transition: transform 0.2s ease-in-out;

  /* начальная тень */
  box-shadow: 0px 0px 7px 2px rgb(0, 172, 167);

  /* бесконечная анимация */
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0px 0px 7px 2px rgba(0, 172, 167, 0.8);
  }
  50% {
    transform: scale(1.015);
    box-shadow: 0px 0px 12px 3px rgba(0, 172, 167, 1);
  }
  100% {
    transform: scale(1);
    box-shadow: 0px 0px 7px 2px rgba(0, 172, 167, 0.8);
  }
}

  .glldsbb {
    font-size: 0.95rem;
    line-height: 1.3;
  }

.glldsst-sub71 {
  opacity: 0.5;
  font-weight: normal;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  margin-left: -15px;
}

.glldsst-sub71 i {
  font-size: 1.4rem;
  display: inline;
  position: absolute;
  margin-left: 3px;
}

.overlay-text {
  z-index: 2;
}
.overlay-text111 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 100px 5px rgb(0, 0, 0);
  z-index: 1;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.8);
}

.social-linkss a {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  font-size: 15px !important;
  border: none !important;
}

.social-linkss a i {
  font-size: 30px !important;
}

/*--------------------------------------------------------------
# картинка кнопка услуги
--------------------------------------------------------------*/
.full-preview-btn {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px rgb(0, 172, 167);
  border-radius: 5px;
  width: 98%;
}

.full-preview-btn img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 8px;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgb(11, 9, 15), transparent);
  padding: 100px 10px 15px;
  text-align: center;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: background 0.3s;
  color: #0adbd5;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.overlay-text i {
  font-size: 1.2rem;
}

.full-preview-btn:hover .overlay-text {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

/*--------------------------------------------------------------
# картинка кнопка услуги
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ползающая строка главная
--------------------------------------------------------------*/

.ticker {
width: 100%;
  color: #00e2a1;
  overflow: hidden;
  white-space: nowrap;
  background: #0b090f;
  box-shadow: 0px 0px 2px 1px rgb(43, 47, 47);
  z-index: 11;
  border: #028d8a solid 1.5px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgb(2, 141, 138);
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgb(2, 141, 138);
  border-left: none;
  border-right: none;
  background: #1e182c70;
}
.ticker p {
  display: inline-block;
  padding: 10px 0;
  animation: scroll 25s linear infinite;
  position: relative;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 3px;
  color: #03dfd9;
  font-family: var(--font-main);
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 0.9rem;  
}
@keyframes scroll {
  0%   { transform: translateX(20%); }
  100% { transform: translateX(-100%); }
}

/*--------------------------------------------------------------
# ползающая строка главная
--------------------------------------------------------------*/


h1.serv {
  max-width: 100%;
  width: 96%;
}

.rowsd {
  width: 15px;
  height: 15px;
  background: #2ca667;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(44, 166, 103);
  display: inline-block;
  margin-right: 7px;
}
.rowsd1 {
  width: 15px;
  height: 15px;
  background: #d84242;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(216, 66, 66);
  display: inline-block;
  margin-right: 7px;
}
.rowsd3 {
  width: 15px;
  height: 15px;
  background: #9451ff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(148, 81, 255);
  display: inline-block;
  margin-right: 7px;
}
.rowsd5 {
  width: 15px;
  height: 15px;
  background: #fed015;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(254, 208, 21);
  display: inline-block;
  margin-right: 7px;
}

.rowsd4 {
  width: 15px;
  height: 15px;
  background: #09abab;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(9, 171, 171);
  display: inline-block;
  margin-right: 7px;
  background: #2ca667;
  box-shadow: 0px 0px 10px 0 rgb(44, 166, 103);
}
.rowsd44 {
  width: 15px;
  height: 15px;
  background: #CF1976;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(207, 25, 118);
  display: inline-block;
  margin-right: 7px;
  background: #d84242;
  box-shadow: 0px 0px 10px 0 rgb(216, 66, 66);  
}

.rowsd81 {
  width: 15px;
  height: 15px;
  background: #D86437;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(216, 100, 55);
  display: inline-block;
  margin-right: 7px;
  background: #F4AA46;
  box-shadow: 0px 0px 10px 0 rgb(244, 170, 70);  
}

.rowsd82 {
  width: 15px;
  height: 15px;
  background: #F4AA46;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(244, 170, 70);
  display: inline-block;
  margin-right: 7px;
  box-shadow: 0px 0px 10px 0 rgb(215, 128, 94);
  background: #d7805e;
}

.rowsd83 {
  width: 15px;
  height: 15px;
  background: #4F81FF;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(79, 129, 255);
  display: inline-block;
  margin-right: 7px;
  box-shadow: 0px 0px 10px 0 rgb(85, 120, 208);
  background-color: #5578d0;
}

.rowsd84 {
  width: 15px;
  height: 15px;
  background: #D067AC;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0 rgb(208, 103, 172);
  display: inline-block;
  margin-right: 7px;
}

.activess i {
  display: none;
}
.activess::after {
margin-left: auto !important;
  margin-right: auto !important; 
  }
.accordion.acc.activess {
  padding-top: 15px;
  padding-bottom: 0;
}
  

.vops1 {
  max-width: 100%;
  padding: 0;
  width: 96%;
  margin: 25px auto 45px;
  border: 2px solid rgba(255, 255, 255, 0.49);
  background: #1e182c70;
  border-radius: 5px;
}

hr.hr1 {
  color: #fff;
}
.bx1 {
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.bx11 {
  width: 100%;
}
.rowsdst {
  color: #2ca667;
}
.rowsdst1 {
  color: #d84242;
}
.rowsdst3 {
  color: #9451ff;
}
.rowsdst4 {
  color: #09abab;
  color: #2ca667;
}
.rowsdst5 {
  color: #fed015;
}
.rowsdbut1 {
  border-radius: 5px;
  box-shadow: 0px 0px 7px 2px rgb(0, 172, 167);
  font-family: var(--font-main);
  font-weight: bold;
  background: #050b12b8;
  color: #a0f7f4;
  cursor: pointer;
  padding: 10px 20px;
  margin: 1.5rem auto 0;
  width: 99%;
  max-width: 280px;
  display: inline-block;
  text-align: center;
}

.section-title.tle1 {
  padding-bottom: 20px;
}


h4.panelh4 {
  color: #00aca7;
  text-align: center;
  margin-top: 5px;
}
.accordion.acc i {
  font-style: normal;
}
.about.servv1 {
  padding: 60px 0 50px;
}
.accordion.acc.activess {
  background: #1e182c87;
}



/*--------------------------------------------------------------
# servic
--------------------------------------------------------------*/


@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BebasNeue';
  src: url('/fonts/BebasNeueCyrillic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




/* Стили для WebKit браузеров (Chrome, Safari, Edge) */


::-webkit-scrollbar-track {
    background: #505e72; /* Цвет фона трека (полосы) */
    border-radius: 5px; /* Закругление углов трека */
}

::-webkit-scrollbar-thumb {
    background: #0adbd5; /* Цвет ползунка (thumb) */
    border-radius: 5px; /* Закругление углов ползунка */
}
 
::-webkit-scrollbar-thumb:hover {
    background: #0adbd5; /* Цвет ползунка при наведении */
}

/* Стили для Firefox */
* {
    scrollbar-width: thin; /* Толщина полосы (thin, auto, или none) */
    scrollbar-color: #00aca7 #3c3f4d; /* Цвет ползунка и фона трека */
}





#main {
  background: #0a080f url(/assets/img/bg.webp) repeat-y 50% 0;
    background-position-x: 50%;
    background-position-y: 0px;
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-size: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about .count-box i {
  color: #00aca7 !important;
  box-shadow: 0px 0px 1px 1px rgba(0, 172, 167, 0.49);
  background: #1e182c70;
}
#main {
  color: #fff;
  --font-main: "Gilroy", sans-serif;
  --font-second: "Bebas Neue Cyrillic", sans-serif;
  font-family: var(--font-main);
}
body {
  color: #fff;
  --font-main: "Gilroy", sans-serif;
  --font-second: "Bebas Neue Cyrillic", sans-serif;
  background: #0b090f;
}
h1, h2, h3, h4, h5, h6, .about .count-box p {
  font-family: var(--font-main);
}


.section-title h2 {
  font-family: var(--font-second);
}
.glldss12 {
  color: #00aca7;
}

.conrs {
  box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.49);
  background: #1e182c70;
  color: #fff;
  border-radius: 3px;
  border: 0;
}
.conrs h3 {
  color: #00aca7;
}
.accordion::after {
  color: #00aca7;
}
.gllds41 {
  color: #00aca7;
}
.glldss1 {
  color: #00aca7;
}
#submitBtn1 {
  background: #0b090f;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 1px rgb(0, 172, 167);
  font-family: var(--font-main);
  font-weight: bold;
}



h4 {
  margin-top: 25px;
}
.vop {
  border: 2px solid rgba(255, 255, 255, 0.49);
  background: #1e182c70;
}






#navbar > ul > li > a {
  box-shadow: 0px 0px 1px 1px rgb(255, 255, 255);
  background: #1e182c70;
}
.logogs, #footer {
  background: #0b090f;
  box-shadow: 0px 0px 2px 1px rgb(0, 172, 167);
}
.glldsst {
  font-weight: 100;
  font-family: var(--font-main);
}
a {
  color: #00aca7;
}
a:hover {
  color: #0adbd5;
}
.gllds {
background: linear-gradient(to right, rgba(116, 90, 119, 0) 0, rgb(57, 62, 77, 0.55), rgba(116, 90, 119, 0) 100%);
padding: 5px 0;
}

.logogs {
  z-index: 100;
  height: 45px;
  font-family: var(--font-main);  
}
.logogssvgg11 {
  width: 45px;
  height: 50px;
  margin-bottom: 10px;
}


.dropdown {
  position: static;
  font-size: 15px;
}
.dropbtn i {
  font-size: 16px;
  margin-right: 2px;
}

div.social-linkss.mob a:focus {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 30px;
  border-radius: none;
  height: auto;
  width: auto;
  transition: none;
  opacity: 1;
}
.logogs4 a {
  font-size: 21px;
  padding: 3px;
  margin: 0 5px 5px;
  display: inline-block;
}
#footer p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.nav-menu a, .nav-menu a:focus {
  margin-bottom: 10px;
}
section {
  padding: 60px 0 20px;
}
.mt-5 {
  margin-top: 1rem !important;
}







.img1 {
  filter: brightness(95%);
  box-shadow: 0px 0px 5px 1px rgb(0, 172, 167);
  border-radius: 5px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.glldsst3 {
  margin-left: 10px;
}
#servic > div:nth-child(1) > .section-title:nth-child(2) {
  padding-bottom: 0px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #00aca7;
}
.testimonials .testimonial-item .testimonial-img {
  border: 4px solid #00aca778;
}
.testimonials .testimonial-item h3 {
  color: #fff;
}
.swiper-pagination-bullet-active {
  background: #00aca7 !important;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  background-color: #00aca778;
}
.section-title h2::before {
  background: #00aca75c;
}
.section-title h2::after {
  background: #00aca778;
}

a.logogslog1 {
    cursor: pointer;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

a.logogslog1 {
  box-shadow: 0px 0px 2px 0.5px #000000d6;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}


.glldsst {
  display: flex;
  flex-direction: column;
  line-height: 1.1; /* уменьшает вертикальный отступ */
}

.glldsst-sub {
  font-size: 12px;
  font-weight: 400;
  margin-top: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffffb0 !important;
}



@media (min-width: 992px) {

::-webkit-scrollbar {
    width: 10px; /* Ширина полосы прокрутки */
    height: 10px; /* Высота горизонтальной полосы (если нужна) */
}

.conrs h3 {
  padding: 0 10px;
}
.logogs3 a {
  margin: auto 3px;
}
  .logogs3 {
    font-size: 21px;
  }
  .logogs {
    font-size: 14px;
    letter-spacing: 1px;
  }
    .logogssvgg {
    fill-opacity: 1;
    fill: #038a8a;
    width: 32px;
    height: 45px;
  }  
}

@media (max-width: 991.98px) {

  .logogs {
    justify-content: space-between;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
    .logogs1 {
    margin: 0;
    width: 52px;
  }
    .dropdown {
    margin: 0;
    width: 52px;
  }
  .mobile-nav-toggle {
    z-index: 99;
    opacity: 0.7;
    padding: 2px;
    border-radius: 5px;
    background: #1e182c;
    box-shadow: 0px 0px 2px 1px rgb(0, 172, 167);
  }
      #header {
    background: #000000c9;
  }
}


/*--------------------------------------------------------------
# servic
--------------------------------------------------------------*/



.apiForm12 {
  box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.49);
  background: #1e182c70;
  color: #fff;
  padding: 0;
  margin: 0 auto !important;
  max-width: 900px;
  width: 100%;
}
.close-btns {
  background: #1e182c;
  box-shadow: 0px 0px 2px 1px rgb(0, 172, 167);
  padding: 7px;
}

.img159 {
  width: 100%;
}
hr.hrmod {
  margin: 0;
  height: 3px;
  color: #00aca7;
  box-shadow: 0px 0px 10px 0 rgb(0, 172, 167);
  background: #00aca7;
  opacity: 1;
}








 
.apiForm12 {
    box-sizing: border-box;
    text-align: center;
}


  
.submitBtns {
    cursor: pointer; 
} 

.glldsst32 {
    1text-decoration: underline;
} 
 
.glldss12 {
    font-size: 30px;
}

.gllds4 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0.8rem auto !important;
    justify-content: space-between;
}
.glldsst3 {
    width: 100%;
    height: 70px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    line-height: 19px;
}

.glldsbb1 {
    margin: 1rem 0 0.5rem;
    width: 99%;
    max-width: 280px;
}



.gllds41 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-top: 10px;
}
.conrs h3 {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.form-group > select {
    background-size: 20px;
}



#submitBtn1, #submitBtn11, #submitBtn15 {
    border: 0;
    padding: 10px 35px;
    transition: 0.4s;
}


body.modal-open, body.modal-opens {
    overflow: hidden;
}

.modal, .modals {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: opacity 0.5s ease;
        z-index: 9998;
}

.modal-content {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    max-width: 1000px;
    border-radius: 7px;
    border: none;
}

.close-btn, .close-btns {
    position: fixed;
    font-weight: bold; 
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    z-index: 1000;
    opacity: 0.9;
}


.col555 > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
}

.rows11 {
    display: block;
}


.glldsbb {
    margin-top: 15px;
}
.gllds {
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;
}


.dropbtn {
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}


button.dropbtn {
  border: none;
  background: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

 
.dropdown-content {
    display: none;
    position: absolute;
    padding: 2px 5px;
    border-radius: 4px;
    background: #1e182c;
    box-shadow: 0px 0px 2px 1px rgb(0, 172, 167);
}

.dropdown
{
    right: 0;
    cursor: pointer;
    display: inline-block;
}

a.dropdown-content-gb {
  background: url('/assets/img/gb.svg') no-repeat left center;
  background-size: 45%;
}

a.dropdown-content-ua {
  background: url('/assets/img/ua.svg') no-repeat left center;
  background-size: 45%;
}

a.dropdown-content-ru {
  background: url('/assets/img/ru.svg') no-repeat left center;
  background-size: 45%;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 2px 0 2px 25px;
    text-decoration: none;
    display: block;
    margin: 2px 0;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}






a.logogslog1.lloggo1 {
    background: url(/assets/img/gb1.svg) top center no-repeat;
    background-size: cover;
}

a.logogslog1.lloggo2 {
    background: url(/assets/img/ua1.svg) top center no-repeat;
    background-size: cover;
}

a.logogslog1.lloggo3 {
    background: url(/assets/img/ru1.svg) top center no-repeat;
    background-size: cover;
}


.lloggos1 {
    display: flex; 
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
} 










.col-lg-8.mt-5.mt-lg-0 {
    padding: 5px 10px;
    border-radius: 25px;
}




.about .count-box span {
    display: inline-block;
    margin-left: 15px;
}
.about .count-box i {
    font-size: 35px;
}
strong.boll1 {
    font-size: 21px;
    vertical-align: super;
}



h1 {
    max-width: 700px;
}



#hero .social-links a {
    font-size: 37px;
}

.row1 {
    justify-content: space-evenly;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.row {
    justify-content: space-evenly;
}

.row.mt-1 {
    padding-left: 5px;
    padding-right: 5px;
}



#footer:before1 {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}







.logogs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}


.d-flex1 {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
}




@media (max-width: 991.98px){
  .conrs {
    padding: 25px 7%;
    width: 97%;
    max-width: 400px;
    margin: 0 0 3rem;
  }    
     
    #navbar {
    width: 80%;
    max-width: 250px;
    margin: 0 auto; 
}

#header {
    width: 100%;
}
    
.mobile-nav-active {
    z-index: 9998;
}
    
        #theme-toggle {
    font-size: 18px;
}
        .glldsst {
    width: 230px;
}
        .gllds {
    margin: 0.8rem auto !important;
        justify-content: center;
    width: 90%; 
}
    #hero h1 {
        margin: 0 auto 20px;
    }

    #hero {
    background: url(/hero-bg222-1.png) top center no-repeat;
    background: url(/assets/img/hero-bg2-min.webp) top center no-repeat;    
    background-size: cover;
}

        .row1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
    .logogssvgg {
    fill-opacity: 0.7;
    width: 20px;
    height: 30px;
}
.logogs {
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.mobile-nav-active {
    opacity: 1;
}
#hero {
    z-index: 100;
}
.logogs3 {
    display: none; 
}
}
@media (min-width: 600px){
  h1.serv {
  margin: 45px 0;
}
.close-btns {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
  }
@media (max-width: 599.98px){
    h1.serv {
  margin: 35px 0;
}
.close-btns {
    top: 7px;
    right: 7px;
    width: 29px;
    height: 29px;
  }

        #hero {
    background: url(/hero-bg333-1.png) top center no-repeat;
    background: url(/assets/img/hero-bg3-min.webp) top center no-repeat;
    background-size: cover;
}
    a.logogslog {
    width: 23px;
    height: 18px;
    margin-right: 10px;
}

}

@media (max-width: 350px) {
            .gllds {
    width: 95%;
}
}

@media (max-height: 650px) {

#hero {
    height: auto;
}
}
























body {
  1font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
    font-weight: 600;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  1font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 93;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top {
  background: #1e182c;
  box-shadow: 0px 0px 2px 1px rgb(0, 172, 167);
  opacity: 0.7;
}

.back-to-top:hover {
  background: #0b090f;
  opacity: 0.9;
}

.back-to-top i {
  font-size: 28px;
  line-height: 0;
}



.back-to-top.active {
  visibility: visible;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.prelll {
position: relative;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    background-image: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" style="width: 15%;float: left;margin: 1% 4% 1% 1%;fill-opacity:0.7;fill: %23038a8a;" viewBox="0 0 137 137" width="65" height="65"><path d="M35.9 1.3C24.3 5.7 17.7 18 20.8 29.4c1 3.5.8 4.5-2.3 10.7C10.5 56 7.1 70.2 6.3 91.7c-.6 18.2 1.4 35.6 4.8 41.2L13 136h75.8l3-9.8c3.9-12.5 4.6-16.8 3-17.9-.7-.4-15-.8-31.8-.8H32.5l.1-12c.1-14.2 3.1-27.1 9.3-40.2 3.6-7.5 4.3-8.3 7.8-9.2 5.7-1.6 10.9-5.6 14-10.9 2.4-3.9 2.8-5.8 2.8-11.8 0-6.1-.4-7.7-3-12C57.8 2.3 45.4-2.3 35.9 1.3z"><animate dur="1s" values="%23018c8c; %23b30960; %23018c8c" keyTimes="0; 0.5; 1" attributeName="fill" repeatCount="indefinite"></animate></path><path d="M85.9 1.3c-5.7 2.1-9.7 5.4-12.6 10.5-2.3 3.9-2.8 5.9-2.8 11.7 0 5.9.5 7.8 2.8 11.7 3.1 5.3 8.3 9.3 14 10.9 3.5.9 4.2 1.7 7.7 9.2 2.2 4.5 4.2 9.4 4.6 10.9l.6 2.8H74.5c-15 0-26.4.4-27.5 1-2 1-5.6 14.5-6.2 23l-.3 4.5 32.8.3 32.7.2v4.9c0 5.7-2 15.7-4.9 25.1-1.2 3.6-2.1 6.8-2.1 7.2 0 .5 5.6.8 12.5.8H124l1.9-3.1c3.4-5.6 5.4-23 4.8-41.2-.8-21.5-4.2-35.7-12.1-51.5-3.2-6.3-3.3-7.1-2.4-11.3 3.3-14.2-6.5-27.5-20.9-28.5-3.5-.3-7.3.1-9.4.9z"><animate dur="1s" values="%23b30960; %23018c8c; %23b30960" keyTimes="0; 0.5; 1" attributeName="fill" repeatCount="indefinite"></animate></path></svg>');
    background-size: 100%;
    }

#preloader:before {
  border: 3px solid #ffffffad;  
  border-top-color: #ffffff00;
  border-bottom-color: #ffffff00;
}


#preloader {
    background: linear-gradient(#070e17, #222b3b, #070e17);
    background: linear-gradient(#0b090f, #231d2f, #0b090f);    
}




/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 95; 
  transition: all 0.5s;
  padding: 15px; 
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  #header {
    left: -100%;
  }
}

@media (min-width: 992px) {
  #main {
    padding-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation  
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
}
@media (min-width: 992px){
    .apiForm12 {
    font-size: 19px;
}
#servic > div:nth-child(1) > div:nth-child(1) {
  padding-bottom: 10px;
}
    .conrs {
        padding: 25px 15px;
        width: 100%;
        max-width: 280px;
        min-width: 250px;
        margin: 1rem;
    }
    .conrs8 {
        display: flex;
        justify-content: center;
        max-width: 980px;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    #theme-toggle {
    font-size: 20px;
}
    .glldsbb {
    margin-left: 30px;
}
    .glldsst {
    width: 300px;
    margin-left: 10px;
}
    .gllds {
        margin: 1rem 0 !important;
        justify-content: flex-start;
        width: 370px;
    }
    #hero h1 {
    margin: 0 0 30px;
}
    
    section {
  padding: 60px 0 20px;
}
    .row1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.col11 {
    width: 45.33333333%;
}
.col12 {    width: 54.66666667%;
}

.logogs1, .logogs3  {
    width: 30%;
}
.logogs2 {
  width: 370px;
}
.logogs {
    display: flex;
    align-items: center;
}
    #hero {
    background: url(/hero-bg112-1.png) top center no-repeat;
    background: url(/assets/img/hero-bg1-min.webp) top center no-repeat;    
    background-size: cover;
}
  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
  }
}





.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  border: 0;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
}



.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background-size: cover; 
  position: relative;
}


@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  max-width: 400px;
}

#hero p {
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
    letter-spacing: 1px;
    font-weight: 700;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #0563bb;
}

@media (max-width: 992px) {

  #hero {
    text-align: center;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
    max-width: 450px;
  }

  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #0563bb;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.about .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
}

.about .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px; 
}

.about .count-box span {
  font-size: 36px;
  font-weight: 600;
}

.about .count-box p {
  padding: 0;
  margin: 0;
  font-family1: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #0563bb;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
}


.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details {
  padding-top: 30px;
}

.portfolio-description h2 {
    text-align: center;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 60px 20px 70px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
} 

.services .icon-box .icon i {
  font-size: 41px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
} 

.services .icon-box .icon svg path { 
  transition: 0.5s;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px; 
  position: relative;
}

.services .icon-box h4 a {
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 { 
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
} 

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
} 

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  font-size: 19px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 5px auto;
}

.testimonials .swiper-pagination {
  margin-top: 10px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
}



@media (min-width: 992px) { 
  #hero::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.25) 100%);
  }
.testimonials .testimonial-item .testimonial-img {
  width: 120px; 
}  
  .testimonials .testimonial-item p {
    width: 80%;
  }
  .social-linkss {
    display: none;
}
.glldss1 {
    font-size: 43px;
}
}

@media (max-width: 991.98px) {
#hero::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20) 0, rgba(0, 0, 0, 0.75) 100%);  
}  
.testimonials .testimonial-item .testimonial-img {
  width: 100px; 
}    
    .apiForm12 {
    font-size: 17px;
}
    .conrs8 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
  .social-linkss {
    display: flex;
}
.col-lg-8.mt-5.mt-lg-0 {
    margin: 0 auto;
}
.glldss1 {
    font-size: 39px;
}
}

@media (min-width: 500px) {
    .gllds41 {
    font-size: 20px;
}
.accordion {
    padding: 20px 15px;
}
}
@media (max-width: 499.98px) {
.testimonials .testimonial-item .testimonial-img {
  width: 90px; 
}    

  .logogs {
    font-size: 9px;
  }

        .gllds41 {
    font-size: 19px;
}

.accordion {
    padding: 10px 15px;
}
.glldss1 {
    font-size: 33px;
}
  #hero h1 {
    max-width: 230px;
  }
    .glldsst {
    width: 200px;
  }
}

@media (min-height: 600px) and (min-width: 992px) {

}

@media (min-height: 500px) {
#hero {
  height: 100vh;
}
}
@media (max-height: 499.98px) {

#hero {
  height: auto;
}
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}



.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  border: 0;
  padding: 10px 35px;
  transition: 0.4s;
  border-radius: 50px;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  } 
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

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

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}


.knp, .knpz {
    border: 0;
    padding: 10px 35px;
    transition: 0.4s;
    border-radius: 50px; 
    font-weight: 700;
}
 
.knpz {
    text-align: center;
    margin: 40px auto 0;
    display: block;
    min-width: 220px; 
    max-width: 400px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 19px;
}

#knpzs {
    font-weight: 100; 
    font-size: 90%;
    letter-spacing: 0.5px;
}



.social-links1 {
    margin: 30px auto 0;
    text-align: center;
}

.social-links1 a {
    font-size: 37px;
}




.social-linkss {
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10px;
}

.social-linkss a {
    border: none;
    display: inline-block;
    background: none;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 0;
    margin: 0;
    text-align: center;
}

.social-linkss a i {
    font-size: 30px;
}
.social-linkss a:hover {
    width: auto;
    border-radius: 5px;
}

 


.accordion {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    font-weight: 600;
    border: 0;
    align-items: center;
    line-height: 25px;
    text-align: left;
}
.vop {
    max-width: 700px; 
    width: 100%;
    margin: 0 auto 40px;
    border-radius: 5px;
}


.activess, .actives, .accordion:hover {
    font-size: 1.1rem;
}


.accordion::after {
    content: '\002B';
    text-align: center;
    font-size: 40px;
    transition: transform .2s ease-in-out;
    font-weight: 400;
    margin-left: 5px;
}

.activess:after, .actives:after {
    content: "\2212";
    transform: rotate(-180deg);
    font-weight: 500;  
}

.actives:after {
    margin-left: 5px; 
}


.panel {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
    border: none;
}
.panel p {
    margin-bottom: 10px;
} 




#apiForm > div.accordion1 > i {
    font-weight: 700;
    line-height: 10px;
    font-size: 17px;
}
.accordion1 {
    display: flex;
    border: 0;
    width: 100px;
    font-size: 8px;
    padding: 5px;
    margin: 10px auto 0;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    height: 20px;
    line-height: 10px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
}
.actives1 {
    display: none;
}



.actives1:after {
    content: "\2212";
    transform: rotate(-180deg);
    font-weight: 500;
} 

.panel1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 15px;
}

.form-control {
    cursor: pointer;
}

#submitBtn {
    border: 0;
    padding: 10px 35px;
    transition: 0.4s;
    border-radius: 50px;
}





#hero > div.container.aos-init.aos-animate > p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group > select {
    box-sizing: border-box;
}



 







.col-lg-8.mt-5.mt-lg-0 {
    transition: all ease-in-out 0.3s;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
    padding: 5px;
}



#services > div > div.row > div > a > i {
    position: absolute;
    font-size: 35px;
    right: 30px;
    top: 20px;
    z-index: 1;
    -webkit-animation: tada 2s ease infinite;
    animation: tada 2s ease infinite;
}

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .modal-content.modal333 {
  max-width: 550px;
}

  .d-flex1 {
    padding-bottom: 20px;
    padding-top: 120px;
  }
  .container.aos-init.aos-animate {
  margin-top: auto;
  margin-bottom: auto;
}