@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
  /* Colors: */
  --color-d41919: #d41919;
  --color-ffe16a: #ffe16a;
  --color-87b8ff: #87b8ff;
  --color-0c195c: #0c195c;
  --color-f5f5f5: #f5f5f5;
  --color-d6ddcb: #d6ddcb;
  --color-c2c4c6: #c2c4c6;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-family-sora: "Lato", sans-serif;
  --font-family-anton: "Anton", sans-serif;
  --font-family-amellia: "Amellia", sans-serif;
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-25: 25px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-33: 33px;
  --font-size-35: 35px;
  --font-size-40: 40px;
  --font-size-48: 48px;
  --font-size-42: 42px;
  --font-size-50: 50px;
  --font-size-56: 56px;
  --font-size-49: 49px;
  --font-size-62px: 62px;
  --font-size-71: 71px;
  --font-size-83: 83px;
  --font-size-90: 90px;
  --font-size-140: 140px;
  --character-spacing-0: 0px;
  --line-height-22: 22px;
  --line-height-27: 27px;
  --line-height-30: 30px;
  --line-height-32: 32px;
  --line-height-36: 36px;
  --line-height-36: 36px;
  --line-height-43: 43px;
  --line-height-50: 50px;
  --line-height-60: 60px;
  --line-height-66: 66px;
  --line-height-72: 72px;
  --line-height-130px: 130px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}

.sora {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.anton {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.amellia {
  font-family: "Amellia";
}

@font-face {
  font-family: 'Amellia';
  src: url('../font/Amellia.ttf');
}



* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-style: var(--font-style-normal);
  font-family: var(--font-family-sora);
  font-size: var(--font-size-16);
  line-height: var(--line-height-27);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}


.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-ffffff);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-d41919);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

