/*
Theme Name:
Author: yaminncco

Colors:
	Body 		  : #868F9B
	Headers 	: #10161A
	Primary 	: #6195FF
	Dark      : #FCFCFF
	Grey 		  : #F4F4F4 #FAFAFA #EEE

Fonts: Montserrat Varela Round

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Header
5 > About
6 > Portfolio
7 > Services
8 >  Why choose us
9 >  Numbers
10 > Pricing
11 > Testimonial
12 > Team
13 > Blog
14 > Blog post
15 > Blog sidebar
16 > Contact
17 > Footer
18 > Responsive
19 > Owl theme
20 > Back to top
21 > Preloader

------------------------------------*/

/*------------------------------------*\
	General
\*------------------------------------*/

/* -- typography -- */

body {
  font-family: "Varela Round", sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  color: #868f9b !important;
}
.card-title {
  font-size: 16px;
  line-height: 24px;
}
.card-text {
  font-size: 14px;
  line-height: 24px;

  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #10161a;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 36px !important;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

a {
  color: #6195ff;
  text-decoration: none;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.card .card-link {
  color: #ffffff;
  text-decoration: none;
  background-color: #19438c;
  padding: 7px 12px;
  border-radius: 8px 0px;
}

.card .card-link:hover {
  color: #020101;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid #19438c;
  padding: 7px 12px;
}

/* a:hover,
  a:focus {
      text-decoration: none;
      outline: none;
      opacity: 0.8;
      color: #6195FF;
  } */

.main-color {
  color: #6195ff;
}

.white-text {
  color: #fff;
}

::-moz-selection {
  background-color: #6195ff;
  color: #fff;
}

::selection {
  background-color: #6195ff;
  color: #fff;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* -- section  -- */

.section {
  position: relative;
}

.md-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sm-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* --  background section  -- */

.bg-grey {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.bg-dark {
  background-color: #1c1d21;
}

/* --  background image section  -- */

.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #1c1d21;
}

/* --  section header  -- */

.section-header {
  position: relative;
  margin-bottom: 30px;
}

.section-header .title {
  text-transform: capitalize;
}

.title:after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: #6195ff;
  margin-top: 20px;
}

.text-center .title:after {
  margin: 20px auto 0px;
}

/* --  Input  -- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea {
  height: 25px;
  width: 100%;
  border: none;
  background: #f4f4f4;
  border-bottom: 2px solid #eee;
  color: #354052;
  padding: 0px 10px;
  opacity: 0.5;
  -webkit-transition: 0.2s border-color, 0.2s opacity;
  transition: 0.2s border-color, 0.2s opacity;
}

textarea {
  padding: 10px 10px;
  min-height: 80px;
  resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #6195ff;
  opacity: 1;
}

/* --  Buttons  -- */

.main-btn,
.white-btn,
.outline-btn {
  display: inline-block;
  padding: 5px 12px;
  margin: 3px;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.main-btn {
  background: #6195ff;
  color: #fff;
}

.white-btn {
  background: #fff;
  color: #10161a !important;
}

.outline-btn {
  background: transparent;
  color: #6195ff !important;
  border-color: #6195ff;
}

.main-btn:hover,
.white-btn:hover,
.outline-btn:hover {
  opacity: 0.8;
}

/*------------------------------------*\
      Logo
  \*------------------------------------*/

.navbar-brand {
  padding: 0;
}

.navbar-brand .logo,
.navbar-brand .logo-alt {
  max-height: 50px;
  display: block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
  display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
  display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
  display: none;
}

@media only screen and (max-width: 767px) {
  #nav.nav-transparent .navbar-brand .logo-alt {
    display: none !important;
  }

  #nav.nav-transparent .navbar-brand .logo {
    display: block !important;
  }
}

/*------------------------------------*\
      Navigation
  \*------------------------------------*/

#nav {
  padding: 0px 0px;
  background: #fff;
  -webkit-transition: 0.2s padding;
  transition: 0.2s padding;
  z-index: 999;
}

#nav.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}

#nav.fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0px 0px;
  background-color: #fff !important;
  border-bottom: 1px solid #eee;
}

#nav.nav-transparent {
  background: transparent;
}

/* -- default nav -- */

@media only screen and (min-width: 768px) {
  .main-nav li {
    padding: 0px 15px;
  }

  .main-nav li a {
    font-size: 16px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
  }

  .main-nav > li > a {
    color: #10161a;
    padding: 15px 0px;
  }

  #nav.nav-transparent:not(.fixed-nav) .main-nav > li > a {
    color: #000;
  }

  .main-nav > li > a:hover,
  .main-nav > li > a:focus,
  .main-nav > li.active > a {
    background: transparent;
    color: #6195ff;
  }

  .main-nav > li > a:after {
    content: "";
    display: block;
    background-color: #6195ff;
    height: 2px;
    width: 0%;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
  }

  .main-nav > li > a:hover:after,
  .main-nav > li.active > a:after {
    width: 100%;
  }

  /* dropdown */
  .has-dropdown {
    position: relative;
  }

  .has-dropdown > a:before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 6px;
    margin-left: 6px;
    float: right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
  }

  .dropdown {
    position: absolute;
    right: -50%;
    top: 0;
    background-color: #6195ff;
    width: 200px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
    box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
    -webkit-transform: translateY(15px) translateX(50%);
    -ms-transform: translateY(15px) translateX(50%);
    transform: translateY(15px) translateX(50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  .main-nav > .has-dropdown > .dropdown {
    top: 100%;
    right: 50%;
  }

  .main-nav > .has-dropdown > .dropdown .dropdown.dropdown-left {
    right: 150%;
  }

  .dropdown li a {
    display: block;
    color: #fff;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    padding: 10px 0px;
  }

  .dropdown li:nth-child(1) a {
    border-top: none;
  }

  .has-dropdown:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px) translateX(50%);
    -ms-transform: translateY(0px) translateX(50%);
    transform: translateY(0px) translateX(50%);
  }

  .has-dropdown:hover > a:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .nav-collapse {
    display: none;
  }
}

/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
  #nav {
    padding: 0px 0px;
  }

  #nav.nav-transparent {
    background: #fff;
  }

  .main-nav {
    position: fixed;
    right: 0;
    height: calc(100vh - 80px);
    -webkit-box-shadow: 0px 80px 0px 0px #1c1d21;
    box-shadow: 0px 80px 0px 0px #1c1d21;
    max-width: 250px;
    width: 0%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    margin: 0;
    overflow-y: auto;
    background: #1c1d21;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  #nav.open .main-nav {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
  }

  .main-nav li {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
  }

  .main-nav li a {
    display: block;
    color: #fff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  .main-nav > li.active {
    border-left: 6px solid #6195ff;
  }

  .main-nav li a:hover,
  .main-nav li a:focus {
    background-color: #6195ff;
    color: #fff;
    opacity: 1;
  }

  .has-dropdown > a:after {
    content: "\f054";
    font-family: "FontAwesome";
    float: right;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
  }

  .dropdown {
    opacity: 0;
    visibility: hidden;
    height: 0;
    background: rgba(250, 250, 250, 0.1);
  }

  .dropdown li a {
    padding: 6px 10px;
  }

  .has-dropdown.open-drop > a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .has-dropdown.open-drop > .dropdown {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
}

/* -- nav btn collapse -- */

.nav-collapse {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  z-index: 99999;
}

.nav-collapse span {
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
}

.nav-collapse span:before,
.nav-collapse span:after {
  content: "";
  display: block;
}

.nav-collapse span,
.nav-collapse span:before,
.nav-collapse span:after {
  height: 4px;
  background: #10161a;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-collapse span:before {
  -webkit-transform: translate(0%, 10px);
  -ms-transform: translate(0%, 10px);
  transform: translate(0%, 10px);
}

.nav-collapse span:after {
  -webkit-transform: translate(0%, -14px);
  -ms-transform: translate(0%, -14px);
  transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
  background: transparent;
}

#nav.open .nav-collapse span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
  -webkit-transform: translateY(-4px) rotate(135deg);
  -ms-transform: translateY(-4px) rotate(135deg);
  transform: translateY(-4px) rotate(135deg);
}

/*------------------------------------*\
      Header
  \*------------------------------------*/

header {
  position: relative;
}

#home {
  height: 100%;
}

#home .home-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.home-content h1 {
  text-transform: uppercase;
}

.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
  display: inline-block;
  margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
  float: right;
  background: transparent;
  margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
  color: #868f9b;
}

.breadcrumb > li + li:before {
  color: #868f9b;
}

/*------------------------------------*\
      About
  \*------------------------------------*/

.about {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #eee;
  margin: 15px 0px;
}

