/* ----------------------------------------------------------------------------------------
Template: Hexagon - Agency, Startup and SaaS template
Version: 1.1.0
Author: tempload - support@tempload.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. testimonials
08. pricing
09. blog
10. footer
11. pages
12. faq
13. aside
14. contact
15. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
    color: #222;
    font: 15px/1.6 'Barlow',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
    font-weight: 500;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

::selection {
  background: #4278E5;
  color: #fff;
}

::-moz-selection {
  background: #4278E5;
  color: #fff;
}

.section {
  padding-top: 70px;
  padding-bottom: 30px;
}

.section.white {
  background: #fff;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: bold;
  font-size: 24px;
  color: #1e3056;
  letter-spacing: 1.30px;
  line-height: 50px;
  margin-bottom: 20px;
}
.left-heading .section-title span{
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #1e3056;
  letter-spacing: 1.30px;
  margin-bottom: 15px;
  font-style: italic;
  position: relative;
}
.left-heading .section-title span:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 1px #1e3056;
bottom: -1px;
width: 5%;
}
.center-heading {
  text-align: center;
}
.box_inner {
    padding: 0 30px;
}
.center-heading .section-title {
  font-weight: bold;
  font-size: 30px;
  color: #1e3056;
  line-height: 50px;
  letter-spacing: 1.75px;
  margin-bottom: 20px;
}
 .center-heading .section-title span{
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #1e3056;
  letter-spacing: 1.30px;
  margin-bottom: 15px;
  font-style: italic;
  position: relative;
}
 .center-heading .section-title span:after {
position: absolute;
left: 48.5%;
content: " ";
display: block;
border-bottom: solid 1px #1e3056;
bottom: -1px;
width: 3%;
}
.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #C7E5FF;
}

.center-text p {
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #C7E5FF;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.left-text ul {
  color: #1e3056;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  margin-bottom: 30px;
}

.left-text ul li {
    font-weight: bold;
  min-height: 32px;
  line-height: 32px;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.left-text ul li:before {
  position: absolute;
  left: 0px;
  content: "\f178";
  font-family: FontAwesome;
  height: 32px;
  line-height: 32px;
}

.left-text ul li:hover {
  padding-left: 40px;
}
.left-text ul li span{
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}
.imgff2 {
    margin-bottom: 40px;
}
.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.border-bottom {
  border-bottom: 1px solid #F5F5F5 !important;
}

.bg-center-right {
  background: #fff url(../images/section-bg-right.svg) center right no-repeat !important;
}

.bg-center-left {
  background: #fff url(../images/section-bg-left.svg) center left no-repeat !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.btn-primary-line {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #4278E5;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  background: #fff;
  color: #4278E5;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  cursor: pointer;
}

.btn-primary-line:hover {
  background: #4278E5;
  color: #fff;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

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

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

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

blockquote {
  margin-bottom: 28px;
  padding: 30px;
  padding-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #F4F8FB;
  overflow: hidden;
}

blockquote .text {
  position: relative;
  text-align: center;
}

blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}

blockquote .text:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .text:after {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .author {
  color: #3B566E;
  text-align: center;
}

.page-gallery {
  height: 185px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
.center-heading .section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #C7E5FF;
}

.header-area .main-nav .nav li a.btn-nav-line {
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 30px;
  margin-top: 5px;
  line-height: 30px;
  letter-spacing: 0.5px;
  background: #1e3056;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.header-area .main-nav .nav li a.btn-nav-line:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: .19;
}

.header-area .main-nav .nav li a.btn-nav-line span {
  position: relative;
  z-index: 2;
}

.header-area .main-nav .nav li a.btn-nav-line:hover {
  background: #fff;
  color: #1e3056;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3B566E;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #4278E5;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #f5f5f5;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area.header-sticky .logo {
  margin-top: 20px;
}

.header-area.header-sticky .nav {
  margin-top: 21px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e3056;
}

.header-area.header-sticky .nav li a:hover {
  color: #93a8d1;
}

.header-area.header-sticky .nav li a.btn-nav-line {
  color: #fff;
}

.header-area.header-sticky .nav li a.btn-nav-line:hover {
  background: #495776;
  color: #fff;
}

.header-area.header-sticky .nav li.submenu {
  position: relative;
}

.header-area.header-sticky .nav li.submenu:after {
  color: #3B566E;
}

.header-area.header-white {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area.header-white .logo {
  margin-top: 22px;
}

.header-area.header-white .nav {
  margin-top: 21px !important;
}

.header-area.header-white .nav li a {
  color: #3B566E;
}

.header-area.header-white .nav li a:hover {
  color: #4278E5;
}

.header-area.header-white .nav li a.btn-nav-line {
  border: 1px solid #3B566E;
  color: #3B566E;
}

.header-area.header-white .nav li a.btn-nav-line:hover {
  background: #1e3056;
  border: 1px solid #1e3056;
  color: #fff;
}

.header-area.header-white .nav li.submenu {
  position: relative;
}

.header-area.header-white .nav li.submenu:after {
  color: #3B566E;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 20px;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 5px;
  }
}

@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 15px;
  }
  .header-area .logo img{
    width: 250px;
  }
  .header-area .light-logo {
    display: none !important;
  }
  .header-area .dark-logo {
    display: block !important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }
  .header-area .main-nav .nav li a.btn-nav-line {
    margin-top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    padding-left: 50px !important;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.welcome-area:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 3;
}

.welcome-area .right-bg {
  float: right;
  width: 55.5%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.welcome-area .right-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 51;
  opacity: 0.5;
  background: rgba(30,48,86,0.6);
}

.welcome-area .header-hexagon-bg {
  position: absolute;
  top: -1px;
  min-height: 500px;
  z-index: 2;
}

.welcome-area .header-text {
  position: absolute;
  width: 100%;
  top: 55%;
  transform: perspective(1px) translateY(-50%);
  z-index: 4;
}

.welcome-area .header-text h1 {
  font-weight: 700;
  font-size: 88px;
  color: #1E3056;
  line-height: 1.1;
  letter-spacing: 1.4px;
  margin-bottom: 40px;
}
.welcome-area .header-text h1 span{
  white-space: nowrap;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 16px;
  color: #444;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}


@media (max-width: 1200px) {
  .header-text {
    top: 60% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .header-text h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .header-text .email-box {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .welcome-area {
    margin-top: 80px;
  }
  .welcome-area .right-bg {
    width: 100%;
  }
  .welcome-area .right-bg:before {
  opacity: 0.7;
  background: rgba(30,48,86,0.8);
}
  .welcome-area .header-hexagon-bg {
    display: none;
  }
  .welcome-area .header-text {
    top: 60% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .welcome-area .header-text h1 {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 15px !important;
    color: #fff;
    text-align: center;
  }
  .welcome-area .header-text p {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
  }
  .welcome-area .header-text .email-box {
    width: 100% !important;
  }
  .welcome-area .header-text .email-box span {
    color: #fff;
    text-align: center;
  }
  .welcome-area .play-button-wrapper {
    display: none;
  }
}

/* 
---------------------------------------------
Office
--------------------------------------------- 
*/
.features-small-item {
  display: block;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.features-small-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #0FB4E5 0%, #173891 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.features-small-item:hover {
  margin-top: -15px;
}

