/*
@File: Bonsa  HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Home Page One Style
** - Navbar Area Style
** - Main Banner Style
** - Faq Area Style
** - Portfolio Area Style
** - Submission Area Style
** - Member Area Style
** - Footer Section Style
** - Inner Banner Style
** - Pagination Area Style
** - Contact Page Style
** - Single Content CSS Style
** - 404 Error page Style
** - Back To Top Button Style
** - Preloader Style
** - Animation CSS Style

*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap");
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #75799b;
}

p {
  color: #75799b;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #070f4d;
  font-weight: 600;
  line-height: 1.3;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-20 {
  margin-left: 20px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.price-bg {
  background-color: #fafbff;
}

.radius-and-padding {
  padding-bottom: 70px !important;
  border-radius: 15px 15px 250px 250px !important;
}

.color-title {
  color: #070f4d !important;
}

.color-list {
  color: #75799b !important;
}

/*================================
Default Btn Style 
===================================*/
.default-btn {
  background-color: #25D366;
  padding: 12px 42px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #25D366;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 100%;
  height: 50%;
  background-color: #25D366;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn:hover {
  color: #fff;
}

.default-btn:hover::before {
  top: 0;
  background-color: #25D366;
  color: #fff;
}

.default-btn:hover::after {
  bottom: 0;
  background-color: #070f4d;
  color: #fff;
}

.default-btn.active {
  margin-left: 20px;
  color: #232350;
  background-color: transparent;
  border: 1px solid #070f4d;
  overflow: hidden;
}

.default-btn.active:hover {
  color: #fff;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Section Title Style 
===================================*/
.section-title span {
  color: #ff4a35;
  font-weight: 500;
  line-height: 0;
}

.section-title h2 {
  font-size: 35px;
  max-width: 510px;
  margin: auto;
}

.section-title p {
  padding-top: 25px;
  max-width: 620px;
  margin: 0 auto;
}

/*================================
Section Title Style End
===================================*/
/*===============================
Default CSS End
==================================*/
/*================================
Home Page One Style 
==================================*/
/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding-left: 0;
  padding-right: 0;
}

.navbar-light .navbar-brand img {
  float: left;
  
}

.navbar-brand img{
  width:10%;
}

.navbar-light .navbar-brand-sticky {
  display: none;
}

.navbar-brand-sticky img {
  width:10%
}

.sticky-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: auto;
  z-index: 999;
  background-color: black !important;
  -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
          animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
}

.sticky-nav .main-nav {
  background-color: #ffffff;
}

.sticky-nav .main-nav nav .navbar-nav .nav-item a {
  color: black;
}

.sticky-nav .menu-btn .seo-btn {
  background-color: #4356d6;
}

.sticky-nav .navbar-light .navbar-brand {
  display: none;
  
}

.sticky-nav .navbar-light .navbar-brand-sticky {
  display: inline-block;
}

/* Main nav */
.main-nav {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  padding: 7px 0;
  width: 100%;
  z-index: 999;
  height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #ff4a35;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color:#05548c;
  font-weight: 400;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #ff4a35;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #ff4a35 !important;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-nav nav .navbar-nav .nav-item a:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.main-nav nav .navbar-nav .nav-item a:focus i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #fff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dotted rgba(187, 9, 83, 0.4);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #323131 !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 400;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  background-color: #f3f3f3;
  border-radius: .25rem;
  color: #ff4a35 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff4a35;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ff4a35 !important;
  letter-spacing: 0.5px;
  background-color: #f3f3f3;
  border-radius: .25rem;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #ff4a35 !important;
}

.menu-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}

.menu-btn .seo-btn {
  background-color: #25D366;
  padding: 10px 20px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.menu-btn .seo-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #070f4d;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-btn .seo-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 100%;
  height: 50%;
  background-color: #02ab54;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-btn .seo-btn:hover {
  color: #fff;
}

.menu-btn .seo-btn:hover::before {
  top: 0;
  background-color: #02ab54;
  color: #fff;
}