.about i {
  font-size: 36px;
  color: #6195ff;
  margin-bottom: 20px;
}

.about:after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}

.about:hover:after {
  width: 100%;
}

.about h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.about:hover h3 {
  color: #fff;
}

/*------------------------------------*\
      Portfolio
  \*------------------------------------*/

.work {
  position: relative;
  padding: 20px;
}

.work > img {
  width: 100%;
}

.work .overlay {
  background: #1c1d21;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.work:hover .overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0.8;
}

.work .work-content {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work .work-content h3 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.work:hover .work-content h3 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.work .work-content span {
  display: block;
  text-transform: uppercase;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  color: #6195ff;
  margin-bottom: 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.work:hover .work-content span {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.work .work-link {
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.work .work-link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #6195ff;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.work:hover .work-link {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

/*------------------------------------*\
      Services
  \*------------------------------------*/

.service {
  position: relative;
  padding: 40px 20px 40px 70px;
  margin: 15px 0px;
  border: 1px solid #eee;
}

.service i {
  position: absolute;
  left: 20px;
  text-align: center;
  font-size: 32px;
  color: #6195ff;
  border-radius: 50%;
}

.service:after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}

.service:hover:after {
  width: 100%;
}

.service h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.service:hover h3 {
  color: #fff;
}

/*------------------------------------*\
      Why choose us
  \*------------------------------------*/

.feature {
  margin: 15px 0px;
}

.feature i {
  float: left;
  padding: 5px;
  border-radius: 50%;
  color: #6195ff;
  border: 1px solid #6195ff;
  margin-right: 5px;
}

/*------------------------------------*\
      Numbers
  \*------------------------------------*/

.number {
  text-align: center;
  margin: 15px 0px;
}

.number i {
  color: #6195ff;
  font-size: 36px;
  margin-bottom: 20px;
}

.number h3 {
  font-size: 36px;
  margin-bottom: 10px;
}

/*------------------------------------*\
      Pricing
  \*------------------------------------*/

.pricing {
  position: relative;
  text-align: center;
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 11;
  margin: 15px 0px;
}

.pricing::after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
  z-index: -1;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
}

.pricing:hover:after {
  height: 100%;
}

.pricing .price-head {
  position: relative;
  margin-bottom: 20px;
}

.pricing .price-title {
  display: block;
  padding: 40px 0px 20px;
  text-transform: uppercase;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.pricing:hover .price-title {
  color: #6195ff;
}

.pricing .price {
  position: relative;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #6195ff;
}

.pricing .price h3 {
  font-size: 42px;
  margin: 0px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.pricing:hover .price h3 {
  color: #fff;
}

.pricing .duration {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #10161a;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.pricing:hover .duration {
  color: #fff;
}

.pricing .price-btn {
  padding-top: 20px;
  padding-bottom: 40px;
}

/*------------------------------------*\
      Testimonial
  \*------------------------------------*/

.testimonial {
  margin: 15px 0px;
}

.testimonial-meta {
  position: relative;
  padding-left: 90px;
  height: 70px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.testimonial img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}

.testimonial h3 {
  margin-bottom: 5px;
}

.testimonial span {
  font-size: 14px;
  color: #6195ff;
  text-transform: uppercase;
}

/*------------------------------------*\
      Team
  \*------------------------------------*/

.team {
  position: relative;
  background-color: #f4f4f4;
  padding: 40px 20px;
  margin: 15px 0px;
}

.team::after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
  z-index: 1;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
}

.team:hover:after {
  height: 100%;
}

.team-img {
  position: relative;
  margin-bottom: 20px;
  z-index: 11;
}

.team-img > img {
  width: 100%;
}

.team .overlay {
  background: #1c1d21;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.team:hover .overlay {
  opacity: 0.8;
}

.team .team-content {
  text-align: center;
  position: relative;
  z-index: 11;
}

.team .team-content h3 {
  margin-bottom: 10px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.team .team-content span {
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.team:hover .team-content h3 {
  color: #fff;
}

.team:hover .team-content span {
  color: #6195ff;
}

.team .team-social {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.team .team-social a {
  display: block;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background-color: #6195ff;
  color: #fff;
}

.team:hover .team-social {
  opacity: 1;
}

/*------------------------------------*\
      Blog
  \*------------------------------------*/

.blog {
  background-color: #fff;
  margin: 15px 0px;
}

.blog .blog-content {
  padding: 20px 20px 40px;
}

.blog .blog-meta {
  margin-bottom: 20px;
}

.blog .blog-meta li {
  display: inline-block;
  font-size: 14px;
  color: #10161a;
  margin-right: 10px;
}

.blog .blog-meta li i {
  color: #6195ff;
  margin-right: 5px;
}

/*------------------------------------*\
      Blog post
  \*------------------------------------*/

#main .blog .blog-content {
  padding: 20px 0px 0px;
}

#main .blog {
  margin-top: 0px;
}

/* -- blog tags -- */

.blog-tags {
  margin: 40px 0px;
}

.blog-tags h5 {
  margin-bottom: 0;
  display: inline-block;
}

.blog-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #f4f4f4;
  color: #10161a;
}

.blog-tags a:hover {
  color: #fff;
  background-color: #6195ff;
}

.blog-tags a i {
  margin-right: 3px;
  color: #6195ff;
}

.blog-tags a:hover i {
  color: #fff;
}

/* -- blog author -- */

.blog-author {
  margin: 40px 0px;
}

.blog-author .media .media-left {
  padding-right: 20px;
}

.blog-author .media {
  padding: 20px;
  border: 1px solid #eee;
}

.blog-author .media .media-heading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.blog-author .media .media-heading h3 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

.blog-author .media .media-heading .author-social {
  float: right;
}

.blog-author .author-social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  margin-left: 5px;
  color: #fff;
  background-color: #6195ff;
}

/* -- blog comments -- */

.blog-comments {
  margin: 40px 0px;
}

.blog-comments .media {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 0px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-top: 0px;
}

.blog-comments .media:first-child {
  border-bottom: 0px;
}

.blog-comments .media:last-child {
  border-bottom: 1px solid #eee;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-comments .media .media-body .media-heading .time {
  font-size: 12px;
  margin-left: 20px;
  font-weight: 400;
  color: #868f9b;
}

.blog-comments .media .media-body .media-heading .reply {
  float: right;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.blog-comments .media.author {
  background-color: #f4f4f4;
  border-color: #6195ff;
  border-bottom: 1px solid #6195ff;
}

.blog-comments .media.author > .media-body > .media-heading {
  color: #6195ff;
}

.blog-comments .media.author + .media {
  border-top: 0px;
}

/* blog reply form */

.reply-form {
  margin: 40px 0px;
}

.reply-form form .input,
.reply-form form .input,
.reply-form form textarea {
  margin-bottom: 20px;
}

.reply-form form .input,
.reply-form form .input {
  width: calc(50% - 10px);
  display: inline-block;
}

.reply-form form .input:nth-child(2) {
  margin-left: 15px;
}

/*------------------------------------*\
      Blog sidebar
  \*------------------------------------*/

#aside .widget {
  margin-bottom: 40px;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
  position: relative;
}

#aside .widget-search .search-input {
  padding-right: 50px;
}

#aside .widget-search .search-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  border: none;
  line-height: 40px;
  background-color: transparent;
  color: #6195ff;
}

/* -- category sidebar -- */

.widget-category a {
  display: block;
  font-size: 14px;
  color: #354052;
  border-bottom: 1px solid #eee;
  padding: 5px;
}

.widget-category a:nth-child(1) {
  border-top: 1px solid #eee;
}

.widget-category a span {
  float: right;
  color: #6195ff;
}

.widget-category a:hover {
  color: #6195ff;
}

/* -- tags sidebar -- */

.widget-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #f4f4f4;
  color: #10161a;
}

.widget-tags a:hover {
  color: #fff;
  background-color: #6195ff;
}

/* -- posts sidebar -- */

.widget-post {
  min-height: 70px;
  margin-bottom: 25px;
}

