@charset "utf-8";

@import url("font-awesome.css");
/*@import url('bootstrap.css');*/

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Regular.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("../fonts/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato-Regular.woff2") format("woff2"), /* Modern Browsers */ url("../fonts/Lato-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "gillsans";
  src: url("../fonts/Helvetica.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Helvetica.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("../fonts/Helvetica.woff") format("woff"),
    url("../fonts/Helvetica.woff2") format("woff2"), /* Modern Browsers */ url("../fonts/Helvetica.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Helvetica.svg#Lato-Regular") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "segoeuib";
  src: url("../fonts/segoeuib.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/segoeuib.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("../fonts/segoeuib.woff") format("woff"),
    url("../fonts/segoeuib.woff2") format("woff2"), /* Modern Browsers */ url("../fonts/segoeuib.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/segoeuib.svg#Lato-Regular") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "seguisym";
  src: url("../fonts/seguisym.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/seguisym.eot?#iefix") format("seguisym"), /* IE6-IE8 */ url("../fonts/seguisym.woff") format("woff"),
    url("../fonts/seguisym.woff2") format("woff2"), /* Modern Browsers */ url("../fonts/seguisym.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/seguisym.svg#Lato-Regular") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "segoeui";
  src: url("../fonts/segoeui.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/segoeui.eot?#iefix") format("Montserrat"), /* IE6-IE8 */ url("../fonts/segoeui.woff") format("woff"),
    url("../fonts/segoeui.woff2") format("woff2"), /* Modern Browsers */ url("../fonts/segoeui.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/segoeui.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "arialbd";
  src: url("../fonts/arialbd.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/arialbd.eot?#iefix") format("Montserrat"), /* IE6-IE8 */ url("../fonts/arialbd.woff") format("woff"),
    url("../fonts/arialbd.woff2") format("woff2"), /* Modern Browsers */ url("../fonts/arialbd.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/arialbd.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "arial";
  src: url("../fonts/arial.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/arial.eot?#iefix") format("Montserrat"), /* IE6-IE8 */ url("../fonts/arial.woff") format("woff"),
    url("../fonts/arial.woff2") format("woff2"), /* Modern Browsers */ url("../fonts/arial.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/arial.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

:root {
  --white-color: #fff;
  --main-second-color: rgba(68, 84, 106, 1);
  --main-color: #0f3b6c;
}
.scrolltopcontrol {
  width: 50px;
  height: 50px;
  background-color: #001f5f;
}

.scrolltopcontrol:before {
  content: "\f077";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 8px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a:hover {
  color: #001f5f;
  transition: color 0.3s;
}

a {
  color: #001f5f;
  text-decoration: none;
}

h1,
h2 {
  font-family: "Montserrat";
  font-weight: normal;
  font-weight: bold;
}

h3,
h4,
h5,
h6 {
  font-family: "lato";
  font-weight: bold;
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "lato", sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  -webkit-text-size-adjust: none;
  color: #444;
  letter-spacing: 0.1px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
}

.clear {
  clear: both;
}

/***==================== nav Css style begin========***/

#cssmenu {
  margin: 0 auto;
  width: 745px;
}

#cssmenu > ul > li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

#cssmenu ul ul,
#cssmenu ul ul ul {
  box-shadow: 1px 1px 1px #eee;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 199;
  background: rgba(126, 126, 126, 0.3);
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
}

#cssmenu > ul > li {
  float: left;
  padding-right: 25px;
  background: none;
}

#cssmenu.align-center > ul {
  font-size: 0;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 2.4em 1em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  background: none;
}

#cssmenu > ul > li:hover > a {
  background: rgba(218, 217, 217, 1);
  color: #001f5f;
  border-top: 4px solid #001f5f;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 35px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 55px;
  right: 12px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-color: #fff;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}

#cssmenu > ul > li.has-sub.active > a::after {
  border-color: #fff;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

#cssmenu ul li:hover > ul > li {
  height: auto;
  background: #fff;
}

@media (min-width: 1025px) {
  #cssmenu ul .dropdown-toggle li a {
    padding: 10px 15px;
    width: 385px;
  }
}

#cssmenu ul ul li a {
  padding: 12px 15px;
  width: 300px;
  line-height: 20px;
  text-decoration: none;
  color: #2c343b;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  /*background: #fff;*/
  color: #001f5f;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #2c343b;
  border-right: 2px solid #2c343b;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-color: #2c343b;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #001f5f;
}

