/* ========= [ * global ]  =========*/
/* --------------- global --------------- */
*,
* button:focus {
  outline: 0;
  margin: 0; }
  
  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 0; }
  .w-350 {
    width: 350px !important;
  }
  .other-product-range {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
  body,p {
    font-family: "Roboto", sans-serif;
  }
  .mission-icon.flag {
    flex-direction: column;
  }
  .event-bg-white {
    background: #F2F6FB;
    border-radius: 40px 40px 0 0;
    padding-top: 100px !important;
    padding-bottom: 30px !important;

    
  }
  .other-product-range li {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px 20px;
}
  h4.mission-desc {
    text-align: center;
}
li.current {
    background: var(--color-orange1) !important;
    border: 1px solid var(--color-orange1) !important;
}
  .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
    font-size:calc(1vw + 1px);
    font-weight: 500;
    
}
.product-content {
	position:relative;
	top:-120px;
}
.product-content img{
	border-radius:50%;
  width: 50%;
}
.submenu a {
  color: #004C9E !important;
}
.side_menu_style4 .side_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  -webkit-transform: rotate(-60deg) scale(0.5);
  -ms-transform: rotate(-60deg) scale(0.5);
  transform: rotate(-60deg) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.tabs-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.tabs-menu li {
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 10px 20px;
}
.current a, .current:hover {
  color:#fff;
}
li.current {
  background: var(--color-orange1) !important;
  border: 1px solid var(--color-orange1) !important;;

}
.tab-content {
  display:block;
}
.mission-icon.detail {
  margin-top: 0;
  padding: 40px;
}

#tab-1 {
  display:block;
}
.side_menu_style4.show .side_shape {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  opacity: 1;
  top: 30%;
  right: 185px;
}
.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}


.ag-timeline-block {
  padding: 10vh 0;
 
  overflow: hidden;
}
.ag-timeline_title-list {
  line-height: 1.2em;
  margin: 0 0 8.3vh;

  font-weight: 500;
  font-size: 4vh;
  color: #000;
}
.ag-timeline_list {
  margin: 0 0 0 50px;

  counter-reset: speaker;

  position: relative;
}
.ag-timeline_list::before {
  content: "";
  display: block;
  width: 2px;
  background: #C4C4C4;

  position: absolute;
  top: 0%;
  left: -50px;
  bottom: 0%;
}
.ag-timeline_item::before {
  line-height: 1;
  margin-top: 15vh;
  margin-left:-4vh;
  padding: 1.1vh 1.1vh;
  background: #FAFAFA;

  position: absolute;
  left: -50px;

  font-style: normal;
  font-weight: normal;
  font-size: 2.6vh;
  color: #828282;
  content: attr(data-custom);
}
.ag-timeline_item:not(:last-child) {
  margin: 0 0 7.5vh;
}
.ag-timeline_body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ag-timeline_img-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;

  margin-right: 3.33vh;
  width: 47.5vh;
  padding: 1vh 1vh;

  position: relative;
}
.ag-timeline_img {
  display: block;
  width: 100%;

  -o-object-fit: contain;
  object-fit: contain;

  z-index: 2;
  position: relative;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  -webkit-box-shadow: 0 20px 60px rgba(9, 14, 24, 0.1);
  -moz-box-shadow: 0 20px 60px rgba(9, 14, 24, 0.1);
  -o-box-shadow: 0 20px 60px rgba(9, 14, 24, 0.1);
  box-shadow: 0 20px 60px rgba(9, 14, 24, 0.1);

  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}