.widget-post img {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.widget-post a {
  display: block;
  color: #10161a;
}

.widget-post a:hover {
  color: #6195ff;
}

.widget-post .blog-meta {
  display: inline-block;
}

.widget-post .blog-meta li {
  display: inline-block;
  margin-right: 5px;
  color: #6195ff;
  font-size: 12px;
}

.widget-post li i {
  color: #6195ff;
  margin-right: 5px;
}

/*------------------------------------*\
      Contact
  \*------------------------------------*/

.contact {
  margin: 15px 0px;
  text-align: center;
}

.contact i {
  font-size: 36px;
  color: #6195ff;
  margin-bottom: 20px;
}

.contact-form {
  text-align: center;
  margin-top: 40px;
}

.contact-form .input {
  margin-bottom: 20px;
}

.contact-form .input:nth-child(1),
.contact-form .input:nth-child(2) {
  width: calc(50% - 10px);
}

.contact-form .input:nth-child(2) {
  margin-left: 15px;
}

/*------------------------------------*\
      Footer
  \*------------------------------------*/

/* #footer {
      position: relative;
  }
  
  .footer-logo {
      text-align: center;
      margin-bottom: 40px;
  }
  
  .footer-logo>a>img {
      max-height: 80px;
  }
  
  .footer-follow {
      text-align: center;
      margin-bottom: 20px;
  }
  
  .footer-follow li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 13px;
  }
  
  .footer-follow li a {
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 3px;
      background-color: #6195FF;
      color: #FFF;
  }
  
  .footer-copyright p {
      text-align: center;
      font-size: 14px;
      text-transform: uppercase;
      margin: 0;
      color: #fff;
  } */

/*------------------------------------*\
      Responsive
  \*------------------------------------*/

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
  .section-header h2.title {
    font-size: 31.5px;
  }

  .main-btn,
  .default-btn,
  .outline-btn,
  .white-btn {
    padding: 8px 22px;
    font-size: 14px;
  }

  .home-content h1 {
    font-size: 36px;
  }

  .header-wrapper h2 {
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .header-wrapper .breadcrumb {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #portfolio [class*="col-xs"] {
    width: 100%;
  }

  #numbers [class*="col-xs"] {
    width: 100%;
  }

  .contact-form .input:nth-child(1),
  .contact-form .input:nth-child(2) {
    width: 100%;
  }

  .contact-form .input:nth-child(2) {
    margin-left: 0px;
  }

  .reply-form form .input,
  .reply-form form .input {
    width: 100%;
  }

  .reply-form form .input:nth-child(2) {
    margin-left: 0px;
  }

  .blog-author .media .media-left {
    display: block;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .blog-author .media {
    text-align: center;
  }

  .blog-author .media .media-heading .author-social {
    margin-top: 10px;
    float: none;
  }

  .blog-author .media .media-left img {
    margin: auto;
  }

  .blog-comments .media .media {
    margin: 0px -15px;
  }
}

/*------------------------------------*\
      Owl theme
  \*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
  border: none;
  background: #eee;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #6195ff;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #6195ff;
  width: 20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
  opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #6195ff;
  color: #fff;
  padding: 0px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  line-height: 50px;
  margin: 0;
}

.owl-theme .owl-prev {
  left: 0px;
}

.owl-theme .owl-next {
  right: 0px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 0.8;
  background: #6195ff;
}

/*------------------------------------*\
      Back to top
  \*------------------------------------*/

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #6195ff;
  border-radius: 3px;
  color: #fff;
  z-index: 9999;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  cursor: pointer;
}

#back-to-top:after {
  content: "\f106";
  font-family: "FontAwesome";
}

#back-to-top:hover {
  opacity: 0.8;
}

/*------------------------------------*\
      Preloader
  \*------------------------------------*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999;
}

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader span {
  display: inline-block;
  background-color: #6195ff;
  width: 25px;
  height: 25px;
  -webkit-animation: 1s preload ease-in-out infinite;
  animation: preload 1s ease-in-out infinite;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}

.preloader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.video {
  height: 450px;
  position: relative;
  padding-bottom: 60%;
}

.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 16.5%;
  height: 100%;
  padding: 20px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item:nth-child(5) {
  background: rgb(25, 52, 72);
}

.projectFactsWrap .item:nth-child(6) {
  background: rgb(27, 58, 84);
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin: 0;
  padding: 10px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
  .projectFactsWrap .item p.number {
    font-size: 13px;
    padding: 0;
    font-weight: bold;
  }

  .projectFactsWrap .item {
    width: 16.5%;
    height: 100%;
    padding: 20px 0px;
    text-align: center;
  }

  .projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    margin: 0;
    padding: 10px;
  }
}

@media only screen and (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

/* gallery */

/* img {
      display: block;
    } */