.features-small-item .icon {
  width: 60px;
  height: 67px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}

.features-small-item .icon .hexagon-bg {
  width: 60px;
  height: 37px;
  margin-top: 15px;
  background: #E2EBFF;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.features-small-item .icon .hexagon-bg:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 15px solid #E2EBFF;
}

.features-small-item .icon .hexagon-bg:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #E2EBFF;
}

.features-small-item .icon i {
  display: block;
  height: 67px;
  line-height: 67px;
  position: absolute;
  width: 100%;
  top: -15px;
  z-index: 2;
  font-size: 25px;
  color: #1375ba;
}

.features-small-item .features-title {
  font-weight: bold;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.features-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px !important;
}
.mottoo {
    padding: 0 0 100px;
}
@media (max-width: 991px) {
.mottoo {
    padding: 0 0 40px;
}  
}


/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/
.parallax {
  min-height: 380px;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
}

.parallax:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .9;
  background: rgba(0,0,0,0.4);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.parallax .parallax-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  width: 100%;
}

.parallax .parallax-content .info {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.parallax .parallax-content .info p {
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  letter-spacing: 1.38px;
  line-height: 34px;
}

.parallax .parallax-content a.p_button {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    background: #1e3056;
    padding: 20px 10px;
    width: 280px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.3s;
}
.parallax .parallax-content a.p_button:hover {
    background: #fff;
    color: #1e3056;
}
.parallax .parallax-content .p_tel {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 2px;
}
.parallax .parallax-content .p_tel a{
    color: #fff;
}
.parallax .parallax-content .p_tel span{
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: normal;
}
.parallax .parallax-content .p_tel i{
    color: #1e3056;
}
@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parallax .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
    .parallax .parallax-content .info p {
      font-size: 16px;
    }
    .parallax .parallax-content .info p br{
      display: none;
    }
    .parallax .parallax-content a.p_button {
        margin-top: 30px;
        padding: 12px 10px;
    }
    .parallax .parallax-content .p_tel {
        font-size: 30px;
        letter-spacing: 0;
    }
}