.ag-timeline_img-box::after {
  content: "";
  height: 84.8%;
  width: 58.6%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline-speakers/images/img-overlay.webp);

  z-index: 1;
  position: absolute;
  right: -6%;
  bottom: -8%;
}
.ag-timeline_info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  width: 100%;
}
.ag-timeline_title-item {
  line-height: 1.2em;
  margin: 0 0 0.6vh;

  font-style: normal;
  font-weight: bold;
  font-size: 2.6vh;
}
.ag-timeline_descr-item {
  width: 85%;
  padding: 0 1.22vh;

  text-align: left;

  position: relative;
}
.ag-timeline_descr-item:nth-child(2) {
  width: 42%;
}
.ag-timeline_descr-item::before {
  content: "";
  display: block;
  height: 12vh;
  border-left: 2px solid #A0A0A0;

  position: absolute;
  top: 50%;
  left: 0;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ag-timeline_descr-item:first-child::before {
  display: none;
}
.ag-timeline_text-item {
  line-height: 1.45;
  padding: 0 0 10px;
}
.ag-timeline_link-item {
  color: #1068ad;
}
.custom-height {
  height: 960px;
  border-radius: 0 0 20% 20%;
}
.post-card.products img {
  border-radius: 50%;
}
.post-card.products a {
  border-radius: 50%;
  padding: 10px;
  background: #fff;
}
.product-content .posts-content  {
  position: relative;
  top: -100px;
}
.post-card.products a.hover-orange1.fsz-24 {
  background: transparent;
  border-radius: 0%;
}
@media only screen and (max-width: 1161px) {
  .ag-timeline_list::before,
  .ag-timeline_item::before {
    left: -40px;
  }
}
.p-image img {
  border-radius: 0 0 140px 140px;
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
  
  .text-justify-sm p{
    text-align: justify !important;
  }

  .ag-timeline_list::before {
    top: 6%;
    bottom: 12%;
  }
  .ag-timeline_img-box {
   display: block;
   margin: 0 0 20px;
 }
  .ag-timeline_body-item,
 .ag-timeline_info-item,
 .ag-timeline_descr-item {
   display: block;
 }
  .ag-timeline_descr-item::before {
    display: none;
    border: 0;
  }
  .ag-timeline_descr-item,
  .ag-timeline_descr-item:nth-child(2) {
    width: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title-list {
    font-size: 30px;
  }

  .ag-timeline_img-box {
    width: 85%;
  }
  .ag-timeline_item::before {
    margin-top: 26%;
  }
}

@media only screen and (max-width: 479px) {
  .ag-timeline_title-list {
    font-size: 22px;
  }

  .ag-timeline_list::before {
    top: 5%;
    bottom: 14%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

  .ag-timeline_img-box {
    width: 30vh;
  }
  .ag-timeline_item::before {
    margin-top: 9vh;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
  border-right: 5px solid #004C9E;
  border-bottom: 5px solid #004C9E;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 10px;
}
a.main_link.toggle-link {
display: flex;
align-items: center;
}
.main_links {
width: 450px;
}
.rotate {
  transform: rotate(225deg);
  margin-bottom: 5px !important;
}
.number-card {
  background: #fff;
  margin: 20px;
  padding: 20px;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(255, 72, 31, 0.4);


}

.has-submenu .icon {
    margin-left: 10px;
    font-weight: bold;
    float: right;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px; }

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px; }

body {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 14px;
  overflow-x: hidden;
  position: relative;
  color: #666; }
 .section-padding-x {
    padding-right: 4vw;
    padding-left: 4vw;
}
.foot-links.mt-4.mt-lg-0 {
text-align: left;
}
.foot .fsz-13 {
  text-align: center;
}
.btn-pr {
  position: relative;
  top: -50px;
}
.mission-icon.detail.app-img {
    padding: 0 !important;
}
.swiper-container {
  overflow: hidden; }

.swiper-notification {
  display: none; }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .mission-text {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    min-height: 160px;
    margin-top: 50px;
}
.min-210 {
  min-height: 210px;
}
.img2 img{
  border-radius: 20px;
  width: 85%;
}
.img2 {
 display: flex;
 align-items: center;
 justify-content: center;
}
.mission-icon {
    text-align: center;
    border-radius: 30px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    padding: 10px;
}
.text-justify {
  text-align: justify;
}
h1, h2, h3 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin: 0; }

h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0; }
.btn-gradient {
  background: linear-gradient(124deg, #004C9E 0%, #8200AD 80%, #FD7502 100%) !important;
border-radius: 50rem;
color: #fff;

}

.title {
  font-size: 38px;
  color: #616161;
  font-weight: 800;
}

.timeline {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.form-control {
  background: transparent;
}
.timeline .swiper-container {
  height: 650px;
  width: 100%;
  position: relative;
}
.side_menu_style4.show .side_shape {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  opacity: 1;
  top: auto !important;
  height: auto !important;
  width: 40% !important;
  z-index: -1;
  bottom: auto !important;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 310px;
  right: 50%;
  top: 13%;
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}
.swiper-pagination {
  position: relative;
  margin-bottom: 50px;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #d4a024;
  margin: 15px 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  transform: scale(0);
  transition: 0.2s;
}
.timeline .swiper-pagination-bullet-active {
  color: #d4a024;
}
.timeline .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 20px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    transform: rotate(90deg) translate(3px, 10px);
  }
}
.qualitySwiper-pagination {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.qualitySwiper-pagination .swiper-pagination-bullet {
  background: transparent;
  font-weight: 600;
  opacity: 0.5;
  margin: 0 6px;
  cursor: pointer;
  width: 50px;
  background: var(--color-orange1) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  height: 30px;
  font-size: 20px;
}

.qualitySwiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  
}

@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  
  .timeline .swiper-slide-content {
    right: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .number-card.wow.zoomIn.slow.col-lg-2.col-md-5.col-sm-5 {
    min-width: 44% !important;
}
.tc-chat-style1 .xl-text {
    font-size:80px !important;
}
.inner-pages-style1 .tc-inner-header-style1 h1 {
    font-size: 70px !important;
}
.mission-text {
    
    min-height: 210px;

}
.mission-sec .mission-icon {
  width: 66px;
}
}
.navbar-brand.wid2 {
  width: 20%;
}

.history-swiper p {
  position: relative;
}
.history-swiper p:after {
  position: absolute;
  width: calc(100% - 90px);
  top: -25px;
  right: 0;
  content: "";
  height: 1px;
  background: linear-gradient(124deg, #004C9E 0%, #8200AD 80%, #FD7502 100%) !important;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.gradient-bg {
  background: linear-gradient(124deg, #004C9E 0%, #8200AD 80%, #FD7502 100%) !important;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-top: -1px;
}
.contact-title {
  background: linear-gradient(124deg, #004C9E 0%, #8200AD 45%, #FD7502 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  width: fit-content;
}
.btn-gradient:hover {
  color: #fff !important;
  box-shadow: none;
}
.container,
.container-fluid {
  position: relative;
  z-index: 5; }

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1330px !important;
  padding-right: 15px;
  padding-left: 15px; }

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) {
  margin-right: -15px;
  margin-left: -15px; }
  .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) > * {
    padding-right: 15px;
    padding-left: 15px; }

.row.gx-5, .row.gx-lg-5 {
  margin-right: -30px;
  margin-left: -30px; }
  .row.gx-5 > *, .row.gx-lg-5 > * {
    padding-right: 30px;
    padding-left: 30px; }

body a:focus {
  outline: 0; }

a:hover {
  color: inherit;
  text-decoration: none; }

body ul:not(.list-styled) {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none; }

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0; }

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%;
  max-height: 100%; }