.gallery {
  position: relative;
  z-index: 2;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gallery.pop {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.gallery figure {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.gallery figure img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery figure figcaption {
  display: none;
}

.popup {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in-out 0.2s;
}

.popup.pop {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

.popup.pop figure {
  margin-top: 0;
  opacity: 1;
}

.popup figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 30px;
  opacity: 0;
  -webkit-animation: poppy 500ms linear both;
  animation: poppy 500ms linear both;
}

.popup figure img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4);
}

.popup figure figcaption {
  position: absolute;
  bottom: 50px;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  z-index: 2;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 100px 20px 20px 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
}

.popup figure figcaption small {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  margin-top: 12px;
  text-indent: 3px;
  opacity: 0.7;
  letter-spacing: 1px;
}

.popup figure .shadow {
  position: relative;
  z-index: 1;
  top: -15px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 98%;
  height: 50px;
  opacity: 0.6;
  -webkit-filter: blur(15px) contrast(2);
  filter: blur(15px) contrast(2);
}

.popup .close {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(#close);
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.popup .close svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  3.4% {
    -webkit-transform: matrix3d(
      0.316,
      0,
      0,
      0,
      0,
      0.407,
      0,
      0,
      0,
      0,
      1,
      0,
      -94.672,
      -91.573,
      0,
      1
    );
    transform: matrix3d(
      0.316,
      0,
      0,
      0,
      0,
      0.407,
      0,
      0,
      0,
      0,
      1,
      0,
      -94.672,
      -91.573,
      0,
      1
    );
  }

  4.3% {
    -webkit-transform: matrix3d(
      0.408,
      0,
      0,
      0,
      0,
      0.54,
      0,
      0,
      0,
      0,
      1,
      0,
      -122.527,
      -121.509,
      0,
      1
    );
    transform: matrix3d(
      0.408,
      0,
      0,
      0,
      0,
      0.54,
      0,
      0,
      0,
      0,
      1,
      0,
      -122.527,
      -121.509,
      0,
      1
    );
  }

  4.7% {
    -webkit-transform: matrix3d(
      0.45,
      0,
      0,
      0,
      0,
      0.599,
      0,
      0,
      0,
      0,
      1,
      0,
      -134.908,
      -134.843,
      0,
      1
    );
    transform: matrix3d(
      0.45,
      0,
      0,
      0,
      0,
      0.599,
      0,
      0,
      0,
      0,
      1,
      0,
      -134.908,
      -134.843,
      0,
      1
    );
  }

  6.81% {
    -webkit-transform: matrix3d(
      0.659,
      0,
      0,
      0,
      0,
      0.893,
      0,
      0,
      0,
      0,
      1,
      0,
      -197.77,
      -200.879,
      0,
      1
    );
    transform: matrix3d(
      0.659,
      0,
      0,
      0,
      0,
      0.893,
      0,
      0,
      0,
      0,
      1,
      0,
      -197.77,
      -200.879,
      0,
      1
    );
  }

  8.61% {
    -webkit-transform: matrix3d(
      0.82,
      0,
      0,
      0,
      0,
      1.097,
      0,
      0,
      0,
      0,
      1,
      0,
      -245.972,
      -246.757,
      0,
      1
    );
    transform: matrix3d(
      0.82,
      0,
      0,
      0,
      0,
      1.097,
      0,
      0,
      0,
      0,
      1,
      0,
      -245.972,
      -246.757,
      0,
      1
    );
  }

  9.41% {
    -webkit-transform: matrix3d(
      0.883,
      0,
      0,
      0,
      0,
      1.168,
      0,
      0,
      0,
      0,
      1,
      0,
      -265.038,
      -262.804,
      0,
      1
    );
    transform: matrix3d(
      0.883,
      0,
      0,
      0,
      0,
      1.168,
      0,
      0,
      0,
      0,
      1,
      0,
      -265.038,
      -262.804,
      0,
      1
    );
  }

  10.21% {
    -webkit-transform: matrix3d(
      0.942,
      0,
      0,
      0,
      0,
      1.226,
      0,
      0,
      0,
      0,
      1,
      0,
      -282.462,
      -275.93,
      0,
      1
    );
    transform: matrix3d(
      0.942,
      0,
      0,
      0,
      0,
      1.226,
      0,
      0,
      0,
      0,
      1,
      0,
      -282.462,
      -275.93,
      0,
      1
    );
  }

  12.91% {
    -webkit-transform: matrix3d(
      1.094,
      0,
      0,
      0,
      0,
      1.328,
      0,
      0,
      0,
      0,
      1,
      0,
      -328.332,
      -298.813,
      0,
      1
    );
    transform: matrix3d(
      1.094,
      0,
      0,
      0,
      0,
      1.328,
      0,
      0,
      0,
      0,
      1,
      0,
      -328.332,
      -298.813,
      0,
      1
    );
  }

  13.61% {
    -webkit-transform: matrix3d(
      1.123,
      0,
      0,
      0,
      0,
      1.332,
      0,
      0,
      0,
      0,
      1,
      0,
      -336.934,
      -299.783,
      0,
      1
    );
    transform: matrix3d(
      1.123,
      0,
      0,
      0,
      0,
      1.332,
      0,
      0,
      0,
      0,
      1,
      0,
      -336.934,
      -299.783,
      0,
      1
    );
  }

  14.11% {
    -webkit-transform: matrix3d(
      1.141,
      0,
      0,
      0,
      0,
      1.331,
      0,
      0,
      0,
      0,
      1,
      0,
      -342.273,
      -299.395,
      0,
      1
    );
    transform: matrix3d(
      1.141,
      0,
      0,
      0,
      0,
      1.331,
      0,
      0,
      0,
      0,
      1,
      0,
      -342.273,
      -299.395,
      0,
      1
    );
  }

  17.22% {
    -webkit-transform: matrix3d(
      1.205,
      0,
      0,
      0,
      0,
      1.252,
      0,
      0,
      0,
      0,
      1,
      0,
      -361.606,
      -281.592,
      0,
      1
    );
    transform: matrix3d(
      1.205,
      0,
      0,
      0,
      0,
      1.252,
      0,
      0,
      0,
      0,
      1,
      0,
      -361.606,
      -281.592,
      0,
      1
    );
  }

  17.52% {
    -webkit-transform: matrix3d(
      1.208,
      0,
      0,
      0,
      0,
      1.239,
      0,
      0,
      0,
      0,
      1,
      0,
      -362.348,
      -278.88,
      0,
      1
    );
    transform: matrix3d(
      1.208,
      0,
      0,
      0,
      0,
      1.239,
      0,
      0,
      0,
      0,
      1,
      0,
      -362.348,
      -278.88,
      0,
      1
    );
  }

  18.72% {
    -webkit-transform: matrix3d(
      1.212,
      0,
      0,
      0,
      0,
      1.187,
      0,
      0,
      0,
      0,
      1,
      0,
      -363.633,
      -267.15,
      0,
      1
    );
    transform: matrix3d(
      1.212,
      0,
      0,
      0,
      0,
      1.187,
      0,
      0,
      0,
      0,
      1,
      0,
      -363.633,
      -267.15,
      0,
      1
    );
  }

  21.32% {
    -webkit-transform: matrix3d(
      1.196,
      0,
      0,
      0,
      0,
      1.069,
      0,
      0,
      0,
      0,
      1,
      0,
      -358.864,
      -240.617,
      0,
      1
    );
    transform: matrix3d(
      1.196,
      0,
      0,
      0,
      0,
      1.069,
      0,
      0,
      0,
      0,
      1,
      0,
      -358.864,
      -240.617,
      0,
      1
    );
  }

  24.32% {
    -webkit-transform: matrix3d(
      1.151,
      0,
      0,
      0,
      0,
      0.96,
      0,
      0,
      0,
      0,
      1,
      0,
      -345.164,
      -216.073,
      0,
      1
    );
    transform: matrix3d(
      1.151,
      0,
      0,
      0,
      0,
      0.96,
      0,
      0,
      0,
      0,
      1,
      0,
      -345.164,
      -216.073,
      0,
      1
    );
  }

  25.23% {
    -webkit-transform: matrix3d(
      1.134,
      0,
      0,
      0,
      0,
      0.938,
      0,
      0,
      0,
      0,
      1,
      0,
      -340.193,
      -210.948,
      0,
      1
    );
    transform: matrix3d(
      1.134,
      0,
      0,
      0,
      0,
      0.938,
      0,
      0,
      0,
      0,
      1,
      0,
      -340.193,
      -210.948,
      0,
      1
    );
  }

  28.33% {
    -webkit-transform: matrix3d(
      1.075,
      0,
      0,
      0,
      0,
      0.898,
      0,
      0,
      0,
      0,
      1,
      0,
      -322.647,
      -202.048,
      0,
      1
    );
    transform: matrix3d(
      1.075,
      0,
      0,
      0,
      0,
      0.898,
      0,
      0,
      0,
      0,
      1,
      0,
      -322.647,
      -202.048,
      0,
      1
    );
  }

  29.03% {
    -webkit-transform: matrix3d(
      1.063,
      0,
      0,
      0,
      0,
      0.897,
      0,
      0,
      0,
      0,
      1,
      0,
      -318.884,
      -201.771,
      0,
      1
    );
    transform: matrix3d(
      1.063,
      0,
      0,
      0,
      0,
      0.897,
      0,
      0,
      0,
      0,
      1,
      0,
      -318.884,
      -201.771,
      0,
      1
    );
  }

  29.93% {
    -webkit-transform: matrix3d(
      1.048,
      0,
      0,
      0,
      0,
      0.899,
      0,
      0,
      0,
      0,
      1,
      0,
      -314.277,
      -202.202,
      0,
      1
    );
    transform: matrix3d(
      1.048,
      0,
      0,
      0,
      0,
      0.899,
      0,
      0,
      0,
      0,
      1,
      0,
      -314.277,
      -202.202,
      0,
      1
    );
  }

  35.54% {
    -webkit-transform: matrix3d(
      0.979,
      0,
      0,
      0,
      0,
      0.962,
      0,
      0,
      0,
      0,
      1,
      0,
      -293.828,
      -216.499,
      0,
      1
    );
    transform: matrix3d(
      0.979,
      0,
      0,
      0,
      0,
      0.962,
      0,
      0,
      0,
      0,
      1,
      0,
      -293.828,
      -216.499,
      0,
      1
    );
  }

  36.74% {
    -webkit-transform: matrix3d(
      0.972,
      0,
      0,
      0,
      0,
      0.979,
      0,
      0,
      0,
      0,
      1,
      0,
      -291.489,
      -220.242,
      0,
      1
    );
    transform: matrix3d(
      0.972,
      0,
      0,
      0,
      0,
      0.979,
      0,
      0,
      0,
      0,
      1,
      0,
      -291.489,
      -220.242,
      0,
      1
    );
  }

  39.44% {
    -webkit-transform: matrix3d(
      0.962,
      0,
      0,
      0,
      0,
      1.01,
      0,
      0,
      0,
      0,
      1,
      0,
      -288.62,
      -227.228,
      0,
      1
    );
    transform: matrix3d(
      0.962,
      0,
      0,
      0,
      0,
      1.01,
      0,
      0,
      0,
      0,
      1,
      0,
      -288.62,
      -227.228,
      0,
      1
    );
  }

  41.04% {
    -webkit-transform: matrix3d(
      0.961,
      0,
      0,
      0,
      0,
      1.022,
      0,
      0,
      0,
      0,
      1,
      0,
      -288.247,
      -229.999,
      0,
      1
    );
    transform: matrix3d(
      0.961,
      0,
      0,
      0,
      0,
      1.022,
      0,
      0,
      0,
      0,
      1,
      0,
      -288.247,
      -229.999,
      0,
      1
    );
  }

  44.44% {
    -webkit-transform: matrix3d(
      0.966,
      0,
      0,
      0,
      0,
      1.032,
      0,
      0,
      0,
      0,
      1,
      0,
      -289.763,
      -232.215,
      0,
      1
    );
    transform: matrix3d(
      0.966,
      0,
      0,
      0,
      0,
      1.032,
      0,
      0,
      0,
      0,
      1,
      0,
      -289.763,
      -232.215,
      0,
      1
    );
  }

  52.15% {
    -webkit-transform: matrix3d(
      0.991,
      0,
      0,
      0,
      0,
      1.006,
      0,
      0,
      0,
      0,
      1,
      0,
      -297.363,
      -226.449,
      0,
      1
    );
    transform: matrix3d(
      0.991,
      0,
      0,
      0,
      0,
      1.006,
      0,
      0,
      0,
      0,
      1,
      0,
      -297.363,
      -226.449,
      0,
      1
    );
  }

  59.86% {
    -webkit-transform: matrix3d(
      1.006,
      0,
      0,
      0,
      0,
      0.99,
      0,
      0,
      0,
      0,
      1,
      0,
      -301.813,
      -222.759,
      0,
      1
    );
    transform: matrix3d(
      1.006,
      0,
      0,
      0,
      0,
      0.99,
      0,
      0,
      0,
      0,
      1,
      0,
      -301.813,
      -222.759,
      0,
      1
    );
  }

  61.66% {
    -webkit-transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      0.991,
      0,
      0,
      0,
      0,
      1,
      0,
      -302.102,
      -222.926,
      0,
      1
    );
    transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      0.991,
      0,
      0,
      0,
      0,
      1,
      0,
      -302.102,
      -222.926,
      0,
      1
    );
  }

  63.26% {
    -webkit-transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      0.992,
      0,
      0,
      0,
      0,
      1,
      0,
      -302.171,
      -223.276,
      0,
      1
    );
    transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      0.992,
      0,
      0,
      0,
      0,
      1,
      0,
      -302.171,
      -223.276,
      0,
      1
    );
  }

  75.28% {
    -webkit-transform: matrix3d(
      1.001,
      0,
      0,
      0,
      0,
      1.003,
      0,
      0,
      0,
      0,
      1,
      0,
      -300.341,
      -225.696,
      0,
      1
    );
    transform: matrix3d(
      1.001,
      0,
      0,
      0,
      0,
      1.003,
      0,
      0,
      0,
      0,
      1,
      0,
      -300.341,
      -225.696,
      0,
      1
    );
  }

  83.98% {
    -webkit-transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.61,
      -225.049,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.61,
      -225.049,
      0,
      1
    );
  }

  85.49% {
    -webkit-transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.599,
      -224.94,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.599,
      -224.94,
      0,
      1
    );
  }

  90.69% {
    -webkit-transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.705,
      -224.784,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.705,
      -224.784,
      0,
      1
    );
  }

  100% {
    -webkit-transform: matrix3d(
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -300,
      -225,
      0,
      1
    );
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

@keyframes poppy {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  3.4% {
    -webkit-transform: matrix3d(
      0.316,
      0,
      0,
      0,
      0,
      0.407,
      0,
      0,
      0,
      0,
      1,
      0,
      -94.672,
      -91.573,
      0,
      1
    );
    transform: matrix3d(
      0.316,
      0,
      0,
      0,
      0,
      0.407,
      0,
      0,
      0,
      0,
      1,
      0,
      -94.672,
      -91.573,
      0,
      1
    );
  }

  4.3% {
    -webkit-transform: matrix3d(
      0.408,
      0,
      0,
      0,
      0,
      0.54,
      0,
      0,
      0,
      0,
      1,
      0,
      -122.527,
      -121.509,
      0,
      1
    );
    transform: matrix3d(
      0.408,
      0,
      0,
      0,
      0,
      0.54,
      0,
      0,
      0,
      0,
      1,
      0,
      -122.527,
      -121.509,
      0,
      1
    );
  }

  4.7% {
    -webkit-transform: matrix3d(
      0.45,
      0,
      0,
      0,
      0,
      0.599,
      0,
      0,
      0,
      0,
      1,
      0,
      -134.908,
      -134.843,
      0,
      1
    );
    transform: matrix3d(
      0.45,
      0,
      0,
      0,
      0,
      0.599,
      0,
      0,
      0,
      0,
      1,
      0,
      -134.908,
      -134.843,
      0,
      1
    );
  }

  6.81% {
    -webkit-transform: matrix3d(
      0.659,
      0,
      0,
      0,
      0,
      0.893,
      0,
      0,
      0,
      0,
      1,
      0,
      -197.77,
      -200.879,
      0,
      1
    );
    transform: matrix3d(
      0.659,
      0,
      0,
      0,
      0,
      0.893,
      0,
      0,
      0,
      0,
      1,
      0,
      -197.77,
      -200.879,
      0,
      1
    );
  }

  8.61% {
    -webkit-transform: matrix3d(
      0.82,
      0,
      0,
      0,
      0,
      1.097,
      0,
      0,
      0,
      0,
      1,
      0,
      -245.972,
      -246.757,
      0,
      1
    );
    transform: matrix3d(
      0.82,
      0,
      0,
      0,
      0,
      1.097,
      0,
      0,
      0,
      0,
      1,
      0,
      -245.972,
      -246.757,
      0,
      1
    );
  }

  9.41% {
    -webkit-transform: matrix3d(
      0.883,
      0,
      0,
      0,
      0,
      1.168,
      0,
      0,
      0,
      0,
      1,
      0,
      -265.038,
      -262.804,
      0,
      1
    );
    transform: matrix3d(
      0.883,
      0,
      0,
      0,
      0,
      1.168,
      0,
      0,
      0,
      0,
      1,
      0,
      -265.038,
      -262.804,
      0,
      1
    );
  }

  10.21% {
    -webkit-transform: matrix3d(
      0.942,
      0,
      0,
      0,
      0,
      1.226,
      0,
      0,
      0,
      0,
      1,
      0,
      -282.462,
      -275.93,
      0,
      1
    );
    transform: matrix3d(
      0.942,
      0,
      0,
      0,
      0,
      1.226,
      0,
      0,
      0,
      0,
      1,
      0,
      -282.462,
      -275.93,
      0,
      1
    );
  }

  12.91% {
    -webkit-transform: matrix3d(
      1.094,
      0,
      0,
      0,
      0,
      1.328,
      0,
      0,
      0,
      0,
      1,
      0,
      -328.332,
      -298.813,
      0,
      1
    );
    transform: matrix3d(
      1.094,
      0,
      0,
      0,
      0,
      1.328,
      0,
      0,
      0,
      0,
      1,
      0,
      -328.332,
      -298.813,
      0,
      1
    );
  }

  13.61% {
    -webkit-transform: matrix3d(
      1.123,
      0,
      0,
      0,
      0,
      1.332,
      0,
      0,
      0,
      0,
      1,
      0,
      -336.934,
      -299.783,
      0,
      1
    );
    transform: matrix3d(
      1.123,
      0,
      0,
      0,
      0,
      1.332,
      0,
      0,
      0,
      0,
      1,
      0,
      -336.934,
      -299.783,
      0,
      1
    );
  }

  14.11% {
    -webkit-transform: matrix3d(
      1.141,
      0,
      0,
      0,
      0,
      1.331,
      0,
      0,
      0,
      0,
      1,
      0,
      -342.273,
      -299.395,
      0,
      1
    );
    transform: matrix3d(
      1.141,
      0,
      0,
      0,
      0,
      1.331,
      0,
      0,
      0,
      0,
      1,
      0,
      -342.273,
      -299.395,
      0,
      1
    );
  }

  17.22% {
    -webkit-transform: matrix3d(
      1.205,
      0,
      0,
      0,
      0,
      1.252,
      0,
      0,
      0,
      0,
      1,
      0,
      -361.606,
      -281.592,
      0,
      1
    );
    transform: matrix3d(
      1.205,
      0,
      0,
      0,
      0,
      1.252,
      0,
      0,
      0,
      0,
      1,
      0,
      -361.606,
      -281.592,
      0,
      1
    );
  }

  17.52% {
    -webkit-transform: matrix3d(
      1.208,
      0,
      0,
      0,
      0,
      1.239,
      0,
      0,
      0,
      0,
      1,
      0,
      -362.348,
      -278.88,
      0,
      1
    );
    transform: matrix3d(
      1.208,
      0,
      0,
      0,
      0,
      1.239,
      0,
      0,
      0,
      0,
      1,
      0,
      -362.348,
      -278.88,
      0,
      1
    );
  }

  18.72% {
    -webkit-transform: matrix3d(
      1.212,
      0,
      0,
      0,
      0,
      1.187,
      0,
      0,
      0,
      0,
      1,
      0,
      -363.633,
      -267.15,
      0,
      1
    );
    transform: matrix3d(
      1.212,
      0,
      0,
      0,
      0,
      1.187,
      0,
      0,
      0,
      0,
      1,
      0,
      -363.633,
      -267.15,
      0,
      1
    );
  }

  21.32% {
    -webkit-transform: matrix3d(
      1.196,
      0,
      0,
      0,
      0,
      1.069,
      0,
      0,
      0,
      0,
      1,
      0,
      -358.864,
      -240.617,
      0,
      1
    );
    transform: matrix3d(
      1.196,
      0,
      0,
      0,
      0,
      1.069,
      0,
      0,
      0,
      0,
      1,
      0,
      -358.864,
      -240.617,
      0,
      1
    );
  }

  24.32% {
    -webkit-transform: matrix3d(
      1.151,
      0,
      0,
      0,
      0,
      0.96,
      0,
      0,
      0,
      0,
      1,
      0,
      -345.164,
      -216.073,
      0,
      1
    );
    transform: matrix3d(
      1.151,
      0,
      0,
      0,
      0,
      0.96,
      0,
      0,
      0,
      0,
      1,
      0,
      -345.164,
      -216.073,
      0,
      1
    );
  }

  25.23% {
    -webkit-transform: matrix3d(
      1.134,
      0,
      0,
      0,
      0,
      0.938,
      0,
      0,
      0,
      0,
      1,
      0,
      -340.193,
      -210.948,
      0,
      1
    );
    transform: matrix3d(
      1.134,
      0,
      0,
      0,
      0,
      0.938,
      0,
      0,
      0,
      0,
      1,
      0,
      -340.193,
      -210.948,
      0,
      1
    );
  }

  28.33% {
    -webkit-transform: matrix3d(
      1.075,
      0,
      0,
      0,
      0,
      0.898,
      0,
      0,
      0,
      0,
      1,
      0,
      -322.647,
      -202.048,
      0,
      1
    );
    transform: matrix3d(
      1.075,
      0,
      0,
      0,
      0,
      0.898,
      0,
      0,
      0,
      0,
      1,
      0,
      -322.647,
      -202.048,
      0,
      1
    );
  }

  29.03% {
    -webkit-transform: matrix3d(
      1.063,
      0,
      0,
      0,
      0,
      0.897,
      0,
      0,
      0,
      0,
      1,
      0,
      -318.884,
      -201.771,
      0,
      1
    );
    transform: matrix3d(
      1.063,
      0,
      0,
      0,
      0,
      0.897,
      0,
      0,
      0,
      0,
      1,
      0,
      -318.884,
      -201.771,
      0,
      1
    );
  }

  29.93% {
    -webkit-transform: matrix3d(
      1.048,
      0,
      0,
      0,
      0,
      0.899,
      0,
      0,
      0,
      0,
      1,
      0,
      -314.277,
      -202.202,
      0,
      1
    );
    transform: matrix3d(
      1.048,
      0,
      0,
      0,
      0,
      0.899,
      0,
      0,
      0,
      0,
      1,
      0,
      -314.277,
      -202.202,
      0,
      1
    );
  }

  35.54% {
    -webkit-transform: matrix3d(
      0.979,
      0,
      0,
      0,
      0,
      0.962,
      0,
      0,
      0,
      0,
      1,
      0,
      -293.828,
      -216.499,
      0,
      1
    );
    transform: matrix3d(
      0.979,
      0,
      0,
      0,
      0,
      0.962,
      0,
      0,
      0,
      0,
      1,
      0,
      -293.828,
      -216.499,
      0,
      1
    );
  }

  36.74% {
    -webkit-transform: matrix3d(
      0.972,
      0,
      0,
      0,
      0,
      0.979,
      0,
      0,
      0,
      0,
      1,
      0,
      -291.489,
      -220.242,
      0,
      1
    );
    transform: matrix3d(
      0.972,
      0,
      0,
      0,
      0,
      0.979,
      0,
      0,
      0,
      0,
      1,
      0,
      -291.489,
      -220.242,
      0,
      1
    );
  }

  39.44% {
    -webkit-transform: matrix3d(
      0.962,
      0,
      0,
      0,
      0,
      1.01,
      0,
      0,
      0,
      0,
      1,
      0,
      -288.62,
      -227.228,
      0,
      1
    );
    transform: matrix3d(
      0.962,
      0,
      0,
      0,
      0,
      1.01,
      0,
      0,
      0,
      0,
      1,
      0,
      -288.62,
      -227.228,
      0,
      1
    );
  }

  41.04% {
    -webkit-transform: matrix3d(
      0.961,
      0,
      0,
      0,
      0,
      1.022,
      0,
      0,
      0,
      0,
      1,
      0,
      -288.247,
      -229.999,
      0,
      1
    );
    transform: matrix3d(
      0.961,
      0,
      0,
      0,
      0,
      1.022,
      0,
      0,
      0,
      0,
      1,
      0,
      -288.247,
      -229.999,
      0,
      1
    );
  }

  44.44% {
    -webkit-transform: matrix3d(
      0.966,
      0,
      0,
      0,
      0,
      1.032,
      0,
      0,
      0,
      0,
      1,
      0,
      -289.763,
      -232.215,
      0,
      1
    );
    transform: matrix3d(
      0.966,
      0,
      0,
      0,
      0,
      1.032,
      0,
      0,
      0,
      0,
      1,
      0,
      -289.763,
      -232.215,
      0,
      1
    );
  }

  52.15% {
    -webkit-transform: matrix3d(
      0.991,
      0,
      0,
      0,
      0,
      1.006,
      0,
      0,
      0,
      0,
      1,
      0,
      -297.363,
      -226.449,
      0,
      1
    );
    transform: matrix3d(
      0.991,
      0,
      0,
      0,
      0,
      1.006,
      0,
      0,
      0,
      0,
      1,
      0,
      -297.363,
      -226.449,
      0,
      1
    );
  }

  59.86% {
    -webkit-transform: matrix3d(
      1.006,
      0,
      0,
      0,
      0,
      0.99,
      0,
      0,
      0,
      0,
      1,
      0,
      -301.813,
      -222.759,
      0,
      1
    );
    transform: matrix3d(
      1.006,
      0,
      0,
      0,
      0,
      0.99,
      0,
      0,
      0,
      0,
      1,
      0,
      -301.813,
      -222.759,
      0,
      1
    );
  }

  61.66% {
    -webkit-transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      0.991,
      0,
      0,
      0,
      0,
      1,
      0,
      -302.102,
      -222.926,
      0,
      1
    );
    transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      0.991,
      0,
      0,
      0,
      0,
      1,
      0,
      -302.102,
      -222.926,
      0,
      1
    );
  }

  63.26% {
    -webkit-transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      0.992,
      0,
      0,
      0,
      0,
      1,
      0,
      -302.171,
      -223.276,
      0,
      1
    );
    transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      0.992,
      0,
      0,
      0,
      0,
      1,
      0,
      -302.171,
      -223.276,
      0,
      1
    );
  }

  75.28% {
    -webkit-transform: matrix3d(
      1.001,
      0,
      0,
      0,
      0,
      1.003,
      0,
      0,
      0,
      0,
      1,
      0,
      -300.341,
      -225.696,
      0,
      1
    );
    transform: matrix3d(
      1.001,
      0,
      0,
      0,
      0,
      1.003,
      0,
      0,
      0,
      0,
      1,
      0,
      -300.341,
      -225.696,
      0,
      1
    );
  }

  83.98% {
    -webkit-transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.61,
      -225.049,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.61,
      -225.049,
      0,
      1
    );
  }

  85.49% {
    -webkit-transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.599,
      -224.94,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.599,
      -224.94,
      0,
      1
    );
  }

  90.69% {
    -webkit-transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.705,
      -224.784,
      0,
      1
    );
    transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      -299.705,
      -224.784,
      0,
      1
    );
  }

  100% {
    -webkit-transform: matrix3d(
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -300,
      -225,
      0,
      1
    );
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
  }
}