p {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.p-content {
  font-size: var(--font-size-22);
  line-height: 28px;
  color: var(--color-000000);
  font-weight: var(--font-weight-Light);
  margin-bottom: 20px;
}

.medium-text {
  font-size: var(--font-size-21);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
}


.fill {
  font-family: var(----font-family-anton);
  font-weight: var(--font-weight-Bold);
  font-size: var(--font-size-130);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #a9acb3;
  text-transform: uppercase;
}

.main-title {
  font-size: var(--font-size-140);
  text-transform: uppercase;
  font-family: var(--font-family-anton);
  line-height: var(--line-height-130px);
  font-weight: var(--font-weight-Regular);
  -webkit-text-stroke: 0px;
  background: url(../images/font-bg.jpg) left no-repeat;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 58%;
}

.title {
  font-size: var(--font-size-56);
  text-transform: uppercase;
  color: var(--color-d41919);
  font-weight: var(--font-weight-Bold);
  font-family: var(--font-family-anton);
  margin-bottom: 20px;

}

.div-title {
  font-size: var(--font-size-40);
  line-height: normal;
  font-weight: var(--font-weight-Bold);
  text-transform: uppercase;
  width: fit-content;
  padding-right: 50px;
}

.div-title1 {
  font-size: var(--font-size-42);
  font-weight: var(--font-weight-SemiBold);
  line-height: normal;
  color: var(--color-1ddef6);

  /* font-weight: var(--font-weight-SemiBold); */
}

.section-title {
  font-size: var(--font-size-36);
  line-height: normal;
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
}

.div-text {
  font-size: var(--font-size-20);
  line-height: normal;
  color: var(--color-000000);
  margin-bottom: 0px;
  text-align: left;
}

.font-binerka_demoregular {
  font-family: var(--font-family-sora);
}

.weight-Light {
  font-weight: var(--font-weight-Light);
}

.weight-Regular {
  font-weight: var(--font-weight-Regular);
}

.weight-Medium {
  font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
  font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
  font-weight: var(--font-weight-Black);
}

.height-100 {
  height: 100vh;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.color-gradient {
  color: var(--color-gradient) !important;
}

.color-d41919 {
  color: var(--color-d41919) !important;
}

.color-1ddef6 {
  color: var(--color-1ddef6) !important;
}

.color-0570b8 {
  color: var(--color-0570b8) !important;
  background: none !important;
  -webkit-text-fill-color: var(--color-0570b8);
}

.color-000000 {
  color: var(--color-000000) !important;
}

.color-ffffff {
  color: var(--color-ffffff) !important;
}

.swiper-container {
  width: 100%;

}

.swiper {
  overflow: hidden;
}

.mobile {
  display: none;
}

.offcanvas-header {
  display: none;
}


.swiper-slide-active .slider-title1 {
  animation: fadeInRight 2s;
}


.header-btn {
  margin-right: 4%;

}

.sidenav,
.mobile-toggle {
  display: none;
}


/* top-social */


.header-social ul li {
  float: left;
  margin-right: 15px;
}

.header-social ul li i {
  width: 35px;
  height: 35px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-ffffff);
  color: #fff;
  display: flex;
  transition: 0.5s;
}

.header-social ul li i:hover {
  color: var(--color-ffffff);
  background: var(--color-d41919);
  border: 1px solid var(--color-d41919);

}


img.logo-2 {
  height: 60px;
  object-fit: contain;
  margin: 0 10px;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


/* top-social */

/* main-header */

.g_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  position: fixed;
  background: #041154;
  box-shadow: #63636333 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-header.g_shrink .navbar-brand {
  top: 0;
}

.main-header.g_shrink .navbar-brand img,
.main-header.g_shrink .navbar-brand .svg {
  width: 80%;
  top: 0;
  filter: invert(1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink img.logo-2 {
  object-fit: contain;
  margin-top: 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .main-nav .logo-bg {
  width: 30%;
  height: 127PX;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav {
  line-height: 100px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .main-nav {
  line-height: 70px;
}



.navbar-brand {
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.navbar-brand img,
.navbar-brand .svg {
  width: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 0;
  margin-left: 26px;
  font-size: var(--font-size-14);
  letter-spacing: 1.5px;
  color: var(--color-ffffff);
  line-height: var(--line-height-inherit);
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-ffe16a);
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-ffe16a);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-ffe16a);
}



/* main-banner */
.banner-slide {
  position: relative;
  width: 100% !important;
}

.banner-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 99;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 9;
  background-color: #f5f5f5;

}

.inner-banner {
  width: 100%;
  height: 100vh;
  display: flex;
}

.banner-content {
  overflow: hidden;
  top: 30%;
  left: 29.5%;
  position: absolute;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
}

.date-content {
  overflow: hidden;
  top: 30%;
  right: 6.5%;
  position: absolute;
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
}

.date-content h3 {
  font-size: var(--font-size-62px);
  font-weight: var(--font-weight-SemiBold);
  text-transform: uppercase;
  color: var(--color-ffe16a);
  text-align: left;
}

.date-content h4 {
  font-family: var(--font-family-amellia);
  font-size: var(--font-size-83);
  color: var(--color-ffffff);
}

.inner-1 {
  flex-direction: column;
}

.inner-date {
  display: flex;
  margin-bottom: 50px;
  margin-left: -26px;
}

/* .date-content a{
  width: fit-content;
  color: var(--color-ffe16a);
  font-size: var(--font-size-28);
  text-transform: uppercase;
  border: 3px solid var(--color-ffe16a);
  padding: 20px 30px;
  margin-top: 50px;

}
.date-content a:hover{
  color: var(--color-0c195c);
  background: var(--color-ffffff);
} */
.btn-style503 {
  width: fit-content;
  color: var(--color-ffe16a);
  font-size: var(--font-size-28);
  text-transform: uppercase;
  border: 3px solid var(--color-ffe16a);
  padding: 20px 30px;
  margin-top: 50px;
  border-color: var(--color-ffe16a);
  color: var(--color-ffe16a);
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.btn-style503:hover {
  box-shadow: inset 15em 0 0 0 var(--color-ffe16a), inset -15em 0 0 0 var(--color-ffe16a);
  border-color: var(--color-ffe16a);
  color: var(--color-000000);
}

/* Shine */
.btn-style503:after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: shine 1.5s infinite;
  background: -moz-linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, #ffffff62 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -ms-linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(330deg, #ffffff00 0%, #ffffff50 50%, #80bae800 99%, #7db9e800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
}

/* animation */
@-webkit-keyframes shine {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);

  }
}

.date {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.date h6 {
  height: 0;
  font-size: var(--font-size-16);
  text-transform: uppercase;
  color: var(--color-ffffff);
  rotate: 270deg;
  line-height: normal;
  margin-bottom: 0;
}

/* .date-2 h6{
  margin-left: -10px;
  padding: 0;
  width: 1;
  height: 40px;
  font-size: var(--font-size-16);
  text-transform: uppercase;
  color: var(--color-ffffff);
  rotate: 270deg;
  line-height: normal;
  margin-bottom: 0;
}

.date-content h5 sup{
  text-transform: uppercase;
  font-size: 12px;
  left: -7px;
  line-height: 0;
}
.date-content h3{
  font-weight: var(--font-weight-Regular);
  font-size: var(--font-size-36);
  color: var(--color-ffffff);
} */
.date-content h5 {
  font-size: var(--font-size-33);
  font-family: var(--font-family-sora);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);

}

/* main-banner */




/* who */

.who form {
  background: linear-gradient(90deg, rgba(211, 21, 21, 1) 0%, rgba(17, 29, 93, 1) 100%);
  padding: 60px;
  border-radius: 25px;
  margin-top: -7%;
  z-index: 99;
  position: relative;
}

.who p {
  padding-right: 50px;
  margin-right: 50px;
  font-weight: 600;

}

.wrapper2 {
  width: 100%;
  border: none 0px RED;
  overflow-x: hidden;
}

.div2 {
  width: 91%;
  height: 100%;
  overflow: auto;
  margin-right: 50px;
}

.div2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset var(--color-ffe16a);
  background-color: #CCCCCC;
  border-radius: 10px;
}