p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0; }

i,
.bi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.text {
  font-size: 14px;
  line-height: 1.8; }

.small, small {
  font-size: 12px;
  display: inline-block; }

small.text {
  font-size: 12px; }

.section-padding {
  padding: 50px 0;
  border-top: 1px solid #ccc;
 }

.df-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.dnf-center {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.fm-playfair {
  font-family: 'Playfair Display', serif; }

/* Preloader
-----------------------------------------------------------------*/
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999; }
  .loader-wrap .text-center {
    position: relative;
    z-index: 444; }
    .loader-wrap .text-center .logo {
      width: 50px;
      margin-bottom: 30px; }

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #F1EEE9; }

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #000;
  z-index: 20; }

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate; }

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ====================== [ Start mouse-cursor ] ====================== */
.swiper-wrapper.curs-scroll {
  cursor: none; }

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; }

.cursor-inner {
  margin-left: -2px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  z-index: 10000001;
  background-color: #0379a455;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  opacity: 1; }

.cursor-inner.cursor-hover {
  opacity: 1; }

.cursor-outer {
  margin-left: -17px;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  border: 1px solid #0379a455;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: .5;
  z-index: 10000000;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 background-color .3s,
 opacity .3s;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 background-color .3s,
 opacity .3s;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 background-color .3s,
 opacity .3s;
  opacity: 1; }

.cursor-outer.cursor-hover {
  opacity: 1;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #0379a455 !important;
  border: 1px solid #fff9;
  opacity: .3 !important; }

.cursor-outer.cursor-scroll {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border-color: transparent;
  background-color: #fff;
  opacity: 1; }

/* ====================== [ End mouse-cursor ] ====================== */
/* --------------- dropdown --------------- */
.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  border: 0;
  line-height: 1;
  font-size: 0.8em; }

.dropdown-menu {
  min-width: 200px;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  top: 100%; }
  .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #9992; }

/* --------------- forms --------------- */
select:focus,
input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* --------------- to_top button --------------- */
.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 3vw;
  right: -80px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #999;
  border: 1px solid #999;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .to_top small {
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 8px; }
  .to_top i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .to_top.show {
    right: 3vw;
    opacity: 1; }

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both; }
  .rotate-center.reverse {
    -webkit-animation: rotate-center 100s linear infinite both reverse;
    animation: rotate-center 100s linear infinite both reverse; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide-up-down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both; }

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  .left_to_right_apperance.no_scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .left_to_right_apperance.animated {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.right_to_left_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(99% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(99% 0, 100% 0, 100% 100%, 100% 100%); }
  .right_to_left_apperance.no_scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .right_to_left_apperance.animated {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

/* ========= [ * helper ]  =========*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 {
  border-radius: 3px !important; }

.radius-2 {
  border-radius: 5px !important; }

.radius-3 {
  border-radius: 8px !important; }

.radius-4 {
  border-radius: 10px !important; }

.radius-5 {
  border-radius: 12px !important; }

.radius-6 {
  border-radius: 15px !important; }

.radius-7 {
  border-radius: 20px !important; }

.radius-8 {
  border-radius: 25px !important; }

.radius-9 {
  border-radius: 30px !important; }

.radius-10 {
  border-radius: 50px !important; }

/* --------------- margin classes --------------- */
.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }


.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.ms-10 {
  -webkit-margin-start: 10px !important;
  margin-inline-start: 10px !important; }

.ms-15 {
  -webkit-margin-start: 15px !important;
  margin-inline-start: 15px !important; }

.ms-20 {
  -webkit-margin-start: 20px !important;
  margin-inline-start: 20px !important; }

.ms-30 {
  -webkit-margin-start: 30px !important;
  margin-inline-start: 30px !important; }

.ms-40 {
  -webkit-margin-start: 40px !important;
  margin-inline-start: 40px !important; }

.ms-50 {
  -webkit-margin-start: 50px !important;
  margin-inline-start: 50px !important; }

.ms-60 {
  -webkit-margin-start: 60px !important;
  margin-inline-start: 60px !important; }

.ms-70 {
  -webkit-margin-start: 70px !important;
  margin-inline-start: 70px !important; }

.ms-80 {
  -webkit-margin-start: 80px !important;
  margin-inline-start: 80px !important; }

.ms-90 {
  -webkit-margin-start: 90px !important;
  margin-inline-start: 90px !important; }

.ms-100 {
  -webkit-margin-start: 100px !important;
  margin-inline-start: 100px !important; }

.ms-120 {
  -webkit-margin-start: 120px !important;
  margin-inline-start: 120px !important; }

.ms-150 {
  -webkit-margin-start: 150px !important;
  margin-inline-start: 150px !important; }

.ms-200 {
  -webkit-margin-start: 200px !important;
  margin-inline-start: 200px !important; }

.me-10 {
  -webkit-margin-end: 10px !important;
  margin-inline-end: 10px !important; }

.me-15 {
  -webkit-margin-end: 15px !important;
  margin-inline-end: 15px !important; }

.me-20 {
  -webkit-margin-end: 20px !important;
  margin-inline-end: 20px !important; }

.me-30 {
  -webkit-margin-end: 30px !important;
  margin-inline-end: 30px !important; }

.me-40 {
  -webkit-margin-end: 40px !important;
  margin-inline-end: 40px !important; }

.me-50 {
  -webkit-margin-end: 50px !important;
  margin-inline-end: 50px !important; }

.me-60 {
  -webkit-margin-end: 60px !important;
  margin-inline-end: 60px !important; }

.me-70 {
  -webkit-margin-end: 70px !important;
  margin-inline-end: 70px !important; }

.me-80 {
  -webkit-margin-end: 80px !important;
  margin-inline-end: 80px !important; }

.me-90 {
  -webkit-margin-end: 90px !important;
  margin-inline-end: 90px !important; }

.me-100 {
  -webkit-margin-end: 100px !important;
  margin-inline-end: 100px !important; }

.me-120 {
  -webkit-margin-end: 120px !important;
  margin-inline-end: 120px !important; }

.me-150 {
  -webkit-margin-end: 150px !important;
  margin-inline-end: 150px !important; }

.me-200 {
  -webkit-margin-end: 200px !important;
  margin-inline-end: 200px !important; }

/* --------------- padding classes --------------- */
.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-30 {
  padding: 30px !important; }

.p-40 {
  padding: 40px !important; }

.p-50 {
  padding: 50px !important; }

.p-60 {
  padding: 60px !important; }

.p-70 {
  padding: 70px !important; }

.p-80 {
  padding: 80px !important; }

.p-90 {
  padding: 90px !important; }

.p-100 {
  padding: 100px !important; }

.p-120 {
  padding: 120px !important; }

.p-150 {
  padding: 150px !important; }

.p-200 {
  padding: 200px !important; }

.ps-10 {
  -webkit-padding-start: 10px !important;
  padding-inline-start: 10px !important; }

.ps-15 {
  -webkit-padding-start: 15px !important;
  padding-inline-start: 15px !important; }

.ps-20 {
  -webkit-padding-start: 20px !important;
  padding-inline-start: 20px !important; }

.ps-30 {
  -webkit-padding-start: 30px !important;
  padding-inline-start: 30px !important; }

.ps-40 {
  -webkit-padding-start: 40px !important;
  padding-inline-start: 40px !important; }

.ps-50 {
  -webkit-padding-start: 50px !important;
  padding-inline-start: 50px !important; }

.ps-60 {
  -webkit-padding-start: 60px !important;
  padding-inline-start: 60px !important; }

.ps-70 {
  -webkit-padding-start: 70px !important;
  padding-inline-start: 70px !important; }

.ps-80 {
  -webkit-padding-start: 80px !important;
  padding-inline-start: 80px !important; }

.ps-90 {
  -webkit-padding-start: 90px !important;
  padding-inline-start: 90px !important; }

.ps-100 {
  -webkit-padding-start: 100px !important;
  padding-inline-start: 100px !important; }

.ps-120 {
  -webkit-padding-start: 120px !important;
  padding-inline-start: 120px !important; }

.ps-150 {
  -webkit-padding-start: 150px !important;
  padding-inline-start: 150px !important; }

.ps-200 {
  -webkit-padding-start: 200px !important;
  padding-inline-start: 200px !important; }

.pe-10 {
  -webkit-padding-end: 10px !important;
  padding-inline-end: 10px !important; }

.pe-15 {
  -webkit-padding-end: 15px !important;
  padding-inline-end: 15px !important; }

.pe-20 {
  -webkit-padding-end: 20px !important;
  padding-inline-end: 20px !important; }

.pe-30 {
  -webkit-padding-end: 30px !important;
  padding-inline-end: 30px !important; }

.pe-40 {
  -webkit-padding-end: 40px !important;
  padding-inline-end: 40px !important; }

.pe-50 {
  -webkit-padding-end: 50px !important;
  padding-inline-end: 50px !important; }

.pe-60 {
  -webkit-padding-end: 60px !important;
  padding-inline-end: 60px !important; }

.pe-70 {
  -webkit-padding-end: 70px !important;
  padding-inline-end: 70px !important; }

.pe-80 {
  -webkit-padding-end: 80px !important;
  padding-inline-end: 80px !important; }

.pe-90 {
  -webkit-padding-end: 90px !important;
  padding-inline-end: 90px !important; }

.pe-100 {
  -webkit-padding-end: 100px !important;
  padding-inline-end: 100px !important; }

.pe-120 {
  -webkit-padding-end: 120px !important;
  padding-inline-end: 120px !important; }

.pe-150 {
  -webkit-padding-end: 150px !important;
  padding-inline-end: 150px !important; }

.pe-200 {
  -webkit-padding-end: 200px !important;
  padding-inline-end: 200px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

/* --------------- opacity classes --------------- */
.op-1 {
  opacity: 0.1; }

.op-2 {
  opacity: 0.2; }

.op-3 {
  opacity: 0.3; }

.op-4 {
  opacity: 0.4; }

.op-5 {
  opacity: 0.5; }

.op-6 {
  opacity: 0.6; }

.op-7 {
  opacity: 0.7; }

.op-8 {
  opacity: 0.8; }

.op-9 {
  opacity: 0.9; }

.op-10 {
  opacity: 1; }

/* --------------- lineHeight classes --------------- */
.lh-1 {
  line-height: 1 !important; }

.lh-2 {
  line-height: 1.2 !important; }

.lh-3 {
  line-height: 1.4 !important; }

.lh-4 {
  line-height: 1.6 !important; }

.lh-5 {
  line-height: 1.8 !important; }

.lh-6 {
  line-height: 2 !important; }

.lh-7 {
  line-height: 2.5 !important; }

.lh-8 {
  line-height: 3 !important; }

/* --------------- border color classes --------------- */
.brd-light {
  border-color: #fff4 !important; }

.brd-gray {
  border-color: #d9d9d9 !important; }

.brd-gray2 {
  border-color: #999 !important; }

/* ---------------  color classes --------------- */
.color-000 {
  color: #000 !important; }

.color-111 {
  color: #111 !important; }

.color-222 {
  color: #222 !important; }

.color-333 {
  color: #666 !important; }

.color-444 {
  color: #444 !important; }

.color-555 {
  color: #555 !important; }

.color-666 {
  color: #666 !important; }

.color-777 {
  color: #777 !important; }

.color-888 {
  color: #888 !important; }

.color-999 {
  color: #999 !important; }

.color-ccc {
  color: #cccccc !important; }

/* ---------------  bg classes --------------- */
.bg-000 {
  background-color: #000 !important; }

.bg-111 {
  background-color: #111 !important; }

.bg-222 {
  background-color: #222 !important; }

.bg-333 {
  background-color: #333 !important; }

.bg-444 {
  background-color: #444 !important; }

.bg-555 {
  background-color: #555 !important; }

.bg-666 {
  background-color: #666 !important; }

.bg-777 {
  background-color: #777 !important; }

.bg-888 {
  background-color: #888 !important; }

.bg-999 {
  background-color: #999 !important; }

.bg-ccc {
  background-color: #cccccc !important; }

.bg-black {
  background-color: #000 !important; }

.bg-dark1 {
  background-color: #2e2e31 !important; }

/* --------------- icons size --------------- */
.icon-3 {
  width: 3px;
  height: 3px; }

.icon-6 {
  width: 6px;
  height: 6px; }

.icon-8 {
  width: 8px;
  height: 8px; }

.icon-10 {
  width: 10px;
  height: 10px; }

.icon-15 {
  width: 15px;
  height: 15px; }

.icon-20 {
  width: 20px;
  height: 20px; }

.icon-25 {
  width: 25px;
  height: 25px; }

.icon-30 {
  width: 30px;
  height: 30px; }

.icon-35 {
  width: 35px;
  height: 35px; }

.icon-40 {
  width: 40px;
  height: 40px; }

.icon-45 {
  width: 45px;
  height: 45px; }

.icon-50 {
  width: 50px;
  height: 50px; }

.icon-55 {
  width: 55px;
  height: 55px; }

.icon-60 {
  width: 60px;
  height: 60px; }

.icon-65 {
  width: 65px;
  height: 65px; }

.icon-70 {
  width: 70px;
  height: 70px; }

.icon-75 {
  width: 75px;
  height: 75px; }

.icon-80 {
  width: 80px;
  height: 80px; }

.icon-85 {
  width: 85px;
  height: 85px; }

.icon-90 {
  width: 90px;
  height: 90px; }

.icon-95 {
  width: 95px;
  height: 95px; }

.icon-100 {
  width: 100px;
  height: 100px; }

.icon-125 {
  width: 125px;
  height: 125px; }

.icon-150 {
  width: 150px;
  height: 150px; }

.icon-175 {
  width: 175px;
  height: 175px; }

.icon-200 {
  width: 200px;
  height: 200px; }

/* --------------- img classes --------------- */
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inherit; }

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: inherit; }

.imgrotate-scale-hover {
  overflow: hidden; }
  .imgrotate-scale-hover img {
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; }
  .imgrotate-scale-hover:hover img {
    -webkit-transform: rotate(-10deg) scale(1.2);
    -ms-transform: rotate(-10deg) scale(1.2);
    transform: rotate(-10deg) scale(1.2); }

/* --------------- height classes --------------- */
.th-10 {
  height: 10px !important; }

.th-20 {
  height: 20px !important; }

.th-30 {
  height: 30px !important; }

.th-40 {
  height: 40px !important; }

.th-50 {
  height: 50px !important; }

.th-60 {
  height: 60px !important; }

.th-70 {
  height: 70px !important; }

.th-80 {
  height: 80px !important; }

.th-90 {
  height: 90px !important; }

.th-100 {
  height: 100px !important; }

.th-120 {
  height: 120px !important; }

.th-140 {
  height: 140px !important; }

.th-160 {
  height: 160px !important; }

.th-180 {
  height: 180px !important; }

.th-200 {
  height: 200px !important; }

.th-230 {
  height: 230px !important; }

.th-250 {
  height: 250px !important; }

.th-280 {
  height: 280px !important; }

.th-300 {
  height: 300px !important; }

.th-330 {
  height: 330px !important; }

.th-350 {
  height: 350px !important; }

.th-380 {
  height: 380px !important; }

.th-400 {
  height: 400px !important; }

.th-425 {
  height: 425px !important; }

.th-450 {
  height: 450px !important; }

.th-475 {
  height: 475px !important; }

.th-500 {
  height: 500px !important; }

.th-525 {
  height: 525px !important; }

.th-550 {
  height: 550px !important; }

.th-575 {
  height: 575px !important; }

.th-600 {
  height: 600px !important; }

.th-650 {
  height: 650px !important; }

.th-700 {
  height: 700px !important; }

.th-750 {
  height: 750px !important; }

.th-800 {
  height: 800px !important; }

.th-900 {
  height: 900px !important; }

.th-1000 {
  height: 1000px !important; }

/* --------------- letter spacing classes --------------- */
.ltspc-0 {
  letter-spacing: 0 !important; }

.ltspc-1 {
  letter-spacing: 1px !important; }

.ltspc-2 {
  letter-spacing: 2px !important; }

.ltspc-3 {
  letter-spacing: 3px !important; }

.ltspc-4 {
  letter-spacing: 4px !important; }

.ltspc-5 {
  letter-spacing: 5px !important; }

.ltspc-8 {
  letter-spacing: 8px !important; }

.ltspc-10 {
  letter-spacing: 10px !important; }

.ltspc-12 {
  letter-spacing: 12px !important; }

.ltspc-15 {
  letter-spacing: 15px !important; }

.ltspc-17 {
  letter-spacing: 17px !important; }

.ltspc-20 {
  letter-spacing: 20px !important; }

.ltspc--1 {
  letter-spacing: -1px !important; }

.ltspc--2 {
  letter-spacing: -2px !important; }

.ltspc--3 {
  letter-spacing: -3px !important; }

.fsz-10 {
  font-size: 10px !important; }

.fsz-11 {
  font-size: 11px !important; }

.fsz-12 {
  font-size: 12px !important; }

.fsz-13 {
  font-size: 13px !important; }

.fsz-14 {
  font-size: 14px !important; }

.fsz-15 {
  font-size: 15px !important; }

.fsz-16 {
  font-size: 16px !important; }

.fsz-17 {
  font-size: 17px !important; }

.fsz-18 {
  font-size: 18px !important; }

.fsz-19 {
  font-size: 19px !important; }

.fsz-20 {
  font-size: 20px !important; }

.fsz-21 {
  font-size: 21px !important; }

.fsz-22 {
  font-size: 22px !important; }

.fsz-23 {
  font-size: 23px !important; }

.fsz-24 {
  font-size: 20px !important; }

.fsz-25 {
  font-size: 25px !important; }

.fsz-26 {
  font-size: 26px !important; }

.fsz-27 {
  font-size: 27px !important; }

.fsz-28 {
  font-size: 28px !important; }

.fsz-29 {
  font-size: 29px !important; }

.fsz-30 {
  font-size: 30px !important; }

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

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

.fsz-45 {
  font-size: 25px !important; }

.fsz-50 {
  font-size: 50px !important; }

.fsz-55 {
  font-size: 55px !important; }

.fsz-60 {
  font-size: 60px !important; }

.fsz-65 {
  font-size: 65px !important; }

.fsz-70 {
  font-size: 70px !important; }

.fsz-75 {
  font-size: 75px !important; }

.fsz-80 {
  font-size: 80px !important; }

.fsz-85 {
  font-size: 85px !important; }

.fsz-90 {
  font-size: 90px !important; }

.fsz-95 {
  font-size: 95px !important; }

.fsz-100 {
  font-size: 100px !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important;  
}

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.znd1 {
  z-index: 1; }

.znd2 {
  z-index: 2; }

.znd3 {
  z-index: 3; }

.znd4 {
  z-index: 4; }

.znd5 {
  z-index: 5; }

.znd6 {
  z-index: 6; }

.znd7 {
  z-index: 7; }

.znd8 {
  z-index: 8; }

.znd9 {
  z-index: 9; }

.znd10 {
  z-index: 10; }

.znd25 {
  z-index: 25; }

.znd50 {
  z-index: 50; }

.znd75 {
  z-index: 75; }

.znd100 {
  z-index: 100; }

.znd200 {
  z-index: 200; }

.tr-delay1 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.tr-delay2 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.tr-delay3 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.tr-delay4 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.tr-delay5 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.hover-underline:hover {
  text-decoration: underline !important; }

.hover-white:hover {
  color: #fff; }
  .hover-white:hover * {
    color: #fff; }

/* ========= [ * buttons ]  =========*/
/* --------------- buttons style --------------- */
.butn {
  padding: 15px 40px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative; }
  .butn.md-butn {
    padding: 10px 25px; }
  .butn:hover {
    -webkit-box-shadow: 4px 5px 0 #0005;
    box-shadow: 4px 5px 0 #0005;
    -webkit-box-shadow: 7px 10px 15px #0004;
    box-shadow: 7px 10px 15px #0004;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

/* ========= [ * variable ]  =========*/
/* --------------- variable --------------- */
:root {
  --color-blue1:#4b3ec4;
  --color-orange1:#FF481F;
  --color-yellow1:#FF9900;
  --color-green1:#689210;
  --color-brown1:#E5C696;
  --color-brown2:#7D764D;
  --color-light1:#eff3f6; }

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

.bg-blue1 {
  background: var(--color-blue1) !important; }

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

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

.hover-bg-blue1:hover {
  background: var(--color-blue1) !important;
  border-color: var(--color-blue1) !important;
  color: #fff !important; }
  .hover-bg-blue1:hover * {
    color: #fff !important; }

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

.bg-orange1 {
  background: var(--color-orange1) !important; }

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

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

.hover-bg-orange1:hover {
  border-color: var(--color-orange1) !important;
  background: var(--color-orange1) !important;
  color: #fff !important; }
  .hover-bg-orange1:hover * {
    color: #fff !important; }

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

.bg-yellow1 {
  background: var(--color-yellow1) !important; }

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

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

.hover-bg-yellow1:hover {
  background: var(--color-yellow1) !important;
  border-color: var(--color-yellow1) !important;
  color: #fff; }
  .hover-bg-yellow1:hover * {
    color: #fff !important; }

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

.bg-green1 {
  background: var(--color-green1) !important; }

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

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

.hover-bg-green1:hover {
  background: var(--color-green1) !important;
  border-color: var(--color-green1) !important;
  color: #fff; }
  .hover-bg-green1:hover * {
    color: #fff !important; }

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

.bg-brown1 {
  background: var(--color-brown1) !important; }

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

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

.hover-bg-brown1:hover {
  background: var(--color-brown1) !important;
  border-color: var(--color-brown1) !important;
  color: #fff; }
  .hover-bg-brown1:hover * {
    color: #fff !important; }

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

.bg-brown2 {
  background: var(--color-brown2) !important; }

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

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

.hover-bg-brown2:hover {
  background: var(--color-brown2) !important;
  border-color: var(--color-brown2) !important;
  color: #fff; }
  .hover-bg-brown2:hover * {
    color: #fff !important; }

.hover-white:hover {
  color: #fff !important; }

.hover-bg-white:hover {
  background-color: #fff !important;
  color: #000 !important; }
  .hover-bg-white:hover * {
    color: #000; }

.hover-black:hover {
  color: #000 !important; }

.hover-bg-black:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important; }
  .hover-bg-black:hover * {
    color: #fff; }
    img.side_shape {
      width: 450px !important;
      right: 5% !important ;
      left: auto !important;
      top: auto !important;
      bottom: auto !important;
  }
    @media screen and (min-width:992px) and (max-width: 1280px) { 

      .inner-pages-style1 .tc-inner-header-style1 h1 {
    font-size: 90px;
   
}

.tc-services-style1 .service-card {
    padding: 20px 20px 20px 30px !important;
   
}
.side-slide-main.mt-s1-50 {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 100px;
    top: auto !important;
    margin-top: 20px;
    text-align: center;
}
.submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
    font-size: calc(2vw + 1px);
    font-weight: 500;
}
.tc-header-style1 .slider-card .info {
    position: relative;
    width: 100%;
    z-index: 20;
    padding: 230px 20px;
    min-height: 30vh;
    color: #fff;
    padding-bottom: 300px !important;
}
.home .row.justify-content-between.align-items-center {
  gap: 34px !important;
}
     }
  @media screen and (min-width:768px) and (max-width: 991px) { 
    .mt-70 {
  margin-top: 50px !important;
}
.ch-message img {
  width: 50%;
}
   .foot-links.mt-4.mt-lg-0 {
    text-align: center;
}
.mission-sec .mission-icon {
    width: auto;
}
.mb-70 {
  margin-bottom: 50px !important;
}
section.tc-projects-style1.pt-100 {
padding-top: 50px !important;
}
.product-content {
    position: relative;
   
    text-align: center;
}
.submenu {

    font-size: calc(3vw + 1px);
    font-weight: 500;
}
.event-bg-white {
    background: #F2F6FB;
    border-radius: 40px 40px 0 0;
    padding-top: 70px !important;
    padding-bottom: 20px !important;
}
  }
/* Mobile View: 3 Rows */
@media (max-width: 767px) {
   header.tc-inner-header-style1.pb-100.pt-150 {
    padding-top: 200px !important;
    padding-bottom: 150px !important;
    text-align: center;
}
.about-pg-style1 .tc-about-style7 .numbers .number-card {
    position: relative;
    margin-bottom:50px;
}
.other-product-range {
  
    flex-direction: column;
}
.other-product-range li {
   
    width: 100%;
}
.event-bg-white .mb-100 {
  margin-bottom: 30px !important;
}
.btn-pr {
    position: relative;
    top: 50px;
    margin-bottom: 50px;
}
.foot-links.mt-4.mt-lg-0 {
    text-align: center;
}
.mission-sec .mission-icon {
    width: auto !important;
}
.values-t {

    margin-top: 50px; 
    margin-bottom: 0 !important;
}
.about-img img {
    width: 100%;
}
.tc-experience-style1 .img {
 
    opacity: 1;
}
.v-m {
  padding-top: 0 !important;
}
.v-m h2.fsz-45.fw-500.text-center.mb-30 {
    margin-bottom: 0px !important;
}
.about-pg-style1 .tc-process-style2 {
    padding: 40px 0;
}
.contact-pg-style1 .tc-contact-form-style1 {
    position: relative;
    padding: 50px 0;
}
.presence h2.fsz-45.fw-500.mb-15.mt-30 {
   margin-top: 50px !important;
   margin-bottom: 0 !important;
}
.container.mb-70 {
margin-bottom: 20px !important;
}
.event-bg-white {
    background: #F2F6FB;
    border-radius: 40px 40px 0 0;
    padding-top: 50px !important;
    padding-bottom: 00px !important;
}
.mission-text {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    min-height: 160px;
    margin-top: 15px;
}
.nav-side .mail {
  width: 100%;
}
.pb-sm-0 {
  padding-bottom: 0 !important;
}
.section-padding {
    padding: 50px 0;
    border-top: 1px solid #ccc;
}
.product-content {
    position: relative;
    top: 50px;
}
 .mt-xxs-0 {
  margin-top: 0 !important;
 }
.main_links li {
  min-width: 170px;
  max-width: 240px;
}
.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    width: calc(2vw + 8px);
    height: calc(2vw + 8px);
    border-right: 3px solid #004C9E;
    border-bottom: 3px solid #004C9E;
    transform: rotate(45deg);
    margin-left: auto;
    margin-bottom: 10px;
}
.navbar-brand.wid2 {
    width: 33%;
}
.submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
    font-size: calc(3vw + 5px);
    font-weight: 500;
}
.rotate {
    transform: rotate(225deg);
    margin-bottom: 5px !important;
}
h2.fsz-45.fw-500.mb-15.mt-30 {
text-align: center;
}
.inner-pages-style1 .tc-inner-header-style1 h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}
#counter-section {
  padding: 20px;
}
.number-card {
  margin: 0;

  margin-bottom: 20px;
 
}
.number-card-2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.tabs-menu {
   
    flex-direction: column;
    width: 100%;
}
.tabs-menu li {
   
    width: 100%;
    text-align: center;
}
.mission-icon.detail {
  margin-bottom: 20px;
}
.mb-sm-15 {
  margin-bottom: 15px;
}
.mb-sm-30 {
  margin-bottom: 30px;
}
.inner-pages-style1 .tc-inner-header-style1 {
    position: relative;
    padding-bottom: 40px;
    padding: 50px 0 0 !important;
}
.inner-pages-style1 .tc-inner-header-style1.infrastructure {
    position: relative;
    padding-bottom: 40px;
    padding: 50px 0 150px !important;
}
section.tc-experience-style1.section-padding-x {
  min-height: 430px;
  margin-top: 50px;

} 
.tc-projects-style1.pt-100 {
  padding-top: 50px !important;
}
.responsive-column-reverse {
  flex-direction: column-reverse;
}
.mission-icon {
  
  padding: 30px;
}
.sm-pb-0 {
  padding-bottom: 0 !important;
}
}