/*footer */

/*.footer-wrap {*/
/*    background: url("img/footer-bg.jpg") no-repeat top;*/
/*    padding-top: 30px;*/
/*    background-size: cover;*/
/*    color: #000;*/
/*}*/

/*.footer-wrap h3 {*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.footer-wrap p {*/
/*    font-size: 14px;*/
/*    line-height: 24px;*/
/*    color: #b3b3b3;*/
/*    margin-top: 15px;*/
/*}*/

/*.footer-wrap p a {*/
/*    color: #fff;*/
/*    text-decoration: underline;*/
/*    font-style: italic;*/
/*}*/

/*.footer-wrap p a:hover {*/
/*    text-decoration: none;*/
/*    color: #ff7800;*/
/*}*/

/*.footer-links li a {*/
/*    font-size: 14px;*/
/*    line-height: 26px;*/
/*    color: #b3b3b3;*/
/*    text-decoration: none;*/
/*}*/

/*.footer-links li:before {*/
/*    content: "\f105";*/
/*    font-family: 'FontAwesome';*/
/*    padding-right: 10px;*/
/*    color: #b3b3b3;*/
/*}*/

/*.footer-category li a {*/
/*    font-size: 14px;*/
/*    line-height: 26px;*/
/*    color: #b3b3b3;*/
/*    text-decoration: none;*/
/*}*/