.menu-btn .seo-btn:hover::after {
  bottom: 0;
  background-color: #02ab54;
  color: #fff;
}

/* Mobile Nav */
.mobile-nav .mean-container .mean-nav ul li a .active {
  color: #ff4a35;
}
.mobile-nav .logo .logo-one{
  padding-top: 5px;
  width: 40px;
}

.mean-container a.meanmenu-reveal {
  color: #222222;
}

.mean-container a.meanmenu-reveal span {
  background-color: #75799b;
}

/*=================================
Navbar Area
====================================*/
/*================================
Main Banner Style
===================================*/
.main-banner {
  position: relative;
  z-index: 1;
  padding-top: 250px;
  padding-bottom: 130px;
  overflow: hidden;
}

.banner-text {
  position: relative;
  max-width: 550px;
  margin-left: auto;
}

.banner-text span {
  color: #05548c;
  font-weight: 500;
  margin-bottom: 10px;
}

.banner-text h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-text p {
  margin-bottom: 40px;
}

.banner-text .banner-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.banner-img {
  position: relative;
}

.banner-img img {
  max-width: 100%;
  -webkit-animation: moveBounce 9s linear infinite;
          animation: moveBounce 9s linear infinite;
}

.banner-shape-1 {
  position: absolute;
  top: -54px;
  right: -40px;
  z-index: -1;
}

.banner-shape-1 img {
  max-width: 700px;
  height: 850px;
  -webkit-animation: pulse 7s infinite;
          animation: pulse 7s infinite;
}

.home-shape .shape1 {
  position: absolute;
  top: 77%;
  left: 2%;
  -webkit-animation: rotaed360 6s infinite linear;
          animation: rotaed360 6s infinite linear;
}

