@charset "UTF-8";
/*-----------------------------------------------------------------------------------

Theme Name: UMA
Theme URI: https://profiles.wordpress.org/nababurbd/
Author: Nababur Rahaman
Author URI: https://github.com/nababur
Youtube channel : https://www.youtube.com/@CodewithNababur
Version: 1.0

-----------------------------------------------------------------------------------

   
-----------------------------------------------------------------------------------*/
/*===========================
     COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #676769;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

a:hover {
  text-decoration: none;
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0;
}

a {
  text-decoration: none !important;
  color: #020306;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a.logo {
  display: block;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #020306;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #676769;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.gray {
  background: #707070;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0;
}

/*===== All Button Style =====*/
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}

.btn:focus {
  outline: none !important;
}

.btn:focus {
  box-shadow: none;
}

.header_area .button {
  display: inline-block;
  margin-left: 45px;
}

textarea,
input {
  width: 100%;
  height: 55px;
  border: 1px solid #252948;
  border-radius: 5px;
  padding: 0 25px;
  color: #676769;
  font-size: 16px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

textarea {
  height: 150px;
  padding-top: 15px;
  resize: none;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

input:focus {
  border: 1px solid #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

textarea:focus {
  border: 1px solid #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.button {
  max-width: 190px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .button {
    max-width: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button {
    max-width: 140px;
  }
}

.button i {
  position: relative;
}

.button i::before {
  position: absolute;
  right: -25px;
  top: -13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .button i::before {
    right: -20px;
    top: -13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button i::before {
    right: -20px;
    top: -13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .button .main-btn {
    max-width: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .main-btn {
    max-width: 140px;
  }
}

.main-btn {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px;
  max-width: 225px;
  text-transform: capitalize;
  border: 1px solid #313AB5;
  font-size: 17px;
  font-weight: 600;
  padding: 16px 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-btn {
    width: 225px;
  }
}

.main-btn i {
  position: relative;
}

.main-btn i::before {
  position: absolute;
  right: -25px;
  top: -13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-btn i::before {
    right: -20px;
    top: -13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-btn i::before {
    right: -20px;
    top: -13px;
  }
}

.main-btn-blue {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px;
  max-width: 225px;
  text-transform: capitalize;
  border: 1px solid #313AB5;
  font-size: 17px;
  font-weight: 600;
  padding: 16px 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-btn-blue {
    width: 210px;
  }
}

.main-btn-blue i {
  position: relative;
}

.main-btn-blue i::before {
  position: absolute;
  right: -25px;
  top: -13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-btn-blue i::before {
    right: -20px;
    top: -13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-btn-blue i::before {
    right: -20px;
    top: -13px;
  }
}

.main-btn {
  color: #fff;
  background-color: #313AB5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-btn-blue {
  color: #fff;
  background-color: #313AB5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #F4F7F8;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: #020306;
  border-color: #F4F7F8;
}

.main-btn-blue span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #F4F7F8;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: #020306;
  border-color: #F4F7F8;
}

.main-btn:hover {
  color: #020306;
}

.main-btn-blue:hover {
  color: #020306;
}

.main-btn:hover span {
  width: 225%;
  height: 562.5px;
  color: #020306;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: #F4F7F8;
}

.main-btn-blue:hover span {
  width: 225%;
  height: 562.5px;
  color: #020306;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: #F4F7F8;
}

.main-btn:active {
  background-color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-btn-blue:active {
  background-color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.mouse-hover {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  z-index: 1;
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #38424d;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px;
  margin-left: 15px;
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
  color: #f00;
}

.error-content h2 {
  font-size: 100px;
  font-weight: 700;
  color: #313AB5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-content h2 {
    font-size: 80px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-content h2 {
    font-size: 60px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .error-content h2 {
    font-size: 50px;
    padding-bottom: 20px;
  }
}

.error-content span {
  font-size: 50px;
  font-weight: 600;
  color: #313AB5;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-content span {
    font-size: 35px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-content span {
    font-size: 35px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .error-content span {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

.back_btn .btn {
  width: 100%;
  margin: 0px auto;
}

/*===== All Section Title Style =====*/
.section-title {
  position: relative;
  margin-bottom: 30px;
}

.section-title .title {
  font-size: 40px;
  text-transform: capitalize;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 35px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .pb-130 {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-130 {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .pt-130 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .pt-100 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-80 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .mt-80 {
    margin-top: 30px;
  }
}

/*===== All Form Style =====*/
.single-form {
  margin-top: 28px;
}

.single-form label {
  display: inline-block;
  color: #020306;
  font-size: 14px;
  font-weight: 700;
}

.single-form .required {
  display: inline-block;
  color: #020306;
  font-size: 14px;
  float: right;
}

.single-form textarea,
.single-form input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #020306;
  border-radius: 2px;
  color: #020306;
  display: block;
  height: 48px;
  box-shadow: none;
  padding: 0 15px;
  font-size: 14px;
}

.single-form textarea:focus,
.single-form input:focus {
  border-color: #313AB5;
}

.single-form textarea {
  padding-top: 10px;
  height: 200px;
  resize: none;
}

.single-form .nice-select {
  float: none;
  border: 1px solid #020306;
  width: 100%;
  border-radius: 0;
  height: 48px;
  padding: 0 15px;
}

.single-form .nice-select::after {
  width: 8px;
  height: 8px;
  border-color: #020306;
  right: 15px;
}

.single-form .nice-select .current {
  line-height: 48px;
}

.single-form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.single-form .nice-select .list .option {
  min-height: 28px;
  line-height: 28px;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== Grid Template Preloader Style =====*/
.gridtemplate-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}

.preloader {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#load-animate {
  width: 70px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 35px);
}

#loader {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #313AB5;
  border-right-color: #313AB5;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 3s ease-in-out infinite;
  transform: rotate(-200deg);
}

@keyframes rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

/*===========================
    HEADER css 
===========================*/
/*****************************
*	horizontal news ticker
******************************/
.uma-wrapper-h {
  display: flex;
  position: relative;
  overflow: hidden;
}

.uma-wrapper-h .heading {
  background-color: #1c6547;
  color: #fff;
  padding: 5px 10px;
  flex: 0 0 auto;
  z-index: 1000;
}

.uma-wrapper-h .heading:after {
  content: "";
  position: absolute;
  top: 0;
  border-left: 20px solid #1c6547;
  border-top: 17px solid transparent;
  border-bottom: 15px solid transparent;
}

.uma-ticker-h {
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 90%;
  z-index: 999;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: tic-h;
  animation-duration: 30s;
}

.uma-ticker-h:hover {
  animation-play-state: paused;
}

.uma-ticker-h li {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  padding-left: 20px;
}

.uma-ticker-h li {
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.uma-ticker-h li a {
  color: #313AB5;
  font-weight: 500;
  padding-left: 10px;
}

.uma-ticker-h li a:hover {
  text-decoration: underline;
}

@keyframes tic-h {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/*===== Header Menu =====*/
.sticky-block {
  display: none;
}

.navbar-menu ul li {
  display: inline-block;
  margin-left: 45px;
  padding: 13px 0;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-menu ul li {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu ul li {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-menu ul li {
    margin-left: 10px;
  }
}

.navbar-menu ul li:first-child {
  margin-left: 0;
}

.navbar-menu ul li a {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-bottom: 3px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-menu ul li a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu ul li a {
    font-size: 15px;
  }
}

.navbar-menu ul li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-menu ul li a i {
  position: relative;
  font-size: 13px;
}

.navbar-menu ul li a i::before {
  position: absolute;
  right: -22px;
  top: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-menu ul li a i::before {
    right: -15px;
    top: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu ul li a i::before {
    right: -15px;
    top: -10px;
  }
}

.navbar-menu ul li a.active::before {
  width: 100%;
}

.navbar-menu ul li .sub-menu {
  position: absolute;
  top: 115%;
  left: 0;
  width: 215px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.navbar-menu ul li .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}

.navbar-menu ul li .sub-menu li a {
  font-size: 17px;
  color: #020306;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 500;
}

.navbar-menu ul li .sub-menu li a::before {
  display: none;
}

.navbar-menu ul li .sub-menu li a.active {
  background: #313AB5;
  color: #fff;
  padding-left: 20px;
}

.navbar-menu ul li .sub-menu li::before {
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 0;
  height: 100%;
  background: #313AB5;
  color: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-menu ul li .sub-menu li:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #313AB5;
  color: #fff;
}

.navbar-menu ul li .sub-menu li:focus:before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #313AB5;
  color: #fff;
}

.navbar-menu ul li .sub-menu li:active:before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #313AB5;
  color: #fff;
}

.navbar-menu ul li .sub-menu li:hover > a {
  color: #fff;
  padding-left: 20px;
}

.navbar-menu ul li .mega-menu {
  position: absolute;
  top: 115%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 685px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.navbar-menu ul li .mega-menu li {
  display: block;
  padding: 0;
  margin: 0;
  width: 215px;
  float: left;
  border-left: 1px solid #020306;
}

.navbar-menu ul li .mega-menu li:first-child {
  border-left: 0;
}

.navbar-menu ul li .mega-menu li .menu-title {
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px 15px;
}

.navbar-menu ul li .mega-menu li ul li {
  display: block;
  padding: 0;
  margin: 0;
  border-left: 0;
}

.navbar-menu ul li .mega-menu li ul li a {
  font-size: 14px;
  color: #020306;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}

.navbar-menu ul li .mega-menu li ul li a::before {
  display: none;
}

.navbar-menu ul li .mega-menu li ul li:hover > a {
  color: #313AB5;
  padding-left: 20px;
}

.navbar-menu ul li.active > a::before, .navbar-menu ul li:hover > a::before {
  width: 100%;
}

.navbar-menu ul li.active .sub-menu,
.navbar-menu ul li.active .mega-menu, .navbar-menu ul li:hover .sub-menu,
.navbar-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.toolbar-area {
  background: #707070;
  padding: 22px 0;
}

.toolbar-area .toolbar-contact p {
  display: inline-block;
  margin-right: 25px !important;
  margin-top: 2px;
  margin: 0;
  text-align: center;
  line-height: 0;
  font-size: 17px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .toolbar-area .toolbar-contact p {
    margin-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .toolbar-area .toolbar-contact p {
    margin-right: 8px !important;
  }
}

.toolbar-area .toolbar-contact p i {
  display: inline-block;
  margin-right: 6px;
  color: #fff;
  font-size: 17px;
  position: absolute;
  top: -8px;
  left: 0;
}

.toolbar-area .toolbar-contact p a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-right: 7px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.toolbar-area .toolbar-contact p a:hover {
  color: #313AB5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.toolbar-area .toolbar-sl-share ul {
  float: right;
}

.toolbar-area .toolbar-sl-share ul li {
  margin: 0;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

.toolbar-area .toolbar-sl-share ul li a {
  color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.toolbar-area .toolbar-sl-share ul li a i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.toolbar-area .toolbar-sl-share ul li a i:hover {
  color: #313AB5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.toolbar-area .toolbar-sl-share ul li a:hover i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.toolbar-area .toolbar-sl-share ul li a:hover i:hover {
  color: #313AB5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header-menu-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: 0 0;
}

.header-menu-area .header-main-menu {
  padding-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-area .header-main-menu .col-lg-8 {
    width: 62%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-area .header-main-menu .col-lg-2 {
    width: 18.5%;
  }
}

.header-menu-area a.logo .white-logo {
  z-index: 2;
}

.header-menu-area .logo {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-area .button {
    margin-left: 10px;
  }
  .header-menu-area .button .main-btn {
    width: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area .button {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-menu-area .button {
    display: none;
  }
}

.header-menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  z-index: 9999;
}

.header-menu-area.sticky .header-main-menu {
  padding-top: 0px;
}

.header-menu-area.sticky a.logo img.white-logo {
  opacity: 0;
  visibility: hidden;
}

.header-menu-area.sticky a.logo img {
  width: 120px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-menu-area.sticky a.logo img.light-logo {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area.sticky a.logo img {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .header-menu-area.sticky a.logo img {
    width: 80px;
  }
}

.header-menu-area.sticky .sticky-block {
  display: block;
}

.header-menu-area.sticky .navbar-menu ul li a {
  color: #020306;
}

.header-menu-area.sticky .navbar-menu ul li a.active {
  color: #313AB5;
}

.header-menu-area.sticky .navbar-menu ul li a.active::before {
  display: none;
}

.header-menu-area.sticky .navbar-menu ul li .sub-menu li a.active {
  color: #fff;
}

.header-menu-area.sticky .navbar-menu ul li .sub-menu li:hover > a {
  color: #fff;
  padding-left: 20px;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/*===== Header Mobile Menu =====*/
.header-mobile-menu {
  padding: 10px 0;
}

.header-mobile-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  z-index: 999;
}

.mobile-menu .menu-bar a i {
  font-size: 30px;
  color: #020306;
}

.mobile-menu .mobile-logo img {
  width: 150px;
}

@media (max-width: 767px) {
  .mobile-menu .mobile-logo img {
    width: 115px;
  }
}

/*===== Mobile-menu =====*/
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  padding: 100px 30px 30px;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .offcanvas-menu {
    width: 280px;
  }
}

.offcanvas-menu.open {
  left: 0;
}

.offcanvas-menu .close-mobile-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  color: #020306;
}

.offcanvas-menu .mobile-menu {
  padding-bottom: 30px;
}

.offcanvas-menu .mobile-menu ul li {
  position: relative;
  border-bottom: 1px solid rgba(32, 31, 31, 0.4);
}

.offcanvas-menu .mobile-menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #020306;
  padding: 8px 0;
}

.offcanvas-menu .mobile-menu ul li a.active {
  color: #313AB5;
}

.offcanvas-menu .mobile-menu ul li .sub-menu {
  padding-left: 20px;
}

.offcanvas-menu .mobile-menu ul li .sub-menu li {
  border-bottom: 0;
}

.offcanvas-menu .mobile-menu ul li .sub-menu li a.active {
  color: #313AB5;
}

.offcanvas-menu .mobile-menu ul li .sub-menu .mega-title .menu-title {
  font-weight: 700;
  padding: 8px 0 11px;
  font-size: 18px;
}

.offcanvas-menu .mobile-menu ul li .menu-expand {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.offcanvas-menu .mobile-menu ul li .menu-expand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #020306;
  top: 10px;
}

.offcanvas-menu .mobile-menu ul li .menu-expand::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #020306;
  left: 10px;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas-menu .mobile-menu ul li.active > .menu-expand::after {
  height: 0;
}

/*===== Mobile-menu Home Two=====*/
.mobile-menu-style2 {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  padding: 100px 30px 30px;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .mobile-menu-style2 {
    width: 280px;
  }
}

.mobile-menu-style2.open {
  left: 0;
}

.mobile-menu-style2 .close-mobile-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  color: #252948;
}

.mobile-menu-style2 .mobile-menu {
  padding-bottom: 30px;
}

.mobile-menu-style2 .mobile-menu ul li {
  position: relative;
  border-bottom: 1px solid rgba(32, 31, 31, 0.4);
}

.mobile-menu-style2 .mobile-menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #252948;
  padding: 8px 0;
}

.mobile-menu-style2 .mobile-menu ul li a.active {
  color: #313AB5;
}

.mobile-menu-style2 .mobile-menu ul li .sub-menu {
  padding-left: 20px;
}

.mobile-menu-style2 .mobile-menu ul li .sub-menu li {
  border-bottom: 0;
}

.mobile-menu-style2 .mobile-menu ul li .sub-menu li a.active {
  color: #313AB5;
}

.mobile-menu-style2 .mobile-menu ul li .sub-menu .mega-title .menu-title {
  font-weight: 700;
  padding: 8px 0 11px;
  font-size: 18px;
}

.mobile-menu-style2 .mobile-menu ul li .menu-expand {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.mobile-menu-style2 .mobile-menu ul li .menu-expand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #252948;
  top: 10px;
}

.mobile-menu-style2 .mobile-menu ul li .menu-expand::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #252948;
  left: 10px;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-style2 .mobile-menu ul li.active > .menu-expand::after {
  height: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

/*===== Home Version two  =====*/
.header_style_2 .navbar-menu ul li {
  display: inline-block;
  margin-left: 45px;
  padding: 13px 0;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_style_2 .navbar-menu ul li {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_style_2 .navbar-menu ul li {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .header_style_2 .navbar-menu ul li {
    margin-left: 10px;
  }
}

.header_style_2 .navbar-menu ul li:first-child {
  margin-left: 0;
}

.header_style_2 .navbar-menu ul li a {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  color: #252948;
  position: relative;
  padding-bottom: 3px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_style_2 .navbar-menu ul li a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_style_2 .navbar-menu ul li a {
    font-size: 15px;
  }
}

.header_style_2 .navbar-menu ul li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header_style_2 .navbar-menu ul li a i {
  position: relative;
  font-size: 13px;
}

.header_style_2 .navbar-menu ul li a i::before {
  position: absolute;
  right: -22px;
  top: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_style_2 .navbar-menu ul li a i::before {
    right: -15px;
    top: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_style_2 .navbar-menu ul li a i::before {
    right: -15px;
    top: -10px;
  }
}

.header_style_2 .navbar-menu ul li a.active {
  color: #313AB5;
}

.header_style_2 .navbar-menu ul li a.active::before {
  width: 100%;
}

.header_style_2 .navbar-menu ul li .sub-menu {
  position: absolute;
  top: 115%;
  left: 0;
  width: 215px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.header_style_2 .navbar-menu ul li .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}

.header_style_2 .navbar-menu ul li .sub-menu li a {
  font-size: 17px;
  color: #252948;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 500;
}

.header_style_2 .navbar-menu ul li .sub-menu li a::before {
  display: none;
}

.header_style_2 .navbar-menu ul li .sub-menu li a.active {
  background: #313AB5;
  color: #fff;
  padding-left: 20px;
}

.header_style_2 .navbar-menu ul li .sub-menu li::before {
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 0;
  height: 100%;
  background: #313AB5;
  color: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header_style_2 .navbar-menu ul li .sub-menu li:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #313AB5;
  color: #fff;
}

.header_style_2 .navbar-menu ul li .sub-menu li:focus:before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #313AB5;
  color: #fff;
}

.header_style_2 .navbar-menu ul li .sub-menu li:active:before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background: #313AB5;
  color: #fff;
}

.header_style_2 .navbar-menu ul li .sub-menu li:hover > a {
  color: #fff;
  padding-left: 20px;
}

.header_style_2 .navbar-menu ul li .mega-menu {
  position: absolute;
  top: 115%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 685px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.header_style_2 .navbar-menu ul li .mega-menu li {
  display: block;
  padding: 0;
  margin: 0;
  width: 215px;
  float: left;
  border-left: 1px solid #252948;
}

.header_style_2 .navbar-menu ul li .mega-menu li:first-child {
  border-left: 0;
}

.header_style_2 .navbar-menu ul li .mega-menu li .menu-title {
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px 15px;
}

.header_style_2 .navbar-menu ul li .mega-menu li ul li {
  display: block;
  padding: 0;
  margin: 0;
  border-left: 0;
}

.header_style_2 .navbar-menu ul li .mega-menu li ul li a {
  font-size: 14px;
  color: #252948;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}

.header_style_2 .navbar-menu ul li .mega-menu li ul li a::before {
  display: none;
}

.header_style_2 .navbar-menu ul li .mega-menu li ul li:hover > a {
  color: #313AB5;
  padding-left: 20px;
}

.header_style_2 .navbar-menu ul li.active > a::before, .header_style_2 .navbar-menu ul li:hover > a::before {
  width: 100%;
}

.header_style_2 .navbar-menu ul li.active .sub-menu,
.header_style_2 .navbar-menu ul li.active .mega-menu, .header_style_2 .navbar-menu ul li:hover .sub-menu,
.header_style_2 .navbar-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header_style_2 .toolbar-area {
  background: #313AB5;
  padding: 22px 0;
}

.header_style_2 .toolbar-area .toolbar-contact p {
  display: inline-block;
  margin-right: 25px !important;
  margin-top: 2px;
  margin: 0;
  text-align: center;
  line-height: 0;
  font-size: 17px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_style_2 .toolbar-area .toolbar-contact p {
    margin-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .header_style_2 .toolbar-area .toolbar-contact p {
    margin-right: 8px !important;
  }
}

.header_style_2 .toolbar-area .toolbar-contact p i {
  display: inline-block;
  margin-right: 6px;
  color: #fff;
  font-size: 17px;
  position: absolute;
  top: -8px;
  left: 0;
}

.header_style_2 .toolbar-area .toolbar-contact p a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-right: 7px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header_style_2 .toolbar-area .toolbar-contact p a:hover {
  color: #ccc;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header_style_2 .toolbar-area .toolbar-sl-share ul {
  float: right;
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li {
  margin: 0;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a {
  color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a i:hover {
  color: #ccc;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a:hover i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header_style_2 .toolbar-area .toolbar-sl-share ul li a:hover i:hover {
  color: #ccc;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_style_2 .button .main-btn-blue {
    width: 150px;
    padding-left: 0px;
  }
}

.header_style_2 .header-menu-area {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: 0 0;
}

.header_style_2 .header-menu-area .header-main-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header_style_2 .header-menu-area a.logo .white-logo {
  z-index: 2;
}

.header_style_2 .header-menu-area .menu-logo a {
  display: block;
}

.header_style_2 .header-menu-area .menu-logo img {
  width: 162px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_style_2 .header-menu-area .button {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_style_2 .header-menu-area .button {
    display: none;
  }
}

@media (max-width: 767px) {
  .header_style_2 .header-menu-area .button {
    display: none;
  }
}

.header_style_2 .header-menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  z-index: 999;
}

.header_style_2 .header-menu-area.sticky .header-main-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_style_2 .header-menu-area.sticky a.logo img {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .header_style_2 .header-menu-area.sticky a.logo img {
    width: 80px;
  }
}

.header_style_2 .header-menu-area.sticky .sticky-block {
  display: block;
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li a {
  color: #252948;
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li a.active {
  color: #313AB5;
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li a.active::before {
  display: none;
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li .sub-menu li a.active {
  color: #fff;
}

.header_style_2 .header-menu-area.sticky .navbar-menu ul li .sub-menu li:hover > a {
  color: #fff;
  padding-left: 20px;
}

.header_style_2 .header-menu-area .header-main-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-menu .menu-bar a i {
  font-size: 40px;
  color: #313AB5;
  font-weight: bold;
}

.offcanvas-menu {
  padding: 20px 30px 30px;
}

.offcanvas-header a img {
  max-width: 130px;
  position: absolute;
  top: 10px;
  left: 30px;
}

.mobile-menu-style2 .mobile-menu {
  padding-bottom: 30px;
  padding-top: 65px;
}

.header_style_2 .header-menu-area .header-main-menu {
  background: #fff;
}

/*===========================
    SLIDER css 
===========================*/
.header_hero {
  /* -------------------------------- 

xclip 

-------------------------------- */
}

.header_hero .cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .header_hero .cd-intro {
    margin: 5em auto;
  }
}

@media only screen and (min-width: 1170px) {
  .header_hero .cd-intro {
    margin: 6em auto;
  }
}

.header_hero .cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .header_hero .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .header_hero .cd-headline {
    font-size: 6rem;
  }
}

.header_hero .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.header_hero .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.header_hero .cd-words-wrapper b.is-visible {
  position: relative;
}

.header_hero .no-js .cd-words-wrapper b {
  opacity: 0;
}

.header_hero .no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.header_hero .cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.header_hero .cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.header_hero .cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #313AB5;
}

.header_hero .cd-headline.clip b {
  opacity: 0;
}

.header_hero .cd-headline.clip b.is-visible {
  opacity: 1;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.slider-content {
  padding-top: 145px;
  padding-bottom: 150px;
  position: relative;
  z-index: 12;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content {
    padding-left: 20px;
    padding-top: 200px;
    padding-bottom: 120px;
  }
}

.slider-content .sub-title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .sub-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .sub-title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .slider-content .sub-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content .sub-title {
    font-size: 25px;
  }
}

.slider-content .slider-title {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 12px ​0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .slider-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .slider-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .slider-content .slider-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content .slider-title {
    font-size: 25px;
  }
}

.slider-content .text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  max-width: 800px;
}

@media (max-width: 767px) {
  .slider-content .text {
    max-width: 100%;
  }
}

.slider-content .m-auto {
  margin: 0px auto;
}

.slider-content.content-2 .sub-title,
.slider-content.content-2 .slider-title,
.slider-content.content-2 .text {
  color: #fff;
}

.home-slider .single-slider {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 994px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1400px) {
  .home-slider .single-slider {
    height: 994px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-slider .single-slider {
    height: 700px;
    background-position: 70% 50% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider .single-slider {
    height: auto;
    background-position: 70% 50% !important;
  }
}

@media (max-width: 767px) {
  .home-slider .single-slider {
    height: auto;
    background-position: 70% 50% !important;
  }
}

.home-slider .single-slider::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #313AB5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

.home-slider .slick-dots {
  z-index: 9;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.home-slider .slick-dots li.slick-active button {
  background-color: #313AB5;
  border-color: #e0e0e0;
}

.home-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  background: none;
  background-color: #DFDFDF;
  border-radius: 50px;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
}

.home-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  height: 110px;
  width: 35px;
  text-align: center;
  line-height: 110px;
  background-color: rgba(2, 2, 2, 0.2);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  background-color: transparent;
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
  .home-slider .slick-arrow {
    left: 8%;
  }
}

@media only screen and (min-width: 1400px) {
  .home-slider .slick-arrow {
    left: 2%;
  }
}

.home-slider .slick-arrow i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 30px;
}

.home-slider .slick-arrow i:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.home-slider .slick-arrow.next {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
  .home-slider .next {
    right: 8% !important;
  }
}

@media only screen and (min-width: 1400px) {
  .home-slider .next {
    right: 2% !important;
  }
}

.home-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.header_style_2 .home-slider .single-slider {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 800px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .header_style_2 .home-slider .single-slider {
    background-position: 60% 50%;
  }
}

@media only screen and (min-width: 1400px) {
  .header_style_2 .home-slider .single-slider {
    height: 800px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_style_2 .home-slider .single-slider {
    height: 650px;
    background-position: 70% 50% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_style_2 .home-slider .single-slider {
    height: auto;
    background-position: 70% 50% !important;
  }
}

@media (max-width: 767px) {
  .header_style_2 .home-slider .single-slider {
    height: auto;
    background-position: 40% 50% !important;
  }
}

.header_style_2 .home-slider .single-slider::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #313AB5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

.header_style_2 .home-slider .slick-dots {
  z-index: 9;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header_style_2 .home-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.header_style_2 .home-slider .slick-dots li.slick-active button {
  background-color: #313AB5;
  border-color: #e0e0e0;
}

.header_style_2 .home-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  background: none;
  background-color: #DFDFDF;
  border-radius: 50px;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
}

.header_style_2 .home-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  height: 110px;
  width: 35px;
  text-align: center;
  line-height: 110px;
  background-color: rgba(2, 2, 2, 0.2);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  background-color: transparent;
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
  .header_style_2 .home-slider .slick-arrow {
    left: 8%;
  }
}

@media only screen and (min-width: 1400px) {
  .header_style_2 .home-slider .slick-arrow {
    left: 2%;
  }
}

.header_style_2 .home-slider .slick-arrow i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 30px;
}

.header_style_2 .home-slider .slick-arrow i:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.header_style_2 .home-slider .slick-arrow.next {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
  .header_style_2 .home-slider .next {
    right: 8% !important;
  }
}

@media only screen and (min-width: 1400px) {
  .header_style_2 .home-slider .next {
    right: 2% !important;
  }
}

.header_style_2 .home-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/*===========================
     Event css 
===========================*/
.event_schedules {
  position: relative;
}

.event_schedules .tab-details h5 {
  color: #fff;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
}

.event_schedules .tab-nabar-buttons .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item {
  width: 33.3%;
  background: #313AB5;
  height: 80px;
}

.event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  line-height: 26px;
  border-radius: 0px;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    font-size: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

.event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link span {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link span {
    font-size: 14px;
  }
}

.event_schedules .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link.active {
  color: #fff;
  background-color: #313AB5;
  height: 80px;
  border-radius: 0px;
}

.event_schedules .tab-content {
  margin-top: 30px;
}

.event_schedules .tab-content .event_single_item {
  background: #fff;
  padding: 33px 40px 33px 39px;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
  margin-right: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item {
    padding: 20px 30px 20px 30px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item {
    padding: 20px 30px 20px 30px;
  }
}

.event_schedules .tab-content .event_single_item .date_e h4 {
  font-size: 80px;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .event_schedules .tab-content .event_single_item .date_e h4 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_schedules .tab-content .event_single_item .date_e h4 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .date_e h4 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .date_e h4 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .date_e {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .date_e {
    margin-bottom: 15px;
  }
}

.event_schedules .tab-content .event_single_item .month_e h5 {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_schedules .tab-content .event_single_item .month_e h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_e h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_e h5 {
    font-size: 20px;
  }
}

.event_schedules .tab-content .event_single_item .month_e span {
  font-size: 17px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_e {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_e {
    margin-bottom: 15px;
  }
}

.event_schedules .tab-content .event_single_item .month_info {
  position: relative;
}

.event_schedules .tab-content .event_single_item .month_info::before {
  position: absolute;
  left: -10%;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_info::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_info::before {
    display: none;
  }
}

.event_schedules .tab-content .event_single_item .month_info h4 {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_info h4 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_info h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules .tab-content .event_single_item .month_info {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .event_schedules .tab-content .event_single_item .month_info {
    margin-bottom: 15px;
  }
}

.event_schedules_single {
  position: relative;
  background-color: #F4F7F8;
}

.event_schedules_single .main-btn-blue {
  text-align: center;
  margin: 0px auto;
  max-width: 100%;
}

.event_schedules_single .single_events {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  padding: 20px 20px 30px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 #dddddd;
}

.event_schedules_single .single_events .event_thumb {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  position: relative;
}

.event_schedules_single .single_events .event_thumb img {
  display: block;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.event_schedules_single .single_events .event_thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

.event_schedules_single .single_events .event_thumb span.event-coast {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 55;
  background: #fff;
  border-radius: 3px;
  padding: 8px 10px;
  font-weight: 600;
  color: #020306;
}

.event_schedules_single .single_events .event_single_info {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.event_schedules_single .single_events .event_single_info .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 25px;
}

.event_schedules_single .single_events .event_single_info .media span {
  background-color: #d2f3da;
  color: #020306;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 4px;
  margin-right: 25px;
  border: 1px solid #313AB5;
}

.event_schedules_single .single_events .event_single_info .media .media-body {
  -ms-flex: 1;
  flex: 1;
}

.event_schedules_single .single_events .event_single_info .media .media-body h5 {
  font-size: 30px;
  font-weight: 700;
  color: #313AB5;
  padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event_schedules_single .single_events .event_single_info .media .media-body h5 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules_single .single_events .event_single_info .media .media-body h5 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .event_schedules_single .single_events .event_single_info .media .media-body h5 {
    font-size: 20px;
  }
}

.event_schedules_single .single_events .event_single_info .media .media-body p {
  padding-bottom: 25px;
}

.event_schedules_single .single_events .event_single_info .media .media-body .date_info ul {
  margin: 0px;
  padding: 0px;
}

.event_schedules_single .single_events .event_single_info .media .media-body .date_info ul li {
  list-style: none;
  display: inline-block;
  font-size: 10px;
  padding-right: 15px;
}

.event_schedules_single .single_events .event_single_info .media .media-body .date_info ul li i {
  color: #313AB5;
  font-size: 18px;
}

.event_schedules_single .single_events .read_more {
  margin-top: 25px;
}

.event_schedules_single .single_events .read_more a {
  box-shadow: 0 0 50px 0 #dddddd;
}

.event_schedules_single .single_events .main-btn-inline-event {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: #313AB5;
  transition-property: #313AB5;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #313AB5;
  border-radius: 4px;
  padding: 15px 10px;
}

.event_schedules_single .single_events .main-btn-inline-event::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #313AB5;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

.event_schedules_single .single_events:hover .event_thumb img {
  -webkit-transform: scale(1.2) rotate(-7deg);
  -moz-transform: scale(1.2) rotate(-7deg);
  -ms-transform: scale(1.2) rotate(-7deg);
  -o-transform: scale(1.2) rotate(-7deg);
  transform: scale(1.2) rotate(-7deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.event_schedules_single .single_events:hover .event_thumb::before {
  opacity: 1;
}

.event_schedules_single .single_events:hover .media .media-body h5 {
  color: #020306;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.event_schedules_single .single_events:hover .read_more .main-btn-inline-event::before {
  -webkit-transform: scaleX(1);
  color: #fff !important;
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.event_schedules_single .single_events:hover .read_more .main-btn-inline-event::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.event_schedules_single .single_events:hover .read_more .main-btn-inline-event:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event_schedules_single .single_events {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .event_schedules_single .single_events {
    margin-bottom: 20px;
  }
}

/*===========================
     Speakers css 
===========================*/
.creative_speakers {
  position: relative;
}

.creative_speakers .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
  width: 180px;
  height: 60px;
  color: #fff;
  background: #313AB5;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .creative_speakers .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 160px;
    font-size: 16px;
  }
}

.creative_speakers .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link.active {
  color: #fff;
  background-color: #313AB5;
}

.creative_speakers .tab-content .speaker_item {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers .tab-content .speaker_item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .creative_speakers .tab-content .speaker_item {
    margin-bottom: 20px;
  }
}

.creative_speakers .tab-content .speaker_item img {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.creative_speakers .tab-content .speaker_item h5 {
  font-size: 30px;
  font-weight: 700;
  color: #020306;
  text-transform: uppercase;
  padding: 20px 0;
  padding-top: 30px;
}

.creative_speakers .tab-content .speaker_item span {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay {
  position: absolute;
  left: 0;
  bottom: -320px;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  background: #020306;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers .tab-content .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

@media (max-width: 767px) {
  .creative_speakers .tab-content .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .contentBx h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}

.creative_speakers .tab-content .speaker_item:hover .speaker_overlay .contentBx h5 {
  opacity: 1;
  transform: translateY(0);
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .contentBx span {
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-25px);
}

.creative_speakers .tab-content .speaker_item:hover .speaker_overlay .contentBx span {
  opacity: 1;
  transform: translateY(0);
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .contentBx span {
  margin-bottom: 20px;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .contentBx h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: initial;
  color: #fff;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.creative_speakers .tab-content .speaker_item:hover .speaker_overlay {
  bottom: 0;
  transition-delay: 0s;
}

.creative_speakers .tab-content .speaker_item:hover .speaker_overlay .sci li {
  transform: translateY(0);
  opacity: 1;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci li a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.creative_speakers .tab-content .speaker_item .speaker_overlay .sci li a {
  color: #fff;
  font-size: 24px;
}

.all_creative_speakers .speaker_item {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all_creative_speakers .speaker_item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .all_creative_speakers .speaker_item {
    margin-bottom: 20px;
  }
}

.all_creative_speakers .speaker_item img {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.all_creative_speakers .speaker_item h5 {
  font-size: 30px;
  font-weight: 700;
  color: #020306;
  text-transform: uppercase;
  padding: 20px 0;
  padding-top: 30px;
}

.all_creative_speakers .speaker_item span {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.all_creative_speakers .speaker_item .speaker_overlay {
  position: absolute;
  left: 0;
  bottom: -320px;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  background: #020306;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .all_creative_speakers .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

@media (max-width: 767px) {
  .all_creative_speakers .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

.all_creative_speakers .speaker_item .speaker_overlay .contentBx h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}

.all_creative_speakers .speaker_item:hover .speaker_overlay .contentBx h5 {
  opacity: 1;
  transform: translateY(0);
}

.all_creative_speakers .speaker_item .speaker_overlay .contentBx span {
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-25px);
}

.all_creative_speakers .speaker_item:hover .speaker_overlay .contentBx span {
  opacity: 1;
  transform: translateY(0);
}

.all_creative_speakers .speaker_item .speaker_overlay .contentBx span {
  margin-bottom: 20px;
}

.all_creative_speakers .speaker_item .speaker_overlay .contentBx h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: initial;
  color: #fff;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.all_creative_speakers .speaker_item:hover .speaker_overlay {
  bottom: 0;
  transition-delay: 0s;
}

.all_creative_speakers .speaker_item:hover .speaker_overlay .sci li {
  transform: translateY(0);
  opacity: 1;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci li a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.all_creative_speakers .speaker_item .speaker_overlay .sci li a {
  color: #fff;
  font-size: 24px;
}

.creative_speakers_style2 {
  position: relative;
  background-color: #F4F7F8;
}

.creative_speakers_style2 .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
  width: 180px;
  height: 60px;
  color: #fff;
  background: #4471BD;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .creative_speakers_style2 .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link {
    width: 160px;
    font-size: 16px;
  }
}

.creative_speakers_style2 .tab-nabar-buttons ul.nav-pills li.nav-item button.nav-link.active {
  color: #fff;
  background-color: #313AB5;
}

.creative_speakers_style2 .tab-content .speaker_item {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 10px 10px 30px 10px;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgba(88, 88, 88, 0.16);
  margin: 25px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers_style2 .tab-content .speaker_item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .creative_speakers_style2 .tab-content .speaker_item {
    margin-bottom: 20px;
  }
}

.creative_speakers_style2 .tab-content .speaker_item img {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.creative_speakers_style2 .tab-content .speaker_item h5 {
  font-size: 30px;
  font-weight: 700;
  color: #020306;
  text-transform: uppercase;
  padding: 20px 0;
  padding-top: 30px;
}

.creative_speakers_style2 .tab-content .speaker_item span {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay {
  position: absolute;
  left: 0;
  bottom: -320px;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  background: #313AB5;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_speakers_style2 .tab-content .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

@media (max-width: 767px) {
  .creative_speakers_style2 .tab-content .speaker_item .speaker_overlay {
    bottom: -375px;
  }
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .contentBx h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}

.creative_speakers_style2 .tab-content .speaker_item:hover .speaker_overlay .contentBx h5 {
  opacity: 1;
  transform: translateY(0);
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .contentBx span {
  color: #fff;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-25px);
}

.creative_speakers_style2 .tab-content .speaker_item:hover .speaker_overlay .contentBx span {
  opacity: 1;
  transform: translateY(0);
  color: #ccc;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .contentBx span {
  margin-bottom: 20px;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .contentBx h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: initial;
  color: #fff;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.creative_speakers_style2 .tab-content .speaker_item:hover .speaker_overlay {
  bottom: 0;
  transition-delay: 0s;
}

.creative_speakers_style2 .tab-content .speaker_item:hover .speaker_overlay .sci li {
  transform: translateY(0);
  opacity: 1;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci li a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.creative_speakers_style2 .tab-content .speaker_item .speaker_overlay .sci li a {
  color: #fff;
  font-size: 24px;
}

/*===========================
      Business  css 
===========================*/
.build_business {
  position: relative;
}

.build_business .section-title {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .build_business .section-title {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .build_business .section-title {
    margin-top: 30px;
  }
}

.build_business .business_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .build_business .business_image {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .build_business .business_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .build_business .business_image {
    width: 540px;
  }
}

.build_business .build_info p {
  padding-bottom: 30px;
}

.build_business .build_info .build_list {
  padding-left: 20px;
}

.build_business .build_info .build_list h5 {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #020306;
  padding-bottom: 20px;
  position: relative;
}

.build_business .build_info .build_list h5 i {
  position: absolute;
  top: 2px;
  left: -30px;
  color: #313AB5;
}

.build_business .build_info .build_list p {
  padding-bottom: 20px;
}

.build_your_business_style2 {
  background: #F4F7F8;
  padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .build_your_business_style2 {
    padding-top: 50px;
  }
  .build_your_business_style2 .pb-none {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .build_your_business_style2 {
    padding-top: 50px;
  }
}

.build_your_business_style2 .section-title {
  margin-bottom: 0px;
}

.build_your_business_style2 .about-thumb {
  border: 8px solid #fff;
  border-radius: 4px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .build_your_business_style2 .about-thumb {
    margin-top: 25px;
  }
}

.build_your_business_style2 .build_info p {
  margin-bottom: 15px;
}

.build_your_business_style2 .build-item h5 {
  font-size: 70px;
  font-weight: 700;
  color: #252948;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .build_your_business_style2 .build-item h5 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .build_your_business_style2 .build-item h5 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .build_your_business_style2 .build-item h5 {
    font-size: 50px;
  }
}

.custom_services_business {
  background: #fff;
}

@media (max-width: 767px) {
  .custom_services_business .pt-100 {
    padding-top: 50px;
  }
}

.custom_services_business .we-are-thumb {
  position: relative;
}

.custom_services_business .we-are-thumb .counter-number {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #313AB5;
  width: 150px;
  height: 180px;
  margin: 0px auto;
  padding: 20px;
  color: #fff;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_services_business .we-are-thumb .counter-number {
    right: 0;
    top: 50%;
    border-radius: 3px;
  }
}

.custom_services_business .we-are-thumb .counter-number i {
  color: #fff;
  font-size: 60px;
}

.custom_services_business .we-are-thumb .counter-number span.counter {
  font-weight: 600;
}

.custom_services_business .we-are-thumb .counter-number span {
  font-size: 18px;
  color: #fff;
}

.custom_services_business .donate-author .author-photos {
  margin-right: 20px;
}

.custom_services_business .donate-author .author-photos img {
  border-radius: 120px;
  max-width: 120px;
  height: 120px;
}

.custom_services_business .who-we-info {
  padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_services_business .who-we-info {
    padding-top: 20px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .custom_services_business .who-we-info {
    padding-top: 20px;
    padding-left: 0px;
  }
}

.custom_services_business .who-we-info .section-title .title {
  padding-bottom: 0;
}

.custom_services_business .single_business {
  padding: 115px 48px 50px 48px;
  border-radius: 10px;
  box-shadow: 0 0 50px 0 rgba(158, 158, 158, 0.16);
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_services_business .single_business {
    padding: 115px 30px 30px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_services_business .single_business {
    padding: 115px 30px 30px 30px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .custom_services_business .single_business {
    padding: 115px 30px 30px 30px;
    margin-bottom: 80px;
  }
}

.custom_services_business .single_business .business_icon {
  position: absolute;
  left: 50px;
  top: -60px;
}

.custom_services_business .single_business .business_single_info h5 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_services_business .single_business .business_single_info h5 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_services_business .single_business .business_single_info h5 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .custom_services_business .single_business .business_single_info h5 {
    font-size: 22px;
  }
}

.custom_services_business .single_business .read_more {
  padding-top: 40px;
}

.custom_services_business .single_business .read_more a {
  position: relative;
}

.custom_services_business .single_business .read_more a:hover {
  color: #313AB5;
}

.custom_services_business .single_business .read_more a i {
  position: absolute;
  top: 3px;
  right: -35px;
}

.custom_services_business .single_business::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  background: #0096d6;
  background: #313AB5;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 123;
  border-radius: 10px;
}

.custom_services_business .single_business:hover::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #0096d6;
  background: #313AB5;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 10px;
  z-index: 123;
}

.our-mission-area {
  background-color: #F4F7F8;
}

.about_join_area .about_info {
  border: 4px solid #fff;
  border-radius: 4px;
}

/*===========================
   about section  css 
===========================*/
.about-area {
  position: relative;
  background-color: #F4F7F8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .col-2 {
    width: 20.667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer {
    width: 50%;
    margin-bottom: 15px;
  }
}

.about-area .timer_area .col-timer div {
  background: #020306;
  border-radius: 4px;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer div {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer div {
    padding: 20px 0;
  }
}

.about-area .timer_area .col-timer span {
  display: block;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer span {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer span {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .timer_area .col-timer #days {
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer #days {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer #days {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .timer_area .col-timer #hours {
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer #hours {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer #hours {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .timer_area .col-timer #minutes {
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer #minutes {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer #minutes {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .timer_area .col-timer #seconds {
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .timer_area .col-timer #seconds {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .about-area .timer_area .col-timer #seconds {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
  }
}

.about-area .about_info {
  position: relative;
}

.about-area .about_info img {
  border: 5px solid #fff;
  border-radius: 500px;
}

.about-area .about_info img.male1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
  width: 300px;
  border: 5px solid #fff;
  border-radius: 500px;
}

@media (max-width: 767px) {
  .about-area .about_info img.male1 {
    position: static;
    right: 0;
    top: 0;
    z-index: 12;
    left: 0;
    margin: 0px auto;
    text-align: center;
    display: block;
  }
}

.about-area .about_info img.male2 {
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 12;
  width: 185px;
  border: 5px solid #fff;
  border-radius: 500px;
}

@media (max-width: 767px) {
  .about-area .about_info img.male2 {
    position: static;
    right: 0;
    top: 0;
    z-index: 12;
    left: 0;
    margin: 0px auto;
    text-align: center;
    display: block;
    bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about_info {
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .about-area .about_info {
    margin-bottom: 50px;
  }
}

.about-area .speakers_info h5 {
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .about-area .speakers_info h5 {
    font-size: 25px;
  }
}

.about-area .speakers_info span {
  font-size: 17px;
  color: #676769;
  font-weight: 500;
  text-transform: uppercase;
}

.about-area .first_col {
  position: relative;
}

.about-area .first_col::before {
  position: absolute;
  right: 60px;
  bottom: 0;
  top: 15%;
  width: 2px;
  height: 150px;
  content: "";
  background: #313AB5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .first_col::before {
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 15%;
    width: 2px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .first_col::before {
    position: absolute;
    right: 70px;
    bottom: 0;
    top: 15%;
    width: 2px;
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-area .first_col::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-area .first_col::before {
    display: none;
  }
}

/*===========================
 Customer Service css 
===========================*/
.customer_services_area {
  background: #fff;
  background-size: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer_services_area {
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .customer_services_area {
    background-size: 100% 100%;
  }
}

.customer_services_area .section-title h3.title {
  font-size: 45px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .customer_services_area .section-title h3.title {
    font-size: 35px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer_services_area .section-title h3.title {
    font-size: 35px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .customer_services_area .section-title h3.title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

.customer_services_area .section-title p {
  color: #fff;
}

.customer_services_area .single-customer {
  padding: 50px 45px 100px;
  border-radius: 10px;
  box-shadow: 0 0 50px 0 rgba(158, 158, 158, 0.16);
  position: relative;
  margin: 0 0 60px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .customer_services_area .single-customer {
    padding: 30px 15px 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer_services_area .single-customer {
    padding: 30px 20px 80px;
  }
}

@media (max-width: 767px) {
  .customer_services_area .single-customer {
    padding: 30px 20px 80px;
  }
}

.customer_services_area .single-customer h5 {
  font-size: 30px;
  padding: 40px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .customer_services_area .single-customer h5 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer_services_area .single-customer h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .customer_services_area .single-customer h5 {
    font-size: 20px;
  }
}

.customer_services_area .single-customer .customer-single-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
}

.customer_services_area .single-customer .customer-single-btn .main-btn {
  margin: 0px auto;
}

.customer_services_area .single-customer:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.customer_services_area .single-customer:hover .main-btn {
  color: #020306;
}

.customer_services_area .single-customer:hover .main-btn span {
  width: 225%;
  height: 562.5px;
  color: #020306;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.customer_services_area .single-customer:hover .main-btn {
  background-color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.customer_services_area .single-customer:hover .mouse-hover {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  z-index: 1;
}

.customer_services_area .customer-info1 {
  margin-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer_services_area .customer-info1 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .customer_services_area .customer-info1 {
    margin-top: 0px;
  }
}

.customer_services_area .customer-info2 {
  margin-top: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer_services_area .customer-info2 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .customer_services_area .customer-info2 {
    margin-top: 0px;
  }
}

/*===========================
   COUNTER AREA CSS
===========================*/
.counter-area {
  position: relative;
}

.counter-area::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  height: 600px;
  width: 100%;
  background: #D1EEFE url(../images/normal/counter.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area::before {
    height: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media (max-width: 767px) {
  .counter-area::before {
    height: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.counter-area .counter-item {
  display: flex;
  align-items: center;
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  background-color: #e1e1e1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area .counter-item {
    padding: 20px 20px 20px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .counter-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .counter-area .counter-item {
    margin-bottom: 30px;
  }
}

.counter-area .counter-item .counter-icon i {
  font-size: 45px;
  margin-top: 18px;
  color: #020306;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area .counter-item .counter-icon i {
    font-size: 25px;
  }
}

.counter-area .counter-item .counter_count h5 {
  font-size: 40px;
  font-weight: 700;
  color: #020306;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area .counter-item .counter_count h5 {
    font-size: 25px;
  }
}

.counter-area .counter-item .counter_count span {
  padding-top: 5px;
}

/*===========================
     CONTACt PAGE css 
===========================*/
.contact-info .contact-icon i {
  font-size: 42px;
  border-radius: 50%;
  color: #313AB5;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #313AB5;
}

.contact-info .contact-box {
  background: #F9F6F6;
  padding-top: 30px;
}

.contact-info .contact-box .contact-content2 {
  margin-top: 25px;
  padding-bottom: 30px;
  transition: .3s;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-info .contact-box .contact-content2 p {
  margin-bottom: 0;
}

.contact-info .contact-content2 h5 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* contact */
.contact_area {
  background-color: #F4F7F8;
}

.contact-bg02 {
  padding: 30px;
  border-color: #eff5ff;
  background-color: #f9fbfe;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
}

.contact-bg02 .section-title {
  background: #313AB5;
  margin: -30px -30px 0;
  text-align: center;
  padding: 10px;
}

.contact-bg02 .section-title h2 {
  color: #fff;
  font-size: 36px;
}

.contact-area {
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-area .map {
  position: absolute;
  right: 0;
  top: 0;
}

.contact-wrapper textarea {
  border: 0;
  color: #000;
  font-size: 15px;
  height: 200px;
  width: 100%;
  text-transform: capitalize;
  transition: .3s;
  background: #f4f4fe;
  padding: 30px 40px;
}

.contact-wrapper textarea::-moz-placeholder {
  color: #b3bdcd;
  font-size: 14px;
}

.contact-wrapper textarea::placeholder {
  color: #8990b0;
  font-size: 14px;
}

.c-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  color: #8990b0;
  font-size: 14px;
}

.contact-message.c-icon i {
  top: 30px;
  transform: unset;
}

.contact-wrapper input {
  border: 0;
  color: #000;
  font-size: 15px;
  height: 80px;
  text-transform: capitalize;
  width: 100%;
  padding: 0 40px;
  transition: .3s;
  background: #f4f4fe;
}

.contact-wrapper input::-moz-placeholder {
  color: #8990b0;
  font-size: 14px;
}

.contact-wrapper input::placeholder {
  color: #8990b0;
  font-size: 14px;
}

.contact-name {
  position: relative;
}

.contact-field label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #181E23;
  margin-bottom: 20px;
  cursor: unset;
}

.contact-field {
  padding-right: 0;
}

.contact-field input {
  width: 100%;
  border: none;
  background-color: white;
  padding: 15px 15px;
  transition: .3s;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.contact-field input::placeholder {
  color: #9e9e9e;
}

.contact-field textarea {
  width: 100%;
  padding: 15px;
  transition: .3s;
  background-color: white;
  height: 100px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.contact-bg {
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.contact-img {
  position: absolute;
  bottom: 0;
  right: 170px;
  z-index: -1;
}

.contact-field select {
  width: 100%;
  border: none;
  background-color: white;
  padding: 15px 15px;
  transition: .3s;
  border: 1px solid #d4dfff;
}

.single-post-details .comment-form input:focus {
  border: 1px solid #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.contact-field textarea:focus, .contact-field input:focus, .contact-field select:focus {
  border: 1px solid #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.request_call_back_area {
  background-color: #fff;
}

.request_call_back_area p.form-message.success, .request_call_back_area p.form-message.error {
  font-size: 16px;
  color: #333;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.request_call_back_area p.form-message.success.form-message.error, .request_call_back_area p.form-message.error.form-message.error {
  color: #f00;
}

.request_call_back_area .question_accordion .accordion .accordion-item {
  margin-bottom: 20px;
}

.request_call_back_area .question_accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #313AB5;
}

.request_call_back_area .question_accordion .accordion .accordion-item .accordion-button:focus {
  z-index: 3;
  border-color: #313AB5;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.request_call_back_area .request_callback .form_row {
  background-color: #313AB5;
  padding: 20px;
}

.request_call_back_area .request_callback .form_row .single_title h5 {
  color: #020306;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.request_call_back_area .request_callback .request_row {
  background-color: #F4F7F8;
  padding: 30px 20px;
}

.request_call_back_area .request_callback .single_form textarea,
.request_call_back_area .request_callback .single_form input {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 25px;
  color: #020306;
  font-size: 16px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.request_call_back_area .request_callback .single_form textarea {
  height: 180px;
  padding-top: 15px;
  resize: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.request_call_back_area .request_callback .single_form input:focus, .request_call_back_area .request_callback .single_form textarea:focus {
  border: 1px solid #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/*===========================
         BLOG css 
===========================*/
.blog-post-area {
  background: #F6F9F9;
}

.blog-post-area .blog-card {
  background: #fff;
  padding: 0 0 30px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 #dddddd;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-post-area .blog-card .post-meta {
  padding: 30px;
}

.blog-post-area .blog-card .post-meta ul.list-unstyled {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li {
  display: inline-block;
  margin-left: 35px;
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li a i {
  color: #313AB5;
  position: absolute;
  top: 2px;
  left: -35px;
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li a i.ml-0 {
  margin-left: 0px !important;
}

.blog-post-area .blog-card .post-meta ul.list-unstyled li a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog-post-area .blog-card .blog-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
}

.blog-post-area .blog-card .blog-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 4px solid #313AB5;
}

.blog-post-area .blog-card .blog-image .post-date {
  position: absolute;
  left: 10%;
  top: 10%;
  background: #313AB5;
  width: 82px;
  text-align: center;
  border-radius: 200px;
  padding: 12px;
  height: 82px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  z-index: 12;
}

.blog-post-area .blog-card .blog-image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

.blog-post-area .blog-card .blog-content {
  padding: 20px 30px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-area .blog-card .blog-content {
    padding: 15px 15px;
  }
}

.blog-post-area .blog-card .blog-content h5.blog-title {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: #020306;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-area .blog-card .blog-content h5.blog-title {
    font-size: 20px;
  }
}

.blog-post-area .blog-card .blog-content h5.blog-title a {
  color: #020306;
}

@media (max-width: 767px) {
  .blog-post-area .blog-card .blog-content h5.blog-title {
    font-size: 20px;
  }
}

.blog-post-area .blog-card .blog-content p {
  padding-bottom: 30px;
}

.blog-post-area .blog-card .blog-content .main-btn {
  width: 180px;
}

.blog-post-area .blog-card:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog-post-area .blog-card:hover .blog-image img {
  -webkit-transform: scale(1.2) rotate(-7deg);
  -moz-transform: scale(1.2) rotate(-7deg);
  -ms-transform: scale(1.2) rotate(-7deg);
  -o-transform: scale(1.2) rotate(-7deg);
  transform: scale(1.2) rotate(-7deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog-post-area .blog-card:hover .blog-image::before {
  opacity: 1;
}

.blog-post-area .blog-card:hover .main-btn {
  color: #020306;
}

.blog-post-area .blog-card:hover .main-btn span {
  width: 225%;
  height: 562.5px;
  color: #020306;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog-post-area .blog-card:hover .main-btn {
  background-color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog-post-area .blog-card:hover .mouse-hover {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  z-index: 1;
}

.blog_style2 {
  background: #F4F7F8;
}

.blog_style2 .blog-card {
  background: #fff;
  padding: 0 0 30px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 #dddddd;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog_style2 .blog-card .post-meta {
  padding: 30px;
}

.blog_style2 .blog-card .post-meta ul.list-unstyled {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li {
  display: inline-block;
  margin-left: 35px;
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li a i {
  color: #313AB5;
  position: absolute;
  top: 2px;
  left: -35px;
}

.blog_style2 .blog-card .post-meta ul.list-unstyled li a i.ml-0 {
  margin-left: 0px !important;
}

.blog_style2 .blog-card .blog-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
}

.blog_style2 .blog-card .blog-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 4px solid #313AB5;
}

.blog_style2 .blog-card .blog-image .post-date {
  position: absolute;
  left: 10%;
  top: 10%;
  background: #313AB5;
  width: 82px;
  text-align: center;
  border-radius: 200px;
  padding: 12px;
  height: 82px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  z-index: 12;
}

.blog_style2 .blog-card .blog-image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

.blog_style2 .blog-card .blog-content {
  padding: 20px 30px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_style2 .blog-card .blog-content {
    padding: 15px 15px;
  }
}

.blog_style2 .blog-card .blog-content h5.blog-title {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: #020306;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_style2 .blog-card .blog-content h5.blog-title {
    font-size: 20px;
  }
}

.blog_style2 .blog-card .blog-content h5.blog-title a {
  color: #020306;
}

@media (max-width: 767px) {
  .blog_style2 .blog-card .blog-content h5.blog-title {
    font-size: 20px;
  }
}

.blog_style2 .blog-card .blog-content p {
  padding-bottom: 30px;
}

.blog_style2 .blog-card .blog-content .main-btn {
  width: 180px;
}

.blog_style2 .blog-card:hover {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog_style2 .blog-card:hover .blog-image img {
  -webkit-transform: scale(1.2) rotate(-7deg);
  -moz-transform: scale(1.2) rotate(-7deg);
  -ms-transform: scale(1.2) rotate(-7deg);
  -o-transform: scale(1.2) rotate(-7deg);
  transform: scale(1.2) rotate(-7deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog_style2 .blog-card:hover .blog-image::before {
  opacity: 1;
}

.blog_style2 .blog-card:hover .main-btn-blue {
  color: #020306;
}

.blog_style2 .blog-card:hover .main-btn-blue span {
  width: 225%;
  height: 562.5px;
  color: #020306;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog_style2 .blog-card:hover .main-btn-blue {
  background-color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.blog_style2 .blog-card:hover .mouse-hover {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  z-index: 1;
}

.blog_pagination nav ul.pagination li.page-item.active a.page-link {
  background: #313AB5;
  border-color: #313AB5;
  color: #fff;
}

.blog_pagination nav ul.pagination li.page-item {
  border-color: #020306;
}

.blog_pagination nav ul.pagination li.page-item a.page-link {
  border-color: #020306;
  color: #020306;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  margin: 0px 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog_pagination nav ul.pagination li.page-item a.page-link i {
  margin-top: 3px;
  position: relative;
}

.blog_pagination nav ul.pagination li.page-item a.page-link i.left-icon {
  transform: rotate(179deg);
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
}

.blog_pagination nav ul.pagination li.page-item a.page-link:hover {
  color: #fff;
  background: #020306;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-color: #020306;
}

/*===========================
  Our Sponsor  css 
===========================*/
.col-sponsor {
  flex: 0 0 auto;
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-sponsor {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .col-sponsor {
    flex: 0 0 auto;
    width: 50%;
    margin: 10px 0px;
  }
}

/*===========================
    FOOTER css 
===========================*/
.footer-area {
  position: relative;
  background: #282B30;
}

@media (max-width: 767px) {
  .footer-area .footer-widget {
    padding-top: 0px;
  }
}

.footer-area .footer-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-title {
    font-size: 25px;
  }
}

.footer-area .footer-widget {
  position: relative;
  z-index: 1;
}

.footer-area .footer-address p {
  margin-bottom: 0;
}

.footer-area .footer-address img {
  width: 200px;
}

.footer-area .footer-address .footer-text p {
  color: #A9AAAC;
}

.footer-area .footer-address .single-address .address-icon i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #A9AAAC;
}

.footer-area .footer-address .single-address .address-content {
  padding-left: 10px;
}

.footer-area .footer-address .single-address .address-content .text {
  color: #A9AAAC;
  line-height: 35px;
}

.footer-area .footer-menu ul li {
  display: inline-block;
}

.footer-area .footer-menu ul li a {
  padding-left: 10px;
}

.footer-area .footer-menu ul li a:hover {
  color: #fff;
}

.footer-area .footer-link ul {
  padding-top: 7px;
}

.footer-area .footer-link ul li {
  padding-top: 10px;
  line-height: 30px;
}

.footer-area .footer-link ul li a {
  font-size: 17px;
  color: #A9AAAC;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.footer-area .footer-link ul li a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding-left: 15px;
}

.footer-area .footer-link ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 3px;
  content: "";
  background-color: #313AB5;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
}

.footer-area .footer-link ul li a:hover::before {
  opacity: 1;
}

.footer-area .footer-link .email-sub-content p {
  color: #A9AAAC;
}

.footer-area .footer-link .subscribe_email {
  position: relative;
}

.footer-area .footer-link .subscribe_email input[type="email"] {
  width: 100%;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 25px;
  color: #B2B2B2;
  font-size: 16px;
}

.footer-area .footer-link .subscribe_email button[type="submit"] {
  background: #313AB5;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  border: 0px;
  font-size: 16px;
  width: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-link .subscribe_email button[type="submit"] {
    width: 140px;
    position: static;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-link .subscribe_email button[type="submit"] {
    width: 140px;
    position: static;
    margin-top: 15px;
  }
}

.footer-area .footer-link .subscribe_email button[type="submit"] i {
  position: relative;
}

.footer-area .footer-link .subscribe_email button[type="submit"] i::before {
  position: absolute;
  right: -25px;
  top: -13px;
}

.footer-area .footer-link .subscribe_email button[type="submit"]:hover {
  color: #020306;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .pt-100 {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .footer-area .pt-100 {
    padding-top: 50px;
  }
}

.footer-area .footer-instagram .instagram_img {
  overflow: hidden;
}

.footer-area .footer-instagram .instagram_img ul li {
  float: left;
  margin: 0px 0px 12px 12px;
  border-radius: 2px;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-instagram .instagram_img ul li {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-instagram .instagram_img ul li {
    width: 20%;
  }
}

.footer-area .footer-instagram .instagram_img ul li a {
  display: block;
  width: 100%;
  position: relative;
}

.footer-area .footer-instagram .instagram_img ul li a img {
  width: 120px;
  border-radius: 3px;
  height: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-instagram .instagram_img ul li a img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-instagram .instagram_img ul li a img {
    width: 100%;
    height: auto;
  }
}

.footer-area .footer-instagram .instagram_img ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #313AB5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
}

.footer-area .footer-instagram .instagram_img ul li a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.footer-area .footer-instagram .instagram_img ul li a:hover::before {
  opacity: .8;
  visibility: visible;
}

.footer-area .footer-instagram .instagram_img ul li a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.footer-area .footer-copyright {
  background-color: #707070;
}

.footer-area .copyright-section {
  position: relative;
  z-index: 1;
}

.footer-area .copyright .text {
  font-size: 17px;
  color: #fff;
}

.footer-area .copyright .text a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .copyright .text a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer-area .footer-bottom .social-icons ul li {
  display: inline-block;
}

.footer-area .footer-bottom .social-icons ul li a {
  color: #fff;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-bottom .social-icons ul li a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer_style2 {
  position: relative;
  background: #282B30;
}

.footer_style2 .footer-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_style2 .footer-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_style2 .footer-title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .footer_style2 .footer-title {
    font-size: 25px;
  }
}

.footer_style2 .footer-widget {
  position: relative;
  z-index: 1;
}

.footer_style2 .footer-address .footer-text p {
  color: #A9AAAC;
}

.footer_style2 .footer-address .single-address .address-icon i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #A9AAAC;
}

.footer_style2 .footer-address .single-address .address-content {
  padding-left: 10px;
}

.footer_style2 .footer-address .single-address .address-content .text {
  color: #A9AAAC;
  line-height: 35px;
}

.footer_style2 .footer-link ul {
  padding-top: 7px;
}

.footer_style2 .footer-link ul li {
  padding-top: 10px;
  line-height: 30px;
}

.footer_style2 .footer-link ul li a {
  font-size: 17px;
  color: #A9AAAC;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.footer_style2 .footer-link ul li a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding-left: 15px;
}

.footer_style2 .footer-link ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 3px;
  content: "";
  background-color: #313AB5;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
}

.footer_style2 .footer-link ul li a:hover::before {
  opacity: 1;
}

.footer_style2 .footer-link .email-sub-content p {
  color: #A9AAAC;
}

.footer_style2 .footer-link .subscribe_email {
  position: relative;
}

.footer_style2 .footer-link .subscribe_email input[type="email"] {
  width: 100%;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 25px;
  color: #B2B2B2;
  font-size: 16px;
}

.footer_style2 .footer-link .subscribe_email button[type="submit"] {
  background: #313AB5;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  border: 0px;
  font-size: 16px;
  width: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_style2 .footer-link .subscribe_email button[type="submit"] {
    width: 140px;
    position: static;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_style2 .footer-link .subscribe_email button[type="submit"] {
    width: 140px;
    position: static;
    margin-top: 15px;
  }
}

.footer_style2 .footer-link .subscribe_email button[type="submit"] i {
  position: relative;
}

.footer_style2 .footer-link .subscribe_email button[type="submit"] i::before {
  position: absolute;
  right: -25px;
  top: -13px;
}

.footer_style2 .footer-link .subscribe_email button[type="submit"]:hover {
  color: #020306;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_style2 .pt-100 {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .footer_style2 .pt-100 {
    padding-top: 50px;
  }
}

.footer_style2 .footer-instagram .instagram_img {
  overflow: hidden;
}

.footer_style2 .footer-instagram .instagram_img ul li {
  float: left;
  margin: 0px 0px 12px 12px;
  border-radius: 2px;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_style2 .footer-instagram .instagram_img ul li {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .footer_style2 .footer-instagram .instagram_img ul li {
    width: 20%;
  }
}

.footer_style2 .footer-instagram .instagram_img ul li a {
  display: block;
  width: 100%;
  position: relative;
}

.footer_style2 .footer-instagram .instagram_img ul li a img {
  width: 120px;
  border-radius: 3px;
  height: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_style2 .footer-instagram .instagram_img ul li a img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .footer_style2 .footer-instagram .instagram_img ul li a img {
    width: 100%;
    height: auto;
  }
}

.footer_style2 .footer-instagram .instagram_img ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #313AB5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
}

.footer_style2 .footer-instagram .instagram_img ul li a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.footer_style2 .footer-instagram .instagram_img ul li a:hover::before {
  opacity: .8;
  visibility: visible;
}

.footer_style2 .footer-instagram .instagram_img ul li a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.footer_style2 .footer-copyright {
  background-color: #313AB5;
}

.footer_style2 .copyright-section {
  position: relative;
  z-index: 1;
}

.footer_style2 .copyright .text {
  font-size: 17px;
  color: #fff;
}

.footer_style2 .copyright .text a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_style2 .copyright .text a:hover {
  color: #707070;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.footer_style2 .footer-bottom .social-icons ul li {
  display: inline-block;
}

.footer_style2 .footer-bottom .social-icons ul li a {
  color: #fff;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_style2 .footer-bottom .social-icons ul li a:hover {
  color: #707070;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 15px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #313AB5;
  text-align: center;
  z-index: 99;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.back-blue {
  font-size: 15px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #313AB5;
  text-align: center;
  z-index: 99;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-blue:hover {
  color: #fff;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/*===========================
 Project count css 
===========================*/
.project_count_area {
  position: relative;
  z-index: 12;
}

.project_count_area .project_row {
  padding: 30px 30px 30px;
  box-shadow: 0 30px 50px 0 rgba(255, 255, 255, 0.16);
  background-color: #fff;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  left: 0;
  width: 67.5%;
  margin: 0px auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_count_area .project_row {
    width: 86%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_count_area .project_row {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
    position: static;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .project_count_area .project_row {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    position: static;
    width: 100%;
    box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_count_area .project_row .single_project {
    padding: 25px 10px;
  }
}

@media (max-width: 767px) {
  .project_count_area .project_row .single_project {
    padding: 25px 10px;
  }
}

.project_count_area .project_row .single_project span.icon {
  padding: 10px 12px;
  border-radius: 3px;
  background-color: #313AB5;
  width: 70px;
  height: 70px;
}

.project_count_area .project_row .single_project span.icon i {
  font-size: 35px;
  color: #fff;
  margin-top: 5px;
}

.project_count_area .project_row .single_project h5.title {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  text-align: left;
  color: #252948;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_count_area .project_row .single_project h5.title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_count_area .project_row .single_project h5.title {
    margin: 20px 0px 10px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .project_count_area .project_row .single_project h5.title {
    margin: 20px 0px 10px;
    font-size: 18px;
  }
}

.project_count_area .project_row .single_project p {
  font-size: 20px;
  margin-bottom: 0;
}

.project_count_area .project_row .line {
  position: relative;
}

.project_count_area .project_row .line::before {
  position: absolute;
  right: -22px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #DDDDDF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_count_area .project_row .line::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #DDDDDF;
    right: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .project_count_area .project_row .line::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #DDDDDF;
    right: 0;
    left: 0;
  }
}

.project_count_area .project_row .line-3 {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_count_area .project_row .line-3::before {
    display: none;
  }
}

/*===========================
  Breadcrumbs css 
===========================*/
.breadcrumbs_section {
  background: url("../images/normal/breadcrumbs-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 70px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs_section {
    padding: 50px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs_section {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs_section {
    padding: 50px 0px;
  }
}

.breadcrumbs_section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #313AB5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

.breadcrumbs_section .breadcrumbs {
  position: relative;
  z-index: 12;
}

.breadcrumbs_section .breadcrumbs .breadcrumbs-content {
  color: #fff;
}

.breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
  color: #fff;
  padding-bottom: 20px;
  font-size: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
    font-size: 40px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
    font-size: 45px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
    font-size: 35px;
    padding-bottom: 20px;
  }
}

.breadcrumbs_section .breadcrumbs .breadcrumbs-content p {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs_section .breadcrumbs .breadcrumbs-content {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs_section .breadcrumbs .breadcrumbs-content {
    padding-bottom: 20px;
  }
}

.breadcrumbs_section .breadcrumbs nav ol.breadcrumb {
  color: #fff;
}

.breadcrumbs_section .breadcrumbs nav ol.breadcrumb li.breadcrumb-item {
  color: #fff;
}

.breadcrumbs_section .breadcrumbs nav ol.breadcrumb li.breadcrumb-item a {
  color: #fff;
}

.breadcrumbs_section .breadcrumbs nav ol.breadcrumb li.active {
  color: #ddd;
}

.breadcrumbs_section .breadcrumbs nav .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
}

/*===========================
  Services css 
===========================*/
.services_details_area .services__sidebar .services__widget {
  background: #F9F6F6;
  padding: 43px 40px;
  padding-bottom: 45px;
}

.services_details_area .services__sidebar .services__widget .services__widget-title h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li {
  margin-bottom: 15px;
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li a:hover {
  color: #313AB5;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding-left: 10px;
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li a i {
  font-size: 12px;
  margin-right: 5px;
}

.services_details_area .services__text h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services_details_area .services__text h3 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_details_area .services__text h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .services_details_area .services__text h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }
}

.services_details_area .services__text .single-service-list p {
  line-height: 35px;
  position: relative;
  padding-left: 30px;
}

.services_details_area .services__text .single-service-list p i {
  position: absolute;
  top: 5px;
  left: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_details_area .services__text {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .services_details_area .services__text {
    margin-top: 20px;
  }
}

.services_details_area .sub-section-title h3.title {
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services_details_area .sub-section-title h3.title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_details_area .sub-section-title h3.title {
    font-size: 25px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .services_details_area .sub-section-title h3.title {
    font-size: 25px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_details_area .sub-section-title {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .services_details_area .sub-section-title {
    margin-top: 20px;
  }
}

.services_details_area .question_area .question-title h3.title {
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services_details_area .question_area .question-title h3.title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_details_area .question_area .question-title h3.title {
    font-size: 25px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .services_details_area .question_area .question-title h3.title {
    font-size: 25px;
    padding-bottom: 20px;
  }
}

/*===========================
     Single post css 
===========================*/
.single-post-details {
  /* Here's the new blog dtl to add... */
  /* 16. pagination */
}

.single-post-details .blog-details-wrap .meta-info ul {
  padding-top: 25px;
  border-top: 2px solid #f6faff;
  padding-bottom: 25px;
}

.single-post-details .blog-details-wrap .meta-info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
  padding-right: 15px;
  border-right: 2px solid #f6faff;
}

.single-post-details .quote-post {
  background-position: center;
  background-repeat: no-repeat;
}

.single-post-details .quote-post .quote-icon {
  float: left;
  margin-right: 30px;
  display: block;
  margin-top: 20px;
}

.single-post-details .quote-post h2 {
  overflow: hidden;
  margin-bottom: 0;
}

.single-post-details .blog-deatails-box.single .bsingle__post {
  margin-bottom: 0;
}

.single-post-details .sidebar-widget .widget table {
  width: 100%;
  padding: 10px;
  background: #f6faff;
}

.single-post-details .sidebar-widget .widget th, .single-post-details .footer-widget .widget th {
  background: #313AB5;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
}

.single-post-details .sidebar-widget .widget td {
  padding: 5px;
  text-align: center;
}

.single-post-details .sidebar-widget .widget {
  padding: 25px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 2px solid #f6faff !important;
}

.single-post-details .sidebar-widget .widget li {
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 5px;
  float: left;
  width: 100%;
}

.single-post-details .widget-title {
  margin-bottom: 40px;
}

.single-post-details .sidebar-widget .widgettitle, .single-post-details .sidebar-widget .widget-title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  border-left: 4px solid #313AB5;
  padding-left: 15px;
}

.single-post-details .sidebar-widget .widget .gallery-icon a:hover {
  padding-left: 0;
}

.single-post-details i.flaticon-controls {
  font-size: 35px;
  color: #313AB5;
}

.single-post-details .tags {
  border-bottom: 1px solid #eaeaea;
  /*float:left;*/
  width: 100%;
  display: inline-block;
}

.single-post-details .search-form {
  position: relative;
}

.single-post-details .search-form input {
  background: #f6faff;
  border: none;
  width: 100%;
  padding: 18px 30px;
}

.single-post-details .search-form input::placeholder {
  font-size: 12px;
  color: #b0b0b0;
}

.single-post-details .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #313AB5;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  height: 88%;
  width: 106px;
}

.single-post-details .sidebar-widget .widget .widget_archive, .single-post-details .widget_categories, .single-post-details .sidebar-widget .widget_archive {
  text-align: right;
}

.single-post-details .sidebar-widget .widget .widget_archive, .single-post-details .sidebar-widget .widget_categories a, .single-post-details .sidebar-widget .widget_archive a {
  float: left;
  height: 30px;
}

.single-post-details .widget-insta-post li {
  display: inline-block;
  margin: 5px 3px;
}

.single-post-details .sidebar-widget .widget a:hover {
  color: #0b57e3;
  padding-left: 10px;
}

.single-post-details .widget-insta-post li:hover a::before {
  opacity: .7;
}

.single-post-details .widget-insta-post li a {
  position: relative;
  display: block;
}

.single-post-details .widget-insta-post li a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #313AB5;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-post-details .widget-social a {
  height: 40px;
  width: 40px !important;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #e4e4e4;
  color: #6e6e6e;
  margin: 0 3px;
  text-align: center !important;
}

.single-post-details .widget-social a:hover {
  background: #313AB5;
  color: #ffffff !important;
  border-color: #313AB5;
  padding: 0 !important;
  box-shadow: 0px 10px 19px 0px #313AB5 !important;
}

.single-post-details .rpwwt-widget a {
  padding-left: 0 !important;
}

.single-post-details .rpwwt-widget li {
  line-height: 23px !important;
}

.single-post-details .tag-cloud-link {
  font-size: 14px !important;
  border: 2px solid #f6f6f6;
  padding: 10px 19px !important;
  display: inline-block;
  margin: 5px 1px;
  text-transform: capitalize;
  float: none !important;
  width: auto !important;
}

.single-post-details .tag-cloud-link:hover {
  border: 2px solid #0b57e3;
  color: #6a6a6a;
}

.single-post-details .cat__list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

.single-post-details .cat__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.single-post-details .cat__list li:hover a {
  color: #313AB5;
}

.single-post-details .cat__list li a {
  font-size: 14px;
  color: #777777;
}

.single-post-details .cat__list li a span {
  float: right;
  display: block;
}

.single-post-details .widget__post ul li {
  margin-bottom: 20px;
  overflow: hidden;
}

.single-post-details .widget__post ul li:last-child {
  margin-bottom: 0;
}

.single-post-details .widget__post-thumb {
  float: left;
  display: block;
  margin-right: 20px;
}

.single-post-details .widget__post-content {
  overflow: hidden;
  display: block;
}

.single-post-details .widget__post-content h6 {
  font-size: 16px;
  margin-bottom: 1px;
  padding-right: 15px;
  font-weight: bold;
}

.single-post-details .widget__post-content h6:hover a {
  color: #313AB5;
}

.single-post-details .widget__post-content span {
  font-size: 14px;
}

.single-post-details .widget__post-content span i {
  margin-right: 8px;
}

.single-post-details .widget__tag ul li {
  display: inline-block;
  margin: 5px 3px;
}

.single-post-details .widget__tag ul li:hover a {
  background: #313AB5;
  border-color: #313AB5;
  color: #ffffff;
}

.single-post-details .widget__tag ul li a {
  display: block;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  color: #8f8bb8;
  padding: 9px 20px;
}

.single-post-details .widget.widget__banner {
  border: none;
  padding: 0;
  position: relative;
}

.single-post-details .widget__banner-thumb img {
  width: 100%;
}

.single-post-details .widget__banner-overly {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.single-post-details .widget__banner-overly > span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 160px;
}

.single-post-details .widget__banner-overly h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 129px;
  font-weight: bold;
}

.single-post-details .widget__banner-overly h3 span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.single-post-details .widget__banner-overly .btn {
  border-radius: unset;
  background: #fff;
  border: 2px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 17px 35px;
  color: #313AB5;
}

.single-post-details .widget__banner-overly .btn:hover {
  background: transparent;
  color: #fff;
}

.single-post-details .meta__info ul {
  margin-bottom: 7px;
}

.single-post-details .meta__info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}

.single-post-details .meta__info ul li a {
  color: #777777;
  text-transform: capitalize;
}

.single-post-details .meta__info ul li a i {
  margin-right: 5px;
}

.single-post-details .meta__info ul li a:hover {
  color: #313AB5;
}

.single-post-details .meta__info ul li i {
  margin-right: 5px;
}

.single-post-details .details__content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-right: 0;
  font-weight: bold;
}

.single-post-details .details__content p {
  margin-bottom: 18px;
}

.single-post-details blockquote, .single-post-details .pages-content blockquote, .single-post-details .comment-list blockquote {
  background: #242d2e;
  border-radius: 10px;
  padding: 50px 45px 57px !important;
  position: relative;
  z-index: 5;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
}

.single-post-details .comment-list blockquote a:hover {
  color: #fff;
}

.single-post-details .news-text blockquote h3 {
  color: #fff;
}

.single-post-details .news-text blockquote i {
  font-size: 190px;
  color: #e4e9ff;
  z-index: -1;
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.single-post-details blockquote p {
  color: #fff;
}

.single-post-details .news-text blockquote footer {
  color: #FF8000 !important;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-post-details .news-text figure img {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}

.single-post-details .news-text ul li {
  line-height: 30px;
  list-style: none;
}

.single-post-details .news-text ul li i, .single-post-details .quote-post ul li i {
  color: #F15B26;
  padding-right: 5px;
}

.single-post-details .news-text blockquote p, .single-post-details .pages-content blockquote p, .single-post-details .comment-list blockquote p {
  color: #fff;
  line-height: 28px;
}

.single-post-details .news-text blockquote footer, .single-post-details .pages-content blockquote footer {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
}

.single-post-details .wp-block-media-text .wp-block-media-text__content {
  width: 100%;
}

.single-post-details .wp-block-pullquote cite {
  color: #313AB5 !important;
}

.single-post-details cite {
  margin-top: 15px;
  color: #313AB5;
  font-weight: 600;
}

.single-post-details .post-categories li {
  display: none !important;
}

.single-post-details .post-categories li:first-child {
  display: block !important;
}

.single-post-details .details__content-img {
  margin: 45px 0;
}

.single-post-details .details__content-img img {
  width: 100%;
  height: auto;
}

.single-post-details .details__content figure {
  margin-top: 45px;
  margin-bottom: 60px;
}

.single-post-details .details__content figure img {
  float: left;
  width: 255px;
  margin-right: 30px;
}

.single-post-details .tags.pb-50 {
  padding-bottom: 20px;
}

.single-post-details .post__tag h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-top: 30px;
  border-top: 2px solid #f6faff;
  margin-top: 25px;
}

.single-post-details .post__tag ul li {
  display: inline-block;
  margin-right: 10px;
}

.single-post-details .post__tag ul li a {
  font-size: 12px;
  text-transform: uppercase;
  border: 2px solid #e5e5e5;
  padding: 7px 10px;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  color: #9d9d9d;
  margin-bottom: 10px;
}

.single-post-details .post__tag ul li a:hover {
  border-color: #313AB5;
  background: #313AB5;
  color: #ffffff;
}

.single-post-details .post__share h5 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

.single-post-details .post__share ul li {
  margin-left: 20px;
  display: inline-block;
}

.single-post-details .post__share ul li a {
  font-size: 18px;
  display: inline-block;
  color: #b5becc;
}

.single-post-details .post__share ul li a:hover {
  color: #313AB5;
}

.single-post-details .posts_navigation {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.single-post-details .posts_navigation .prev-link span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.single-post-details .posts_navigation .prev-link h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: capitalize;
  height: 30px;
  overflow: hidden;
}

.single-post-details .navigation.posts-navigation {
  display: none;
}

.single-post-details .avatar_post img {
  border-radius: 50%;
  box-shadow: 1px 5px 6px #8a8a8a33;
}

.single-post-details .posts_navigation .prev-link h4:hover a {
  color: #313AB5;
}

.single-post-details .posts_navigation .next-link span {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.single-post-details .posts_navigation .next-link h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
  height: 30px;
  overflow: hidden;
}

.single-post-details .posts_navigation .next-link h4:hover a {
  color: #313AB5;
}

.single-post-details .related__post .post-title {
  margin-bottom: 35px;
}

.single-post-details .related__post .post-title h4 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: bold;
}

.single-post-details .related-post-wrap .post-thumb img {
  width: 100%;
}

.single-post-details .related-post-wrap .rp__content {
  padding: 44px;
  border: 2px solid #f4f3fb;
  border-top: none;
}

.single-post-details .related-post-wrap .rp__content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.single-post-details .related-post-wrap .rp__content h3:hover a {
  color: #313AB5;
}

.single-post-details .related-post-wrap .rp__content p {
  margin-bottom: 0;
  font-size: 14px;
}

.single-post-details .avatar__wrap {
  background: #f6faff;
  padding: 50px 80px;
  float: left;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-details .avatar__wrap {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single-post-details .avatar__wrap {
    padding: 20px;
  }
}

.single-post-details .avatar__wrap .avatar-img {
  margin-top: -115px;
  margin-bottom: 35px;
}

.single-post-details .avatar__wrap-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.single-post-details .avatar__info h5 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}

.single-post-details .avatar__info-social {
  margin-bottom: 20px;
}

.single-post-details .avatar__info-social a {
  font-size: 12px;
  color: #313AB5;
  display: inline-block;
  margin: 0 5px;
}

.single-post-details .avatar__info-social a:hover {
  color: #313AB5;
}

.single-post-details .avatar__info-social a i {
  font-size: 20px;
}

.single-post-details code {
  font-size: 15px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  margin-top: 10px;
}

.single-post-details figcaption {
  font-weight: 600;
  color: #202020;
}

.single-post-details .comment-form-comment label {
  display: none;
}

.single-post-details .form-submit {
  margin-bottom: 0;
}

.single-post-details .comment__wrap {
  border-bottom: 1px solid #eaeaea;
}

.single-post-details .comment__wrap-title {
  margin-bottom: 35px;
}

.single-post-details .comment__wrap-title h5 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: bold;
}

.single-post-details .single__comment .comments-avatar {
  float: left;
  width: 100px;
  margin-right: 30px;
}

.single-post-details .single__comment.children {
  margin-left: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-details .single__comment.children {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .single-post-details .single__comment.children {
    margin-left: 20px;
  }
}

.single-post-details .single__comment.children .avatar-name h6 i {
  font-size: 12px;
  color: #cacfef;
  margin-left: 20px;
}

.single-post-details .comment-text {
  overflow: hidden;
}

.single-post-details .comment-text .avatar-name {
  overflow: hidden;
}

.single-post-details .comment-text .avatar-name h6 {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: bold;
}

.single-post-details .comment-text .avatar-name h6 i {
  display: none;
}

.single-post-details .comment-author-admin .avatar-name h6 i {
  font-size: 12px;
  display: inline-block;
  color: #cacfef;
  margin-left: 20px;
}

.single-post-details .comment-text .avatar-name span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #313AB5;
}

.single-post-details .comment-text .avatar-name .comment-reply {
  float: right;
  display: inline-block;
  border: 2px solid #f4f4ff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: -23px;
}

.single-post-details .comment-text .avatar-name .comment-reply a {
  color: #777777;
}

.single-post-details .comment-text .avatar-name .comment-reply:hover a {
  color: #fff;
}

.single-post-details .comment-list {
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-bottom: 45px;
}

.single-post-details .comments-title {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: bold;
}

.single-post-details .comment-reply-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.single-post-details .comment-author-admin {
  margin-left: 130px;
}

.single-post-details .comment-text .avatar-name .comment-reply:hover {
  border-color: #313AB5;
  background: #313AB5;
  color: #ffffff;
}

.single-post-details .comment-text .avatar-name .comment-reply i {
  margin-right: 5px;
}

.single-post-details .comment-text p {
  font-size: 16px;
  margin-bottom: 0;
}

.single-post-details .screen-reader-text {
  display: none;
}

.single-post-details .comment-form {
  padding: 50px;
  background: #f6f6f6;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-details .comment-form {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single-post-details .comment-form {
    padding: 20px;
  }
}

.single-post-details .comment-form .comment-field {
  position: relative;
  margin-top: 15px;
}

.single-post-details .comment-form .comment-field.text-area i {
  top: 25px;
  transform: unset;
}

.single-post-details .comment-form i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #313AB5;
  font-size: 14px;
}

.single-post-details .comment-form textarea {
  height: 150px;
  width: 100%;
  padding: 20px;
  padding-right: 50px;
  background: #ffffff;
  border: 1px solid transparent;
}

.single-post-details .comment-form textarea::placeholder {
  font-size: 14px;
  color: #a7a7c1;
}

.single-post-details .comment-form textarea:focus {
  border: 1px solid #313AB5;
}

.single-post-details .comment-form input {
  width: 100%;
  padding: 20px;
  padding-right: 50px;
  background: #ffffff;
  border: 1px solid transparent;
}

.single-post-details .comment-form input::placeholder {
  font-size: 14px;
  color: #b0b0b0;
}

.single-post-details .comment-form input:focus {
  border: 1px solid #313AB5;
}

.single-post-details .comment-form .submit {
  background: #313AB5;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  padding: 12px 45px;
  margin-top: 20px;
  font-weight: bold;
  width: auto;
}

.single-post-details .comment-form .submit::before {
  content: none;
}

.single-post-details .comment-form .submit:hover {
  color: #fff;
  background: #313AB5;
}

.single-post-details .page .comments-area ol .comment-respond {
  margin-bottom: 30px;
  margin-top: -26px;
}

.single-post-details .comments-area ol > .comment-respond {
  margin-bottom: 30px;
  margin-top: -30px;
}

.single-post-details .comments-area ol > li > ol .comment-respond {
  margin-left: -32px;
  margin-top: -35px;
}

.single-post-details .comments-area ol > li > ol > li > ol > .comment-respond {
  margin-left: -42px;
  margin-top: -30px;
}

.single-post-details .comments-area ol > li > ol > li > ol > li > ol > .comment-respond {
  margin-left: -62px;
  margin-top: -35px;
}

.single-post-details .comment-reply-title small {
  margin-left: 15px;
}

.single-post-details p.comment-form-comment {
  margin-top: 15px;
}

.single-post-details .blist li {
  list-style: none !important;
}

.single-post-details .wp-block-gallery.columns-3.is-cropped {
  margin-top: 30px;
}

.single-post-details .single-post .footer-widget {
  padding-top: 50px;
}

.single-post-details figure.aligncenter img {
  margin-bottom: 15px;
}

.single-post-details .wp-image-907 {
  width: 100% !important;
  height: auto;
  margin-bottom: 15px;
}

.single-post-details figure img {
  display: inline-block;
  margin-bottom: 15px;
}

.single-post-details .single-post .bsingle__content .admin {
  display: none;
}

.single-post-details .single-post .blog-deatails-box.single {
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f3f3;
  float: left;
  width: 100%;
}

.single-post-details .single-post .bsingle__post-thumb img {
  margin-bottom: 50px;
}

.single-post-details .bsingle__content.quote-post .meta-info {
  margin-top: 30px;
}

.single-post-details blockquote h3 {
  color: #fff;
}

.single-post-details blockquote footer {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.single-post-details .blist li i {
  color: #F15B26;
  padding-right: 5px;
}

.single-post-details .blist li {
  line-height: 30px;
  list-style: none;
}

.single-post-details .comment-form-cookies-consent input {
  width: auto;
  margin-top: 7px;
  margin-right: 10px;
}

.single-post-details .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.single-post-details .pagination .page-item {
  display: inline-block;
  margin: 0 5px;
}

.single-post-details .pagination .page-item a.page-link {
  border-radius: 50%;
  padding: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #f8f8f8;
  color: #9fa7c5;
  font-size: 14px;
  border: none;
  font-weight: 500;
}

.single-post-details .pagination .page-item:hover a.page-link {
  box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
  background: #ff4a57;
  color: #fff;
}

.single-post-details .pagination .page-item.active a.page-link {
  box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
  background: #ff4a57;
  color: #fff;
}

.single-post-details .pagination-wrap .pagination {
  display: block;
  border-radius: unset;
}

.single-post-details .pagination-wrap .pagination li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  margin-bottom: 15px;
}

.single-post-details .pagination-wrap .pagination li.active a {
  background: #252525;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}

.single-post-details .pagination-wrap .pagination li a {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  background: #313AB5;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.single-post-details .pagination-wrap .pagination li a:hover {
  color: #ffffff;
  background: #313AB5;
}

.single-post-details .contact-info {
  padding: 30px 20px;
  background: #3c3935;
  background: #3c3935;
}

.single-post-details .contact-info p {
  color: #fff;
}

.single-post-details .contact-info h5 {
  color: #313AB5;
}

.single-post-details .single-cta {
  border-bottom: 1px solid;
}

.single-post-details div.single-cta:last-child {
  border: 0;
}

.single-post-details .single-cta h5 {
  font-size: 20px;
  margin-bottom: 15px !important;
}

.single-post-details .single-cta p {
  margin-bottom: 0;
}

.single-post-details .single-cta p a {
  color: #313AB5;
}

.single-post-details .s-cta-btn .btn {
  background: #383838;
  color: #fff;
  margin-top: 10px;
}

.single-post-details .s-cta-btn .btn::before {
  content: none;
}

.single-post-details .widget.widget_media_image {
  margin: 25px 0 0;
}