/*.footer-category li:before {*/
/*    content: "\f105";*/
/*    font-family: 'FontAwesome';*/
/*    padding-right: 10px;*/
/*    color: #b3b3b3;*/
/*}*/

/*.address {*/

/*    color: #b3b3b3;*/
/*    font-size: 14px;*/
/*    position: relative;*/
/*    padding-left: 30px;*/
/*    line-height: 30px;*/
/*}*/

/*.address:before {*/
/*    content: "\f277";*/
/*    font-family: 'FontAwesome';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.info a {*/

/*    color: #b3b3b3;*/
/*    font-size: 14px;*/
/*    line-height: 30px;*/
/*    font-weight: normal;*/
/*}*/

/*.fa-phone:before {*/
/*    content: "\f095";*/
/*}*/

/*.info a {*/

/*    color: #b3b3b3;*/
/*    font-size: 14px;*/
/*    line-height: 30px;*/
/*    font-weight: normal;*/
/*}*/

/*.fa-fax:before {*/
/*    content: "\f1ac";*/
/*}*/

/*.copyright {*/
/*    border-top: 1px solid #5f5f5f;*/
/*    font-size: 14px;*/
/*    color: #b3b3b3;*/
/*    margin-top: 25px;*/
/*    padding-top: 10px;*/
/*    text-align: center;*/
/*    padding-bottom: 10px;*/
/*}*/

