:root {
  --primary: #bf1e2e;
  --secondry: #1771B6;
  --light: #ffffff;
  --btn-outline-border: #D1EDF9;
  --text-color: #636363;
  --dark: #000000;
  --border-color: #ddd;
}

html {
  scroll-behavior: smooth;
}

*,
ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

transition: all ease-in-out 500ms;
}

body {
  font-family: "Poppins", sans-serif;
}


ul {
  list-style: none !important;
}

.container {
  max-width: 1200px !important;
}

.logo {
  width: 282px;
}

.nav-link {
  font-size: 14px;
  color: var(--text-color) !important;
}

.select_after {
  position: relative;
  appearance: auto;
  -webkit-appearance: auto;
}

.jc_e {
  justify-content: end;
}

.nav-link.active {
  color: var(--primary) !important;
}

.nav-link .b_n_b {
  width: 100%;
  display: block;
}

.al_c {
  align-self: center;
}

.nav_01 {
  column-gap: 20px;
}

.link__graphic--scribble {
  bottom: -4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link__graphic {
  position: absolute;
  top: auto;
  left: 0;
  pointer-events: none;
  fill: none;
  stroke: var(--primary);
  stroke-width: 1px;
}

.link__graphic--scribble path {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.link__graphic--stroke path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.nav-link:hover .link__graphic--scribble path,
.nav-link.active .link__graphic--scribble path {
  transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  transition-duration: 0.3s;
}

.nav-link:hover .link__graphic--stroke path,
.nav-link.active .link__graphic--stroke path {
  stroke-dashoffset: 0;
}

.login_btn {
  border: 2px solid var(--btn-outline-border);
  color: var(--primary) !important;
  background-color: #fff;
  font-size: 14px !important;
}

.sign_btn {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: var(--light) !important;
  font-size: 14px !important;
  transition: all ease-in-out 500ms
}

section {
  position: relative;
}

.sec01 {
  padding: 130px 20px 40px;
}

.banner-bg {
  background-image: url('./img/baner1.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner2 {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 591px;
  width: 100%;
}

header {
  position: absolute;
  width: 100%;
  padding: 10px 20px;
  z-index: 999;
}

.title_h1 {
  font-size: 53px;
  line-height: 80px;
}

.g_color_t {
  position: relative;
  background: linear-gradient(270deg, var(--primary), var(--secondry), var(--primary));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-slide 4s linear infinite;
}

.banner-bg .g_color_t::after {
  display: none;
}

.g_color_t::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  border-radius: 5px;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, var(--primary), var(--secondry), var(--primary));
  background-size: 200% auto;
  animation: gradient-slide 4s linear infinite;

}

@keyframes gradient-slide {
  0% {
    background-position: 0% center;
  }

  50% {
    background-position: -100% center;
  }

  100% {
    background-position: 0% center;
  }
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

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

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

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

}

.btn_main {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  padding: 12px 60px;
  border-radius: 33px;
  color: var(--light);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-top: 30px;
  transition: all ease-in-out 500ms
}

.title_h2 {
  font-size: 54px;
  font-weight: 400;
}

/* .b01 {  border-bottom: 3px solid transparent; 
    padding-bottom: 5px;
    border-image: url(./img/b01.svg) 1 round;
    border-radius: 10px;} */

.text_p {
  font-size: 18px;
  max-width: 750px;
  margin: 45px auto 0px;
}

.key_box {
  max-width: 1100px;
  margin: auto;
}

.kp01 {
  width: 246px;
  margin-right: 20px;
  z-index: 1;
}

.kp02 {
  width: 246px;
  margin-left: 20px;
  z-index: 1;
}

.kp_title {
  font-size: 16px;
  font-weight: 600;
}

.kp_text {
  font-size: 16px;
  max-width: 400px;
  margin-top: 20px;
}

.sec03,
.sec02,
.sec04,
.sec05,
.mornet_academy_sec,
.blogs_sec,
.questions_sec {
  padding: 60px 20px;
}

.our_clients_sec {
  padding: 60px 20px 120px;
}

.fw01 {
  max-width: 478px;
  width: 100%;
}

.fw02 {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: -85px;
  right: 0px;
}

.fw_box {

  border-radius: 10px;
  transition: all ease-in-out 500ms;
}

.fw_box:hover {

  background-color: var(--light);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  transition: all ease-in-out 500ms;
}

.fw_box1 {
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 999;
}

.fw_box_title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  color: var(--dark);
  transition: all ease-in-out 500ms;
}

