@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap');
html {
  overflow: inherit;
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: calc(0.8vmax + 8px);
  line-height: 1.5em;
  color: #000;
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  overflow: inherit;
  overflow-x: hidden;
}

p {
  margin: 0 0 20px 0;
  font-size: 1em;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web', sans-serif;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #111111;
}

h1 {
  font-size: 46px;
  line-height: 56px;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
  line-height: 50px;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
    line-height: 38px;
  }
}

h3 {
  font-size: 22px;
  line-height: 36px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.full-width .row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid.full-width .row > [class^="col-"],
.container-fluid.full-width .row > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}

.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 992px) {
  .row.gutters-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gutters-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gutters-80 > [class^="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-5th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*--- Media Object ---*/
.media-body {
  margin-left: 30px;
}

.media-body.space-sm {
  margin-left: 15px;
}

.media-body.media-body-box {
  padding: 20px 20px 20px 30px;
  margin-left: 0;
}

.media-body.media-body-box p {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}
.font-weight-light{ font-weight: 300; }
.font-weight-regular{ font-weight: 400; }
.font-weight-semibold{ font-weight: 600; }
.font-weight-bold{ font-weight: 700; }
.font-weight-black{ font-weight: 900; }
.text-blue{ color: #0C84C1; }
.bg-grey{ background: #F2F2F2; }

/*--------------------------------------
	3.1 Footers
---------------------------------------*/
footer { background-color: #1F2835; }
footer * { color: #FFF; }
footer .footer-widgets {
  margin-bottom: 15px;
}


.footer-top-layout1 {
  padding: 120px 0 90px;
}

@media only screen and (max-width: 991px) {
  .footer-top-layout1 {
    padding: 105px 0 75px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-top-layout1 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-top-layout1 {
    padding: 75px 0 45px;
  }
}

.footer-top-layout1 .footer-logo {
  margin-bottom: 15px;
}

.footer-top-layout1 .footer-logo a {
  display: inline-block;
}

ul.footer-social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.footer-social li {
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 1.5em;
}

ul.footer-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b0b0b0;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.footer-social li a:hover {
  color: #0957CB;
}

ul.footer-social li:first-child a {
  padding: 5px 10px 0 0;
}

ul.footer-social li:last-child {
  margin-right: 0;
}
.footer-top-layout1 p{ font-size: 0.7em; line-height:1.2em; }

.footer-top-layout1 .footer-menu li a {
  color: #FFF;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-top-layout1 .footer-menu li a:hover,
.footer-top-layout1 .footer-menu li a.active {
  color: #f37721;
}

.footer-top-layout1 .footer-contact li {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  margin-bottom: 15px;
}

.footer-top-layout1 .footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-top-layout1 .footer-contact li i {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.footer-top-layout1 .footer-contact li i:before {
  font-size: 24px;
  color: #0957CB;
}

.footer-bottom-layout1 {
  padding: 5px 0;
}
.footer-bottom-layout1 .container{ border-top: rgba(255,255,255,0.1) 1px solid; }
.footer-bottom-layout1 .copy-right-text {
  margin-bottom: 0;
  font-size: 0.7em;
  line-height: 1.5em;
  width: 100%;
}
.footer-top-layout1 form div#subscribe {
  background-color: #FFFFFF1A;
  padding: 5px 20px;
  display: flex;
  max-width: 300px;
}
.footer-top-layout1 form div#subscribe input {
  background-color: transparent;
  border: none;
  width: 80%;
  font-size: 0.6em;
  padding: 0;
  margin: 0;
}
.footer-top-layout1 form div#subscribe input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #0C84C1;
    font-weight: 700;
}
.footer-top-layout1 form div#subscribe input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #0C84C1;
    font-weight: 700;
    opacity: 1;
}
.footer-top-layout1 form div#subscribe input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #0C84C1;
    font-weight: 700;
    opacity: 1;
}
.footer-top-layout1 form div#subscribe input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0C84C1;
    font-weight: 700;
}
.footer-top-layout1 form div#subscribe button{ background-color: transparent; border: none; transition: transform .2s; }
.footer-top-layout1 form div#subscribe button:hover {  transform: scale(1.2); }

/*--------------------------------------
	3.2 Headers
---------------------------------------*/
/*--- Header Common Style ---*/
.temp-logo {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.temp-logo a {
  display: block;
}

.header-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-action-items .single-item {
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.header-action-items .single-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header-action-items .single-item:last-child:before {
  display: none;
}

.header-action-items .item-btn {
  padding: 8px 15px;
  border: 2px solid #0957CB;
  color: #0957CB;
}

button.offcanvas-menu-btn {
  margin-top: 8px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 4px;
}

button.offcanvas-menu-btn:focus {
  outline: none;
}

button.offcanvas-menu-btn .menu-btn-icon {
  padding: 10px;
  display: block;
  width: 50px;
  position: relative;
  height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

button.offcanvas-menu-btn .menu-btn-icon span {
  position: absolute;
  height: 2px;
  right: 13px;
  z-index: 2;
  background-color: #131313;
  -webkit-transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

button.offcanvas-menu-btn:hover .menu-btn-icon {
  background-color: #eeeeee;
}

button.offcanvas-menu-btn.menu-status-open .menu-btn-icon span:nth-child(1n) {
  width: 30%;
  -webkit-animation: open_first_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
          animation: open_first_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

button.offcanvas-menu-btn.menu-status-open .menu-btn-icon span:nth-child(2n) {
  width: 45%;
  -webkit-animation: open_second_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
          animation: open_second_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

button.offcanvas-menu-btn.menu-status-open .menu-btn-icon span:nth-child(3n) {
  width: 45%;
  -webkit-animation: open_third_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
          animation: open_third_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

button.offcanvas-menu-btn.menu-status-open .menu-btn-label .label-status-open {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

button.offcanvas-menu-btn.menu-status-open .menu-btn-label .label-status-close {
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span {
  width: 43%;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(1n) {
  -webkit-animation: close_first_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
          animation: close_first_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(2n) {
  -webkit-animation: close_second_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
          animation: close_second_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(3n) {
  -webkit-animation: close_third_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
          animation: close_third_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-label .label-status-open {
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  opacity: 0;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-label .label-status-close {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

@-webkit-keyframes open_first_bar {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 65%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes open_first_bar {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 65%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@-webkit-keyframes close_first_bar {
  0% {
    top: 65%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

@keyframes close_first_bar {
  0% {
    top: 65%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

@-webkit-keyframes open_second_bar {
  0%,
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  51%,
  to {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}

@keyframes open_second_bar {
  0%,
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  51%,
  to {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}

@-webkit-keyframes close_second_bar {
  0%,
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
  51%,
  to {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
}

@keyframes close_second_bar {
  0%,
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
  51%,
  to {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
}

@-webkit-keyframes open_third_bar {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes open_third_bar {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@-webkit-keyframes close_third_bar {
  0% {
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}

@keyframes close_third_bar {
  0% {
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}

.offcanvas-menu-wrap {
  width: 100vw;
  position: fixed;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 999999999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
}

.offcanvas-menu-wrap[data-position='right'] {
  left: 0;
  right: 0;
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
}
.blue-mask{ display: none; }
.wrapper.open .blue-mask {
  background: #1F2835;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  display: block;
}
.offcanvas-menu-wrap .about-summary {
  font-size: 0.7em;
  text-align: center;
  color: #272F3B;
  font-weight: 400;
  line-height: 1.4em;
}
.offcanvas-menu-wrap .close-btn {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 25px;
  font-size: 24px;
  font-weight: 300;
  color: #0C84C1;
  padding: 10px;
  z-index: 9999;
}

.offcanvas-menu-wrap .offcanvas-content {
  height: 100vh;
  width: 100vw;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.offcanvas-menu-wrap .offcanvas-content > .row{ height: 100%; }

.offcanvas-menu-wrap .offcanvas-content .offcanvas-nav{ margin-top: 12%; }
.offcanvas-menu-wrap .offcanvas-content .offcanvas-nav a {
  font-size: 1.2em;
  font-weight: 600;
  color: #FFF;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-nav a:hover,
.offcanvas-menu-wrap .offcanvas-content .offcanvas-nav a.active {
  color: #F37721;
}

.offcanvas-menu-wrap .offcanvas-content .contact-details p{ color: #FFF; font-size:0.8em; }
.offcanvas-menu-wrap .offcanvas-content .offcanvas-social{ position:relative; }
.offcanvas-menu-wrap .offcanvas-content .offcanvas-social li {
  display: inline-block;
  margin-right: 6px;
  font-size: 0.7em;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-social li:last-child {
  margin-right: 0;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-social li a {
  color: #c6c6c6;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-social li a:hover {
  color: #0957CB;
}

.wrapper.open > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 10;
}
@media (max-width: 576px){
  .offcanvas-menu-wrap .offcanvas-content{ padding-top: 30px; }
  .offcanvas-menu-wrap .offcanvas-content .offcanvas-nav{ margin-top: 10px; }
  .offcanvas-menu-wrap .offcanvas-content .offcanvas-nav a{ font-size: 1em; padding: 15px 20px; }
  .offcanvas-menu-wrap .offcanvas-content .contact-details { padding-left: 20px; }
}
header {
  border-bottom: #e9e9e9 1px dashed;
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.08);
}
/*--- Navbar ---*/
nav.template-main-menu {
}

nav.template-main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav.template-main-menu > ul > li {
  position: relative;
}

nav.template-main-menu > ul > li > a,
.header-action-items .item-btn {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

nav.template-main-menu > ul > li > a:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  background-color: #ffffff;
  bottom: 26px;
  width: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

nav.template-main-menu > ul > li > a:hover:before {
  width: 50%;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  padding: 20px 0;
  border-top: 1px solid #0957CB;
  background-color: #ffffff;
  width: 265px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
  border-radius: 4px;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1:before {
  position: absolute;
  z-index: 1;
  background-color: #0957CB;
  height: 1px;
  border-radius: 4px;
  content: "";
  width: 98%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
  font-weight: 500;
  width: 100%;
  padding: 5px 30px;
  font-size: 14px;
  color: #4c4b4b;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a span {
  position: relative;
  z-index: 1;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a span:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-color: #0957CB;
  height: 1px;
  width: 0;
  right: 0;
  left: inherit;
  bottom: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: #0957CB;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover span:before {
  width: 100%;
  left: 0;
  right: inherit;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level {
  position: relative;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > a {
  color: #4c4b4b;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level {
  padding: 20px 0;
  border-bottom: 1px solid #0957CB;
  background-color: #ffffff;
  width: 265px;
  position: absolute;
  border-radius: 4px;
  left: 100%;
  top: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level > li a {
  color: #4c4b4b;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level > li a span {
  position: relative;
  z-index: 1;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level > li a span:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-color: #0957CB;
  height: 1px;
  width: 0;
  right: 0;
  left: inherit;
  bottom: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level > li a:hover {
  color: #0957CB;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level > li a:hover span:before {
  width: 100%;
  left: 0;
  right: inherit;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level {
  position: relative;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > a {
  color: #4c4b4b;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > ul.third-level {
  padding: 20px 0;
  border-radius: 4px;
  border-bottom: 1px solid #0957CB;
  background-color: #ffffff;
  width: 265px;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > ul.third-level li a {
  color: #4c4b4b;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > ul.third-level li:hover a {
  color: #0957CB;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level:hover a {
  color: #0957CB;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level:hover ul.third-level {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level:hover a {
  color: #0957CB;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li.has-child-second-level:hover ul.second-level {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #0957CB;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li {
  min-width: 200px;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a {
  font-size: 14px;
  color: #111111;
  padding: 8px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:hover {
  color: #ffffff;
  background-color: #0957CB;
}

nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:last-child {
  padding-bottom: 15px;
}

nav.template-main-menu > ul > li .mega-menu-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 100%;
  padding: 30px 30px 0;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li .mega-menu-container .mega-menu-box {
  margin-bottom: 30px;
}

nav.template-main-menu > ul > li .mega-menu-container .mega-menu-box .mega-menu-figure {
  overflow: hidden;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

nav.template-main-menu > ul > li .mega-menu-container .mega-menu-box .mega-menu-figure img {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

nav.template-main-menu > ul > li .mega-menu-container .mega-menu-box .mega-menu-title {
  text-align: center;
}

nav.template-main-menu > ul > li .mega-menu-container .mega-menu-box .mega-menu-title .item-title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 2px;
}

nav.template-main-menu > ul > li .mega-menu-container .mega-menu-box .mega-menu-title .item-title a {
  color: #111111;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

nav.template-main-menu > ul > li .mega-menu-container .mega-menu-box .mega-menu-title .item-title a:hover {
  color: #0957CB;
}

nav.template-main-menu > ul > li .mega-menu-container .mega-menu-box:hover .mega-menu-figure {
  background-color: #000000;
  border-radius: 4px;
}

nav.template-main-menu > ul > li .mega-menu-container .mega-menu-box:hover .mega-menu-figure img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li:hover .mega-menu-container {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul > li > ul > li {
  position: relative;
}

nav.template-main-menu > ul > li > ul > li a.third-level-arrow:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 0.8;
  font-size: 20px;
  z-index: 8;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #111111;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}

nav.template-main-menu > ul > li > ul > li:hover .third-level-arrow:after {
  right: 15px;
}

nav.template-main-menu > ul > li > ul > li:hover ul.third-level {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
}

.sticky-fixed-before #navbar-wrap,
.sticky-fixed-after #navbar-wrap {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.sticky-fixed-before #navbar-wrap,
.sticky-fixed-after.sticky #navbar-wrap {
  position: fixed;
}


@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}


@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}

.navbar-layout1 {
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-layout1 .temp-logo {
  position: relative;
  z-index: 1;
}

.navbar-layout1 .temp-logo .default-logo {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-layout1 .temp-logo .sticky-logo {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-layout1 nav.template-main-menu > ul > li > a {
  color: #000;
  padding: 35px 20px;
}


.navbar-layout1 nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  border-top: 0;
}

.navbar-layout1 nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  border-top: 0;
}

.navbar-layout1 .header-search {
  padding: 10px 0;
}

.navbar-layout1 .header-search i:before {
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-layout1 .header-search:hover i:before {
  color: #eeeeee;
}

.sticky .navbar-layout1 {
  background-color: white;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}

.sticky .navbar-layout1 .temp-logo .default-logo {
  opacity: 0;
  visibility: hidden;
  height: 45px;
}

.sticky .navbar-layout1 .temp-logo .sticky-logo {
  opacity: 1;
  visibility: visible;
}

.sticky .navbar-layout1 .header-search i:before {
  color: #000000;
}

.sticky .navbar-layout1 .header-search:hover i:before {
  color: #0957CB;
}

.sticky .navbar-layout1 .item-btn {
  padding: 8px 15px;
}

.sticky .navbar-layout1 .item-btn:hover {
  background-color: #0957CB;
  color: #333;
}

.sticky .navbar-layout1 nav.template-main-menu > ul > li > a {
  color: #111111;
  padding: 10px 20px;
}
.navbar-layout1 nav.template-main-menu > ul > li > a:hover,
.navbar-layout1 nav.template-main-menu > ul > li > a.active {
  color: #067BB4;
}
.navbar-layout1 nav.template-main-menu > ul > li > a.active {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .sticky .navbar-layout1 nav.template-main-menu > ul > li > a {
    padding: 30px 10px;
  }
}

.sticky .navbar-layout1 button.offcanvas-menu-btn {
/*  background-color: #0957CB;*/
}

.sticky .navbar-layout1 button.offcanvas-menu-btn .menu-btn-icon {
/*  background-color: #0957CB;*/
  padding: 5px;
  height: 35px;
}
/*.sticky .navbar-layout1 button.offcanvas-menu-btn .menu-btn-icon span {
  background-color: #ffffff;
}*/

/*--------------------------------------
	3.3 Miscellaneous
---------------------------------------*/
/*--- Back To Top ---*/
.return-to-top {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 4px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: #0d82bd;
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.return-to-top i {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.return-to-top:hover, .return-to-top:focus {
  color: #ffffff;
}

.return-to-top:hover i, .return-to-top:focus i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
          animation: toBottomFromTop 0.5s forwards;
}

.return-to-top.back-top {
  bottom: 100px;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

/*--- Box Layout ---*/
@media only screen and (min-width: 1200px) {
  .box-layout .box-layout-child {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
  }
  .box-layout .box-layout-child .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1580px) {
  .box-layout .box-layout-child {
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
  }
}


/*--- Global ---*/
a {
  color: #007bff;
}

a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}

input,
textarea {
  width: 100%;
  padding: 10px 12px;
  outline: 0;
}

button {
  cursor: pointer;
}

svg {
  display: block;
}

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

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}

.list-unstyled li {
  color: #dcdcdc;
  font-weight: 300;
}


ul.inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.inline-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}

ul.inline-list li:last-child {
  margin-right: 0;
}

.item-icon {
  line-height: 1;
}

section {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
    visibility: visible !important;
  }
}

body.pagepiling {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  body.pagepiling {
    overflow: inherit;
  }
}


.box-bottom-margin {
  margin-bottom: 30px;
}

.box-top-margin {
  margin-top: 30px;
}

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

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

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

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

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

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

/*--- Preloader ---*/
#preloader {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.tlp-preloader .animation-preloader {
  position: relative;
  z-index: 1;
}

.tlp-preloader .animation-preloader img {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
      -ms-transform: translateY(-50%) translateX(-50%) scale(0.7);
          transform: translateY(-50%) translateX(-50%) scale(0.7);
  -webkit-animation: zoominout 2s infinite linear;
          animation: zoominout 2s infinite linear;
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.tlp-preloader .animation-preloader .tlp-spinner {
  -webkit-animation: rotateZ 1s infinite linear;
          animation: rotateZ 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #0957CB;
  height: 120px;
  width: 120px;
}

@-webkit-keyframes rotateZ {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotateZ {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes zoominout {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

@keyframes zoominout {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
            transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

/*--------------------------------------
	4.3 Banner
---------------------------------------*/
/*--- Main Banner Layout One ---*/
.main-banner-wrap-layout1 {
  padding: 170px 0 120px;
  position: relative;
  z-index: 0;
  height: 70vh;
}
@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout1 {
    height: 100%;
    padding: 55px 0 105px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout1 {
    padding: 50px 0 90px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout1 {
    padding: 45px 0 75px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout1 .animated-figure {
    display: none;
  }
}

.main-banner-wrap-layout1 .animated-figure li {
  position: absolute;
  z-index: -1;
}

.main-banner-wrap-layout1 .animated-figure li:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  right: inherit;
}

.main-banner-wrap-layout1 .animated-figure li:last-child {
  top: 0;
  right: 0;
  left: inherit;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.main-banner-wrap-layout1 .compress-left-side {
  padding-right: 50px;
  padding-left: calc(calc(100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout1 .compress-left-side {
    padding-right: 0;
    padding-left: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout1 .compress-left-side {
    padding-right: calc(calc(100% - 690px)/2);
    padding-left: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout1 .compress-left-side {
    padding-right: calc(calc(100% - 510px)/2);
    padding-left: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout1 .compress-left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.main-banner-wrap-layout1 .compress-right-side {
  padding-left: 50px;
  padding-right: calc(calc(100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout1 .compress-right-side {
    padding-left: calc(calc(100% - 930px)/2);
    padding-right: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout1 .compress-right-side {
    padding-left: calc(calc(100% - 690px)/2);
    padding-right: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout1 .compress-right-side {
    padding-left: calc(calc(100% - 510px)/2);
    padding-right: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout1 .compress-right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-banner-box-layout1 {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout1 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout1 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout1 {
    margin-top: 30px;
    text-align: center;
  }
}

.main-banner-box-layout1 .item-figure {
  margin-top: 50px;
  -webkit-animation: up_down 15s infinite;
          animation: up_down 15s infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout1 .item-figure {
    -webkit-animation: inherit;
            animation: inherit;
  }
}

.main-banner-box-layout1 .item-sub-title {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 4px;
}

.main-banner-box-layout1 .item-main-title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: 65px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout1 .item-main-title {
    font-size: 42px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout1 .item-main-title {
    font-size: 38px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout1 .item-main-title {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout1 .item-main-title {
    font-size: 30px;
    line-height: 45px;
  }
}

.main-banner-box-layout1 p {
  color: #ffffff;
  width: 80%;
  margin-bottom: 50px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout1 p {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout1 p {
    width: 100%;
  }
}

.main-banner-box-layout1 .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout1 .banner-btns {
    display: block;
  }
}

.main-banner-box-layout1 .banner-btns a {
  margin-bottom: 15px;
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout1 .banner-btns a {
    margin-right: 0;
  }
}

.main-banner-box-layout1 .banner-btns a:last-child {
  margin-right: 0;
}

.main-banner-box-layout1 .banner-btns .item-btn {
  padding: 10px 29px;
}

.main-banner-box-layout1 .banner-btns .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout1 .banner-btns .play-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-banner-box-layout1 .banner-btns .play-btn .item-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
  color: #0957CB;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout1 .banner-btns .play-btn .item-icon:before {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a95df1), to(#750ed5));
  background-image: -o-linear-gradient(top, #a95df1 0%, #750ed5 100%);
  background-image: linear-gradient(180deg, #a95df1 0%, #750ed5 100%);
  color: #0957CB;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout1 .banner-btns .play-btn .item-icon:after {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #ffffff;
  color: #0957CB;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout1 .banner-btns .play-btn .item-icon i {
  margin-left: 5px;
}

.main-banner-box-layout1 .banner-btns .play-btn span {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout1 .banner-btns .play-btn:hover .item-icon {
  color: #ffffff;
}

.main-banner-box-layout1 .banner-btns .play-btn:hover .item-icon:before {
  opacity: 1;
}

.main-banner-box-layout1 .banner-btns .play-btn:hover .item-icon:after {
  opacity: 0;
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-30px) translateX(0);
            transform: translateY(-30px) translateX(0);
  }
  75% {
    -webkit-transform: translateY(30px) translateX(0);
            transform: translateY(30px) translateX(0);
  }
}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-30px) translateX(0);
            transform: translateY(-30px) translateX(0);
  }
  75% {
    -webkit-transform: translateY(30px) translateX(0);
            transform: translateY(30px) translateX(0);
  }
}

/*--- Main Banner Layout Two ---*/
.main-banner-wrap-layout2 {
  padding: 120px 0 90px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout2 {
    height: 100%;
    padding: 59px 0 105px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout2 {
    padding: 46px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout2 {
    padding: 31px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout2 .animated-figure-wrap1 {
    display: none;
  }
}

.main-banner-wrap-layout2 .animated-figure-wrap1 li {
  position: absolute;
  z-index: -1;
}

.main-banner-wrap-layout2 .animated-figure-wrap1 li:nth-child(1n) {
  top: 0;
  -webkit-transform: translateX(0px) translateY(0px);
      -ms-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
  left: 0;
  right: inherit;
}

.main-banner-wrap-layout2 .animated-figure-wrap1 li:nth-child(2n) {
  top: 92%;
  -webkit-transform: translateX(0px) translateY(-50%);
      -ms-transform: translateX(0px) translateY(-50%);
          transform: translateX(0px) translateY(-50%);
  left: -70px;
  right: inherit;
}

.main-banner-wrap-layout2 .animated-figure-wrap1 li:nth-child(3n) {
  top: 0;
  right: 0;
  left: inherit;
  -webkit-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout2 .animated-figure-wrap2 {
    display: none;
  }
}

.main-banner-wrap-layout2 .animated-figure-wrap2 li {
  position: absolute;
  z-index: -1;
}

.main-banner-wrap-layout2 .animated-figure-wrap2 li:nth-child(1n) {
  top: 0;
  -webkit-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  left: 0;
}

.main-banner-wrap-layout2 .animated-figure-wrap2 li:nth-child(2n) {
  top: 90%;
  -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  left: 0;
}

.main-banner-wrap-layout2 .animated-figure-wrap2 li:nth-child(3n) {
  top: 90%;
  -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  left: 0;
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout2 .animated-shape-small {
    display: none;
  }
}

.main-banner-wrap-layout2 .animated-shape-small li {
  position: absolute;
  z-index: 1;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(1n) {
  top: 20%;
  right: 70%;
  -webkit-animation: shape_one 100s alternate infinite linear;
          animation: shape_one 100s alternate infinite linear;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(2n) {
  top: 30%;
  right: 60%;
  -webkit-animation: shape_two 100s alternate infinite linear;
          animation: shape_two 100s alternate infinite linear;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(3n) {
  top: 20%;
  right: 50%;
  -webkit-animation: shape_three 100s alternate infinite linear;
          animation: shape_three 100s alternate infinite linear;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(4n) {
  top: 70%;
  right: 70%;
  -webkit-animation: shape_four 100s alternate infinite linear;
          animation: shape_four 100s alternate infinite linear;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(5n) {
  top: 90%;
  right: 60%;
  -webkit-animation: shape_five 100s alternate infinite linear;
          animation: shape_five 100s alternate infinite linear;
}

.main-banner-wrap-layout2 .animated-shape-small li:nth-child(6n) {
  top: 90%;
  right: 50%;
  -webkit-animation: shape_six 100s alternate infinite linear;
          animation: shape_six 100s alternate infinite linear;
}

@keyframes shape_one {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -100px) rotate(36deg);
            transform: translate(73px, -100px) rotate(36deg);
  }
  50% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
            transform: translate(40px, -72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(53px, -80px) rotate(36deg);
            transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(161px, 72px) rotate(72deg);
            transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 112px) rotate(108deg);
            transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-60px, 92px) rotate(144deg);
            transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_three {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(90px, -36px) rotate(36deg);
            transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(101px, 32px) rotate(72deg);
            transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(103px, 102px) rotate(108deg);
            transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-76px, 62px) rotate(144deg);
            transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
            transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
            transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
            transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
            transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
            transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
            transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
            transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
            transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
            transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
            transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
            transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
            transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
            transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
            transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
            transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
            transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
            transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
            transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

.main-banner-box-layout2 {
  margin-top: 46px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout2 {
    text-align: center;
  }
}

.main-banner-box-layout2 .item-sub-title {
  color: #0957CB;
  margin-bottom: 5px;
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 500;
}

.main-banner-box-layout2 .item-main-title {
  font-size: 60px;
  color: #000000;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout2 .item-main-title {
    font-size: 48px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout2 .item-main-title {
    font-size: 40px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout2 .item-main-title {
    font-size: 36px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout2 .item-main-title {
    font-size: 30px;
    line-height: 45px;
  }
}

.main-banner-box-layout2 p {
  color: #000000;
  width: 80%;
  margin-bottom: 50px;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout2 p {
    margin-left: auto;
    margin-right: auto;
  }
}

.main-banner-box-layout2 .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout2 .banner-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 479px) {
  .main-banner-box-layout2 .banner-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-banner-box-layout2 .banner-btns .item-btn {
  margin-right: 30px;
}

.main-banner-box-layout2 .banner-btns .item-btn:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 479px) {
  .main-banner-box-layout2 .banner-btns .item-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.main-banner-box-layout2 .banner-btns .btn-ghost:hover {
  background-color: #750ed5;
  border: 2px solid #750ed5;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout2 .item-figure {
    padding: 0 10%;
  }
}

/*--- Main Banner Layout Three ---*/
.main-banner-wrap-layout3 {
  padding: 190px 0 106px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout3 {
    padding: 150px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout3 {
    padding: 105px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout3 {
    padding: 90px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout3 {
    padding: 75px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout3 .animated-figure {
    display: none;
  }
}

.main-banner-wrap-layout3 .animated-figure ul li {
  position: absolute;
  z-index: -1;
}

.main-banner-wrap-layout3 .animated-figure ul li:nth-child(1n) {
  top: -30px;
  left: inherit;
  bottom: inherit;
  right: 12%;
}

@media only screen and (max-width: 1579px) {
  .main-banner-wrap-layout3 .animated-figure ul li:nth-child(1n) {
    right: 5%;
  }
}

@media only screen and (max-width: 1399px) {
  .main-banner-wrap-layout3 .animated-figure ul li:nth-child(1n) {
    right: 2%;
  }
}

@media only screen and (max-width: 1200px) {
  .main-banner-wrap-layout3 .animated-figure ul li:nth-child(1n) {
    right: 0;
  }
}

.main-banner-wrap-layout3 .animated-figure ul li:nth-child(2n) {
  bottom: 200px;
  left: -300px;
  top: inherit;
  right: inherit;
}

.main-banner-wrap-layout3 .animated-figure ul li:nth-child(3n) {
  bottom: 250px;
  left: -250px;
  top: inherit;
  right: inherit;
}

.main-banner-wrap-layout3 .animated-figure ul li:nth-child(4n) {
  bottom: 300px;
  left: -200px;
  top: inherit;
  right: inherit;
}

.main-banner-wrap-layout3 .compress-right-side {
  padding-left: 150px;
  padding-right: calc(calc(100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout3 .compress-right-side {
    padding-left: calc(calc(100% - 930px)/2);
    padding-right: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout3 .compress-right-side {
    padding-left: calc(calc(100% - 690px)/2);
    padding-right: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout3 .compress-right-side {
    padding-left: calc(calc(100% - 510px)/2);
    padding-right: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout3 .compress-right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout3 {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout3 .item-figure {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout3 .item-figure {
    padding: 0 10%;
    margin-bottom: 30px;
  }
}

.main-banner-box-layout3 .item-main-title {
  font-size: 50px;
  color: #111111;
  font-weight: 600;
  line-height: 65px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout3 .item-main-title {
    font-size: 46px;
    line-height: 60px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout3 .item-main-title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout3 .item-main-title {
    font-size: 34px;
    line-height: 49px;
    width: 90%;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout3 .item-main-title {
    font-size: 30px;
    line-height: 45px;
    width: 100%;
  }
}

.main-banner-box-layout3 p {
  width: 80%;
  margin-bottom: 50px;
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout3 p {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout3 p {
    width: 90%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout3 p {
    width: 100%;
  }
}

.main-banner-box-layout3 .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout3 .banner-btns .item-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--- Main Banner Layout Four ---*/
.main-banner-wrap-layout4 {
  padding: 200px 0 42px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout4 {
    padding: 200px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout4 {
    padding: 100px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout4 {
    padding: 85px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout4 {
    padding: 70px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout4 .animated-figure {
    display: none;
  }
}

.main-banner-wrap-layout4 .animated-figure ul li {
  position: absolute;
  z-index: -1;
  top: -95px;
  right: -7vw;
}

@media only screen and (max-width: 1879px) {
  .main-banner-wrap-layout4 .animated-figure ul li {
    right: -10vw;
  }
}

@media only screen and (max-width: 1600px) {
  .main-banner-wrap-layout4 .animated-figure ul li {
    right: -15vw;
  }
}

@media only screen and (max-width: 1400px) {
  .main-banner-wrap-layout4 .animated-figure ul li {
    right: -20vw;
  }
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout4 .animated-figure ul li {
    top: -30%;
    right: 0;
  }
}

.main-banner-box-layout4 {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout4 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout4.ml-5 {
    margin-left: auto !important;
    margin-right: auto;
  }
}

.main-banner-box-layout4 .item-main-title {
  font-size: 50px;
  color: #000000;
  font-weight: 700;
  line-height: 65px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout4 .item-main-title {
    font-size: 42px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout4 .item-main-title {
    font-size: 38px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout4 .item-main-title {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout4 .item-main-title {
    font-size: 32px;
    line-height: 45px;
    text-align: center;
  }
}

.main-banner-box-layout4 p {
  width: 90%;
  margin-bottom: 50px;
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout4 p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout4 p {
    width: 100%;
  }
}

.main-banner-box-layout4 .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout4 .banner-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 479px) {
  .main-banner-box-layout4 .banner-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-banner-box-layout4 .banner-btns .item-btn {
  min-width: 180px;
  margin-bottom: 10px;
  margin-right: 30px;
  padding: 9px 29px;
  border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .main-banner-box-layout4 .banner-btns .item-btn {
    margin-right: 0;
  }
}

.main-banner-box-layout4 .banner-btns .item-btn i,
.main-banner-box-layout4 .banner-btns .item-btn img {
  margin-right: 10px;
  margin-left: 0;
}

.main-banner-box-layout4 .banner-btns .item-btn:last-child {
  margin-right: 0;
}

.main-banner-box-layout4 .banner-btns .item-btn:hover {
  background-color: #0957CB;
  border: 1px solid #0957CB;
  color: #ffffff;
}

.main-banner-box-layout4 .banner-btns .item-btn:hover i {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout4 .item-figure {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout4 .item-figure {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout4 .item-figure {
    padding: 0 60px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout4 .item-figure .inner-animated-figure {
    display: none;
  }
}

.main-banner-box-layout4 .item-figure .inner-animated-figure ul li {
  position: absolute;
  z-index: 2;
}

.main-banner-box-layout4 .item-figure .inner-animated-figure ul li:nth-child(1n) {
  left: -100px;
  right: inherit;
  top: 155px;
}

.main-banner-box-layout4 .item-figure .inner-animated-figure ul li:nth-child(2n) {
  right: inherit;
  left: -75px;
  top: 70%;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.main-banner-box-layout4 .item-figure .inner-animated-figure ul li:nth-child(3n) {
  left: inherit;
  right: -80px;
  top: 42%;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

/*--- Main Banner Layout Five ---*/
.main-banner-wrap-layout5 {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout5 {
    padding: 42px 0 105px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout5 {
    padding: 38px 0 90px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout5 {
    padding: 25px 0 75px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout5 .animated-buble {
    display: none;
  }
}

.main-banner-wrap-layout5 .animated-buble li {
  position: absolute;
  z-index: -1;
}

.main-banner-wrap-layout5 .animated-buble li:nth-child(1n) {
  top: -230px;
  left: -220px;
  right: inherit;
  bottom: inherit;
}

.main-banner-wrap-layout5 .animated-buble li:nth-child(2n) {
  top: -74px;
  left: 145px;
  right: inherit;
  bottom: inherit;
}

.main-banner-wrap-layout5 .animated-buble li:nth-child(3n) {
  bottom: -70px;
  left: 30%;
  right: inherit;
  top: inherit;
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout5 .animated-figure {
    display: none;
  }
}

.main-banner-wrap-layout5 .animated-figure li {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout5 .animated-shape-small {
    display: none;
  }
}

.main-banner-wrap-layout5 .animated-shape-small ul li {
  position: absolute;
  z-index: 0;
}

.main-banner-wrap-layout5 .animated-shape-small ul li:nth-child(1n) {
  top: 30%;
  right: 60%;
  -webkit-animation: shape_one 30s alternate infinite linear;
          animation: shape_one 30s alternate infinite linear;
}

.main-banner-wrap-layout5 .animated-shape-small ul li:nth-child(2n) {
  top: 10%;
  right: 40%;
  -webkit-animation: shape_two 30s alternate infinite linear;
          animation: shape_two 30s alternate infinite linear;
}

.main-banner-wrap-layout5 .animated-shape-small ul li:nth-child(3n) {
  top: 15%;
  right: 20%;
  -webkit-animation: shape_three 30s alternate infinite linear;
          animation: shape_three 30s alternate infinite linear;
}

.main-banner-wrap-layout5 .animated-shape-small ul li:nth-child(4n) {
  top: 20%;
  right: 5%;
  -webkit-animation: shape_four 30s alternate infinite linear;
          animation: shape_four 30s alternate infinite linear;
}

.main-banner-wrap-layout5 .animated-shape-small ul li:nth-child(5n) {
  top: 70%;
  right: 60%;
  -webkit-animation: shape_five 30s alternate infinite linear;
          animation: shape_five 30s alternate infinite linear;
}

.main-banner-wrap-layout5 .animated-shape-small ul li:nth-child(6n) {
  top: 80%;
  right: 50%;
  -webkit-animation: shape_six 30s alternate infinite linear;
          animation: shape_six 30s alternate infinite linear;
}

@keyframes shape_one {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -100px) rotate(36deg);
            transform: translate(73px, -100px) rotate(36deg);
  }
  50% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
            transform: translate(40px, -72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(53px, -80px) rotate(36deg);
            transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(161px, 72px) rotate(72deg);
            transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 112px) rotate(108deg);
            transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-60px, 92px) rotate(144deg);
            transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_three {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(90px, -36px) rotate(36deg);
            transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(101px, 32px) rotate(72deg);
            transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(103px, 102px) rotate(108deg);
            transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-76px, 62px) rotate(144deg);
            transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
            transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
            transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
            transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
            transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
            transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
            transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
            transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
            transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
            transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

.main-banner-box-layout5 {
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout5 {
    text-align: center;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout5 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1579px) {
  .main-banner-box-layout5 .item-figure {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout5 .item-figure {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 1579px) {
  .main-banner-box-layout5 .item-content {
    padding-left: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout5 .item-content {
    padding-left: 0;
  }
}

.main-banner-box-layout5 .item-sub-title {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 4px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout5 .item-sub-title {
    letter-spacing: 0;
  }
}

.main-banner-box-layout5 .item-main-title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  line-height: 60px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout5 .item-main-title {
    font-size: 42px;
    line-height: 50px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout5 .item-main-title {
    font-size: 36px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout5 .item-main-title {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }
}

.main-banner-box-layout5 p {
  color: #ffffff;
  width: 80%;
  margin-bottom: 50px;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout5 p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout5 p {
    width: 100%;
    margin-bottom: 40px;
  }
}

/*--- Main Banner Layout Six ---*/
.main-banner-wrap-layout6 {
  padding: 170px 0 120px;
  position: relative;
  z-index: 0;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-wrap-layout6:before {
  content: "";
  background-image: url("../../media/element/element59.png");
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 84px;
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout6 {
    height: 100%;
    padding: 55px 0 105px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout6 {
    padding: 50px 0 90px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout6 {
    padding: 45px 0 75px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout6 .animated-figure {
    display: none;
  }
}

.main-banner-wrap-layout6 .animated-figure li {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.main-banner-wrap-layout6 .compress-left-side {
  padding-right: 50px;
  padding-left: calc(calc(100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout6 .compress-left-side {
    padding-right: 0;
    padding-left: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout6 .compress-left-side {
    padding-right: calc(calc(100% - 690px)/2);
    padding-left: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout6 .compress-left-side {
    padding-right: calc(calc(100% - 510px)/2);
    padding-left: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout6 .compress-left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.main-banner-wrap-layout6 .compress-right-side {
  padding-left: 50px;
  padding-right: calc(calc(100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout6 .compress-right-side {
    padding-left: calc(calc(100% - 930px)/2);
    padding-right: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout6 .compress-right-side {
    padding-left: calc(calc(100% - 690px)/2);
    padding-right: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout6 .compress-right-side {
    padding-left: calc(calc(100% - 510px)/2);
    padding-right: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout6 .compress-right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-banner-box-layout6 {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout6 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout6 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout6 {
    margin-top: 20px;
    text-align: center;
  }
}

.main-banner-box-layout6 .item-figure {
  margin-top: 50px;
  -webkit-animation: up_down 15s infinite;
          animation: up_down 15s infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout6 .item-figure {
    -webkit-animation: inherit;
            animation: inherit;
    margin-top: 0px;
    margin-bottom: 60px;
  }
}

.main-banner-box-layout6 .item-sub-title {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 4px;
}

.main-banner-box-layout6 .item-main-title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout6 .item-main-title {
    font-size: 42px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout6 .item-main-title {
    font-size: 38px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout6 .item-main-title {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout6 .item-main-title {
    font-size: 30px;
    line-height: 45px;
  }
}

.main-banner-box-layout6 p {
  color: #ffffff;
  width: 80%;
  margin-bottom: 50px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout6 p {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout6 p {
    width: 100%;
  }
}

.main-banner-box-layout6 .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout6 .banner-btns {
    display: block;
  }
}

.main-banner-box-layout6 .banner-btns a {
  margin-bottom: 15px;
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout6 .banner-btns a {
    margin-right: 0;
  }
}

.main-banner-box-layout6 .banner-btns a:last-child {
  margin-right: 0;
}

.main-banner-box-layout6 .banner-btns .item-btn {
  padding: 10px 29px;
}

.main-banner-box-layout6 .banner-btns .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout6 .banner-btns .play-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-banner-box-layout6 .banner-btns .play-btn .item-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
  color: #0957CB;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout6 .banner-btns .play-btn .item-icon:before {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a95df1), to(#750ed5));
  background-image: -o-linear-gradient(top, #a95df1 0%, #750ed5 100%);
  background-image: linear-gradient(180deg, #a95df1 0%, #750ed5 100%);
  color: #0957CB;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout6 .banner-btns .play-btn .item-icon:after {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #ffffff;
  color: #0957CB;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout6 .banner-btns .play-btn .item-icon i {
  margin-left: 5px;
}

.main-banner-box-layout6 .banner-btns .play-btn span {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout6 .banner-btns .play-btn:hover .item-icon {
  color: #ffffff;
}

.main-banner-box-layout6 .banner-btns .play-btn:hover .item-icon:before {
  opacity: 1;
}

.main-banner-box-layout6 .banner-btns .play-btn:hover .item-icon:after {
  opacity: 0;
}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-30px) translateX(0);
            transform: translateY(-30px) translateX(0);
  }
  75% {
    -webkit-transform: translateY(30px) translateX(0);
            transform: translateY(30px) translateX(0);
  }
}

/*--- Main Banner Layout Seven ---*/
.main-banner-wrap-layout7 {
  overflow: hidden;
  padding: 220px 0 0;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout7 {
    height: 100%;
    padding: 55px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout7 {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout7 {
    padding: 45px 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout7 .animated-figure {
    display: none;
  }
}

.main-banner-wrap-layout7 .animated-figure li {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout7 .animated-shape-small {
    display: none;
  }
}

.main-banner-wrap-layout7 .animated-shape-small li {
  position: absolute;
  z-index: 1;
}

.main-banner-wrap-layout7 .animated-shape-small li:nth-child(1n) {
  top: 20%;
  left: 20%;
  -webkit-animation: home7_shape_one 100s alternate infinite linear;
          animation: home7_shape_one 100s alternate infinite linear;
}

.main-banner-wrap-layout7 .animated-shape-small li:nth-child(2n) {
  top: 40%;
  left: 10%;
  -webkit-animation: home7_shape_two 100s alternate infinite linear;
          animation: home7_shape_two 100s alternate infinite linear;
}

.main-banner-wrap-layout7 .animated-shape-small li:nth-child(3n) {
  top: 10%;
  left: 50%;
  -webkit-animation: home7_shape_three 100s alternate infinite linear;
          animation: home7_shape_three 100s alternate infinite linear;
}

.main-banner-wrap-layout7 .animated-shape-small li:nth-child(4n) {
  top: 50%;
  left: 40%;
  -webkit-animation: home7_shape_four 100s alternate infinite linear;
          animation: home7_shape_four 100s alternate infinite linear;
}

.main-banner-wrap-layout7 .animated-shape-small li:nth-child(5n) {
  top: 20%;
  right: 40%;
  -webkit-animation: home7_shape_five 100s alternate infinite linear;
          animation: home7_shape_five 100s alternate infinite linear;
}

.main-banner-wrap-layout7 .animated-shape-small li:nth-child(6n) {
  top: 40%;
  right: 30%;
  -webkit-animation: home7_shape_six 100s alternate infinite linear;
          animation: home7_shape_six 100s alternate infinite linear;
}

.main-banner-wrap-layout7 .animated-shape-small li:nth-child(7n) {
  top: 10%;
  right: 30%;
  -webkit-animation: home7_shape_seven 100s alternate infinite linear;
          animation: home7_shape_seven 100s alternate infinite linear;
}

.main-banner-wrap-layout7 .animated-shape-small li:nth-child(8n) {
  top: 30%;
  right: 20%;
  -webkit-animation: home7_shape_eight 100s alternate infinite linear;
          animation: home7_shape_eight 100s alternate infinite linear;
}

@-webkit-keyframes home7_shape_one {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -100px) rotate(36deg);
            transform: translate(73px, -100px) rotate(36deg);
  }
  50% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
            transform: translate(40px, -72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes home7_shape_one {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -100px) rotate(36deg);
            transform: translate(73px, -100px) rotate(36deg);
  }
  50% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
            transform: translate(40px, -72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes home7_shape_two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(53px, -80px) rotate(36deg);
            transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(161px, 72px) rotate(72deg);
            transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 112px) rotate(108deg);
            transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-60px, 92px) rotate(144deg);
            transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes home7_shape_two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(53px, -80px) rotate(36deg);
            transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(161px, 72px) rotate(72deg);
            transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 112px) rotate(108deg);
            transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-60px, 92px) rotate(144deg);
            transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes home7_shape_three {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(90px, -36px) rotate(36deg);
            transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(101px, 32px) rotate(72deg);
            transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(103px, 102px) rotate(108deg);
            transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-76px, 62px) rotate(144deg);
            transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes home7_shape_three {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(90px, -36px) rotate(36deg);
            transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(101px, 32px) rotate(72deg);
            transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(103px, 102px) rotate(108deg);
            transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-76px, 62px) rotate(144deg);
            transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes home7_shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
            transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
            transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes home7_shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
            transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
            transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes home7_shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(11px, -92px) rotate(72deg);
            transform: translate(11px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(15px, 92px) rotate(108deg);
            transform: translate(15px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
            transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes home7_shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
            transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(11px, -92px) rotate(72deg);
            transform: translate(11px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(15px, 92px) rotate(108deg);
            transform: translate(15px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
            transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes home7_shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
            transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
            transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
            transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
            transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes home7_shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
            transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
            transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
            transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
            transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes home7_shape_seven {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(75px, -55px) rotate(36deg);
            transform: translate(75px, -55px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(92px, 82px) rotate(72deg);
            transform: translate(92px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(58px, 132px) rotate(108deg);
            transform: translate(58px, 132px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-66px, 42px) rotate(144deg);
            transform: translate(-66px, 42px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes home7_shape_seven {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(75px, -55px) rotate(36deg);
            transform: translate(75px, -55px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(92px, 82px) rotate(72deg);
            transform: translate(92px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(58px, 132px) rotate(108deg);
            transform: translate(58px, 132px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-66px, 42px) rotate(144deg);
            transform: translate(-66px, 42px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes home7_shape_eight {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(65px, -48px) rotate(36deg);
            transform: translate(65px, -48px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(61px, 72px) rotate(72deg);
            transform: translate(61px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(94px, 122px) rotate(108deg);
            transform: translate(94px, 122px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-63px, 35px) rotate(144deg);
            transform: translate(-63px, 35px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes home7_shape_eight {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(65px, -48px) rotate(36deg);
            transform: translate(65px, -48px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(61px, 72px) rotate(72deg);
            transform: translate(61px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(94px, 122px) rotate(108deg);
            transform: translate(94px, 122px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-63px, 35px) rotate(144deg);
            transform: translate(-63px, 35px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

.main-banner-box-layout7 {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout7 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout7 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout7 {
    margin-top: 20px;
    text-align: center;
  }
}

.main-banner-box-layout7 .item-figure {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout7 .item-figure {
    -webkit-animation: inherit;
            animation: inherit;
    margin-top: 0px;
  }
}

.main-banner-box-layout7 .item-main-title {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: 65px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout7 .item-main-title {
    font-size: 42px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout7 .item-main-title {
    font-size: 38px;
    line-height: 55px;
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout7 .item-main-title {
    font-size: 34px;
    line-height: 50px;
    width: 90%;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout7 .item-main-title {
    font-size: 30px;
    line-height: 45px;
    width: 100%;
  }
}

.main-banner-box-layout7 p {
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  width: 50%;
  margin-bottom: 50px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout7 p {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout7 p {
    width: 100%;
  }
}

.main-banner-box-layout7 .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout7 .banner-btns {
    display: block;
  }
}

.main-banner-box-layout7 .banner-btns a {
  margin-bottom: 15px;
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout7 .banner-btns a {
    margin-right: 0;
  }
}

.main-banner-box-layout7 .banner-btns a:last-child {
  margin-right: 0;
}

.main-banner-box-layout7 .banner-btns .item-btn {
  padding: 10px 29px;
}

.main-banner-box-layout7 .banner-btns .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout7 .banner-btns .play-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-banner-box-layout7 .banner-btns .play-btn .item-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
  color: #0957CB;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout7 .banner-btns .play-btn .item-icon:before {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a95df1), to(#750ed5));
  background-image: -o-linear-gradient(top, #a95df1 0%, #750ed5 100%);
  background-image: linear-gradient(180deg, #a95df1 0%, #750ed5 100%);
  color: #0957CB;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout7 .banner-btns .play-btn .item-icon:after {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #ffffff;
  color: #0957CB;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout7 .banner-btns .play-btn .item-icon i {
  margin-left: 5px;
}

.main-banner-box-layout7 .banner-btns .play-btn span {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-banner-box-layout7 .banner-btns .play-btn:hover .item-icon {
  color: #ffffff;
}

.main-banner-box-layout7 .banner-btns .play-btn:hover .item-icon:before {
  opacity: 1;
}

.main-banner-box-layout7 .banner-btns .play-btn:hover .item-icon:after {
  opacity: 0;
}

/*--- Main Banner Layout Eight ---*/
.main-banner-wrap-layout8 {
  padding: 190px 0 100px;
  position: relative;
  z-index: 0;
  background-color: #f8f8ff;
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout8 {
    height: 100%;
    padding: 45px 0 105px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout8 {
    padding: 30px 0 90px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout8 {
    padding: 15px 0 75px;
  }
}

.main-banner-wrap-layout8 .compress-left-side {
  padding-right: 50px;
  padding-left: calc(calc(100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout8 .compress-left-side {
    padding-right: 0;
    padding-left: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout8 .compress-left-side {
    padding-right: calc(calc(100% - 690px)/2);
    padding-left: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout8 .compress-left-side {
    padding-right: calc(calc(100% - 510px)/2);
    padding-left: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout8 .compress-left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.main-banner-wrap-layout8 .compress-right-side {
  padding-left: 50px;
  padding-right: calc(calc(100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout8 .compress-right-side {
    padding-left: calc(calc(100% - 930px)/2);
    padding-right: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout8 .compress-right-side {
    padding-left: calc(calc(100% - 690px)/2);
    padding-right: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout8 .compress-right-side {
    padding-left: calc(calc(100% - 510px)/2);
    padding-right: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout8 .compress-right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-banner-box-layout8 {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout8 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout8 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout8 {
    margin-top: 30px;
  }
}

.main-banner-box-layout8 .item-figure {
  margin-top: 50px;
  -webkit-animation: up_down 15s infinite;
          animation: up_down 15s infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout8 .item-figure {
    -webkit-animation: inherit;
            animation: inherit;
    padding: 0 30px;
  }
}

.main-banner-box-layout8 .item-main-title {
  font-size: 50px;
  color: #000000;
  font-weight: 600;
  line-height: 65px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout8 .item-main-title {
    font-size: 42px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout8 .item-main-title {
    font-size: 38px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout8 .item-main-title {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout8 .item-main-title {
    font-size: 30px;
    line-height: 45px;
  }
}

.main-banner-box-layout8 p {
  color: #000000;
  width: 80%;
  margin-bottom: 50px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout8 p {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout8 p {
    width: 100%;
  }
}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-30px) translateX(0);
            transform: translateY(-30px) translateX(0);
  }
  75% {
    -webkit-transform: translateY(30px) translateX(0);
            transform: translateY(30px) translateX(0);
  }
}

/*--- Main Banner Layout Nine ---*/
.main-banner-wrap-layout9 {
  overflow: hidden;
  padding: 200px 0 120px;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout9 {
    height: 100%;
    padding: 65px 0 105px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout9 {
    padding: 50px 0 90px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout9 {
    padding: 35px 0 75px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout9 {
    margin-top: 30px;
  }
}

.main-banner-box-layout9 .item-figure {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout9 .item-figure {
    -webkit-animation: inherit;
            animation: inherit;
    margin-top: 0px;
  }
}

.main-banner-box-layout9 .item-main-title {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout9 .item-main-title {
    font-size: 42px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout9 .item-main-title {
    font-size: 38px;
    line-height: 55px;
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout9 .item-main-title {
    font-size: 34px;
    line-height: 50px;
    width: 90%;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout9 .item-main-title {
    font-size: 30px;
    line-height: 45px;
    width: 100%;
  }
}

.main-banner-box-layout9 .item-btn {
  padding: 8px 35px;
  border: 2px solid #c3c3c3;
}

/*--- Main Banner Layout Three ---*/
.main-banner-wrap-layout10 {
  padding: 130px 0 106px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout10 {
    padding: 150px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout10 {
    padding: 105px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout10 {
    padding: 90px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout10 {
    padding: 75px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout10 .animated-figure {
    display: none;
  }
}

.main-banner-wrap-layout10 .animated-figure ul li {
  position: absolute;
  z-index: -1;
}

.main-banner-wrap-layout10 .animated-figure ul li:nth-child(1n) {
  top: -30px;
  left: inherit;
  bottom: inherit;
  right: 12%;
}

@media only screen and (max-width: 1579px) {
  .main-banner-wrap-layout10 .animated-figure ul li:nth-child(1n) {
    right: 5%;
  }
}

@media only screen and (max-width: 1399px) {
  .main-banner-wrap-layout10 .animated-figure ul li:nth-child(1n) {
    right: 2%;
  }
}

@media only screen and (max-width: 1200px) {
  .main-banner-wrap-layout10 .animated-figure ul li:nth-child(1n) {
    right: 0;
  }
}

.main-banner-wrap-layout10 .animated-figure ul li:nth-child(2n) {
  bottom: 200px;
  left: -300px;
  top: inherit;
  right: inherit;
}

.main-banner-wrap-layout10 .animated-figure ul li:nth-child(3n) {
  bottom: 250px;
  left: -250px;
  top: inherit;
  right: inherit;
}

.main-banner-wrap-layout10 .animated-figure ul li:nth-child(4n) {
  bottom: 300px;
  left: -200px;
  top: inherit;
  right: inherit;
}

.main-banner-wrap-layout10 .compress-right-side {
  padding-right: calc(calc(100% - 1170px)/2);
  padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-wrap-layout10 .compress-right-side {
    padding-left: calc(calc(100% - 930px)/2);
    padding-right: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-wrap-layout10 .compress-right-side {
    padding-left: calc(calc(100% - 690px)/2);
    padding-right: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-wrap-layout10 .compress-right-side {
    padding-left: calc(calc(100% - 510px)/2);
    padding-right: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-wrap-layout10 .compress-right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-banner-box-layout10 {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout10 .item-figure {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout10 .item-figure {
    padding: 0 10%;
    margin-bottom: 30px;
  }
}

.main-banner-box-layout10 .item-sub-title {
  background-color: #ffffff;
  padding: 10px 35px;
  font-size: 18px;
  color: #0957CB;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 20px;
}

.main-banner-box-layout10 .item-main-title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout10 .item-main-title {
    font-size: 46px;
    line-height: 60px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-box-layout10 .item-main-title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout10 .item-main-title {
    font-size: 34px;
    line-height: 49px;
    width: 90%;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-box-layout10 .item-main-title {
    font-size: 30px;
    line-height: 45px;
    width: 100%;
  }
}

.main-banner-box-layout10 p {
  color: #ffffff;
  width: 100%;
  max-width: 450px;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout10 p {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-box-layout10 p {
    margin-bottom: 30px;
  }
}

.main-banner-box-layout10 .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .main-banner-box-layout10 .banner-btns .item-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--- Inner Banner Layout One ---*/
.inner-banner-wrap-layout1 {
  height: 450px;
}

/*--- Inner Page Banner ---*/
.page-banner {
  display: block;
  padding: 120px 0;
  position: relative;
  z-index: 0;
}

.page-banner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 991px) {
  .page-banner {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner {
    padding: 80px 0;
  }
}

.page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
  height: 136px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-banner .breadcrumbs-area *{ width: 100%; }

.page-banner .breadcrumbs-area h1 {
  font-weight: 600;
  font-size: 2.2em;
  color: #ffffff;
  margin-bottom: 0;
}

.page-banner .breadcrumbs-area ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-right: 5px;
  color: #cecece;
  font-size: 18px;
}

.page-banner .breadcrumbs-area ul li:before {
  content: "/";
  position: absolute;
  font-size: 18px;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  color: #cecece;
}

.page-banner .breadcrumbs-area ul li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.page-banner .breadcrumbs-area ul li a:hover {
  color: #ffffff;
}

.page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}

/*--------------------------------------
	4.8 Contact
---------------------------------------*/

.contact-form-box .form-group {
  margin-bottom: 10px;
}

.contact-form-box .form-group input {
  height: 40px;
}

.contact-form-box .form-group .form-control {
  font-size: 17px;
  padding: 8px 0 0 0;
  color: #000000;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ced4da;
  background: transparent;
}

.contact-form-box .form-group .form-control:focus {
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form-box input.form-control::-webkit-input-placeholder,
.contact-form-box textarea.form-control::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  font-weight: 300;
}

.contact-form-box input.form-control::-moz-placeholder,
.contact-form-box textarea.form-control::-moz-placeholder {
  color: #666;
  font-size: 16px;
  font-weight: 300;
}

.contact-form-box input.form-control:-moz-placeholder,
.contact-form-box textarea.form-control:-moz-placeholder {
  color: #666;
  font-size: 16px;
  font-weight: 300;
}

.contact-form-box input.form-control:-ms-input-placeholder,
.contact-form-box textarea.form-control:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  font-weight: 300;
}
.contact-form-box button {
  border: #1F2835 1px solid;
  background: white;
  font-size: 0.7em;
  padding: 5px 30px;
  margin-top: 40px;
}

.with-errors .list-unstyled li {
  color: #dcdcdc;
  font-weight: 300;
  font-size: 0.6em;
  color: #ec6e6e;
}

@media (min-width: 993px){
  .service-details-box .item-figure { text-align: center; }
}

.service-details-box .content-holder .section-title {
  color: #0957CB;
  font-size: 20px;
  margin-bottom: 10px;
}

.service-details-box .content-holder .item-title {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.service-details-box .content-holder .item-title span {
  font-size: 0.82em;
  font-weight: 300;
  display: block;
  line-height: 1.3em;
  color: #000;
  text-transform: none;
}

.service-details-box .content-holder p { margin: 0; }
.service-details-box .content-holder .sub-paragraph {
  font-size: 18px;
  color: #444444;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 10px;
}


/*--------------------------------------
	5.2 Background Style
---------------------------------------*/
.bg-position-center {
  background-position: center center;
}

.bg-size-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

/*--------------------------------------
	5.3 Position
---------------------------------------*/
.possition-relative {
  position: relative !important;
}

.possition-absolute {
  position: absolute !important;
}

.possition-static {
  position: static !important;
}

.possition-inherit {
  position: inherit !important;
}

/*--------------------------------------
	5.4 Section Spacing
---------------------------------------*/
.section-padding-sm {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .section-padding-sm {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-sm {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .section-padding-sm {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}

.section-padding-md {
  padding-top: 110px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .section-padding-md {
    padding-top: 95px;
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-md {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .section-padding-md {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}

.section-padding-sm-equal {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .section-padding-sm-equal {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-sm-equal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .section-padding-sm-equal {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.section-padding-md-equal {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .section-padding-md-equal {
    padding-top: 105px;
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-md-equal {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .section-padding-md-equal {
    padding-top: 75px;
    padding-bottom: 45px;
  }
}

.section-padding-top-md {
  padding-top: 110px;
}

@media only screen and (max-width: 991px) {
  .section-padding-top-md {
    padding-top: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-top-md {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .section-padding-top-md {
    padding-top: 65px;
  }
}

.section-padding-bottom-md {
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .section-padding-bottom-md {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-bottom-md {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .section-padding-bottom-md {
    padding-bottom: 45px;
  }
}

.section2-padding-md {
  padding-top: 108px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .section2-padding-md {
    padding-top: 93px;
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .section2-padding-md {
    padding-top: 78px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .section2-padding-md {
    padding-top: 63px;
    padding-bottom: 45px;
  }
}

.section2-padding-md-equal {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .section2-padding-md-equal {
    padding-top: 105px;
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .section2-padding-md-equal {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .section2-padding-md-equal {
    padding-top: 75px;
    padding-bottom: 45px;
  }
}


/*--------------------------------------
	5.6 Text Row
---------------------------------------*/
.text-row-1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-row-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-row-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.contact-details a{ color: #666; }
.contact-details .heading {
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1em;
}
@media (min-width: 1360px ){
.contact-details .heading span{ display: block; }
}
#google-map-embed iframe{ margin-bottom: -20px; }
.associate-logos > div{ border: #e9e9e9 1px solid; display: flex; align-items: center; justify-content: center; height: 120px; }
.blue-gradient-mask:before {
  background: linear-gradient(43deg, #01699D 25%, rgba(217, 217, 217, 0.00) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 0.85;
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.light-blue-gradient-mask:before {
  background: linear-gradient(6deg, #DEF3FE 7.29%, #FAFDFF 100%);
  opacity: 0.98;
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.no-mask:before {
  background: rgba(0,0,0,0.01);
  opacity: 0.98;
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.inner-menu a{ 
  font-size: 0.75em;
  color: #000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: block;
  position: relative;
}
.inner-menu a:hover,
.inner-menu a.active{ font-weight: 600; color: #067BB4; font-size: 0.8em; }
@media (min-width: 992px){
  .inner-menu a.active:after {
    content: '';
    position: absolute;
    bottom: -16px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #067bb4 transparent;
    transform: rotate(0deg);
    left: 0;
    right: 0;
    margin: auto;
  }
}
#sector-menu,#solutions-menu{ display:none; box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.2); }
body[data-page="Sectors"] #sector-menu,
body[data-page="Solutions"] #solutions-menu{ display: block; }
.service-details-box{ padding: 10px 0; }
section.service-details-wrap:nth-child(even) .row { background: #F8F8F8; padding: 0; margin: 0; }
div.service-details-wrap .row:nth-child(even) { background: #F8F8F8; padding: 0; margin: 0; }
.subsection{ background: #F8F8F8; padding: 0 40px; margin: 0 -40px; }
.subhead{
  margin: 0 -40px;
  background: url('../img/solutions/subhead-bg.png') no-repeat top left / cover;
  padding: 10px 40px;
}
.subhead.bg-transparent{ background: transparent; }
.subhead * { color: #FFF; line-height:normal; }
.subhead h2 {
  font-size: 1.35em;
  margin: 0;
  font-weight: 700;
}
@media (min-width: 1370px){
  body{ font-size: calc(0.6vmax + 8px); }
}
@media (min-width: 992px){
  section.service-details-wrap:nth-child(even) .row > div:nth-child(2),
  div.service-details-wrap .row:nth-child(even) > div:nth-child(2) { padding: 0; }
}
@media (max-width: 1200px){
  body { font-size: calc(1vmax + 8px); }
  .about-content{
    background: #fefefee3 url('assets/img/home/about-section-right-bg.png') no-repeat center center !important;
    padding: 14% 0;
  }
}
@media (max-width: 992px){
  body { font-size: calc(16px); }
  div.service-details-wrap .row:nth-child(2n) {
    padding: 20px;
    margin: 0 -40px;
  }
  .inner-menu{ padding-bottom: 5px; }
  .inner-menu a {
    text-align: left;
    line-height: 1.2em;
    padding: 0 3px;
  }
  .sector-menu, .solutions-menu { display: none; }
  body[data-page="Sectors"] #sector-menu .container, 
  body[data-page="Solutions"] #solutions-menu .container{ max-width: 98%; }
  body[data-page="Sectors"] #sector-menu .container h3, 
  body[data-page="Solutions"] #solutions-menu .container h3 {
    font-size: 0.9em;
    line-height: normal;
    font-weight: 600;
  }
}