/* education */

.education {
  padding-top: 20px;
}

/* form */

.form-group {
  margin-bottom: 10px !important;
}

/* other site  */

/* WEBKIT SCROLLBAR */
/* **************** */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(120, 120, 120, 0.6);
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.6);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(120, 120, 120, 0.4);
}

/* FONTS SIZES */
.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-30 {
  font-size: 30px !important;
  line-height: 37px;
}

.fs-33 {
  font-size: 33px !important;
  line-height: 37px;
}

.fs-36 {
  font-size: 36px !important;
  line-height: 40px;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-100 {
  font-size: 100px !important;
  line-height: 76px;
}

.fs-104 {
  font-size: 104px !important;
  line-height: 76px;
}

.white-color {
  color: #fff !important;
}

.black-color {
  color: #000 !important;
}

.black-color2 {
  color: #333333 !important;
}

.red-color {
  color: #d01e2f !important;
}

.blue-color {
  color: #19438c !important;
}

.red-bg {
  background-color: #d01e2f !important;
}

.blue-bg {
  background-color: #19438c !important;
}

.grey-bg {
  background-color: #f0f0f0 !important;
}

.Frutiger-reg {
  font-weight: 400;
}

.Frutiger-bold {
  font-weight: 700;
}

.small-title h3 {
  color: #d01e2f;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.big-title h2 {
  font-weight: 700;
  color: #19438c;
  text-transform: uppercase;
}

.black-bottom-bor {
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}

.white-bottom-bor {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 5px;
}

.white-right-bor {
  border-right: solid 1px #ffffff;
}

.blue-bottom-bor {
  border-bottom: solid 1px #19438c;
  padding-bottom: 5px;
}

.section-pad-top {
  padding-top: 90px;
}

.section-pad-bottom {
  padding-bottom: 90px;
}

.cta-bt {
  background-color: #fff;
  border: solid 1px #d01e2f;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  letter-spacing: 1px;
  font-size: 12px;
}

.cta-bt span {
  position: relative;
  z-index: 2;
  display: block;
  color: #19438c;
  font-weight: 700;
  transition: 0.5s;
}

.cta-bt span:after {
  content: "";
  position: absolute;
  width: 37px;
  height: 1px;
  background-color: #d01e2f;
  margin-left: 6px;
  display: inline-block;
  top: 15px;
}

.cta-bt:hover span {
  color: #fff;
}

.cta-bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background-color: #f36f21;
  transition: width 0s ease, background 0.4s ease;
}

.cta-bt:hover:before {
  width: 100%;
  background: #d01e2f;
  transition: width 0.4s ease;
}

.cta-bt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 6px;
  background: #19438c;
  transition: width 0.4s ease;
}

.cta-bt:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/*BANNER*/
#banner {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 830px;
}

#banner .comman-container {
  height: 100%;
}

.banner-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 260px;
}

.banner-text h2 {
  color: #19438c;
  font-size: 60px;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}

.banner-text h2 span {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 342px;
  transition: 0.8s;
}

.banner-text h2 span.text-ani {
  line-height: 52px;
}

.banner-text h2 span:nth-child(2) {
  transition-delay: 0.3s;
}

.banner-text h3 {
  color: #d01e2f;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 30px;
  padding-right: 127px;
}

.banner-text h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 20px;
  padding-right: 127px;
  text-transform: uppercase;
}

.banner-text h4 span {
  color: #d01e2f;
}

#banner-bottom p {
  padding: 30px 330px;
}

#accomplishments {
  position: relative;
  background-color: #19438c;
  height: 900px;
  overflow: hidden;
}

#accomplishments:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
  background-color: #f0f0f0;
  z-index: 1;
}

#accomplishments .comman-container {
  position: relative;
  z-index: 2;
}

#accomplishments .swiper-button-next {
  right: 20px;
}

#accomplishments .swiper-button-prev {
  left: -80px;
}

.accomplishments-box {
  padding-top: 80px;
}

.accomplishments-left {
  padding-right: 200px;
}

.accomplishments-left h4 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.accomplishments-left p {
  color: #fff;
}

#accomplishments .cta-bt:after {
  background: #d12030;
}

.accomplishments-right {
  width: 500px;
  max-width: 100%;
  height: 500px;
  margin: auto;
  background-color: #fff;
  border-top: solid 2px #d12030;
  position: relative;
  padding: 90px 100px;
}

.accomplishments-right .bottom-pat {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.accomplishments-details {
  margin-bottom: 50px;
}

.accomplishments-details h6 {
  font-size: 36px;
}

.vet-1 {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -12px;
}

#chair-md {
  border: solid 30px #fff;
}

.chairman-left {
  position: relative;
  height: 740px;
  padding: 40px;
}

.chairman-md-pic {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.chairman-left h5 {
  margin-top: 30px;
  color: #333;
  line-height: 28px;
  padding-right: 310px;
  margin-bottom: 20px;
}

.chairman-left p {
  padding-right: 420px;
  line-height: 16px;
}

.md-right {
  position: relative;
  height: 740px;
  padding: 40px;
}

.md-md-pic {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.md-right h5 {
  margin-top: 30px;
  color: #fff;
  line-height: 28px;
  padding-right: 310px;
  margin-bottom: 20px;
}

.md-right p {
  padding-right: 420px;
  line-height: 16px;
}

.md-right .cta-bt:after {
  background: #d12030;
}

.vet-2 {
  position: absolute;
  right: 0;
  top: -10px;
}

#kpi {
  overflow: hidden;
  position: relative;
}

.vet-3 {
  position: absolute;
  right: 0;
  top: 122px;
  z-index: 9;
}

.kpi-no {
  font-size: 50px;
  color: #19438c;
  font-weight: 700;
  line-height: 60px;
  position: absolute;
  right: 80px;
  top: 150px;
  text-align: center;
  letter-spacing: -3px;
}

.comprehensive-left p {
  font-size: 24px;
}

.comprehensive-right {
  width: 600px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.comprehensive-right .comprehensive-content {
  position: absolute;
  left: 30px;
  top: 30px;
  padding-right: 100px;
}

.comprehensive-right .comprehensive-content h3 {
  font-size: 30px;
  color: #fff;
}

.comprehensive-right .comprehensive-content p {
  color: #fff;
  padding-top: 10px;
}

#comprehensive {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}

.vet-4 {
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 9;
}

#mySelect {
  padding: 10px 10px;
  border: none;
  border-bottom: solid 1px #000;
  font-size: 24px;
  background-color: transparent;
  margin-bottom: 50px;
  margin-top: 50px;
}

#strategic-focus {
  overflow: hidden;
  position: relative;
}

.vet-5 {
  position: absolute;
  right: 0;
  top: 52px;
  z-index: 9;
}

#strategic-focus .comman-container {
  width: 1000px;
}

.strategic-box {
}

.strategic-box a {
  display: block;
  position: relative;
  padding: 60px 50px;
  background-color: #d01e2f;
  border: solid 1px #fff;
  height: 330px;
  transition: 0.5s;
}

.strategic-box a h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.strategic-box a:hover {
  background-color: #19438c;
}

.strategic-box a .know-more {
  color: #fff;
  font-weight: 700;
  margin-top: 40px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  text-transform: uppercase;
}

.strategic-box a:hover .know-more {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
}

.strategic-box a img {
  margin-bottom: 10px;
}

#investment {
  overflow: hidden;
  position: relative;
}

.vet-6 {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9;
}

#investment p {
  position: relative;
}

.decimal {
  position: absolute;
  right: 0px;
  top: 0px;
}

.invent-lhs {
  padding-top: 180px;
}

#social-impat {
  background-color: #f5f5f5;
}

#businessmodel {
  position: relative;
}