.fw_box:hover .fw_box_title {
  color: var(--secondry);
  transition: all ease-in-out 500ms;
}

.feature-right {
  background-image: url('./img/Polygon.png');
  background-position: center center;
  /* background-size: contain; */
  background-repeat: no-repeat;
}

.footer_list_link:hover {
  padding-left: 20px;
  transition: all ease-in-out .4s;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.fw_box_text {
  font-size: 14px;
  margin-top: 15px;
}

.fw_img1 {
  width: 38px;
}


.wm_img {
  width: 100%;
}

.wm_img1 {
  width: 60px;
}

.wm_box:hover .wm_img1 {
  animation: tilt-shaking linear 300ms infinite;
}

.wm_box {
  padding: 20px;
  text-align: center;
  transition: all ease-in-out 500ms;
}

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

.sc_text {
  font-weight: 700;
  font-size: 20px;
  margin: 40px 0px;
}

.mc_head {
  padding: 20px 10px;
  color: var(--light);
  font-size: 16px;
  text-align: center;
  margin-bottom: 3px;
  font-weight: 600;
}

.mc_data {
  margin-bottom: .25rem;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc_head1 {
  background-color: var(--secondry);
}

.mc_data1 {
  background: linear-gradient(90deg, hsla(206, 100%, 90%, 1) 0%, hsla(208, 100%, 92%, 1) 100%);
}

.mc_data1:hover {
  background: var(--secondry) !important;
  font-weight: 600;
  color: var(--light);
}

.mc_head2 {
  background-color: #0ED20E;
}

.mc_data2 {
  background: linear-gradient(90deg, rgba(214, 236, 255, 1) 0%, rgba(230, 243, 255, 1) 100%);
}

.mc_data2:hover {
  background: #0ED20E;
  font-weight: 600;
  color: var(--light);
}

.mc_head3 {
  background-color: var(--primary);
}

.mc_data3 {
  background: linear-gradient(90deg, rgba(230, 243, 255, 1) 50%, rgba(242, 248, 255, 1) 100%);
}

.mc_data3:hover {
  background: var(--primary);
  font-weight: 600;
  color: var(--light);
}

.mc_head4 {
  background-color: #F79A45;
}

.mc_data4 {
  background: linear-gradient(90deg, rgba(242, 248, 255, 1) 0%, rgb(252, 252, 252) 100%);
}

.mc_data4:hover {
  background: #F79A45;
  font-weight: 600;
  color: var(--light);
}

.set_table:first-child .mc_box h3 {
  border-top-left-radius: 10px;
}

.set_table:last-child .mc_box h3 {
  border-top-right-radius: 10px;
}

.set_table:first-child .mc_box h4:last-child {
  border-bottom-left-radius: 10px;
}

.set_table:last-child .mc_box h4:last-child {
  border-bottom-right-radius: 10px;
}

.set_table:first-child .mc_box .mc_data {
  font-weight: 600;
}

.he1 {
  height: 78px;
}

.m_c_b_t {
  border-radius: 0;
}

.m_c_b_b {
  border-radius: 0;
}

.my_tab {
  background-color: var(--light);
  box-shadow: 1px 1px 8px #00000040;
  max-width: 500px;
  border-radius: 10px;
  margin: 50px auto 30px;
}

.li_tab01 {
  width: 50% !important;
}

.nav-tabs {
  border-bottom: 0px !important;
}

.nav-link.btn_tab01 {
  border: none !important;
  width: 100% !important;
  border-radius: 10px !important;
}

.nav-link.btn_tab01.active {
  background-color: var(--secondry) !important;
  color: var(--light) !important;
}

.nav-link.btn_tab01 {
  font-size: 16px !important;
  font-weight: 600;
  text-align: center !important;
  padding: 15px 0px;
  position: relative;
}

.nav-link.btn_tab01.active::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: var(--secondry);
  bottom: -5px;
  left: 44%;
  rotate: 45deg;
  z-index: -1;
}

.tab_img {
  width: 22px;
  margin-right: 5px;
}

.tab_s {
  background-color: var(--secondry);
  border-radius: 4px;
  color: var(--light);
  margin-left: 5px;
  font-size: 11px;
  padding: 3px 10px;
  font-weight: 600;
}

.table_data {
  font-size: 14px;
}

table {
  width: 100%;
}

.table_data {
  padding: 13px;
}

.table_heading {
  padding: 13px;
}

tr:nth-child(even) {
  background-color: var(--light) !important;
}

tr:nth-child(1) {
  border-radius: 10px 10px 0px 0px !important;
}

.table01 tr:nth-child(odd) {
  background-color: #F6F6F6 !important;
}

.table01 {
  box-shadow: 1px 1px 8px #00000040;
  margin-top: 50px;
  border-radius: 20px;
}

.cha01 {
  width: 100px;
}

.rc {
  color: var(--primary);
}

.gc {
  color: #11A618;
}

.mornet_academy_box_sub_title {
  font-size: 12px;
  font-weight: 600;
}

.mornet_academy_box_sub_title_img {
  width: 15px;
}

.mornet_academy_box_title {
  font-size: 20px;
  font-weight: 600;
}

.mornet_academy_box_title::after {
  position: absolute;
  content: '';
  height: 5px;
  width: 60px;
  border-radius: 10px;
  background-color: var(--primary);
  left: 0px;
  bottom: -10px;
}


.mornet_academy_box_text {
  font-size: 16px;
}

.mornet_academy_box_btn {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  padding: 12px 20px;
  border-radius: 33px;
  color: var(--light);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}


.mornet_academy_box:hover .mornet_academy_box_title {
  color: var(--primary);
}

.er iframe {
  margin: 30px 0px;
  border-radius: 30px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .00), 0px -10px 20px rgba(0, 0, 0, .00);
  border: 1px solid var(--border-color);
  transition: all ease-in-out 500ms;
}