.home-shape .shape2 {
  position: absolute;
  top: 25%;
  left: 1%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape3 {
  position: absolute;
  top: 17%;
  left: 10%;
}

.home-shape .shape4 {
  position: absolute;
  top: 45%;
  left: 45%;
  -webkit-animation: animationFramesOne 10s linear infinite;
          animation: animationFramesOne 10s linear infinite;
}

.home-shape .shape5 {
  position: absolute;
  bottom: 10%;
  left: 45%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape6 {
  position: absolute;
  top: 15%;
  right: 50%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .shape7 {
  position: absolute;
  top: 15%;
  right: 3%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape3 {
  position: absolute;
  top: 28%;
  left: 15%;
  -webkit-animation: animationFramesOne 10s linear infinite;
          animation: animationFramesOne 10s linear infinite;
}

.home-shape .home-shape4 {
  position: absolute;
  top: 47%;
  left: 52%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape5 {
  position: absolute;
  bottom: 16%;
  right: 32%;
  -webkit-animation: animationFramesOne 10s linear infinite;
          animation: animationFramesOne 10s linear infinite;
}

.home-shape .home-shape6 {
  position: absolute;
  top: 30%;
  right: 38%;
  -webkit-animation: animationFramesOne 15s linear infinite;
          animation: animationFramesOne 15s linear infinite;
}

.home-shape .home-shape8 {
  position: absolute;
  top: 40%;
  right: 10%;
  -webkit-animation: animationFramesOne 10s linear infinite;
          animation: animationFramesOne 10s linear infinite;
}

.head-width {
  max-width: 480px;
}

.banner-img-3 {
  margin-top: 220px;
  position: relative;
}

.banner-img-3 img {
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  padding: 0 35px 0 35px;
}

.banner-img-shape {
  position: absolute;
  top: 50px;
  right: 10px;
}

.banner-img-shape img {
  border: none;
  max-width: 245px;
}

.banner-another {
  background-image: url(../img/shape/bg-shape-home3.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner-ptb {
  padding-top: 160px;
  padding-bottom: 270px;
}

.banner-social-icon .banner-icon-tag {
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #fff;
  line-height: 80px;
  border-radius: 50px;
}

.banner-social-icon .banner-icon-tag img {
  width: 40px;
  border: none;
  padding: 0;
}

.banner-social-icon .banner-icon1 {
  position: absolute;
  top: 25%;
  right: 20%;
}

.banner-social-icon .banner-icon2 {
  position: absolute;
  top: 40%;
  right: 8%;
}

.banner-social-icon .banner-icon3 {
  position: absolute;
  top: 42%;
  right: 25%;
}

.banner-social-icon .banner-icon4 {
  position: absolute;
  top: 57%;
  right: 15%;
}

/*================================
Main Banner Style End
===================================*/
/*=================================
Brand Area 
====================================*/

.heading-brand
{
  text-align: center;
  position: relative;
  padding:0px 0px 40px 0px;
}
.brand-area {
  padding: 50px 0px 50px 0px;
  position: relative;
}

.brand-bg {
  background-color: #f4f5fbd1;
  opacity: 0,1;
}

.brand-title {
  margin-bottom: 50px;
}

.brand-title span {
  color: #ff4a35;
  font-weight: 500;
  line-height: 0;
}

.brand-title h2 {
  font-size: 35px;
}

.brand-item {
  text-align: center;
  line-height: 1;
}

.brand-item a img {
  width: 100px;
  opacity: 0.8;
}

.brand-item a img:hover {
  opacity: 1;
}

/*=================================
Brand Area End
====================================*/
/*=================================
About Area 
====================================*/
.about-area {
  position: relative;
}

.about-img {
  margin-bottom: 30px;
}

.about-content {
  margin-left: 30px;
  margin-bottom: 30px;
}

.about-content.about-width {
  max-width: 620px;
  margin-right: auto;
}

.about-content span {
  color: blue;
  font-weight: 500;
  line-height: 0;
}

.about-content h2 {
  font-size: 35px;
}

.about-content p {
  margin-top: 20px;
}

.about-content .about-btn {
  margin-top: 31px;
}

.about-shape {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -1;
}

.about-shape img {
  max-width: 130px;
  height: 780px;
}

.about-shape-2 {
  position: absolute;
  top: 400px;
  right: 0;
  z-index: -1;
}

/*=================================
About Area End
====================================*/

/*=================================
Faq Area 
====================================*/
.faq-area {
  background-color: #05548c;
  position: relative;
  z-index: 1;
}

.faq-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/faq/shape-3.png);
  background-position: center center;
  background-size: cover;
}

.faq-area-bg {
  background-color: #fcfcff;
}

.faq-bg {
  background-color: #4356d6;
  position: relative;
  z-index: 1;
  height: auto;
}

.faq-bg::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/faq/shape-5.png);
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.faq-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(../img/faq/shape-6.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.faq-bg-into {
  background-color: #fff;
  max-width: 1240px;
  top: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.faq-bg-into::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-image: url(../img/faq/shape-4.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.faq-img {
  margin-bottom: 30px;
}

.faq-img img {
  max-width: 100%;
  height: 500px;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
}

.faq-content {
  max-width: 570px;
  margin-right: auto;
  margin-left: 30px;
}

.faq-content span {
  color: white;
  font-weight: 500;
  line-height: 0;
}

.faq-content h2 {
  color : white;
  font-size: 35px;
  margin-bottom: 25px;
}

.faq-content p {
  color:white;
  padding-bottom: 45px;
  max-width: 620px;
  margin: 0 auto;
}

.faq-accordion {
  max-width: 470px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 50px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #232350;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title.active {
  border-radius: 50px;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #4356d6;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 15px;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-accordion-width {
  max-width: 100% !important;
  margin-bottom: 30px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.faq-img-2 {
  margin-bottom: 30px;
}

.faq-content-text p {
  margin-bottom: 50px;
}

.faq-content-text p a {
  color: #05548c;
  text-decoration: underline;
}

.faq-content-text p a:hover {
  color: #070f4d;
}

.faq-content-text .color-black {
  color: #070f4d !important;
}

.faq-content-text .font-size {
  font-size: 18px;
}

/*=================================
Faq Area End
====================================*/
/*=================================
Portfolio Area 
====================================*/
.portfolio-area {
  position: relative;
}

.portfolio-area .owl-nav .owl-prev {
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 0;
  background-color: #4356d6 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-area .owl-nav .owl-prev:hover {
  background-color: #fff !important;
  color: #4356d6 !important;
}

.portfolio-area .owl-nav .owl-next {
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 0;
  background-color: #4356d6 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-area .owl-nav .owl-next:hover {
  background-color: #fff;
  color: #4356d6;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item .portfolio-img {
  position: relative;
}

.portfolio-item .portfolio-img a {
  display: block;
}

.portfolio-item .portfolio-img a img {
  border-radius: 10px;
  height: 400px;
}

.portfolio-item .portfolio-tag {
  position: absolute;
  bottom: 105px;
  left: 25px;
}

.portfolio-item .portfolio-tag a span{
  color: #fff;
  background-color: #05548c;
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 13px;
}

.portfolio-item .portfolio-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  width: 85%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.portfolio-item .portfolio-content:hover {
  background-color: #4356d6;
}

.portfolio-item .portfolio-content:hover h3 {
  color: #fff;
}

.portfolio-item .portfolio-content:hover i {
  background-color: #fff;
  color: #4356d6;
}

.portfolio-item .portfolio-content a h3 {
  font-size: 20px;
  color: #070f4d;
  display: inline-block;
  margin-top: 6px;
}

.portfolio-item .portfolio-content i {
  width: 35px;
  height: 35px;
  background-color: #4356d6;
  color: #fff;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  top: 16px;
  position: absolute;
  right: 15px;
}

.portfolio-mt {
  margin-top: 100px;
}

/*=================================
Portfolio Area End
====================================*/
/*=================================
Submission Area 
====================================*/
.submission-area {
  background-color:#05548c;
  position: relative;
  z-index: 1;
}

.submission-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url(../img/shape/shape-1.png);
  background-position: center center;
  bottom: 0;
  width: 100%;
  height: 60%;
}

.submission-title h2 {
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.submission-form {
  max-width: 780px;
  margin: 0 auto;
  height: 70px;
  background-color: #fff;
  border-radius: 50px;
}

.submission-form .form-group {
  margin-bottom: 0;
}

.submission-form .form-group.border-line {
  position: relative;
}

.submission-form .form-group.border-line::before {
  content: '';
  position: absolute;
  background-color: #d3d9ff;
  width: 1px;
  height: 40px;
  top: 15px;
  left: 0;
}

.submission-form .form-group .form-control {
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  background-color: transparent;
  border: 0;
  padding: 3px 35px;
}

.submission-form .form-group .form-control:focus, .submission-form .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.submission-form .default-btn {
  border: 0;
  margin-top: 8px;
  float: right;
  margin-right: 10px;
  padding: 12px 50px;
  font-size: 18px;
}

.submission-form .form-group .form-control::-webkit-input-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control::-ms-input-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control::-ms-input-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control:-ms-input-placeholder {
  color: #b6b6b6;
}

.submission-form .form-group .form-control::placeholder {
  color: #b6b6b6;
}

/*=================================
Submission Area End
====================================*/

/*=================================
Member Area 
====================================*/
.member-area {
  position: relative;
}

.member-card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.member-card:hover .member-img .member-content {
  padding-top: 40px;
}

.member-card:hover .member-img .member-content .social-icon {
  opacity: 1;
}

.member-card .member-img {
  position: relative;
}

.member-card .member-img a {
  display: block;
}

.member-card .member-img a img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.member-card .member-img .member-content {
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .member-content a h3 {
  font-size: 20px;
  line-height: 0.7;
  color: #070f4d;
}

.member-card .member-img .member-content span {
  font-size: 14px;
  line-height: 0;
  color: #707070;
}

.member-card .member-img .member-content .social-icon {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .member-content .social-icon.active {
  opacity: 1;
}

.member-card .member-img .member-content .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.member-card .member-img .member-content .social-icon ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .member-content .social-icon ul li a {
  color: #4356d6;
  font-size: 20px;
}

.member-card .member-img .member-content .social-icon ul li a:hover {
  color: #fff;
}

.member-card .member-img .member-content .social-icon ul li:hover {
  background-color: #4356d6;
}

.member-shape {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
}

.member-shape img {
  height: 900px;
  max-width: 845px;
}

.member-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.member-shape-2 img {
  max-width: 950px;
  height: 1730px;
}

/*=================================
Member Area End
====================================*/
/*=================================
Counter Area 
====================================*/
.counter-area {
  background-color:#05548c;
  position: relative;
}

.counter-area::before {
  content: '';
  position: absolute;
  background-image: url(../img/shape/counter-shape-1.png);
  top: 0;
  left: 0;
  right: 0;
  background-position: center center;
  width: 100%;
  height: 250px;
}

.single-counter {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-counter i {
  font-size: 35px;
  width: 70px;
  display: inline-block;
  height: 70px;
  background-color: #fff;
  color: #070f4d;
  border-radius: 50%;
  line-height: 70px;
  margin-bottom: 35px;
}

.single-counter h3 {
  font-size: 25px;
  color: #fff;
  line-height: 0;
  margin-bottom: 15px;
}

.single-counter p {
  font-size: 22px;
  color: #fff;
  margin: 0;
}

.counter-area-2 {
  background-image: url(../img/counter-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.counter-area-2::before {
  content: '';
  z-index: -1;
  position: absolute;
  background-color: #ff4a35;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

/*=================================
Counter Area End
====================================*/

/*=================================
Footer Section 
====================================*/
.bg-footer {
  margin-top: 20px;
  background-color: #4356d6;
  position: relative;
  border-radius: 40% 0 0 0;
}

.bg-footer::before {
  content: "";
  left: 0;
  position: absolute;
  background: #ffffff;
  height: 20%;
  top: -70px;
  -webkit-transform: skewY(175deg);
          transform: skewY(175deg);
  width: 100%;
  z-index: 1;
}

.bg-footer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/shape/footer-shape.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
}

.footer-top {
  padding-top: 200px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.footer-single {
  margin-bottom: 30px;
}

.footer-single .footer-single-content a img {
  margin-bottom: 20px;
  width: 200px;
}

.footer-single .footer-single-content p {
  color: #fff;
  margin: 0;
}

.footer-single .newsletter-area {
  margin-top: 25px;
}

.footer-single .newsletter-area .newsletter-form {
  position: relative;
  max-width: 370px;
  border-radius: 50px;
}

.footer-single .newsletter-area .newsletter-form .form-control {
  background: #fff;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border-radius: 50px;
  border: none;
  padding: 0 25px;
}

.footer-single .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.footer-single .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  background: #4356d6;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
}

.footer-single .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #070f4d;
  color: #ffffff;
}

.footer-single .newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

.footer-list {
  margin-bottom: 30px;
}

.footer-list h3 {
  font-size: 25px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list ul li {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #fff;
}

.footer-list ul li i {
  font-size: 15px;
}

.footer-list ul li a {
  color: #fff;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer-list ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #070f4d;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer-list ul li a:hover::before {
  width: 100%;
}

.footer-list ul li a:hover {
  color: #070f4d;
}

.footer-bottom {
  position: relative;
  border-top: 1px solid #fff;
  padding-top: 24px;
  padding-bottom: 22px;
  z-index: 1;
}

.footer-bottom .bottom-text p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer-bottom .bottom-text p a {
  color: #070f4d;
  font-weight: 500;
}

.footer-bottom .bottom-text p a:hover {
  color: #fff;
}

.footer-area-bg {
  background-color: #4356d6;
}

/*=================================
Footer Section End
====================================*/
/*================================
Home Page One Style  End
==================================*/

/*================================
Inner Banner
==================================*/
.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.inner-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: WHITE;
  opacity: 0.8;
}

.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.inner-banner .inner-title h3 {
  font-size: 30px;
  color:#05548c;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color:#05548c;
  display: inline-block;
  margin-right: 10px;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li i {
  font-size: 16px;
  color:#05548c;
}

.inner-banner .inner-title ul li a {
  color:#05548c;
}

.inner-banner .inner-title ul li a:hover {
  color: #ff4a35;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/1.jpg);
}

.inner-bg2 {
  background-image: url(../img/inner-banner/2.jpg);
}

.inner-bg3 {
  background-image: url(../img/inner-banner/3.jpeg);
}

.inner-bg4 {
  background-image: url(../img/inner-banner/4.jpeg);
}

.inner-bg5 {
  background-image: url(../img/inner-banner/5.jpg);
}

.inner-bg6 {
  background-image: url(../img/inner-banner/6.jpeg);
}

.inner-bg7 {
  background-image: url(../img/inner-banner/7.jpg);
}

.inner-bg8 {
  background-image: url(../img/inner-banner/8.jpg);
}

/*================================
Inner Banner End
==================================*/
/*================================
Pagination Area
==================================*/
.pagination-area {
  text-align: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  display: table;
}

.pagination-area .page-link {
  color: #ff4a35;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px #d0d0d0;
          box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.pagination-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}

.pagination-area .page-link i::before {
  margin-left: -4px;
}

.pagination-area .page-link.current, .pagination-area .page-link:hover, .pagination-area .page-link:focus {
  color: #ffffff;
  background-color: #ff4a35;
  border: 1px solid #ff4a35;
}

.pagination-area .page-item {
  padding: 0 8px 0;
}

.pagination-area .page-item:first-child .page-link {
  border-radius: none;
}

.pagination-area .page-item:last-child .page-link {
  border-radius: none;
}

.pagination-area .page-item.current .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #ff4a35;
  border-color: #ff4a35;
}

/*================================
Pagination Area End
==================================*/


/*================================
Common Catagory
==================================*/
.common-catagory {
  margin-bottom: 30px;
}

.common-catagory h3 {
  font-size: 25px;
  color: #070f4d;
  margin-bottom: 25px;
}

.common-catagory .catagory {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.common-catagory .catagory li {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.common-catagory .catagory li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #4356d6;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.common-catagory .catagory li:hover::before {
  width: 100%;
  opacity: 1;
}

.common-catagory .catagory li a {
  padding: 15px 25px;
  width: 100%;
  color: #070f4d;
  font-weight: 600;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.common-catagory .catagory li a:hover {
  color: #fff;
}

.common-catagory .catagory li a i {
  float: right;
  font-size: 20px;
  position: relative;
  top: 4px;
}

/*================================
Common Catagory End
==================================*/
/*================================
Contact Page 
==================================*/
.contact-width {
  width: 960px;
  margin: 0 auto;
}

.contact-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.contact-card i {
  color: #fff;
  background: #4356d6;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact-card ul li {
  list-style: none;
  color: #070f4d;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}

.contact-card ul li:last-child {
  margin-bottom: 0;
}

.contact-card ul li a {
  color: #070f4d;
}

.contact-card ul li a:hover {
  color: #ff4a35;
}

.contact-wrap-form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px;
}

.contact-wrap-form p {
  text-align: center;
  color: #000;
}

.contact-wrap-form .form-group {
  margin-bottom: 25px;
}

.contact-wrap-form .form-group .form-control {
  height: 50px;
  color: #070f4d;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.contact-wrap-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #070f4d;
}

.contact-wrap-form .form-group textarea.form-control {
  height: auto;
}

.contact-wrap-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-wrap-form .default-btn {
  border: 0;
  outline: none;
}

.contact-wrap-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-wrap-form .agree-label {
  margin-bottom: 15px;
}

.contact-wrap-form .agree-label #chb1 {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.contact-wrap-form .agree-label label {
  font-weight: 600;
  color: #000;
}

.contact-wrap-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #ff4a35;
  font-weight: 600;
}

.contact-wrap-form .forget:hover {
  color: #4356d6;
}

.contact-wrap-form .account-desc {
  margin-top: 25px;
  font-weight: 600;
}

.contact-wrap-form .account-desc a {
  color: #ff4a35;
}

.contact-wrap-form .account-desc a:hover {
  color: #4356d6;
}

.contact-wrap-form .recover-login {
  color: #ff4a35;
  font-weight: 600;
}

.contact-wrap-form .recover-login:hover {
  color: #4356d6;
}

.contact-wrap-form .recover-register {
  font-weight: 600;
}

.contact-wrap-form .recover-register a {
  color: #ff4a35;
}

.contact-wrap-form .recover-register a:hover {
  color: #4356d6;
}

.contact-wrap-form .form-group .form-control::-webkit-input-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control:-ms-input-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control::-ms-input-placeholder {
  color: #070f4d;
}

.contact-wrap-form .form-group .form-control::placeholder {
  color: #070f4d;
}

.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.log-in-width {
  max-width: 570px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.login-social-btn {
  font-size: 30px;
  color: #fff;
  background-color: #4356d6;
  border-radius: 50px;
  width: 120px;
  height: 50px;
  line-height: 55px;
  outline: none;
  border: none;
  margin-bottom: 30px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.login-social-btn i {
  line-height: 0;
}

.login-social-btn:hover {
  background-color: #070f4d;
}

/*================================
Contact Page End
==================================*/
/*==================================
Single Content CSS
====================================*/
.single-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.single-content p {
  margin-bottom: 15px;
}

.single-content p:last-child {
  margin-bottom: 0;
}

/*==================================
Single Content CSS End
====================================*/
/*=================================
404 Error page
===================================*/
.error-area {
  padding: 140px 0;
  height: 100vh;
}

.error-area .error-content {
  text-align: center;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.5;
  font-weight: 700;
  color: #75799b;
}

.error-area .error-content h1 span {
  color: #ff4a35;
}

.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #ff4a35;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
404 Error page End
===================================*/
/*==================================
Back To Top Button 
=====================================*/
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #4356d6;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #4356d6;
          box-shadow: 0 0 15px #4356d6;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  transition: .9s;
  -webkit-transition: .9s;
}

.top-btn:hover {
  background: #ff4a35;
  -webkit-box-shadow: 0 0 15px #ff4a35;
          box-shadow: 0 0 15px #ff4a35;
  color: #fff;
  -webkit-animation: none;
          animation: none;
}

/*==============================
Back To Top Button 
=================================*/
/*=================================
 Preloader
===================================*/
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: block;
  background: #4356d6;
}

.preloader-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: -30px 0 0 -30px;
}

.preloader-wave::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: wave-circle 1.6s linear infinite;
  animation: wave-circle 1.6s linear infinite;
}

.preloader-wave::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  border: 2px solid #fff;
  -webkit-animation: scale 1.9s linear infinite;
  animation: scale 1.9s linear infinite;
}

.preloader-wave:after {
  animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
}

/*==================================
 Preloader End
====================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}


/*==================================
Embed CSS
====================================*/


/*==================================
Animation CSS
====================================*/
@-webkit-keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-1px, 173px) rotate(36deg);
    transform: translate(-1px, 173px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(172px, 0px) rotate(72deg);
    transform: translate(72px, 0px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(183px, 0) rotate(108deg);
    transform: translate(183px, 0) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(172px, 0px) rotate(144deg);
    transform: translate(172px, 0px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-1px, 173px) rotate(36deg);
    transform: translate(-1px, 173px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(172px, 0px) rotate(72deg);
    transform: translate(72px, 0px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(183px, 0) rotate(108deg);
    transform: translate(183px, 0) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(172px, 0px) rotate(144deg);
    transform: translate(172px, 0px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes wave-circle {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes wave-circle {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes scale {
  0%,
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes scale {
  0%,
  35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/*==================================
Animation CSS End
====================================*/

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */