@charset "utf-8";
@import url("bootstrap.css");

@font-face {
  font-family: "TITILLIUMWEB-BOLD";
  src: url("fonts/TITILLIUMWEB-BOLD-3.woff");
  /* IE9 Compat Modes */
  src: url("fonts/TITILLIUMWEB-BOLD-3.woff") format("woff"), url("fonts/TITILLIUMWEB-BOLD-3.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */
    /* Modern Browsers */ url("fonts/TITILLIUMWEB-BOLD-3.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/TITILLIUMWEB-BOLD-3.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
@font-face {
  font-family: "TITILLIUMWEB-REGULAR";
  src: url("fonts/TITILLIUMWEB-REGULAR-10.eot");
  /* IE9 Compat Modes */
  src: url("fonts/TITILLIUMWEB-REGULAR-10.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("fonts/TITILLIUMWEB-REGULAR-10.woff") format("woff"),
    /* Modern Browsers */ url("fonts/TITILLIUMWEB-REGULAR-10.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/TITILLIUMWEB-REGULAR-10.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
@font-face {
  font-family: "TITILLIUMWEB-italic";
  src: url("fonts/TITILLIUMWEBBOLDITALIC4.eot");
  /* IE9 Compat Modes */
  src: url("fonts/TITILLIUMWEB-REGULAR-10.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("fonts/TITILLIUMWEB-REGULAR-10.woff") format("woff"),
    /* Modern Browsers */ url("fonts/TITILLIUMWEB-REGULAR-10.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/TITILLIUMWEB-REGULAR-10.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}

@font-face {
  font-family: "Ordibehesht";
  src: url("fonts/Ordibehesht.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Ordibehesht.eot?#iefix") format("Lato-Regular"), /* IE6-IE8 */ url("fonts/Ordibehesht.woff") format("woff"),
    /*	url('fonts/segoepr.woff2') format('woff2'),*/ /* Modern Browsers */ url("fonts/Ordibehesht.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Ordibehesht.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */
}
@font-face {
  font-family: "B612";
  src: url("fonts/B612.woff2");
  src: url("fonts/B612.woff2") format("woff2"), url("fonts/B612.woff") format("woff"), url("fonts/B612.eot?#iefix") format("B612-Regular"), url("fonts/B612.ttf") format("truetype"), url("fonts/B612.svg#B612-Regular") format("svg");
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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: "B612", Arial, sans-serif;
  line-height: 1.6em;
}

h3,
h4,
h5,
h6 {
  font-family: "B612", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.6em;
}

p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 15px;
}

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%;
  height: auto;
}

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
}

.clear {
  clear: both;
}

/***==================== nav Css style begin========***/

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 85%;
    margin: 0 auto;
    max-width: 85%;
  }

  body {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* .row:after{
	display: table;
	content: " ";
}
.row:after{
	clear: both;
} */
@media screen and (max-width: 768px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em;
}
/* .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
} */
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	} */
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	} */
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/***==================== 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.right {
  right: 0%;
}

.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: #001f5f;
  color: #fff;
}

table tr td {
  background: #fff;
  color: #444;
}

table tr td a {
  color: #001f5f;
  text-decoration: none;
}

table tr:nth-of-type(2n + 2) td {
  background: #f9f9f9;
}
table tr:nth-child(odd) > td {
  background: rgba(255, 255, 255, 1);
}
table tr:nth-child(even) > td {
  background: rgba(255, 255, 255, 1);
}
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 {
  padding: 10px 0 10px 0;
}

h4 {
  font-size: 1.1em;
  margin: 0;
  padding: 10px 0 8px 0;
}

.ServiceShowPic {
  font-size: 0.85em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
}

.ServiceShowPic img {
  margin: auto;
}

.ServiceShowleftPic {
  margin-right: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowrightPic {
  margin-left: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}
@media screen and (min-width: 1081px) {
  .ServiceShowrightPic {
    float: right;
  }
  .ServiceShowleftPic {
    float: left;
  }
}
.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;*/
  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;
}
.table-responsive table {
  margin: 0;
}
@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;
  margin-bottom: 80px;
}
.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: var(--main-color);
  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: var(--main-color);
  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: var(--main-color);
  border-color: var(--main-color);
  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;
}

.page > a {
  position: relative;
  padding: 2px 12px;
  border: 1px solid #ddd;
  color: var(--main-color);
  background-color: #fff;
  display: table-cell;
}
.page > a:hover {
  z-index: 2;
  color: var(--main-color);
  background-color: #eeeeee;
  border-color: #ddd;
}
.page > .currentPage {
  z-index: 3;
  color: #fff !important;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
  cursor: default;
}
/*******************************************breadcrumb***************************************************/
.breadcrumb {
  list-style: none;
  padding: 10px 0;
  color: #444;
}

@media screen and (max-width: 1080px) {
  .breadcrumb {
    padding: 4px 0;
  }
}

.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  /*	color: rgb(255, 255, 255);*/
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #444;
}
.breadcrumb > li > a {
  color: #444;
}
.breadcrumb > li > a:hover {
  color: var(--main-color);
}
.breadcrumb > li:last-child > a {
  color: var(--back-color);
}
/*******************************************breadcrumb***************************************************/
/*****************************************delighter******************************************/
.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.right.started {
  transform: none;
  opacity: 1;
}

.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.left.started {
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  transform: translatey(300%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.bottom.started {
  transform: none;
  opacity: 1;
}

.delighter li {
  opacity: 0;
  transform: translatey(400%);
  transition: all 0.7s ease-out;
}
.delighter.started li {
  opacity: 1;
  transform: none;
}
.delighter.started li:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}
.delighter.started li:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}
.delighter.started li:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}
.delighter.started li:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}
.delighter.started li:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}
.delighter.started li:nth-child(6) {
  transition: all 0.7s ease-out 1.1s;
}
.delighter.started li:nth-child(7) {
  transition: all 0.7s ease-out 1.3s;
}

.delighter pre {
  display: block;
  transition: all 2s ease-out;
  opacity: 0;
  padding: 20px 0;
  width: 1px;
  overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px;
  width: 100%;
  opacity: 1;
}
.delighter .box {
  transition: all 1s ease-out;
}
.delighter .box:nth-child(1) {
  transform: translate(-100%, 0);
}
.delighter .box:nth-child(2) {
  transform: translate(170%, -70%);
}
.delighter .box:nth-child(3) {
  transform: translate(20%, 0%);
}

.delighter.started .box:nth-child(1) {
  transform: translate(0, 0);
}
.delighter.started .box:nth-child(2) {
  transform: translate(70%, -70%);
}
.delighter.started .box:nth-child(3) {
  transform: translate(20%, -120%);
}
/*****************************************delighter******************************************/
.table-order td {
  word-break: break-word;
}