.er iframe:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .05), 0px -10px 20px rgba(0, 0, 0, .05);
  transition: all ease-in-out 500ms;
}

.you_tube {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 62px;
}

.mornet_academy_row {
  grid-template-columns: 1fr 1fr;
}

.mornet_academy_box:hover .mabi::before {
  left: 0px !important;
  transition: all ease-in-out .3s;
}


.mornet_academy_box {
  margin-top: 50px;
}

.blog_time {
  font-size: 12px;
  margin-top: 15px;
  font-weight: 600;
}

.blog_title {
  font-size: 16px;
}

.blog_text {
  font-size: 13px;
  line-height: 24px;
  margin: 15px 0px 7px;
}

.blogs_sec .blog_box {
  padding: 15px;
  background-color: var(--light);
  box-shadow: 1px 1px 8px #0000000f;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease-in-out .4s;
  border: 1px solid #CFCFCF;
}

.blog_time_img {
  width: 20px !important;
}

.blogs_sec .item:hover .blog_box {
  box-shadow: 1px 1px 28px #00000052;
}

.blogs_sec .item {
  padding: 0 20px;
}

.blogs_sec .owl-dots,
.blogs_sec .owl-nav {
  display: none;
}

.blog_box_img {
  height: 235px;
  object-fit: cover;
  border-radius: 10px;
  transition: all ease-in-out .4s;
}

.blog_box:hover .blog_box_img {
  transform: scale(1.1);
}

.btn-wrap .prev-btn,
.btn-wrap .next-btn {
  position: unset;
}

.overflow_h {
  overflow: hidden;
}

.our_clients_box {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 40px;
  background-color: var(--light);
  box-shadow: 1px 1px 16px #00000024;
  padding: 20px;
  border-radius: 20px;
}