.div2::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  border-radius: 10px;

}

.div2::-webkit-scrollbar-thumb {
  background-color: #FFF;
  background-image: -webkit-linear-gradient(90deg, rgba(211, 21, 21, 1) 0%, rgba(17, 29, 93, 1) 100%);
  border-radius: 10px;

}


input.form-control {
  font-size: var(--font-size-15);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  color: var(--color-000000);
  margin-bottom: 5px;
}

select.form-control {
  font-size: var(--font-size-15);
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  color: #6b6d6e;
  margin-bottom: 5px;
}

.contact-pg h4 {
  font-weight: var(--font-weight-Bold);
}

textarea.form-control {
  font-size: var(--font-size-18);
  width: 100%;
  height: 100px;
  border-radius: 10px;
  padding: 15px;
}

.modal-dialog {
  max-width: 50% !important;
}

.form-control1 {
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-000000);
  padding: 20px;
  border-radius: 10px;
  color: var(--color-000000) ! IMPORTANT;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button.read-more1 {
  width: 100%;
  color: #ffffff;
  background: #0c195c;
  border: 2px solid #0c195c;
  padding: 20px;
  font-size: var(--font-size-22);
  text-transform: uppercase;
  font-weight: var(--font-weight-Bold);
  margin-top: 30px;
}

/* who */



/* logo-slider */


.clients h2 {
  font-size: var(--font-size-71);
  color: #ec1010;
  letter-spacing: 3px;
  font-weight: var(--font-weight-ExtraBold);
  font-family: var(--font-family-anton);
  margin-bottom: 0;

}

h2.title.fw-e-bold {
  font-size: var(--font-size-71) !important;
}

.clients h3 {
  font-size: var(--font-size-48);
  letter-spacing: 2px;
  font-family: var(--font-family-anton);
  color: #000;
  text-transform: uppercase;
  font-weight: var(--font-weight-ExtraBold);
}



.line3 {
  width: 40%;
  height: 4px;
  margin: 30px 0;
  background: var(--color-f9c406);
}

.clients img {
  /* filter: saturate(0); */
  width: 150px;
  object-fit: contain;
  /* width: inherit; */
  /* height: 150px; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.clients img:hover {
  filter: saturate(1);
}

.content-client {
  width: 100%;
  text-align: center;
}

/* why */
.why h2 {
  text-align: center;
  color: var(--color-d41919);
  text-transform: uppercase;
  font-family: var(--font-family-sora);
  margin-bottom: 50px;
}

.why h5 {
  font-size: var(--font-size-26);
  font-family: var(--font-family-sora);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 0;
}

ul.why-point li i {
  font-size: 24px;
  margin-right: 20px;
  object-fit: contain;
  color: var(--color-0c195c);

}

ul.why-point li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

ul.why-point li i {
  margin-top: 5px;
}

/* personality */


.personality h2 {
  font-size: var(--font-size-90);
  font-family: var(--font-family-anton);
  color: var(--color-d41919);
  text-transform: uppercase;
}

.personality {
  position: relative;
  overflow: visible;
  margin-top: 180px;

}

#services .container {
  position: absolute;
  overflow: visible;
  top: -30%;
}