/* 
---------------------------------------------
office
--------------------------------------------- 
*/
.table td, .table th {
    padding: 15px 20px;
    vertical-align: top;
    border-top: 1px dotted #eee;
}
.table th {
    color: #1e3056;
}

#office .row {
    margin-top: 30px;
}

/* 
---------------------------------------------
Contact
--------------------------------------------- 
*/
#contact {
    background: #f7f7f7;
    padding-bottom: 100px;
}

#thanks {
    padding: 150px 0 100px;
}






/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  min-height: 75px;
  position: relative;
  background: #1e3056;
}

footer p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  font-weight: 400;
  font-size: 12px;
  color: #E2EBFF;
  line-height: 24px;
}

/* 
---------------------------------------------
pages
--------------------------------------------- 
*/
.page {
  background: #fff;
}

.page .cover {
  margin-top: 80px;
  min-height: 270px;
  position: relative;
  overflow: hidden;
}

.page .cover:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  left: -20%;
  top: -20%;
  right: -20%;
  bottom: -20%;
  background-image: linear-gradient(127deg, #0FB4E5 0%, #173891 91%);
  z-index: 2;
  opacity: 0.7;
}

.page .cover .page-top {
  position: absolute;
  width: 100%;
  bottom: 50px;
  z-index: 3;
}

.page .cover .page-top h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
}

.page .cover .page-top .breadcrumb {
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
}

.page .cover .page-top .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: #C7E5FF;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}

.page .cover .page-top .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  color: #C7E5FF;
}

.page .cover .page-top .breadcrumb li:first-child {
  margin-left: 0px;
}

.page .cover .page-top .breadcrumb li:last-child:after {
  content: '';
  margin-left: 0px;
}

.page .cover .page-top .breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.page .page-bottom {
  padding-top: 100px;
  padding-bottom: 70px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #6F8BA4;
}

.page .page-bottom p {
  margin-bottom: 28px;
}

.page .page-bottom .about {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.page .page-bottom .about.left .about-image {
  float: right;
}

.page .page-bottom .about.left .about-text {
  left: 0px;
}

.page .page-bottom .about .about-image {
  position: relative;
  width: 70%;
  float: left;
  height: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.page .page-bottom .about .about-text {
  position: absolute;
  z-index: 2;
  width: 40%;
  float: right;
  right: 0px;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 10px;
}

.page .page-bottom .about .about-text h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 1.75px;
  color: #3B566E;
  margin-bottom: 20px;
}

.page .page-bottom .about .about-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}

.page .page-bottom .features-small-item {
  background: #fff;
}

.page .page-bottom .page-detail .image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .page .cover {
    margin-top: 80px;
  }
  .page .cover h1 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .page .cover .page-top {
    text-align: center;
  }
  .page .cover .page-top .breadcrumb {
    float: none;
    text-align: center;
    display: block;
  }
  .page .cover .page-top .breadcrumb li {
    display: inline;
  }
  .page .page-bottom .about {
    overflow: initial !important;
    margin-bottom: 30px !important;
  }
  .page .page-bottom .about .about-image {
    width: 100% !important;
    height: 300px;
  }
  .page .page-bottom .about .about-text {
    position: relative !important;
    width: 100% !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  }
}

/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: #E2EBFF;
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #4278E5;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

aside.default-aside .sidebar ul li.active a {
  background: #4278E5;
  color: #fff;
}

aside.default-aside .sidebar ul li.active a:after {
  color: #fff;
}

aside.default-aside .sidebar ul li.active a:hover {
  padding-left: 60px;
}

aside.default-aside .sidebar ul li:last-child a {
  border: none;
}

aside.default-aside .sidebar ul li a {
  display: block;
  border-bottom: 1px dashed #ECF7FF;
  height: 59px;
  line-height: 59px;
  padding-left: 59px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
  letter-spacing: 0.88px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

aside.default-aside .sidebar ul li a:hover {
  padding-left: 70px;
}

aside.default-aside .sidebar ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 30px;
  color: #3B566E;
}

aside.default-aside .sidebar ul li a span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #E2EBFF;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #6F8BA4;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

aside.default-aside .sidebar .search-widget {
  display: block;
  margin-bottom: 30px;
  height: 50px;
  position: relative;
}