.our_clients_box_text {
  font-size: 16px;
  line-height: 29px;
}

.our_clients_icon_b_title {
  font-size: 14px;
  font-weight: 600;
}

.our_clients_icon_b_name {
  font-size: 14px;
}

.our_clients_icon_b_img {
  width: 75px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.coma {
  width: 100px;
  right: 40px;
  bottom: -15px;
}

.carousel-control-prev,
.carousel-control-next {
  background: #d7d7d7 !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 100%;
  opacity: 1 !important;
  top: 46% !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: var(--primary) !important;
}

.carousel-control-prev:hover .oc_c_i,
.carousel-control-next:hover .oc_c_i {
  color: var(--light) !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none !important;
}

.oc_c_i {
  opacity: 1 !important;
  font-size: 30px;
  margin-top: 2px;
}

.slider_bottom_dot {
  background-color: #d7d7d7 !important;
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  opacity: 1 !important;
  border-radius: 100px !important;
  margin-top: 0px !important;
  top: 65px;
  position: relative;
}

.slider_bottom_dot.active {
  width: 40px !important;
  background-color: var(--primary) !important;
}

.faq_img {
  height: 482px;
  padding-right: 100px;
}

.accordion-header,
.accordion-button,
.accordion-item {
  background-color: transparent !important;
  border: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./img/lucide_mins.png) !important;
  transform: 0 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url(./img/lucide_plus.png) !important;
  left: -30px !important;
  position: absolute;
}


.faq_text {
  font-size: 13px;
  line-height: 24px;
}

.faq_btn {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary) !important;
}

.faq_btn.collapsed {
  color: #909090 !important;
}

.accordion-item {
  border-bottom: 1px solid #E4E4E4 !important;
}

.footer_text {
  font-size: 14px;
  color: var(--text-color);
  text-align: justify;
}

.socil_m {
  column-gap: 10px;
}

.socil_m_a {
  background-color: var(--btn-outline-border);
  border-radius: 100px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--light);
  height: 40px;
}

.socil_m_a.facebook {
  background-color: #1877F2;
}

.socil_m_a.twitter {
  background-color: var(--dark)
}

.socil_m_a.insta {
  background-color: #e1306c
}

.socil_m_a.youtube {
  background-color: #ff0000
}

.socil_m_a.telegram {
  background-color: #0088cc
}

/* .socil_m_a:hover { color: var(--light)} */

.socil_m_a i {
  font-size: 18px;
  display: inline-block;
}

footer {
  padding: 60px 20px 16px;
  box-shadow: 1px 1px 33px #afaaaa;
}

.f_col1 {
  padding-right: 40px;
  border-right: 3px solid #f6f6f6;
}

.footer_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-color);
}

.footer_list_link {
  font-size: 14px;
  color: var(--text-color);
  ;
  display: inline-block;
  position: relative;
  transition: all ease-in-out .4s;
  line-height: 25px;
}

.footer_list_link i {
  margin-right: 5px;
  transition: all ease-in-out .4s;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0;
}

.footer_list_link:hover i,
.footer_list_link:hover {
  color: var(--primary);
  opacity: 1;
  transition: all ease-in-out .4s;
}

input {
  border: none !important;
}

input:focus-visible {
  border: none !important;
  outline: none !important;
}

.footer_form {
  background-color: var(--light);
  box-shadow: 1px 1px 33px #afaaaa40;
  border-radius: 4px;
  padding: 1px;
}

.footer_form_btn {
  background-color: var(--primary);
  padding: 10px 10px;
  color: var(--light);
  font-size: 14px;
  border-radius: 3px;
  font-weight: 600;
}

