﻿@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: #020306;
}
* {
  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: #2455e6;
  -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: #020306;
  margin: 0px;
}
@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;
}
.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: #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;
}
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 #2455e6;
  -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 #2455e6;
  -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 #5f7abe;
  font-size: 17px;
  font-weight: 600;
  padding: 16px 25px 0px 0px;
  -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 #2455e6;
  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: #5f7abe;
  -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: #2455e6;
  -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: #5f7abe;
  -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: #2455e6;
  -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: #2455e6;
}
@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: #2455e6;
  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;
}
.section-title {
  position: relative;
  margin-bottom: 30px;
}
.section-title .title {
  font-size: 50px;
  text-transform: capitalize;
  padding-bottom: 0px;
}
@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: 35px;
    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: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@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: 80px;
  }
}
@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: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}
@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;
  }
}
.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: #5f7abe;
}
.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;
}
.slick-slide {
  outline: 0;
}
.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;
}
img.preload-logo {
  width: 50%;
  border-radius: 500px;
  margin: 0px auto;
  text-align: center;
  display: inline-block;
  right: 5px;
  position: absolute;
  left: -18px;
  top: 0px;
}
.spinner {
  position: absolute;
  top: -20px;
  left: -12px;
  width: 80px;
  height: 80px;
  border: 2px solid #002db5;
  border-top: 2px solid #5f7abe;
  border-right: 2px solid #5f7abe;
  border-radius: 100%;
  animation: spin 0.75s infinite linear;
  z-index: -1;
  background: #fff;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.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: 270px;
  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: #5f7abe;
  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: #5f7abe;
  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: #5f7abe;
  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: #5f7abe;
  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: #5f7abe;
  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: #5f7abe;
  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 0.3s ease;
  transition: all 0.3s ease;
}
.toolbar-area .toolbar-contact p a:hover {
  color: #5f7abe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.3s ease;
}
.toolbar-area .toolbar-sl-share ul li a i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toolbar-area .toolbar-sl-share ul li a i:hover {
  color: #5f7abe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toolbar-area .toolbar-sl-share ul li a:hover i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toolbar-area .toolbar-sl-share ul li a:hover i:hover {
  color: #5f7abe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.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 0.3s ease-out 0s;
  transition: all 0.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 0.4s ease;
  transition: all 0.4s ease;
}
.header-menu-area a.logo img.light-logo {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.header-menu-area a.logo img {
  width: 162px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.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: 145px;
  top: 3px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.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: #5f7abe;
}
.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 {
  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;
  }
}
.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: #5f7abe;
}
.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: #5f7abe;
}
.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-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: #2455e6;
}
.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: #2455e6;
}
.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;
}
.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: #2455e6;
}
.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: #2455e6;
  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: #2455e6;
  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: #2455e6;
  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: #2455e6;
  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: #2455e6;
  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: #2455e6;
  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: #2455e6;
  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 0.3s ease;
  transition: all 0.3s ease;
}
.header_style_2 .toolbar-area .toolbar-contact p a:hover {
  color: #ccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.3s ease;
}
.header_style_2 .toolbar-area .toolbar-sl-share ul li a i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_style_2 .toolbar-area .toolbar-sl-share ul li a i:hover {
  color: #ccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header_style_2 .toolbar-area .toolbar-sl-share ul li a:hover i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_style_2 .toolbar-area .toolbar-sl-share ul li a:hover i:hover {
  color: #ccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.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 0.3s ease-out 0s;
  transition: all 0.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 .logo {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header_style_2 .header-menu-area a.logo img.light-logo {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.header_style_2 .header-menu-area a.logo img {
  width: 162px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.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;
}
.header_style_2 .header-menu-area.sticky a.logo img.white-logo {
  opacity: 0;
  visibility: hidden;
}
.header_style_2 .header-menu-area.sticky a.logo img {
  width: 120px;
  top: 3px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header_style_2 .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_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: #2455e6;
}
.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;
}
.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: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0px 0px 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;
}
.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: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  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: #5f7abe;
  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: #5f7abe;
  -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;
}
.why-choosing-area {
  position: relative;
}
.why-choosing-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -30px;
  height: 100%;
  width: 100%;
  background: url(../images/normal/circle_chooing.svg) no-repeat left bottom;
  z-index: -1;
}
.why-choosing-area .single_choosing {
  padding: 40px 30px 40px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(158, 158, 158, 0.16);
  background-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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choosing-area .single_choosing {
    padding: 30px 20px 30px;
  }
}
.why-choosing-area .single_choosing .coosing-content h5 {
  padding: 35px 0;
  font-size: 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choosing-area .single_choosing .coosing-content h5 {
    font-size: 20px;
    padding: 28px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choosing-area .single_choosing .coosing-content h5 {
    font-size: 20px;
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .why-choosing-area .single_choosing .coosing-content h5 {
    font-size: 20px;
    padding: 28px 0;
  }
}
.why-choosing-area .single_choosing .coosing-content p {
  padding-bottom: 35px;
}
.why-choosing-area .single_choosing .coosing-content a {
  position: relative;
}
.why-choosing-area .single_choosing .coosing-content a i {
  position: absolute;
  top: 3px;
  right: -35px;
}
.why-choosing-area .single_choosing .coosing-content a:hover {
  color: #5f7abe;
  -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;
}
.why-choosing-area .single_choosing:hover {
  box-shadow: 0 0 50px 0 #ffe5de;
  -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;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choosing-area .single_choosing {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .why-choosing-area .single_choosing {
    margin-bottom: 30px;
  }
}
.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: #5f7abe;
}
.build_business .build_info .build_list p {
  padding-bottom: 20px;
}
.build_your_business_style2 {
  background: #f9f6f6;
  padding-top: 200px;
}
@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 .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 .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: #2455e6;
}
.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: #2455e6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.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: #2455e6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  z-index: 123;
}
.customer_services_area {
  background: #fff url(../images/normal/service_bg.jpg) no-repeat center top;
  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: #5f7abe;
  -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: 60px;
}
@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: 140px;
}
@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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_consultant_area {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .our_consultant_area {
    padding-top: 40px;
  }
}
.our_consultant_area .single-consultant {
  padding: 30px;
  border-radius: 5px;
  background-color: #f4f7f8;
  -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: 768px) and (max-width: 991px) {
  .our_consultant_area .single-consultant {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our_consultant_area .single-consultant {
    margin-bottom: 30px;
  }
}
.our_consultant_area .single-consultant .consultant-thumb img {
  width: 100%;
  border-radius: 5px;
}
.our_consultant_area .single-consultant .consultant-content {
  padding: 50px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our_consultant_area .single-consultant .consultant-content {
    padding: 40px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_consultant_area .single-consultant .consultant-content {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .our_consultant_area .single-consultant .consultant-content {
    padding: 20px 0px;
  }
}
.our_consultant_area .single-consultant .consultant-content h5 {
  font-size: 30px;
  -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) {
  .our_consultant_area .single-consultant .consultant-content h5 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_consultant_area .single-consultant .consultant-content h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .our_consultant_area .single-consultant .consultant-content h5 {
    font-size: 20px;
  }
}
.our_consultant_area .single-consultant .consultant-content span {
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  padding-top: 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;
}
.our_consultant_area .single-consultant .consultant-single-btn .main-btn {
  margin: 0px auto;
}
.our_consultant_area .single-consultant:hover {
  box-shadow: 0 0 50px 0 #ffe5de;
  -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: #ff663b;
}
.our_consultant_area .single-consultant:hover .consultant-content h5 {
  color: #fff;
}
.our_consultant_area .single-consultant:hover .consultant-content span {
  color: #fff;
}
.our_consultant_area .single-consultant:hover .main-btn {
  color: #020306;
}
.our_consultant_area .single-consultant: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;
}
.our_consultant_area .single-consultant:hover .main-btn {
  background-color: #5f7abe;
  -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;
}
.our_consultant_area .single-consultant: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;
}
.recent_case_area .single-case-studies {
  overflow: hidden;
  position: relative;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent_case_area .single-case-studies {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .recent_case_area .single-case-studies {
    margin-bottom: 30px;
  }
}
.recent_case_area .single-case-studies figure {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 0;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.recent_case_area .single-case-studies figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.recent_case_area .single-case-studies figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.recent_case_area .single-case-studies figure figcaption::before,
.recent_case_area .single-case-studies figure figcaption::after {
  pointer-events: none;
}
.recent_case_area .single-case-studies figure figcaption,
.recent_case_area .single-case-studies figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recent_case_area .single-case-studies figure h5 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.recent_case_area .single-case-studies figure h5 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent_case_area .single-case-studies figure h5 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .recent_case_area .single-case-studies figure h5 {
    margin-top: 25px;
  }
}
.recent_case_area .single-case-studies figure h5,
.recent_case_area .single-case-studies figure span {
  margin: 0;
}
.recent_case_area .single-case-studies figure span {
  letter-spacing: 1px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.recent_case_area .single-case-studies figure {
  background: #5f7abe;
}
.recent_case_area .single-case-studies figure img,
.recent_case_area .single-case-studies figure .hover-info {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.recent_case_area .single-case-studies figure:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
.recent_case_area .single-case-studies figure .hover-icon {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(8.8, 0.8, 0);
  transform: scale3d(8.8, 0.8, 0);
  -webkit-transform-origin: 500%;
  transform-origin: 500%;
}
.recent_case_area .single-case-studies figure .hover-info {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 9px !important;
  border: 2px solid #fff;
  text-transform: none;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
  width: 90%;
}
.recent_case_area .single-case-studies figure:hover .hover-icon,
.recent_case_area .single-case-studies figure:hover .hover-info {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.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-info .contact-icon i {
  font-size: 42px;
  border-radius: 50%;
  color: #0b57e3;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #0b57e3;
}
.contact-info .contact-box {
  background: #f9f6f6;
  padding-top: 30px;
}
.contact-info .contact-box .contact-content2 {
  margin-top: 25px;
  padding-bottom: 30px;
  transition: 0.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-area {
  background-color: #f9f6f6;
}
.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: #0b57e3;
  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: 0.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: 0.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: #fff;
  padding: 15px 15px;
  transition: 0.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: 0.3s;
  background-color: #fff;
  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: #fff;
  padding: 15px 15px;
  transition: 0.3s;
  border: 1px solid #d4dfff;
}
.single-post-details .comment-form input:focus {
  border: 1px solid #2455e6;
  -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 #2455e6;
  -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: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.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: #5f7abe;
}
.request_call_back_area
  .question_accordion
  .accordion
  .accordion-item
  .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.request_call_back_area .request_callback .form_row {
  background-color: #5f7abe;
  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 #5f7abe;
  -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 {
  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: #5f7abe;
  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: #5f7abe;
  -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 #5f7abe;
}
.blog-post-area .blog-card .blog-image .post-date {
  position: absolute;
  left: 10%;
  top: 10%;
  background: #5f7abe;
  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;
  height: 365px;
}
@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: #5f7abe;
  -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: #f9f6f6;
}
.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: #2455e6;
  -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: #2455e6;
  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 #2455e6;
}
.blog_style2 .blog-card .blog-image .post-date {
  position: absolute;
  left: 10%;
  top: 10%;
  background: #2455e6;
  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: #2455e6;
  -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: #2455e6;
  border-color: #2455e6;
  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;
}
.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-area {
  position: relative;
  background: #282b30;
}
.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 .footer-text p {
  color: #e1e1e1;
}
.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: #e1e1e1;
}
.footer-area .footer-address .single-address .address-content {
  padding-left: 10px;
}
.footer-area .footer-address .single-address .address-content .text {
  color: #e1e1e1;
  line-height: 35px;
}
.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: #e1e1e1;
  -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: #5f7abe;
  -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: #5f7abe;
  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: #e1e1e1;
}
.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: #5f7abe;
  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: #5f7abe;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.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 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.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: 0.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: #5f7abe;
  -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: #5f7abe;
  -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: #2455e6;
  -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: #2455e6;
  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: #2455e6;
  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: #2455e6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.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 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.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: 0.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: #2455e6;
}
.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 {
  font-size: 15px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #5f7abe;
  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: #5f7abe;
  -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: #0c42e2;
  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: #0c42e2;
  -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_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: 80%;
  }
}
@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: 80%;
    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: #2455e6;
  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: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  text-align: center;
  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 .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;
  }
}
.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: #5f7abe;
}
.build_business .build_info .build_list p {
  padding-bottom: 20px;
}
.build_your_business_style2 {
  background: #f9f6f6;
  padding-top: 200px;
}
@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 .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 .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: #2455e6;
}
.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: #2455e6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.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: #2455e6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  z-index: 123;
}
.video_section_area {
  background: url("../images/normal/video_bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 850px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video_section_area {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video_section_area {
    height: auto;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .video_section_area {
    height: auto;
    margin-top: 0px;
  }
}
.video_section_area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2455e6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.video_section_area .mission_row {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video_section_area .mission_row {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@media (max-width: 767px) {
  .video_section_area .mission_row {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.video_section_area .mission_row .vission-item {
  position: relative;
  z-index: 12;
  display: flex;
  padding: 60px 60px 60px 40px;
  border-radius: 5px;
  box-shadow: 0 -17px 50px 0 rgba(151, 151, 151, 0.16);
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video_section_area .mission_row .vission-item {
    padding: 20px 20px 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video_section_area .mission_row .vission-item {
    margin-bottom: 30px;
    display: inherit;
  }
}
@media (max-width: 767px) {
  .video_section_area .mission_row .vission-item {
    margin-bottom: 30px;
    display: inherit;
  }
}
.video_section_area .mission_row .vission-item .vission-icon {
  padding-left: 0px !important;
}
.video_section_area .mission_row .vission-item .vission-icon i {
  font-size: 60px;
  color: #252948;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video_section_area .mission_row .vission-item .vission-icon i {
    font-size: 40px;
  }
}
.video_section_area .mission_row .vission-item .vission_info h5 {
  font-size: 30px;
  font-weight: 600;
  color: #252948;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video_section_area .mission_row .vission-item .vission_info h5 {
    font-size: 25px;
  }
}
.video_section_area .mission_row .color2 {
  background: #2455e6;
}
.video_section_area .mission_row .color2 .vission-icon {
  padding-left: 0px !important;
}
.video_section_area .mission_row .color2 .vission-icon i {
  font-size: 60px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video_section_area .mission_row .color2 .vission-icon i {
    font-size: 40px;
  }
}
.video_section_area .mission_row .color2 .vission_info h5 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video_section_area .mission_row .color2 .vission_info h5 {
    font-size: 25px;
  }
}
.video_section_area .mission_row .color2 .vission_info p {
  color: #fff;
}
.video_section_area .video_item {
  position: relative;
  z-index: 12;
}
.video_section_area .video_item .main_video_icon {
  position: relative;
  position: relative;
  width: 122px;
  margin: 0px auto;
}
.video_section_area .video_item .main_video_icon .video__icon .circle--outer {
  border: 2px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 5px 2px 2px 10px;
  position: relative;
  -webkit-animation: circle 2s ease-in-out infinite;
  animation: circle 2s ease-in-out infinite;
}
.video_section_area .video_item .main_video_icon .video__icon .circle--inner {
  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;
  left: 15px;
  top: 5px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
}
.video_section_area
  .video_item
  .main_video_icon
  .video__icon
  .circle--inner
  :hover
  i {
  color: #c5ccff;
  -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;
}
.video_section_area .video_item .main_video_icon .video__icon .circle--inner a {
  position: relative;
  z-index: 13;
  -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;
}
.video_section_area
  .video_item
  .main_video_icon
  .video__icon
  .circle--inner
  a
  i {
  color: #2455e6;
  font-size: 50px;
  position: absolute;
  top: -3px;
  right: -30px;
}
.video_section_area
  .video_item
  .main_video_icon
  .video__icon
  .circle--inner:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  top: -10px;
  left: -10px;
  position: absolute;
  -webkit-animation: circle 2s ease-in-out 0.2s infinite;
  animation: circle 2s ease-in-out 0.2s infinite;
}
.video_section_area .video_item .main_video_icon .video__icon p {
  color: #000;
  text-align: center;
}
@-webkit-keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.video_section_area .video_item .video_title {
  padding-top: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video_section_area .video_item .video_title {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video_section_area .video_item .video_title {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .video_section_area .video_item .video_title {
    padding-top: 80px;
  }
}
.video_section_area .video_item .video_title h5 {
  font-weight: 600;
  color: #fff;
  font-size: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video_section_area .video_item .video_title h5 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video_section_area .video_item .video_title h5 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .video_section_area .video_item .video_title h5 {
    font-size: 25px;
  }
}
.our_professional_team .single_team_member {
  position: relative;
  overflow: 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;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_professional_team .single_team_member {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .our_professional_team .single_team_member {
    margin-bottom: 20px;
  }
}
.our_professional_team .single_team_member .team_social_icons {
  -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;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 80px;
  padding: 25px 20px 19px;
  background-color: #25294899;
  border-radius: 5px;
}
.our_professional_team .single_team_member .team_social_icons ul li {
  margin: 5px 0px;
  padding: 8px;
  background-color: #2455e6;
  border-radius: 3px;
}
.our_professional_team .single_team_member .team_social_icons ul li a {
  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;
}
.our_professional_team .single_team_member .team_social_icons ul li a: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;
  background-color: #2455e6b0;
}
.our_professional_team .single_team_member .team_social_icons ul li a i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 3px;
  right: 0px;
  -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;
}
.our_professional_team .single_team_member .team_social_icons ul li a i:hover {
  color: #ddd;
  -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;
}
.our_professional_team .single_team_member .team_avatar {
  border-radius: 5px;
}
.our_professional_team .single_team_member .team_avatar img {
  width: 100%;
}
.our_professional_team .single_team_member .team_overlay {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  background-color: rgba(36, 85, 230, 0.6);
  border-radius: 5px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_professional_team .single_team_member .team_overlay {
    bottom: -100%;
  }
}
@media (max-width: 767px) {
  .our_professional_team .single_team_member .team_overlay {
    bottom: -100%;
  }
}
.our_professional_team .single_team_member .overlay_content {
  border: 8px solid #fff;
  margin: 10px;
  -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: 50px;
  border-radius: 3px;
  height: 100%;
  padding-top: 45%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our_professional_team .single_team_member .overlay_content {
    padding: 30px 20px;
    padding-top: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_professional_team .single_team_member .overlay_content {
    padding: 25px 40px;
    padding-top: 35%;
  }
}
@media (max-width: 767px) {
  .our_professional_team .single_team_member .overlay_content {
    padding: 10px 30px;
    border: 0px solid #fff;
    margin: 0px;
    padding-top: 35%;
  }
}
.our_professional_team .single_team_member .team_overlay .contentBx {
  margin-bottom: 20px;
  display: block;
}
.our_professional_team .single_team_member .team_overlay .contentBx h5 {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase !important;
  line-height: 40px;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}
.our_professional_team .single_team_member:hover .team_overlay .contentBx h5 {
  opacity: 1;
  transform: translateY(0);
}
.our_professional_team .single_team_member .team_overlay .contentBx span {
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-25px);
}
.our_professional_team .single_team_member:hover .team_overlay .contentBx span {
  opacity: 1;
  transform: translateY(0);
}
.our_professional_team .single_team_member .team_overlay .contentBx span {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
}
.our_professional_team .single_team_member .team_overlay .contentBx h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: initial;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our_professional_team .single_team_member .team_overlay .contentBx h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_professional_team .single_team_member .team_overlay .contentBx h5 {
    font-size: 22px;
  }
}
.our_professional_team .single_team_member .team_overlay .sci {
  position: relative;
  bottom: 0px;
  top: 10px;
}
.our_professional_team .single_team_member .team_overlay .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
  display: inline-block;
}
.our_professional_team .single_team_member:hover .team_overlay {
  bottom: 0;
  transition-delay: 0s;
}
.our_professional_team .single_team_member:hover .team_overlay .sci li {
  transform: translateY(0);
  opacity: 1;
}
.our_professional_team .single_team_member .team_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;
}
.our_professional_team .single_team_member .team_overlay .sci li a:hover {
  color: #ddd;
  -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;
}
.our_professional_team .single_team_member .team_overlay .sci li a {
  color: #fff;
  font-size: 24px;
}
.our_professional_team .single_team_member: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;
}
.our_professional_team .single_team_member:hover .team_social_icons {
  transform: translateX(-40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
  -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;
}
.our_call_to_action {
  background: url("../images/normal/video_bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 554px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our_call_to_action {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_call_to_action {
    height: auto;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .our_call_to_action {
    height: auto;
    margin-top: 0px;
  }
}
.our_call_to_action::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2455e6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.our_call_to_action .call_row {
  position: relative;
  z-index: 12;
}
.our_call_to_action .call_row .section-title h3.title {
  color: #fff;
}
.our_call_to_action .call_row .section-title p {
  color: #fff;
}
.our_call_to_action .call_row .call-btn i {
  margin-left: 10px;
}
.our_call_to_action .call_row .call-btn .btn {
  text-align: center;
  margin: 0px auto;
  width: 200px;
}
.requset_call_back {
  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: 100px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .requset_call_back {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .requset_call_back {
    padding: 60px 0px;
  }
}
.requset_call_back::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2455e6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.requset_call_back .call_back {
  position: relative;
  z-index: 12;
}
.requset_call_back .call_back .form-submit .btn {
  margin: 0px auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .requset_call_back .call_back .form-submit {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .requset_call_back .call_back .form-submit {
    margin-top: 20px;
  }
}
.requset_call_back .call-back-content h2 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .requset_call_back .call-back-content h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .requset_call_back .call-back-content h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .requset_call_back .call-back-content h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
}
.requset_call_back .call-back-content p {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .requset_call_back .call-back-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .requset_call_back .call-back-content {
    padding-bottom: 20px;
  }
}
.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: 150px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs_section {
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs_section {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs_section {
    padding: 60px 0px;
  }
}
.breadcrumbs_section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2455e6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  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: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
    font-size: 50px;
    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: 0.5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_inner_info {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .about_inner_info {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_inner_info {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.about_inner_info .build_info .build_list h5 i {
  color: #2455e6;
}
.about_inner {
  background: #f9f6f6;
}
.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: #2455e6;
  -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;
  }
}