.personality img {
  position: relative;
  top: 15px;
  left: 0;
  z-index: 9;
}


.scale {
  background: linear-gradient(90deg, rgb(208, 38, 38) 0%, rgba(17, 29, 93, 1) 100%);
  width: 80%;
  float: right;
}

.scale h3 {
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
  text-align: left;
}

.scale h3 span {
  text-transform: uppercase;

}

.scale h4 {
  font-family: var(--font-family-amellia);
  font-size: 83px;
  color: var(--color-ffffff);
}

.points h5 {
  font-size: var(--font-size-28);
  font-family: var(--font-family-sora);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
  margin-top: -4px;
}

ul.points li img {
  width: 18px;
  height: 22px;
  margin-right: 30px;
  object-fit: contain;
  top: 0;

}

ul.points li {
  display: flex;
  margin-bottom: 20px;
}

.blue {
  position: absolute;
  width: 20%;
  height: 300px;
  background: var(--color-0c195c);
  left: 0;
  bottom: 0;
  z-index: -9;
}

/* video */

.videos {
  background: var(--color-0c195c);
}

.video-slider iframe {
  width: 100%;
  height: 280px;
  border-radius: 15px;
}

.videos h2 {
  font-size: var(--font-size-90);
  color: var(--color-ffffff);
  text-transform: uppercase;
  font-family: var(--font-family-anton);
}

a.view-more {
  width: 40%;
  color: var(--color-ffe16a);
  background: #000;
  border: 2px solid var(--color-ffe16a);
  padding: 25px;
  float: right;
  font-size: var(--font-size-28);
  text-transform: uppercase;
  font-weight: var(--font-weight-Bold);
  margin-top: 30px;
  text-align: center;
}

a.view-more:hover {
  box-shadow: inset 8em 0 0 0 var(--color-ffe16a), inset -8em 0 0 0 var(--color-ffe16a);
  border-color: var(--color-ffe16a);
  color: var(--color-000000);
}

button.read-more1:hover {
  box-shadow: inset 15em 0 0 0 white, inset -15em 0 0 0 white;
  border-color: var(--color-ffe16a);
  color: black;
}


.special {
  background: url(../images/special-bg.jpg) center no-repeat;
  background-size: cover;
}