.footer_form_input {
  width: 100%;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_row2 {
  /*background-image: url(./img/footer_row2.png); */
  background: #0F75BC;
  background: -webkit-linear-gradient(127deg, rgba(15, 117, 188, 1) 0%, rgba(114, 139, 156, 1) 25%, rgba(90, 105, 186, 1) 65%, rgba(255, 152, 162, 1) 100%);
  background: -moz-linear-gradient(127deg, rgba(15, 117, 188, 1) 0%, rgba(114, 139, 156, 1) 25%, rgba(90, 105, 186, 1) 65%, rgba(255, 152, 162, 1) 100%);
  background: linear-gradient(127deg, rgba(15, 117, 188, 1) 0%, rgba(114, 139, 156, 1) 25%, rgba(90, 105, 186, 1) 65%, rgba(255, 152, 162, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0F75BC",
      endColorstr="#FF98A2",
      GradientType=0);
  z-index: 0;
  border-radius: 10px;
}

.bootom_footer_middle {
  background-color: rgba(0, 0, 0, .10);

}

.footer_row2::after {
  background-image: url('img/footer_bootm_bg.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  content: '';
  z-index: -1;
}

.wc {
  color: var(--light);
}

.footer_icon_b_title {
  font-size: 20px;
}

.footer_icon_b_text {
  font-size: 12px;
}

.footer_icon_box_img {
  width: 70px;
  margin-right: 20px;
}

.foo_last_text {
  font-size: 15px;
  margin-top: 16px;
  font-weight: 500;
}


.login_btn:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--light) !important;
}

.sign_btn:hover,
.btn_main:hover,
.mornet_academy_box_btn:hover {
  background-color: var(--light);
  color: var(--primary) !important;
  transition: all ease-in-out 500ms
}

.mornet_academy_box_btn i {
  padding-left: 0px;
  transition: all ease-in-out 500ms;
}

.mornet_academy_box_btn:hover i {
  padding-left: 5px;
  transition: all ease-in-out 500ms;
}

.key_icon_box {
  transition: all ease-in-out .4s;
}

.kp011 {
  left: 100px;
  top: 73px;
  width: 52px;
  transition: all ease-in-out .4s;
}

.key_icon_box:hover .kp011 {
  left: 153px;
  transition: all ease-in-out .4s;
}

.kp022 {
  right: 100px;
  top: 73px;
  width: 52px;
  transition: all ease-in-out .4s;
}

.key_icon_box:hover .kp022 {
  right: 154px;
  transition: all ease-in-out .4s;
}

.key_icon_box_con {
  margin-left: 30px;
}

.key_icon_box_con1 {
  margin-right: 30px;
}

.key_icon_box:hover .key_icon_box_con {
  margin-left: 0px;
  transition: all ease-in-out .4s;
}

.key_icon_box:hover .key_icon_box_con1 {
  margin-right: 10px;
  transition: all ease-in-out .4s;
}

.icon_box_con {
  transition: all ease-in-out .4s;
}


.wm_span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wm_span::before {
  content: "";
  position: absolute;
  background-color: var(--light);
  display: inline-block;
  left: 0px;
  border-radius: 100px;
  padding: 15px;
  width: 52px;
  height: 52px;
  animation: pulse-border 3000ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: scale(1.5);
    opacity: 0.6;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}


/* --- css copy start------ */

#laptop {
  animation: float 3s ease-in-out infinite;
  transform-origin: center;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

#btc-symbol {
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

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

  30% {
    transform: scale(1.1);
  }
}

#chart {
  animation: rotate 5s linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  50% {
    transform: rotate(15deg);
  }
}

#scale2 {
  animation: scalee 5s linear infinite;
  transform-origin: center;
}

@keyframes scalee {
  0% {
    transform: scale(0.9);
  }

  20% {
    transform: scale(0.5);
  }

  40% {
    transform: scale(0.9);
  }

  60% {
    transform: scale(0.5);
  }

  80% {
    transform: scale(0.9);
  }

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

#your-element path {
  fill: var(--secondry);
  animation: fadeInOut 4s ease-in-out infinite;
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  33% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

#red path {
  animation: fadeInOut 4s ease-in-out infinite;
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  33% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

#scale {
  animation: scale 5s linear infinite;
  transform-origin: center;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(0.8);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.5);
  }

  80% {
    transform: scale(1);
  }

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