aside.default-aside .sidebar .search-widget input {
  border: 1px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

aside.default-aside .sidebar .search-widget input:focus {
  border: 1px solid #4278E5;
  padding-left: 30px;
}

aside.default-aside .sidebar .search-widget button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
  border: none;
  background-image: linear-gradient(127deg, #0FB4E5 0%, #173891 91%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding: 0px;
}

aside.default-aside .sidebar .search-widget button i {
  color: #fff;
}

aside.default-aside .sidebar .widget-tags {
  padding: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

aside.default-aside .sidebar .widget-tags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #E2EBFF;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar .widget-tags a:hover {
  background: #4278E5;
  color: #fff;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.contact {
  float: left;
  width: 100%;
  position: relative;
}

.contact .map-wrapper {
  position: relative;
  width: 80%;
  float: left;
  height: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.contact .map-wrapper .map-canvas {
  width: 100%;
  height: 100%;
}

.contact .contact-info {
  position: absolute;
  z-index: 2;
  width: 30%;
  float: right;
  right: 0px;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  background-image: linear-gradient(135deg, #0FB4E5 0%, #173891 100%);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 10px;
}

.contact .contact-info .item {
  overflow: hidden;
  margin-bottom: 30px;
  color: #fff;
}

.contact .contact-info .item i {
  float: left;
  font-size: 16px;
  width: 20px;
  margin-right: 10px;
  margin-top: 5px;
}

.contact .contact-info .item span {
  float: left;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  font-size: 14px;
}

.contact .contact-info .item span a {
  color: #fff;
}

.contact .contact-info .social {
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.contact .contact-info .social li {
  display: inline;
  font-size: 22px;
  margin-right: 7px;
  margin-left: 7px;
}

.contact .contact-info .social li a {
  color: #fff;
}

.contact-bottom {
  border-top: 1px solid #f5f5f5;
  margin-top: 60px;
  padding-top: 60px;
}

.contact-bottom .contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-bottom .contact-text p {
  margin-bottom: 28px;
}

.contact-bottom .contact-form input, .contact-bottom .contact-form textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-bottom .contact-form input:focus, .contact-bottom .contact-form textarea:focus {
  border: 1px solid #4278E5;
  padding-left: 30px;
}

.contact-bottom .contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-bottom .contact-form .btn-primary-line {
  margin-bottom: 0px !important;
}

@media (max-width: 991px) {
  .contact {
    overflow: initial !important;
    margin-bottom: 30px !important;
  }
  .contact .map-wrapper {
    width: 100% !important;
    height: 300px;
    margin-bottom: 30px;
  }
  .contact .contact-info {
    position: relative !important;
    width: 100% !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  }
  .contact-bottom {
    margin-top: 30px;
    padding-top: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
.preloader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #F7FAFD;
}

.slice {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  border: 30px solid transparent;
  border-left-width: 17px;
  border-right-width: 17px;
  border-top-color: #4278E5;
  transform: translate(-50%, -50%);
}

.slice:nth-child(1) {
  border-top-color: #4278e5;
  transform: translate(-50%, -50%) rotate(0deg) scale(0);
  animation: sparkleLoad-1 2s 0.07s infinite;
}

.slice:nth-child(2) {
  border-top-color: #425de5;
  transform: translate(-50%, -50%) rotate(60deg) scale(0);
  animation: sparkleLoad-2 2s 0.14s infinite;
}

.slice:nth-child(3) {
  border-top-color: #4242e5;
  transform: translate(-50%, -50%) rotate(120deg) scale(0);
  animation: sparkleLoad-3 2s 0.21s infinite;
}

.slice:nth-child(4) {
  border-top-color: #5e42e5;
  transform: translate(-50%, -50%) rotate(180deg) scale(0);
  animation: sparkleLoad-4 2s 0.28s infinite;
}

.slice:nth-child(5) {
  border-top-color: #7942e5;
  transform: translate(-50%, -50%) rotate(240deg) scale(0);
  animation: sparkleLoad-5 2s 0.35s infinite;
}

.slice:nth-child(6) {
  border-top-color: #9442e5;
  transform: translate(-50%, -50%) rotate(300deg) scale(0);
  animation: sparkleLoad-6 2s 0.42s infinite;
}

@keyframes sparkleLoad-1 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
  }
  25%,
  75% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
  }
}

@keyframes sparkleLoad-2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(60deg) scale(0);
  }
  25%,
  75% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(60deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(60deg) scale(0);
  }
}

@keyframes sparkleLoad-3 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(120deg) scale(0);
  }
  25%,
  75% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(120deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(120deg) scale(0);
  }
}

@keyframes sparkleLoad-4 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg) scale(0);
  }
  25%,
  75% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg) scale(0);
  }
}

@keyframes sparkleLoad-5 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(240deg) scale(0);
  }
  25%,
  75% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(240deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(240deg) scale(0);
  }
}

@keyframes sparkleLoad-6 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(300deg) scale(0);
  }
  25%,
  75% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(300deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(300deg) scale(0);
  }
}