.special h2 {
  font-size: var(--font-size-83);
  font-family: var(--font-family-anton);
  background: linear-gradient(0deg, rgba(106, 105, 108, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-size: cover;
  font-weight: var(--font-weight-Bold);
  letter-spacing: 4px;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 58%;
  position: relative;
  z-index: 99;
  margin-bottom: 0;

}

.special h3 {
  font-size: var(--font-size-35);
  font-family: var(--font-family-sora);
  color: var(--color-ffe16a);
  font-weight: var(--font-weight-Bold);
  margin-top: 50px;
  text-transform: uppercase;
  margin-left: 50px;
  z-index: 99;
}

.spe-content h5 {
  color: #000;
  z-index: 99;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  position: absolute;
  top: 59%;
}


.special h4 {
  font-size: var(--font-size-33);
  color: var(--color-ffffff);
}

.special h4 span {
  font-size: var(--font-size-33);
  color: var(--color-ffe16a);
}

.spe-content h3 {
  position: absolute;
  font-size: 24px;

}

.special h3 span {
  display: block;
}

.heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h2-bg {
  position: absolute;
  width: 45%;
  height: 100px;
  border-radius: 50px;
  z-index: 9;
  background: #000;
}

.heading img {
  position: absolute;
  left: 21%;
  bottom: -70px;
  z-index: 99;
}

.spe-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.botom-content {
  margin-top: -30px;
}

.spe-content img {
  position: relative;
  z-index: 9;
  animation: animName 20s linear infinite;
  width: 240px;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

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




footer {
  background: var(--color-000000);
  background-size: cover;
  border: none;
}

.footer h2 {
  font-size: var(--font-size-50);
  font-family: var(--font-family-anton);
  color: var(--color-d41919);
}

.footer h2 .white {
  color: #fff;
}

.footer h2 .yellow {
  color: var(--color-ffe16a);
}

.footer h3 {
  font-size: var(--font-size-48);
  font-family: var(--font-family-anton);
  color: var(--color-ffe16a);
  line-height: 30px;
}

.footer h3 a {
  color: var(--color-ffe16a);
}

.footer h3 a:hover {
  color: var(--color-f5f5f5);
}

.footer h3 span {
  font-size: var(--font-size-90);
  font-family: var(--font-family-amellia);
  color: var(--color-ffffff);
  margin: 0 20px;
}

.footer-box {
  margin-top: 50px;
}

.social-footer {
  margin-top: 50px;
  margin-bottom: 50px;

}

.social-footer ul li {
  float: left;
  margin-right: 15px;
}

.social-footer ul li i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-ffe16a);
  color: var(--color-ffe16a);
  display: flex;
  transition: 0.5s;
}

.social-footer ul li i:hover {
  background: var(--color-d41919);
  color: var(--color-ffffff);
  border: 1px solid var(--color-d41919);

}

ul.contact li {
  margin-bottom: 30px;
}

.quick-links {
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #ffffff6c;
}

ul.contact li {
  display: flex;
  align-items: center;
}

ul.contact li i {
  font-size: 24px;
  color: var(--color-ffffff);
  margin-right: 20px;
}

ul.contact li a {
  font-size: 22px !important;
}


ul.footer-menu li {
  margin-top: 50px;
}

ul.footer-menu li a {
  color: var(--color-ffffff);
  padding: 0;
  font-size: 22px;
  margin-right: 20px;
}

ul.footer-menu li a:hover {
  color: var(--color-d41919);
}

ul.footer-menu {
  display: flex;
  float: left;
  text-transform: capitalize;
}

.quick-links p {
  color: var(--color-ffffff);
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease;
  opacity: 1;
  width: 100% !important;
  visibility: visible;
}

.menu-btn {
  /* position: absolute; */
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 0px;
  background: var(--color-d41919);
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.twitter-btn {
  position: fixed;
  bottom: 33%;
  right: 30px;
  z-index: 9999;
  width: 55px;
  border: 1px solid var(--color-ffffff);
  height: 55px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

.facebook-btn {
  position: fixed;
  bottom: 26%;
  right: 30px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #1877F2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

.instagram-btn {
  position: fixed;
  bottom: 19%;
  right: 30px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}


.youtube-btn {
  position: fixed;
  bottom: 28%;
  right: 30px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fa0000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/* .whats-app */
.whatsapp-btn {
  position: fixed;
  bottom: 12%;
  right: 30px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i,
.instagram-btn i,
.facebook-btn i,
.twitter-btn i,
.youtube-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}


/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* back to top */

#button {
  display: inline-block;
  background: var(--color-d41919);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 3%;
  right: 30px;
  border-radius: 50%;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
}

#button::after {
  content: "\2191";
  font-family: 'bootstrap-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-ffffff);
  background: var(--color-0c195c);

}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1560px;
}

#counter .col-12 span {
  font-size: 50px;
  margin-bottom: 14px;
  color: #160751;
  font-family: var(--font-family-anton);

}

#counter .col-12 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 50px;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
}

#counter .col-12 span {
  font-size: 40px;
  margin-bottom: 14px;
}

#counter span.percent:after {
  content: "+";
  display: inline-block;
}

.videos iframe {
  width: 100%;
}

.headings {
  font-size: 40px !important;
}

h4.sub-heading.aos-init.aos-animate {
  font-size: 35px !important;
}

h5.sub-title {
  font-size: 27px;
  font-weight: 200;
}

a.click-btn.btn-style503.js-scroll-trigger {
  font-size: 25px !important;
}

input.contact-field {
  font-size: 15px !important;
}

.title {
  font-size: 35px !important;
}

h5.list-bullet {
  font-size: 15px !important;
  background: #e5e5e5;
  padding: 14px;
  text-transform: uppercase;
  box-shadow: 0 0 4px 0 grey;
  /* padding-top: 0; */
  line-height: 34px;
}

h3.topic-heading.aos-init.aos-animate {
  font-size: 45px !important;
}

.sub-topic-title {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.text-bg {
  background: #1a1d5a;
  padding: 50px;
  text-align: center;
  border-radius: 50%;
  width: 194px;
  margin-bottom: 16px;
  color: white;
}

#counter .col-12 span {
  color: white;
}

h3.mt-5.sub-heading {
  font-size: 35px !important;
}