@keyframes floatMove {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -60%) rotate(3deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.animate-triangle {
  animation: floatMove 2s ease-in-out infinite;
}

.key-mainsection {
  max-width: 930px;
}

.arrow-point {
  top: calc(100% - 43px);
  right: -60px;
  z-index: 0;
}

.keybox:hover .arrow-point {
  animation: scale1 1s linear infinite;
}

@keyframes scale1 {
  0% {
    right: -60px;
  }

  50% {
    right: 0px;
  }

  100% {
    right: -60px;
  }
}

/* --- css copy end------ */

.faq01 {
  width: 408px;
}

.faq03 {
  left: 0px;
  top: 50px;
  width: 57px;
}

.faq02 {
  left: 139px;
  top: -18px;
  width: 281px;
}

.faq03 {
  transform: translateY(10px);
  animation: shap 1s cubic-bezier(.4, 0, .6, 1) .1s infinite alternate;
}


@keyframes shap {
  0% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(25px);
  }
}


.faq02 {
  transform: translatex(10px);
  animation: hell 1s cubic-bezier(.4, 0, .6, 1) .1s infinite alternate;
}

.svg_024 {
  width: 516px;
  height: 485px;
}


@keyframes hell {
  0% {
    transform: translatex(25px);
  }

  100% {
    transform: translatex(40px);
  }
}

.fw_svg {
  width: 479px;
  height: 435px;
}

.table_scrol {
  overflow-x: scroll;
}

.main_table {
  overflow-x: hidden;
}

/* About Page Css  */
.cutting-edge-team-section {
  grid-template-columns: 1fr 1fr;
}

.cutting-edge-team-section h3 {
  font-size: 16px;
  color: var(--dark);
}

.cutting-edge-team-section p {
  font-size: 14px;
  color: var(--dark);
  line-height: 26px;
}

.ceo_section h4 {
  font-size: 24px;
  color: var(--dark);
}

.ceo_section h4 span::after {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #BF1E2E;
  background: -webkit-linear-gradient(90deg, rgba(191, 30, 46, 1) 0%, rgba(42, 123, 155, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(191, 30, 46, 1) 0%, rgba(42, 123, 155, 1) 100%);
  background: linear-gradient(90deg, rgba(191, 30, 46, 1) 0%, rgba(42, 123, 155, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BF1E2E",
      endColorstr="#2A7B9B",
      GradientType=1);

  border-radius: 3px;
  animation: bg-gradient linear 3000ms infinite;
}

@keyframes bg-gradient {
  0% {
    background: linear-gradient(to right, var(--primary), var(--secondry));

  }

  50% {
    background: linear-gradient(to right, var(--secondry), var(--primary));

  }

  100% {
    background: linear-gradient(to right, var(--primary), var(--secondry));

  }
}

.ceo_work h5 {
  font-size: 16px;
  color: var(--dark);
  transition: all ease-in-out 500ms;
}

.ceo_work p {
  font-size: 14px;
  color: var(--dark);
  line-height: 25px;
}

.ceo_work ul li {
  font-size: 14px;
  color: var(--dark);
  line-height: 25px;
  padding-left: 20px;
  position: relative;
}

.ceo_work ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--dark);
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

.ceo_work:hover h5 {
  padding-left: 10px;
  transition: all ease-in-out 500ms;
}

.experise-box-img {
  width: 40px;
  height: 40px;
  background-color: var(--secondry);
  border-radius: 4px 14px 4px 14px;
  transition: all ease-in-out 500ms;
}

.ceo_work:hover .experise-box-img {
  border-radius: 14px 4px 14px 4px;
  transition: all ease-in-out 500ms;
}

.ceo_img_main::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  z-index: 0;
}

.ceo_img_main img {
  z-index: 1;
}

.ceo_info {
  bottom: 0;
}

.set_table {
  max-width: 290px;
  flex-shrink: 0;
  width: 100%;
}

.ceo_info::after {
  position: absolute;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  z-index: -1;
}

.ceo_info h6 {
  font-size: 14px;
  color: var(--dark);
}

.ceo_content {
  position: relative;
  z-index: 2;
  border-radius: 15px;
}

.ceo_info h6 span {
  font-size: 20px;
  color: var(--primary);
}