@media all and (max-width: 1024px) /*,
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) */ {
  #cssmenu {
    width: 100%;
    background: #001f5f;
    margin: 100px 0 0 0;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    color: #243238;
    background: #fff;
  }

  #cssmenu > ul > li > a {
    padding: 10px 20px !important;
  }

  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }

  #cssmenu ul ul li a {
    padding: 10px 20px 10px 30px;
    width: 100%;
    font-size: 16px;
    color: #243238;
    background: #fff;
  }

  .fixed #cssmenu ul li:hover > a,
  .fixed #cssmenu ul li a:hover,
  #cssmenu ul li:hover > a,
  #cssmenu ul li a:hover,
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #001f5f;
    border: 0;
    background: #fff;
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }

  #menu-line {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
  }

  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }

  #cssmenu #menu-button::before {
    content: "";
    position: absolute;
    top: 29px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 299;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.36);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #243238;
    z-index: 99;
  }

  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #001f5f;
    z-index: 99;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

/***==================== nav Css style end========***/

/*banner-css*/
.banner {
  position: relative;
  width: 100%;
  height: 750px;
  background-color: #fff;
  overflow: hidden;
}

.banner ul.flicks {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.banner ul.flicks > li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}

.banner ul.flicks > li .flick-inner {
  height: 100%;
  color: #243238;
  display: table-cell;
  vertical-align: middle;
}

.banner ul.flicks > li .flick-inner .flick-content {
  max-width: 720px;
  padding: 40px 50px 60px 50px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
}

.banner ul.flicks > li .flick-inner .flick-content h1 {
  color: #243238;
  text-align: center;
  font-size: 56px;
  line-height: 56px;
  width: 100%;
  font-weight: normal;
}

.banner ul.flicks > li .flick-inner .flick-content p {
  color: #243238;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
}

.banner-page .btn {
  padding: 0.4em 2em;
  clear: both;
  color: #243238;
  background: none;
  border: 2px solid #001f5f;
  text-decoration: none;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  word-spacing: 0.1px;
  letter-spacing: 0.5px;
}

.banner-page .btn:hover {
  color: #fff;
  border: 2px solid #001f5f;
  font-weight: bold;
  transition: background-color 0.3s;
  background: #001f5f;
}

.banner .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 5%;
  top: 10%;
  z-index: 1000;
  overflow: hidden;
}

.banner .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.banner .arrow-navigation .arrow:before {
  cursor: pointer;
  content: "";
  color: #444;
}

.banner .arrow-navigation:hover,
.banner .arrow-navigation .arrow:hover {
  cursor: pointer;
}

.banner .arrow-navigation.left {
  left: 0%;
}

.banner .arrow-navigation.left .arrow {
  opacity: 0;
  margin: 0px 0px 0px 50%;
  background-image: url("../images/arrow-left-light.png");
  background-repeat: no-repeat;
  background-position: left;
}

.banner .arrow-navigation.right {
  right: 0%;
}

.banner .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0px 0px 0px -50%;
  background-image: url("../images/arrow-right-light.png");
  background-repeat: no-repeat;
  background-position: right;
}

.banner .arrow-navigation.left.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 0px;
}

.banner .arrow-navigation.right.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 0px;
}