#businessmodel .pointer-title {
  display: block;
  position: absolute;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 110px;
  padding-top: 24px;
  padding-bottom: 14px;
}

#businessmodel .pointer-title h4 {
  font-size: 16px;
  color: #19438c;
  font-weight: 700;
}

.businessmodel-left {
  width: 400px;
  max-width: 100%;
  padding-top: 70px;
}

#businessmodel .swiper-slide {
  height: 960px;
}

.slider-bg1 {
  background: url(../images/bm-bg.jpg) no-repeat center center;
}

.pointer-box .pointer-title:nth-child(1) {
  background-image: url(../images/bm1.png);
}

.pointer-box .pointer-title:nth-child(2) {
  background-image: url(../images/bm2.png);
}

.pointer-box .pointer-title:nth-child(3) {
  background-image: url(../images/bm3.png);
}

.pointer-box .pointer-title:nth-child(4) {
  background-image: url(../images/bm4.png);
}

.pointer-box .pointer-title:nth-child(5) {
  background-image: url(../images/bm5.png);
}

.pointer-box .pointer-title:nth-child(6) {
  background-image: url(../images/bm6.png);
}

.Environmental-box {
  height: 400px;
  margin-top: 17px;
}

.margin-top-360 {
  margin-top: -360px;
  margin-left: -14px;
}

#footer {
  background-color: #404040;
  color: #fff !important;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}

#footer a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  background-color: #d01e2f !important;
  border: none !important;
  font-size: 12px;
  z-index: 9998;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/* deepika css */
.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-tb-30 {
  padding: 30px 0;
}

#braedcrumb {
  margin-top: 112px;
  margin-bottom: 40px;
  background-color: #d01e2f;
}

.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0px;
}

.breadcrumb li:first-child {
  font-size: 14px;
}

.breadcrumb li {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumb li a {
  color: #fff;
  font-weight: 400;
}

.breadcrumb li.active {
  color: #fff;
  font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  font-size: 14px;
}

.inner-small-title h3 {
  color: #19438c;
  font-size: 16px;
  font-weight: 700;
}

.inner-big-title h2 {
  font-weight: 700;
  color: #19438c;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.list-style1 {
  padding-left: 15px;
}

.list-style1 li {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
}

#key-performance .kpi-box {
  padding-bottom: 50px;
}

#key-performance .kpi-no img {
  height: 30px;
}

#key-performance .kpi-no {
  letter-spacing: 0px;
  font-size: 36px;
  line-height: 40px;
}

#fundamentally-speaking {
  background-color: #1a428c;
  height: 700px;
}

.fund-img {
  background-image: url(../images/fund1.png);
  background-position: 90% 40%;
  background-repeat: no-repeat;
  background-size: 15%;
}

.bor-btm2-blue {
  border-bottom: solid 2px #19438c;
}

.strat-info {
  margin-bottom: 50px;
}

.strat-ttl-wrp {
  margin-bottom: 20px;
}

.strat-ttl {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

.strat-imgs {
  vertical-align: top;
  display: inline-block;
  width: 29%;
  text-align: right;
  margin-top: -10px;
}

.strat-imgs img {
  height: 70px;
}

.strat-img {
  height: 130px;
}

.lgrey-bg {
  background-color: #eff0f6;
}

.expanding-info {
  margin-bottom: 50px;
}

.disp-inblock {
  display: inline-block;
}

.pos-rel {
  position: relative;
}

.expand-vector {
  position: absolute;
  right: 0;
  top: -75px;
}

.business-box a::before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  background-image: url(../images/plus-icon.png);
  background-repeat: no-repeat;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.business-box a:hover::before {
  opacity: 1;
  top: 50%;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.dgrey-bg {
  background-color: #d2d3d5;
}

.inv-img {
  height: 373px;
}

.identity-bg {
  background-color: #b3b3b4;
}

.identity-sub-bg {
  background-color: #f3f3f3;
}

.identity-img {
  height: 550px;
}

.identity-info img {
  height: 70px;
}

.identity-info p {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 10px;
  color: #19438c;
}

.banking-info {
  margin-bottom: 30px;
}

.banking-info img {
  height: 70px;
}

.banking-info p {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 10px;
  color: #19438c;
  font-weight: 700;
  font-family: "Frutiger LT Std";
}

.stake-dbcg {
  background-color: #eff0f6;
}

.stake-bcg {
  padding: 7px;
}

.stake-dinfo {
  padding: 7px;
}

.stake-engage img {
  height: 70px;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0;
}

.risk-img1 {
  height: 700px;
}

.risk-img2 {
  height: 400px;
}

.risk-img3 {
  height: 420px;
}

.lblue-bg {
  background-color: #eaf7fa;
}

.tech-img {
  height: 500px;
}

.comp-info img {
  height: 70px;
}

.comp-info p {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding-top: 10px;
}

/**/

#accordion {
  width: 100%;
}

.card-header {
  background: #19438c;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.card-header a {
  color: #fff;
  display: block;
}

#accordion .card-link:after {
  background-image: url(../images/down_up.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  content: "";
  padding-right: 5px;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 25px;
  width: 15px;
  height: 15px;
}

#accordion button.collapsed:after {
  background-image: url(../images/arrow_up.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  content: "";
  padding-right: 5px;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 15px;
  height: 15px;
}

.liab-bg1 {
  background-color: #dfe1ed;
}

.liab-bg2 {
  background-color: #f7e0d6;
}

.liab-bg3 {
  background-color: #e2e2e4;
}

.comp-imgs {
  padding-right: 10px;
}

.comp-imgs img {
  height: 50px;
}

.mark-img {
  height: 150px;
}

.env-div {
  min-height: 300px;
}

.gov-details {
  padding-bottom: 15px;
}

.gov-details p {
  width: 60%;
  vertical-align: middle;
  display: inline-block;
  padding-top: 10px;
  padding-left: 10px;
}

.blue-circle-bord {
  padding: 4px 5px;
  text-transform: uppercase;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 7px;
  border-radius: 50%;
  border: 2px solid #19438c;
  color: #19438c;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.bod-txt {
  padding-top: 8px;
  display: inline-block;
  padding-right: 30px;
  color: #19438c;
}

.lpurple-circle {
  padding: 4px 6px;
  text-transform: uppercase;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #848aba;
  margin-top: 7px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.orange-circle {
  padding: 4px 6px;
  text-transform: uppercase;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #e7917e;
  margin-top: 7px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.red-circle {
  padding: 4px 6px;
  text-transform: uppercase;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #d01f2f;
  margin-top: 7px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.pink-circle {
  padding: 4px 6px;
  text-transform: uppercase;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #f4cfc2;
  margin-top: 7px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.blue-circle {
  padding: 4px 6px;
  text-transform: uppercase;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #1a428c;
  margin-top: 7px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.lblue-circle {
  padding: 4px 6px;
  text-transform: uppercase;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #c5c8e0;
  margin-top: 7px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.leader-info {
  padding-bottom: 50px;
}

.leader-details {
  background-color: #1a428c;
  padding: 20px;
  height: 100%;
  width: 100%;
}

.leader-details h3 {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.leader-details p {
  color: rgb(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
}

.social-img1 {
  height: auto;
}

.soc-img-fl {
  position: absolute;
  right: -15px;
  top: -5px;
}

.soc-img-fl img {
  height: 70px;
}

.download-centre-pic-box {
  border: 1px solid #ced5da;
}

.download-center-box {
  margin-bottom: 30px;
}

.download-center-box h3 {
  min-height: 55px;
}

.download-center-box h4 {
  margin-bottom: 30px;
}

.capitals {
  margin-bottom: 30px;
}

.capitals img {
  height: 70px;
}

.capitals p {
  display: inline-block;
  padding-top: 10px;
  vertical-align: top;
  padding-left: 7px;
  width: 70%;
}

.core-bg {
  background-color: #e7e7e8;
}

.mission-circle {
  background-color: #19438c;
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  padding: 30px 20px;
}

.val-img {
  height: 70px;
}

.val-txt {
  display: inline-block;
  padding-top: 10px;
  vertical-align: top;
  padding-left: 7px;
  width: 65%;
}

.advances-info {
  margin-top: 20px;
}

.sfb-circle {
  background-color: #d01e2f;
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  padding: 70px 20px;
}

.sfb-circle p {
  font-size: 28px;
  line-height: 32px;
}

.peach-bg {
  background-color: #fcf2ee;
}

.adv-img {
  height: 70px;
}

.dashed-list {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}

.dashed-list > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

.p-3 {
  padding: 1rem !important;
}

.p-3 > p {
  margin: 0px !important;
}

.text-center {
  text-align: center !important;
}