.ceo_info p {
  font-size: 14px;
  color: var(--dark);
  line-height: 22px;
}

.ceo_commitment {
  grid-template-columns: 1fr 1fr 1fr;
}

.ceo_commitment-img {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  transition: all ease-in-out 500ms;
  border-radius: 14px 4px 14px 4px;
}

.ceo_work:hover .ceo_commitment-img {
  transition: all ease-in-out 500ms;
  border-radius: 4px 14px 4px 14px;
}

.verticle_text {
  transform: rotate(-90deg);
  position: absolute;
  left: -222px;

}

.commit-img {
  padding-left: 67px;
  object-fit: cover;
}

.border_img {
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  animation: rotate-360 linear 1000ms infinite;
}

.mision_vision_approch_img {
  left: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
}

.mission_vision_section .right_section_main {
  margin-left: -70px;
}

.mission_vision_section .right_section_main h5 {
  font-size: 16px;
  color: var(--dark);
}

.mission_vision_section .right_section_main p {
  font-size: 14px;
  color: var(--dark);
  line-height: 25px;
}

@media screen and (max-width: 992px) {

  .logo {
    width: 185px;
  }

  .title_h1 {
    font-size: 44px;
    line-height: 56px;
  }

  .svg_024 {
    width: 436px;
    height: 405px;
  }

  .link__graphic {
    display: none;
  }

  .verticle_text {
    left: -149px;
    top: 50%;
  }

  .sec01 {
    padding: 100px 20px 30px;
  }

  .btn_main {
    margin-top: 20px;
  }

  .sec03,
  .sec02,
  .sec04,
  .sec05,
  .mornet_academy_sec,
  .blogs_sec,
  .questions_sec,
  .our_clients_sec {
    padding: 50px 20px;
  }

  .title_h2 {
    font-size: 40px;
  }

  .title_h6 {
    font-size: 20px;
  }

  .wm_box {
    padding: 20px 0px;
  }


  .blog_box_img {
    height: 200px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 100% !important;
  }

  .faq01 {
    width: 258px;
  }

  .faq02 {
    width: 200px;
    left: 60px;
  }

  .navbar-collapse {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  }
}

@media screen and (max-width: 889px) {
  .title_h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .svg_024 {
    width: 340px;
    height: 330px;
  }

  .verticle_text {
    left: -107px;
  }

  .btn_main {
    padding: 9px 37px;
    font-size: 13px;
    margin-top: 18px;
  }

  .sec01 {
    padding: 80px 20px 25px;
  }

  .sec03,
  .sec02,
  .sec04,
  .sec05,
  .mornet_academy_sec,
  .blogs_sec,
  .questions_sec,
  .our_clients_sec {
    padding: 40px 20px;
  }

  .title_h2 {
    font-size: 32px;
  }

  .fw_box_text {
    font-size: 13px;
  }

  .sc_text {
    margin: 25px 0px;
  }

  .mar_top {
    margin-top: 35px !important;
  }

  .mc_data,
  .mc_head {
    font-size: 13px;
  }

  .er {
    margin: 30px 0px 17px;
  }

  .mornet_academy_box1,
  .mornet_academy_box3 {
    margin-right: 0px;
  }

  .mornet_academy_box4,
  .mornet_academy_box2 {
    margin-left: 0px;
  }

  .mornet_academy_box {
    margin-top: 35px;
  }

  .mornet_academy_box_title {
    font-size: 19px;
  }

  .mornet_academy_box_btn {
    padding: 8px 20px;
  }

  .our_clients_box {
    margin: 30px auto 30px;
  }

  .footer_row2 {
    padding: 20px 0px !important;
  }

  .footer_icon_b_title {
    font-size: 18px;
  }

  .footer_icon_b_text {
    font-size: 12px;
    padding-right: 0px;
  }

  .footer_icon_box_img {
    width: 45px;
    margin-right: 10px;
  }

  footer {
    padding: 40px 0px 20px;
  }

}