.banner .dot-navigation {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

.banner .dot-navigation ul {
  text-align: center;
  list-style: none;
  padding: 0px 15px;
}

.banner .dot-navigation ul li {
  display: inline-block;
  float: none;
}

.banner .dot-navigation .dot {
  width: 14px;
  height: 14px;
  margin: 0px 6px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.banner .dot-navigation .dot:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.banner .dot-navigation .dot.active {
  background-color: #001f5f;
}

.banner.animate-transform-slide ul.flicks {
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
}

.banner.animate-transition-slide ul.flicks {
  left: 0%;
  -webkit-transition: left 0.4s ease-out;
  -moz-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  -ms-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}

.banner_inpage {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 390px;
}

.banner-table {
  width: 100%;
  display: table;
  height: 100%;
}

.banner-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.auto-container h1 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}

.auto-container p {
  font-size: 28px;
  line-height: 40px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .banner ul.flicks > li .flick-inner .flick-content {
    padding: 50px 40px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .banner {
    height: 640px;
  }
  .banner ul.flicks > li .flick-inner .flick-content {
    padding: 5px 20px 30px 20px;
  }

  .banner ul.flicks > li .flick-inner .flick-content {
    max-width: 80%;
  }

  .auto-container h1,
  .banner ul.flicks > li .flick-inner .flick-content h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .banner ul.flicks > li .flick-inner .flick-content p {
    line-height: 26px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .banner {
    height: 520px;
  }
  .banner ul.flicks > li .flick-inner .flick-content {
    padding: 5px 20px 20px 20px;
  }

  .banner ul.flicks > li .flick-inner .flick-content {
    max-width: 90%;
  }

  .auto-container h1,
  .banner ul.flicks > li .flick-inner .flick-content h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .banner ul.flicks > li .flick-inner .flick-content p {
    line-height: 24px;
    font-size: 0.9em;
  }
}

@media (max-width: 550px) {
  .banner_inpage {
    height: 300px;
  }
  .banner-page .btn {
    font-size: 14px;
    margin-top: 0px;
  }
  .auto-container h1,
  .banner ul.flicks > li .flick-inner .flick-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

/***==================================================================== Table Css style ====================================================================***/

table {
  border-collapse: collapse;
  margin: 0.6em 0;
  width: 100%;
  border: 1px solid #ddd;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #ddd;
}

table th,
table td {
  padding: 10px 12px;
  /*	text-align: left;*/
  line-height: 26px;
}

table th {
  background: rgba(0, 50, 93, 1);
  color: #fff;
}

table tr td {
  background: #fff;
  color: #444;
  /*white-space: nowrap;*/
  vertical-align: top;
  word-break: break-word;
  border: 1px solid rgba(233, 233, 233, 1);
}

table tr td a {
  color: rgba(0, 50, 93, 1);
  text-decoration: none;
}

table tr:nth-of-type(2n + 2) td {
  background: #f9f9f9;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 0.875rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px;
}

.inquiry_btn {
  padding: 0.3em 0.8em;
  clear: both;
  color: #444;
  background-color: #beddea;
  text-decoration: none;
  border-radius: 10px 0 10px 0;
  font-size: 14px;
  display: inline-block;
}

.inquiry_btn:hover {
  color: #444;
  transition: background-color 0.3s;
  border-radius: 10px 0 10px 0;
  background: #001f5f;
}

.pro_btn {
  padding: 8px 22px;
  background-color: #001f5f;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  float: right;
}

.pro_btn:hover {
  background-color: #001f5f;
  color: #fff;
}

@media (max-width: 991px) {
  .pro_btn {
    float: left;
    margin: 15px 0;
  }
}

.pagenav {
  text-align: right;
  font-size: 14px;
  text-decoration: none;
  margin: 10px 0 40px 0;
  height: auto;
  overflow: hidden;
  padding: 10px;
}

.pagenav .cpb {
  padding: 5px 10px;
  margin-right: 0;
  border-radius: 5px;
  color: #001f5f;
  background: #f2f2f2;
}

.pagenav a {
  margin-left: 5px;
  margin-right: 5px;
  color: #444;
  text-decoration: none;
  /* border: 1px #d3d3d3 solid; */
  padding: 5px 10px;
  border-radius: 5px;
}

.pagenav a:hover {
  color: #001f5f;
  text-decoration: none;
  background: #f2f2f2;
  /* border: 1px #f90 solid; */
}

.successinfo {
  padding-left: 15px;
  line-height: 30px;
  line-height: 22px;
  color: #888888;
  padding-right: 20px;
  padding-bottom: 20px;
}

.successinfo .iconarea {
}

.successinfo .iconarea .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #001f5f;
  color: #ffffff;
  line-height: 40px;
  font-weight: bolder;
  font-size: 22px;
  position: relative;
  z-index: 9;
}

.successinfo .tit {
  font-size: 20px;
  font-weight: bold;
  color: #001f5f;
  display: block;
}

.successinfo .iconarea .iconunit img {
  top: 10px;
  left: 5px;
  position: absolute;
  z-index: 10;
}

.bread-crumb {
  position: relative;
  font-size: 14px;
  padding-bottom: 40px;
}

.bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 24px;
  color: #243238;
  line-height: 30px;
}

.bread-crumb li .fa {
  font-size: 18px;
}

.bread-crumb li:last-child {
  margin-right: 0px;
}

.bread-crumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: -20px;
  top: 2px;
  width: 10px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}

.bread-crumb li:last-child:after {
  display: none;
}

.bread-crumb li a {
  color: #666;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
}

.bread-crumb li a:hover {
  color: #001f5f;
}

h3 {
  margin: 0;
  padding: 10px 0 10px 0;
}

h4 {
  font-size: 1.4em;
  margin: 0;
}

.ServiceShowPic {
  font-size: 0.85em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
}

.ServiceShowPic img {
  margin: auto;
}

.ServiceShowleftPic {
  float: left;
  margin-right: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowrightPic {
  float: right;
  margin-left: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.rowthbox {
  background: #fff;
  padding: 1.5em 0;
  height: auto;
  position: relative;
  margin: 40px auto;
  text-align: center;
}

.rowthbox .rowthbox-li {
  background: #fff;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: -360px;
  width: 1920px;
}

.textcenter {
  text-align: center;
}

.ullist {
  padding: 0px 0px 0 19px;
  margin: 0px;
}

.ollist {
  padding: 0px 0px 10px 19px;
  margin: 0px;
}

.ullist > li {
  list-style: disc !important;
}
.ullist > .ullist {
  padding-left: 0;
}
.ullist > .ullist > li {
  list-style: none !important;
  padding-left: 16px;
  position: relative;
}
.ullist > .ullist > li::before {
  position: absolute;
  content: "○";
  font-size: 0.1em;
  left: 0;
}
.ollist > li {
  list-style: decimal !important;
}
.ollist > li,
.ullist > li {
  /*	line-height: 28px;*/
  margin-bottom: 5px;
  text-align: left;
}

.reference {
  padding-bottom: 0px;
  color: #888888 !important;
}

.ollist.reference-ol li {
  list-style: decimal;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #888888 !important;
  padding-bottom: 4px !important;
}

.container-row-a {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-row-a li {
  margin-bottom: 10px;
  break-inside: avoid;
  padding: 8px;
  background: #f9f9f9;
}

.container-row-a li span {
  display: inline-block;
  float: left;
  padding-left: 5px;
  line-height: 26px;
  padding-right: 5px;
}

.container-row-a li a {
  color: #444;
  display: inline-block;
  float: left;
  max-width: 90%;
  line-height: 26px;
}

.container-row-a li:hover {
  background: #001f5f;
  color: #fff;
}

.container-row-a li:hover a,
.container-row-a li:hover span {
  color: #fff;
}

@media (min-width: 1024px) {
  .container-row-a {
    column-count: 2;
    column-width: 50%;
    column-gap: 20px;
  }
  .container-row-a.pro-three {
    column-count: 3;
    column-width: 33%;
    column-gap: 20px;
  }
}

@media (max-width: 1023px) {
  .container-row-a {
    column-count: 1;
    column-width: 100%;
    column-gap: 0;
  }
}

.tablecontentshow {
  margin: auto auto 15px auto;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 768px) {
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive table {
    width: 690px;
  }

  .table-responsive .tableimgshow tr,
  .table-responsive .tableimgshow th,
  .table-responsive .tableimgshow td {
    padding: 5px 0;
    text-align: left;
    background: #fff;
  }
}

/*--------------404 page begin--------------*/
.E404 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.E404 {
  width: 510px;
  margin: 70px auto auto auto;
  border: 0px solid #ff0000;
}

.E404 .Etit {
  font-size: 25px;
  line-height: 35px;
  color: #525151;
}

.E404 .content {
  color: #767676;
}

.E404 a {
  color: #525151;
  text-decoration: none;
}

.E404 .btn {
  border: 1px solid #dddddd;
  padding: 5px 10px 5px 10px;
  /* border-radius: 5px; */
  margin-right: 10px;
  background-color: #efefef;
}

.E404 .btn:hover {
  background-color: #001f5f;
  color: #444;
}

@media only screen and (max-width: 1024px) {
  .E404 {
    width: 90%;
    margin: 0px auto auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--------------404 page end--------------*/
/*.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 5px 0;
}*/
.pagination .page-first:before,
.pagination .page-last:before,
.pagination .page-prev:before,
.pagination .page-next:before {
  position: relative;
  font-family: FontAwesome;
}
.pagination .page-first:before {
  content: "\f049";
}
.pagination .page-last:before {
  content: "\f050";
}
.pagination .page-prev:before {
  content: "\f04a";
}
.pagination .page-next:before {
  content: "\f04e";
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  margin-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.\!mt-4 {
  margin-top: 1rem !important;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.25rem;
}

.p-3 {
  padding: 0.75em;
}

.aspect-2 {
  aspect-ratio: 2/1;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.rounded-md {
  border-radius: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}
.text-center {
  text-align: center;
}

.font-bold {
  font-weight: bold;
}
.h-full {
  height: 100%;
}
.aspect-square {
  aspect-ratio: 1;
}
.rounded-full {
  border-radius: 50%;
}
.p-4 {
  padding: 1rem;
}

.space-between {
  justify-content: space-between;
}
.w-full {
  width: 100%;
}
.item-end {
  align-items: flex-end;
}
.item-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.text-xl {
  font-size: 1.25rem;
}
.text-shadow-md {
  text-shadow: 0 0 0.5em rgba(21, 21, 21, 0.9);
}
@media (min-width: 300px) and (max-width: 767px) {
  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:bottom-\[60\%\] {
    bottom: 60%;
  }
  .sm\:bottom-\[66\%\] {
    bottom: 66%;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:\!w-full {
    width: 100% !important;
  }
}
.z-10 {
  z-index: 10;
}
.m-auto {
  margin: auto;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-4 {
  border-left-width: 4px;
}
.w-screen {
  width: 100vw;
}
.h-screen {
  height: 100vh;
}
.leading-8 {
  line-height: 2rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.font-title {
  font-family: "arialbd";
  font-weight: bold;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1.2;
  }
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:right-0 {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1.2;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1.2;
  }
  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1.2;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
}
.absolute {
  position: absolute;
}
.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\!bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.\!bg-fixed {
  background-attachment: fixed !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-repeat {
  background-repeat: repeat;
}

.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.place-content-center {
  place-content: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-main {
  color: var(--main-color);
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.text-right {
  text-align: right;
}
.ml-auto {
  margin-left: auto;
}
.w-max {
  width: max-content;
}
.\!hidden {
  display: none !important;
}
.mb-12 {
  margin-bottom: 3rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.bg-main {
  background-color: var(--main-color);
}
.border-none {
  border: none;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.top-\[-0\.5em\] {
  top: -0.5em;
}
.relative {
  position: relative;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem; /* 24px */
}
.rounded-4xl {
  border-radius: 2rem; /* 32px */
}
.overflow-hidden {
  overflow: hidden;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.outline-none {
  outline: none;
}
.min-w-60 {
  min-width: 15rem;
}
.min-w-80 {
  min-width: 20rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.bg-orange {
  background-color: var(--orange-color);
}
.hover\:text-dark-main:hover {
  color: var(--main-second-color);
}
.transition-ease {
  transition: all 0.3s ease;
}
.text-dark-main {
  color: var(--main-second-color);
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.\!ml-auto {
  margin-left: auto !important;
}
.flex {
  display: flex;
}
.aspect-4\/3 {
  aspect-ratio: 4/3;
}
.aspect-5\/3 {
  aspect-ratio: 5/3;
}
.font-bold {
  font-weight: 700;
}
.rounded-md {
  border-radius: 0.375rem;
}
img {
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  transform: scale3d(var(--tw-scale-x), var(--tw-scale-y), 1);
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.text-main-second {
  color: var(--main-second-color);
}
.group:hover .group-hover\:text-yellow {
  color: var(--yellow-color);
}
.transition-all {
  transition: all 0.3s ease-in-out;
}
.text-yellow {
  color: var(--yellow-color);
}
.text-orange {
  color: var(--orange-color);
}
.polygon-six {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.aspect-3\/4 {
  aspect-ratio: 3 / 4;
}
.aspect-10\/11 {
  aspect-ratio: 10 / 11;
}
.bottom-0 {
  bottom: 0;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.border-8 {
  border-width: 8px;
}
.w-40 {
  width: 10rem;
}
.bg-dark-main {
  background-color: var(--main-second-color);
}
.top-12 {
  top: 3rem;
}
.left-12 {
  left: 3rem;
}
.right-0 {
  right: 0;
}
.right-4 {
  right: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-24 {
  bottom: 6rem;
}
.left-4 {
  left: 1rem;
}
.left-8 {
  left: 2rem;
}
.polygon-rb-3-2 {
  clip-path: polygon(100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
}
.text-black {
  color: var(--black-color);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.bg-gradient {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.bg-gradient2 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.bg-gradient3 {
  background: linear-gradient(to bottom, #6a82a5, #44546a);
}
.bg-gradient4 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(68, 114, 216, 0.8), rgba(255, 255, 255, 0));
}
.bg-gradient5 {
  background: linear-gradient(to left, rgba(227, 234, 238, 0.8), rgba(194, 213, 226, 0.8));
}
.bg-gradient6 {
  background: linear-gradient(to right, var(--main-second-color), var(--main-700-color));
}
.bg-gradient7 {
  background: linear-gradient(35deg, rgba(70, 69, 69, 0.85) 0%, rgba(90, 90, 89, 0.85) 50%, rgba(123, 126, 123, 0.85) 100%);
  backdrop-filter: blur(3px);
}
.fixed {
  position: fixed;
}
.z-0 {
  z-index: 0;
}
.z-100 {
  z-index: 100;
}
.z-200 {
  z-index: 200;
}
.right-10 {
  right: 10px;
}
.w-5 {
  width: 1.25rem;
}
.w-12 {
  width: 3rem;
}
.w-48 {
  width: 12rem;
}
.w-96 {
  width: 24rem;
}
.pointer-events-none {
  pointer-events: none;
}
.leading-4 {
  line-height: 1;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.hidden {
  display: none;
}
.group:hover .group-hover\:block {
  display: block;
}
.\!border-light-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(128 130 135 / var(--tw-border-opacity)) !important;
}
.hover\:text-main:hover {
  color: var(--hover-main-color);
}
.hover\:bg-main:hover {
  background-color: var(--hover-main-color);
}
.hover\:bg-orange:hover {
  background-color: var(--hover-orange-color);
}
.bg-red {
  background-color: var(--red-color);
}

.\!border-light-gray {
  --tw-border-opacity: 0.3;
  border-color: rgb(128 130 135 / var(--tw-border-opacity)) !important;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-gray {
  color: #525151;
}
.gap-y-4 {
  row-gap: 1rem;
}
.hover\:text-hover-orange:hover {
  color: var(--hover-orange-color);
}
.\!text-sm {
  font-size: 0.875rem !important;
}
.text-light-orange {
  color: var(--light-orange-color);
}
.\!w-full {
  width: 100% !important;
}
.h-5\/6-screen {
  height: 83.333333vh;
}
.right-2 {
  right: 0.5rem;
}
.top-2 {
  top: 0.5rem;
}
.z-9999 {
  z-index: 9999;
}
.border-red {
  border-color: var(--red-color);
}
.border-red-100 {
  --tw-border-opacity: 0.1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-success-100 {
  --tw-border-opacity: 0.1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity));
}
.bg-light-red {
  background-color: var(--light-red-color);
}
.bg-light-success {
  background-color: #d0f4e0;
}
.text-red {
  color: var(--red-color);
}
.text-success {
  color: var(--success-color);
}
.bg-success {
  background-color: var(--success-color);
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.w-4 {
  width: 1rem;
}
.h-4 {
  height: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.h-6 {
  height: 1.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}

*[comprehensive-carousel] {
  position: relative;
  display: flex;
  justify-content: center;
}
*[comprehensive-carousel] .content {
  position: relative;
  width: 100%;
  --timing: "ease-in-out";
  --duration: 0ms;
}
*[comprehensive-carousel] .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
*[comprehensive-carousel] .item.active {
  display: block;
}
*[comprehensive-carousel] .operate {
  position: absolute;
  top: 49%;
  z-index: 5;
  cursor: pointer;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 2em;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  aspect-ratio: 1;
  color: var(--white-color);
}
*[comprehensive-carousel] .operate::before {
  display: flex;
  justify-content: center;
  align-items: center;
}
*[comprehensive-carousel] .operate:hover {
  background-color: rgba(123, 207, 233, 0.4);
}
*[comprehensive-carousel] .operate.left {
  left: 1em;
}
*[comprehensive-carousel] .operate.right {
  right: 1em;
}
*[comprehensive-carousel] .scroll {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 1em;
  bottom: 2%;
  z-index: 3;
  margin: 0 !important;
  padding: 0.5em 1em !important;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 2em;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
*[comprehensive-carousel] .scroll:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
*[comprehensive-carousel] .scroll > li {
  --color: rgba(115, 115, 115, 0.9);
  position: relative;
  aspect-ratio: 1;
  border: 1px solid var(--color);
  overflow: hidden;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 3rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}
*[comprehensive-carousel] .scroll > li.active,
*[comprehensive-carousel] .scroll > li:hover {
  --color: var(--main-second-color);
}
*[comprehensive-carousel] .scroll > li::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 3rem;
  background-color: var(--color);
}
@media screen and (max-width: 768px) {
  *[comprehensive-carousel] .operate {
    top: 70%;
    color: var(--white-color);
  }
}

.flex-col {
  flex-direction: column;
}

.\!text-white {
  color: var(--white-color) !important;
}
.filter-background {
  filter: brightness(0.7);
}
.animate-line-top-bottom {
  --translaye-y: -40px;
  --time: 2000ms;
  animation: move-line-top-bottom var(--time) ease-in-out;
}
@keyframes move-line-top-bottom {
  0% {
    transform: translateY(var(--translaye-y));
  }
  100% {
    transform: translateY(0px);
  }
}
.animate-line-bottom-top {
  --translaye-y: 40px;
  --time: 2000ms;
  animation: move-line-bottom-top var(--time) ease-in-out;
}
@keyframes move-line-bottom-top {
  0% {
    transform: translateY(var(--translaye-y));
  }
  100% {
    transform: translateY(0px);
  }
}
.\!text-left {
  text-align: left !important;
}
.bg-blue-100 {
  background-color: #00325d0a;
}