@media screen and (max-width: 767px) {


  .table01 {
    width: 1000px;
  }

  .footer_row2 {
    border-radius: 0;
  }

  .sec03,
  .sec02,
  .sec04,
  .sec05,
  .mornet_academy_sec,
  .blogs_sec,
  .questions_sec,
  .our_clients_sec {
    padding: 30px 0;
  }

  .verticle_text {
    position: unset;
    transform: rotate(0deg);
  }

  .commit-img {
    padding-left: 0;
    object-fit: cover;
    max-width: 400px;
    margin: 30px auto 0;
  }

  .ceo_info h6 {
    font-size: 12px;
  }

  .ceo_info h6 span {
    font-size: 16px;
  }

  .ceo_info p {
    font-size: 12px;
    line-height: 15px;
  }

  .mission_vision_section .right_section_main {
    margin-left: 0;
  }

  .title_h2 {
    font-size: 26px;
  }

  .text_p {
    font-size: 16px;
    margin: 30px auto 0px;
  }

  .kp01,
  .kp02 {
    width: 170px;
  }

  .kp011 {
    left: 103px;
    top: 46.5px;
    width: 40px;
  }

  .ceo_section h4 {
    font-size: 20px;
    line-height: 35px;
  }

  .kp022 {
    right: 103px;
    top: 46.5px;
    width: 40px;
  }

  .kp_text {
    font-size: 14px;
    max-width: 400px;
    margin-top: 7px;
  }

  .mornet_academy_box_title {
    font-size: 16px;
  }

  .mornet_academy_box_sub_title {
    font-size: 11px;
    font-weight: 600;
  }

  .mornet_academy_box_sub_title_img {
    width: 12px;
  }

  .mornet_academy_box_text {
    font-size: 13px;
  }

  .mornet_academy_box_text {
    font-size: 13px;
  }

  .coma {
    width: 70px;
  }


  .carousel-control-prev,
  .carousel-control-next {
    width: 35px !important;
    height: 35px !important;
  }

  .oc_c_i {
    opacity: 1 !important;
    font-size: 23px;
    margin-top: 4px;
  }

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

  .accordion {
    padding-left: 30px !important;
  }

  .footer_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .ceo_commitment,
  .cutting-edge-team-section {

    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  header {
    padding: 5px 0;
  }

  .blogs_sec .item {
    padding: 0px;
  }

  .logo {
    width: 140px;
  }

  .svg_024 {
    width: 290px;
    height: 250px;
  }

  .sec01 {
    padding: 80px 0 25px;
  }

  .text_p {
    font-size: 13px;
    margin: 30px auto 20px;
  }

  .kp01,
  .kp02 {
    width: 95px;
  }

  .kp01 {
    margin-right: 10px;
  }

  .kp02 {
    margin-left: 10px;
  }

  .key_icon_box:hover .kp011 {
    left: 30px;
  }

  .key_icon_box:hover .kp022 {
    right: 30px;
  }

  .kp011 {
    left: 61px;
    top: 30px;
    width: 18px;
  }

  .kp022 {
    right: 61px;
    top: 30px;
    width: 18px;
  }

  .title_h1 {
    font-size: 26px;
    line-height: 35px;
  }

  .key_icon_box:hover .key_icon_box_con {
    margin-left: 15px;
  }

  .kp_text {
    font-size: 12px;
  }

  .fw_svg {
    width: 300px;
    height: 270px;
  }

  .our_clients_box_text {
    font-size: 14px;
    line-height: 25px;
  }

  .faq02 {
    width: 188px;
    left: 60px;
  }

  .faq01 {
    width: 245px;
  }

  .faq03 {
    left: 0px;
    top: 50px;
    width: 41px;
  }

  .footer_text {
    font-size: 14px;
    color: #959595;
    margin-top: 15px;
  }

  .footer_title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
  }

  .foo_last_text {
    font-size: 15px;
    margin-top: 10px;
  }

  .footer_row2 {
    margin-top: 30px;
  }


  .our_clients_icon_b_img {
    width: 60px;
  }

  .coma {
    width: 50px;
  }

  .title_h2 {
    font-size: 23px;
  }



}