@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Benzin - Consulting Business HTML5 Site Template -  GridTemplate
    Template URI: https://gridtemplate.com/
    Description: A Library of Responsive Bootstrap, HTML5, and CSS3 Website Templates
    Author: Gridtemplate
    Author URI: https://gridtemplate.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Slider
    04. Why Choose
    05. Business
    06. Customer service
    07. Consultants 
    08. Case studies
    09. Counter
    10. Blog
    11. Sponsor
    12. Footer


    Inner page
    ===================

    01. Service 
    02. Service Details
    03. Portfolio 
    04. Portfolio details
    05. About Page
    06. Pricing page
    07. 404 page
    08. Blog 
    09. Blog details
    10. Conact page




    CSS INNER PAGE
    

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #676769;
}

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

img {
  max-width: 100%;
}

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

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

a:hover {
  text-decoration: none;
  color: #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: #676769;
  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;
}

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

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

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

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

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

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

input:focus {
  border: 1px solid #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 #FF3800;
  font-size: 17px;
  font-weight: 600;
  padding: 16px 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

.main-btn i {
  position: relative;
}

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

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

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

.main-btn-blue {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px;
  max-width: 225px;
  text-transform: capitalize;
  border: 1px solid #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: #FF3800;
  -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: #FF3800;
  -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;
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-menu ul li .sub-menu li a.active {
  background: #FF3800;
  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: #FF3800;
  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: #FF3800;
  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: #FF3800;
  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: #FF3800;
  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: #FF3800;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-menu-area a.logo img.light-logo {
  -webkit-transition: all .4s ease;
  transition: all .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 .4s ease;
  transition: all .4s ease;
}

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

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

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

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

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

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

.header-menu-area.sticky a.logo img {
  width: 120px;
  top: 3px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #FF3800;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-menu-style2 .mobile-menu ul li a.active {
  color: #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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_style_2 .navbar-menu ul li a.active {
  color: #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 .3s ease;
  transition: all .3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_style_2 .header-menu-area a.logo img.light-logo {
  -webkit-transition: all .4s ease;
  transition: all .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 .4s ease;
  transition: all .4s ease;
}

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

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

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

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

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

.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 .4s ease;
  transition: all .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;
}

/*===========================
       3.SLIDER css 
===========================*/
.slider-content {
  padding-top: 145px;
  padding-bottom: 150px;
  position: relative;
  z-index: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

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

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

.home-slider .slick-dots li.slick-active button {
  background-color: #FF3800;
  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: #FF3800;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_style_2 .home-slider .slick-arrow i:hover {
  color: #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;
}

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

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

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

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

/*===========================
   04   Why Coosing Us css 
===========================*/
.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: #FF3800;
  -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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 123;
  border-radius: 10px;
}

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

/*===========================
  06 Customer Service css 
===========================*/
.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: #FF3800;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

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

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

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

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

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

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

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

/*===========================
 07 Our Consulant css 
===========================*/
@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: #FF3800;
  -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;
}

/*===========================
  08   RECENT CASE STUDIES CSS
===========================*/
.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: #FF3800;
}

.recent_case_area .single-case-studies figure img,
.recent_case_area .single-case-studies figure .hover-info {
  -webkit-transition: opacity 0.60s, -webkit-transform 0.60s;
  transition: opacity 0.60s, transform 0.60s;
}

.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: 30px;
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===========================
     10.CONTACt PAGE css 
===========================*/
.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: .3s;
  padding-left: 30px;
  padding-right: 30px;
}

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

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

/* contact */
.contact-area {
  background-color: #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: .3s;
  background: #f4f4fe;
  padding: 30px 40px;
}

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

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

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

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

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

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

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

.contact-name {
  position: relative;
}

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

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

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

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

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

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

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

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

.single-post-details .comment-form input:focus {
  border: 1px solid #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: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

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

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

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

.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: #FF3800;
  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 #FF3800;
  -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;
}

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

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

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

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

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

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

.blog-post-area .blog-card .post-meta ul.list-unstyled li a i {
  color: #FF3800;
  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: #FF3800;
  -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 #FF3800;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post-area .blog-card:hover .main-btn {
  background-color: #FF3800;
  -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;
}

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

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

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

/*===========================
       12.FOOTER css 
===========================*/
.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: #A9AAAC;
}

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

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

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

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

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

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

.footer-area .footer-link ul li a:hover {
  color: #FF3800;
  -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: #FF3800;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease;
}

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

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

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

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

.footer-area .footer-link .subscribe_email button[type="submit"] {
  background: #FF3800;
  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: #FF3800;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
}

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

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

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

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

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

.footer-area .copyright .text {
  font-size: 17px;
  color: #fff;
}

.footer-area .copyright .text a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .copyright .text a:hover {
  color: #FF3800;
  -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: #FF3800;
  -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 .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 3px;
}

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

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

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

.footer_style2 .footer-copyright {
  background-color: #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 =====*/
.back-to-top {
  font-size: 15px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FF3800;
  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: #FF3800;
  -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 css 
===========================*/
.project_count_area {
  position: relative;
  z-index: 12;
}

.project_count_area .project_row {
  padding: 30px 30px 30px;
  box-shadow: 0 30px 50px 0 rgba(255, 255, 255, 0.16);
  background-color: #fff;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  left: 0;
  width: 67.5%;
  margin: 0px auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_count_area .project_row {
    width: 86%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_count_area .project_row {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
    position: static;
    width: 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;
  }
}

.project_count_area .project_row .line-3 {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_count_area .project_row .line-3::before {
    display: none;
  }
}

/*===========================
  09 OUR PRICING SECTION  css 
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area {
    padding-top: 95px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .pricing-area {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

.single-pricing {
  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;
  padding: 50px;
  overflow: hidden;
  background-color: #F9F6F6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-pricing {
    padding: 35px;
  }
}

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

@media (max-width: 767px) {
  .single-pricing {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pricing {
    padding: 50px;
  }
}

.single-pricing .pricing-thumb img {
  width: 195px;
  height: 180px;
}

.single-pricing .pricing-price {
  border: 1px dashed #2455E6;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0px auto;
  padding-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pricing .pricing-price {
    width: 170px;
    height: 170px;
    padding-top: 50px;
  }
}

.single-pricing .pricing-price h2 {
  font-size: 50px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pricing .pricing-price h2 {
    font-size: 44px;
  }
}

.single-pricing .pricing-price h2 span {
  font-size: 18px;
  color: #676769;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pricing .pricing-price h2 span {
    font-size: 16px;
  }
}

.single-pricing .pricing-price p {
  text-transform: uppercase;
  color: #FF3800;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pricing .pricing-price p {
    font-size: 14px;
  }
}

.single-pricing .price-btn a {
  margin: 0px auto;
}

.single-pricing .price-btn .btn {
  overflow: hidden;
  display: block;
}

.single-pricing .pricing-content ul.table-list li {
  text-align: center;
  z-index: 9;
  padding: 10px 0;
  text-transform: capitalize;
}

.single-pricing.pricing-tow .pricing-price p {
  color: #2455E6;
}

.single-pricing:hover {
  background-color: #E3E7FF;
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 123;
  border-radius: 10px;
}

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

/*===========================
  Video section  css 
===========================*/
.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;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  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 .2s infinite;
  animation: circle 2s ease-in-out .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;
  }
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: '\e800';
}

.lightcase-icon-pause:before {
  content: '\e801';
}

.lightcase-icon-close:before {
  content: '\e802';
}

.lightcase-icon-prev:before {
  content: '\e803';
}

.lightcase-icon-next:before {
  content: '\e804';
}

.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-open body {
  overflow: hidden;
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #2455E6;
}

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

/*===========================
  Our professional teams
===========================*/
.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;
}

/*===========================
  Call to action css
===========================*/
.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;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 5-7 */
  filter: alpha(opacity=60);
  /* Netscape */
  -moz-opacity: 0.6;
  /* Safari 1.x */
  -khtml-opacity: 0.6;
  /* Good browsers */
  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;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  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;
  }
}

/*===========================
     03 PORTFOLIO css 
===========================*/
.portfolio-section {
  background: #F9F6F6;
}

.portfolio-section .portfolio-button-filter {
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-section .portfolio-button-filter .portfolio-btn-wrapper {
  margin-bottom: 0;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.portfolio-section .portfolio-button-filter .portfolio-btn-wrapper button.active {
  background: #2455E6;
  color: #fff;
  border-color: transparent;
}

.portfolio-section .portfolio-button-filter .portfolio-btn-wrapper button {
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  border: none;
  color: #2455E6;
  border-radius: 0;
  margin-right: 20px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #E3E7FF;
  border: none;
  border-radius: 3px;
  position: relative;
  z-index: 12;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-section .portfolio-button-filter .portfolio-btn-wrapper button {
    padding: 12px 20px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .portfolio-section .portfolio-button-filter .portfolio-btn-wrapper button {
    padding: 10px 18px;
    font-weight: 400;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-section .portfolio-button-filter .portfolio-btn-wrapper button {
    padding: 10px 18px;
    font-weight: 400;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.portfolio-section .portfolio-button-filter .portfolio-btn-wrapper button::before {
  box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
  -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;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  color: #fff;
  top: 0;
  z-index: -1;
  border-radius: 3px;
}

.portfolio-section .portfolio-button-filter .portfolio-btn-wrapper button:hover::before {
  opacity: .8;
  visibility: visible;
}

.portfolio-section .portfolio-button-filter .portfolio-btn-wrapper button:hover {
  color: #fff !important;
}

.portfolio-section .portfolio-item-wrapper {
  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;
  border-radius: 10px;
}

.portfolio-section .portfolio-item-wrapper .portfolio-img img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
  -webkit-transition: opacity 0.60s, -webkit-transform 0.60s;
  transition: opacity 0.60s, transform 0.60s;
}

@media (max-width: 767px) {
  .portfolio-section .portfolio-item-wrapper .portfolio-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .portfolio-section .portfolio-item-wrapper .portfolio-img img {
    width: 100%;
  }
}

.portfolio-section .portfolio-item-wrapper .portfolio-overlay {
  -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;
}

.portfolio-section .portfolio-item-wrapper .portfolio-overlay::before {
  box-shadow: 0 5px 50px 0 rgba(60, 59, 59, 0.16);
  -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;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  color: #fff;
  top: 0;
  z-index: 1;
  border-radius: 10px;
}

.portfolio-section .portfolio-item-wrapper .portfolio-overlay:hover::before {
  opacity: .7;
  visibility: visible;
}

.portfolio-section .portfolio-item-wrapper .portfolio-overlay:hover {
  -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;
}

.portfolio-section .portfolio-item-wrapper .portfolio-overlay:hover .pf-content {
  opacity: 1;
  visibility: visible;
  -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;
}

.portfolio-section .portfolio-item-wrapper .portfolio-overlay .pf-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 45%;
  margin: 0px auto;
  text-align: center;
  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;
}

.portfolio-section .portfolio-item-wrapper .portfolio-overlay .pf-content i {
  color: #fff;
  font-size: 30px;
  -webkit-transition: opacity 0.60s, -webkit-transform 0.60s;
  transition: opacity 0.60s, transform 0.60s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section .portfolio-item-wrapper .portfolio-overlay .pf-content {
    top: 35%;
  }
}

@media (max-width: 767px) {
  .portfolio-section .portfolio-item-wrapper .portfolio-overlay .pf-content {
    top: 40%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-section .portfolio-item-wrapper .portfolio-overlay .pf-content {
    top: 40%;
  }
}

.portfolio-section .portfolio-item-wrapper:hover .portfolio-img img {
  opacity: 0.3;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
  -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;
}

.portfolio_details .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) {
  .portfolio_details .sub-section-title h3.title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

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

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

/*===========================
  Breadcrumbs css 
===========================*/
.breadcrumbs_section {
  background: url("../images/normal/breadcrumbs-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 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;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

.breadcrumbs_section .breadcrumbs {
  position: relative;
  z-index: 12;
}

.breadcrumbs_section .breadcrumbs .breadcrumbs-content {
  color: #fff;
}

.breadcrumbs_section .breadcrumbs .breadcrumbs-content h1.page-title {
  color: #fff;
  padding-bottom: 20px;
  font-size: 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: .5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
}

/*===========================
  05   Home about section  css 
===========================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_inner_info {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@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;
}

/*===========================
  01 Services css 
===========================*/
.services_details_area .services__sidebar .services__widget {
  background: #F9F6F6;
  padding: 43px 40px;
  padding-bottom: 45px;
}

.services_details_area .services__sidebar .services__widget .services__widget-title h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li {
  margin-bottom: 15px;
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.services_details_area .services__sidebar .services__widget .services__widget-content .services__link ul li a:hover {
  color: #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;
  }
}

/*===========================
    12  Single post css 
===========================*/
.single-post-details {
  /* Here's the new blog dtl to add... */
  /* 16. pagination */
}

.single-post-details .blog-details-wrap .meta-info ul {
  padding-top: 25px;
  border-top: 2px solid #f6faff;
  padding-bottom: 25px;
}

.single-post-details .blog-details-wrap .meta-info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
  padding-right: 15px;
  border-right: 2px solid #f6faff;
}

.single-post-details .quote-post {
  background-position: center;
  background-repeat: no-repeat;
}

.single-post-details .quote-post .quote-icon {
  float: left;
  margin-right: 30px;
  display: block;
  margin-top: 20px;
}

.single-post-details .quote-post h2 {
  overflow: hidden;
  margin-bottom: 0;
}

.single-post-details .blog-deatails-box.single .bsingle__post {
  margin-bottom: 0;
}

.single-post-details .sidebar-widget .widget table {
  width: 100%;
  padding: 10px;
  background: #f6faff;
}

.single-post-details .sidebar-widget .widget th, .single-post-details .footer-widget .widget th {
  background: #2455E6;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
}

.single-post-details .sidebar-widget .widget td {
  padding: 5px;
  text-align: center;
}

.single-post-details .sidebar-widget .widget {
  padding: 25px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 2px solid #f6faff !important;
}

.single-post-details .sidebar-widget .widget li {
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 5px;
  float: left;
  width: 100%;
}

.single-post-details .widget-title {
  margin-bottom: 40px;
}

.single-post-details .sidebar-widget .widgettitle, .single-post-details .sidebar-widget .widget-title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  border-left: 4px solid #2455E6;
  padding-left: 15px;
}

.single-post-details .sidebar-widget .widget .gallery-icon a:hover {
  padding-left: 0;
}

.single-post-details i.flaticon-controls {
  font-size: 35px;
  color: #2455E6;
}

.single-post-details .tags {
  border-bottom: 1px solid #eaeaea;
  /*float:left;*/
  width: 100%;
  display: inline-block;
}

.single-post-details .search-form {
  position: relative;
}

.single-post-details .search-form input {
  background: #f6faff;
  border: none;
  width: 100%;
  padding: 18px 30px;
}

.single-post-details .search-form input::placeholder {
  font-size: 12px;
  color: #b0b0b0;
}

.single-post-details .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #2455E6;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  height: 88%;
  width: 106px;
}

.single-post-details .sidebar-widget .widget .widget_archive, .single-post-details .widget_categories, .single-post-details .sidebar-widget .widget_archive {
  text-align: right;
}

.single-post-details .sidebar-widget .widget .widget_archive, .single-post-details .sidebar-widget .widget_categories a, .single-post-details .sidebar-widget .widget_archive a {
  float: left;
  height: 30px;
}

.single-post-details .widget-insta-post li {
  display: inline-block;
  margin: 5px 3px;
}

.single-post-details .sidebar-widget .widget a:hover {
  color: #0b57e3;
  padding-left: 10px;
}

.single-post-details .widget-insta-post li:hover a::before {
  opacity: .7;
}

.single-post-details .widget-insta-post li a {
  position: relative;
  display: block;
}

.single-post-details .widget-insta-post li a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #2455E6;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-post-details .widget-social a {
  height: 40px;
  width: 40px !important;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #e4e4e4;
  color: #6e6e6e;
  margin: 0 3px;
  text-align: center !important;
}

.single-post-details .widget-social a:hover {
  background: #2455E6;
  color: #ffffff !important;
  border-color: #2455E6;
  padding: 0 !important;
  box-shadow: 0px 10px 19px 0px #2455E6 !important;
}

.single-post-details .rpwwt-widget a {
  padding-left: 0 !important;
}

.single-post-details .rpwwt-widget li {
  line-height: 23px !important;
}

.single-post-details .tag-cloud-link {
  font-size: 14px !important;
  border: 2px solid #f6f6f6;
  padding: 10px 19px !important;
  display: inline-block;
  margin: 5px 1px;
  text-transform: capitalize;
  float: none !important;
  width: auto !important;
}

.single-post-details .tag-cloud-link:hover {
  border: 2px solid #0b57e3;
  color: #6a6a6a;
}

.single-post-details .cat__list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

.single-post-details .cat__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.single-post-details .cat__list li:hover a {
  color: #2455E6;
}

.single-post-details .cat__list li a {
  font-size: 14px;
  color: #777777;
}

.single-post-details .cat__list li a span {
  float: right;
  display: block;
}

.single-post-details .widget__post ul li {
  margin-bottom: 20px;
  overflow: hidden;
}

.single-post-details .widget__post ul li:last-child {
  margin-bottom: 0;
}

.single-post-details .widget__post-thumb {
  float: left;
  display: block;
  margin-right: 20px;
}

.single-post-details .widget__post-content {
  overflow: hidden;
  display: block;
}

.single-post-details .widget__post-content h6 {
  font-size: 16px;
  margin-bottom: 1px;
  padding-right: 15px;
  font-weight: bold;
}

.single-post-details .widget__post-content h6:hover a {
  color: #2455E6;
}

.single-post-details .widget__post-content span {
  font-size: 14px;
}

.single-post-details .widget__post-content span i {
  margin-right: 8px;
}

.single-post-details .widget__tag ul li {
  display: inline-block;
  margin: 5px 3px;
}

.single-post-details .widget__tag ul li:hover a {
  background: #2455E6;
  border-color: #2455E6;
  color: #ffffff;
}

.single-post-details .widget__tag ul li a {
  display: block;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  color: #8f8bb8;
  padding: 9px 20px;
}

.single-post-details .widget.widget__banner {
  border: none;
  padding: 0;
  position: relative;
}

.single-post-details .widget__banner-thumb img {
  width: 100%;
}

.single-post-details .widget__banner-overly {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.single-post-details .widget__banner-overly > span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 160px;
}

.single-post-details .widget__banner-overly h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 129px;
  font-weight: bold;
}

.single-post-details .widget__banner-overly h3 span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.single-post-details .widget__banner-overly .btn {
  border-radius: unset;
  background: #fff;
  border: 2px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 17px 35px;
  color: #2455E6;
}

.single-post-details .widget__banner-overly .btn:hover {
  background: transparent;
  color: #fff;
}

.single-post-details .meta__info ul {
  margin-bottom: 7px;
}

.single-post-details .meta__info ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}

.single-post-details .meta__info ul li a {
  color: #777777;
  text-transform: capitalize;
}

.single-post-details .meta__info ul li a i {
  margin-right: 5px;
}

.single-post-details .meta__info ul li a:hover {
  color: #2455E6;
}

.single-post-details .meta__info ul li i {
  margin-right: 5px;
}

.single-post-details .details__content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-right: 0;
  font-weight: bold;
}

.single-post-details .details__content p {
  margin-bottom: 18px;
}

.single-post-details blockquote, .single-post-details .pages-content blockquote, .single-post-details .comment-list blockquote {
  background: #242d2e;
  border-radius: 10px;
  padding: 50px 45px 57px !important;
  position: relative;
  z-index: 5;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
}

.single-post-details .comment-list blockquote a:hover {
  color: #fff;
}

.single-post-details .news-text blockquote h3 {
  color: #fff;
}

.single-post-details .news-text blockquote i {
  font-size: 190px;
  color: #e4e9ff;
  z-index: -1;
  position: absolute;
  bottom: 15px;
  right: 30px;
}

.single-post-details blockquote p {
  color: #fff;
}

.single-post-details .news-text blockquote footer {
  color: #FF8000 !important;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-post-details .news-text figure img {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}

.single-post-details .news-text ul li {
  line-height: 30px;
  list-style: none;
}

.single-post-details .news-text ul li i, .single-post-details .quote-post ul li i {
  color: #F15B26;
  padding-right: 5px;
}

.single-post-details .news-text blockquote p, .single-post-details .pages-content blockquote p, .single-post-details .comment-list blockquote p {
  color: #fff;
  line-height: 28px;
}

.single-post-details .news-text blockquote footer, .single-post-details .pages-content blockquote footer {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
}

.single-post-details .wp-block-media-text .wp-block-media-text__content {
  width: 100%;
}

.single-post-details .wp-block-pullquote cite {
  color: #2455E6 !important;
}

.single-post-details cite {
  margin-top: 15px;
  color: #2455E6;
  font-weight: 600;
}

.single-post-details .post-categories li {
  display: none !important;
}

.single-post-details .post-categories li:first-child {
  display: block !important;
}

.single-post-details .details__content-img {
  margin: 45px 0;
}

.single-post-details .details__content-img img {
  width: 100%;
  height: auto;
}

.single-post-details .details__content figure {
  margin-top: 45px;
  margin-bottom: 60px;
}

.single-post-details .details__content figure img {
  float: left;
  width: 255px;
  margin-right: 30px;
}

.single-post-details .tags.pb-50 {
  padding-bottom: 20px;
}

.single-post-details .post__tag h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-top: 30px;
  border-top: 2px solid #f6faff;
  margin-top: 25px;
}

.single-post-details .post__tag ul li {
  display: inline-block;
  margin-right: 10px;
}

.single-post-details .post__tag ul li a {
  font-size: 12px;
  text-transform: uppercase;
  border: 2px solid #e5e5e5;
  padding: 7px 10px;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  color: #9d9d9d;
  margin-bottom: 10px;
}

.single-post-details .post__tag ul li a:hover {
  border-color: #2455E6;
  background: #2455E6;
  color: #ffffff;
}

.single-post-details .post__share h5 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

.single-post-details .post__share ul li {
  margin-left: 20px;
  display: inline-block;
}

.single-post-details .post__share ul li a {
  font-size: 18px;
  display: inline-block;
  color: #b5becc;
}

.single-post-details .post__share ul li a:hover {
  color: #2455E6;
}

.single-post-details .posts_navigation {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.single-post-details .posts_navigation .prev-link span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.single-post-details .posts_navigation .prev-link h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: capitalize;
  height: 30px;
  overflow: hidden;
}

.single-post-details .navigation.posts-navigation {
  display: none;
}

.single-post-details .avatar_post img {
  border-radius: 50%;
  box-shadow: 1px 5px 6px #8a8a8a33;
}

.single-post-details .posts_navigation .prev-link h4:hover a {
  color: #2455E6;
}

.single-post-details .posts_navigation .next-link span {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.single-post-details .posts_navigation .next-link h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
  height: 30px;
  overflow: hidden;
}

.single-post-details .posts_navigation .next-link h4:hover a {
  color: #2455E6;
}

.single-post-details .related__post .post-title {
  margin-bottom: 35px;
}

.single-post-details .related__post .post-title h4 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: bold;
}

.single-post-details .related-post-wrap .post-thumb img {
  width: 100%;
}

.single-post-details .related-post-wrap .rp__content {
  padding: 44px;
  border: 2px solid #f4f3fb;
  border-top: none;
}

.single-post-details .related-post-wrap .rp__content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.single-post-details .related-post-wrap .rp__content h3:hover a {
  color: #2455E6;
}

.single-post-details .related-post-wrap .rp__content p {
  margin-bottom: 0;
  font-size: 14px;
}

.single-post-details .avatar__wrap {
  background: #f6faff;
  padding: 50px 80px;
  float: left;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-details .avatar__wrap {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single-post-details .avatar__wrap {
    padding: 20px;
  }
}

.single-post-details .avatar__wrap .avatar-img {
  margin-top: -115px;
  margin-bottom: 35px;
}

.single-post-details .avatar__wrap-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.single-post-details .avatar__info h5 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}

.single-post-details .avatar__info-social {
  margin-bottom: 20px;
}

.single-post-details .avatar__info-social a {
  font-size: 12px;
  color: #2455E6;
  display: inline-block;
  margin: 0 5px;
}

.single-post-details .avatar__info-social a:hover {
  color: #2455E6;
}

.single-post-details .avatar__info-social a i {
  font-size: 20px;
}

.single-post-details code {
  font-size: 15px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  margin-top: 10px;
}

.single-post-details figcaption {
  font-weight: 600;
  color: #202020;
}

.single-post-details .comment-form-comment label {
  display: none;
}

.single-post-details .form-submit {
  margin-bottom: 0;
}

.single-post-details .comment__wrap {
  border-bottom: 1px solid #eaeaea;
}

.single-post-details .comment__wrap-title {
  margin-bottom: 35px;
}

.single-post-details .comment__wrap-title h5 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: bold;
}

.single-post-details .single__comment .comments-avatar {
  float: left;
  width: 100px;
  margin-right: 30px;
}

.single-post-details .single__comment.children {
  margin-left: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-details .single__comment.children {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .single-post-details .single__comment.children {
    margin-left: 20px;
  }
}

.single-post-details .single__comment.children .avatar-name h6 i {
  font-size: 12px;
  color: #cacfef;
  margin-left: 20px;
}

.single-post-details .comment-text {
  overflow: hidden;
}

.single-post-details .comment-text .avatar-name {
  overflow: hidden;
}

.single-post-details .comment-text .avatar-name h6 {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: bold;
}

.single-post-details .comment-text .avatar-name h6 i {
  display: none;
}

.single-post-details .comment-author-admin .avatar-name h6 i {
  font-size: 12px;
  display: inline-block;
  color: #cacfef;
  margin-left: 20px;
}

.single-post-details .comment-text .avatar-name span {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2455E6;
}

.single-post-details .comment-text .avatar-name .comment-reply {
  float: right;
  display: inline-block;
  border: 2px solid #f4f4ff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: -23px;
}

.single-post-details .comment-text .avatar-name .comment-reply a {
  color: #777777;
}

.single-post-details .comment-text .avatar-name .comment-reply:hover a {
  color: #fff;
}

.single-post-details .comment-list {
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-bottom: 45px;
}

.single-post-details .comments-title {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: bold;
}

.single-post-details .comment-reply-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.single-post-details .comment-author-admin {
  margin-left: 130px;
}

.single-post-details .comment-text .avatar-name .comment-reply:hover {
  border-color: #2455E6;
  background: #2455E6;
  color: #ffffff;
}

.single-post-details .comment-text .avatar-name .comment-reply i {
  margin-right: 5px;
}

.single-post-details .comment-text p {
  font-size: 16px;
  margin-bottom: 0;
}

.single-post-details .screen-reader-text {
  display: none;
}

.single-post-details .comment-form {
  padding: 50px;
  background: #f6f6f6;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-details .comment-form {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single-post-details .comment-form {
    padding: 20px;
  }
}

.single-post-details .comment-form .comment-field {
  position: relative;
  margin-top: 15px;
}

.single-post-details .comment-form .comment-field.text-area i {
  top: 25px;
  transform: unset;
}

.single-post-details .comment-form i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #2455E6;
  font-size: 14px;
}

.single-post-details .comment-form textarea {
  height: 150px;
  width: 100%;
  padding: 20px;
  padding-right: 50px;
  background: #ffffff;
  border: 1px solid transparent;
}

.single-post-details .comment-form textarea::placeholder {
  font-size: 14px;
  color: #a7a7c1;
}

.single-post-details .comment-form textarea:focus {
  border: 1px solid #2455E6;
}

.single-post-details .comment-form input {
  width: 100%;
  padding: 20px;
  padding-right: 50px;
  background: #ffffff;
  border: 1px solid transparent;
}

.single-post-details .comment-form input::placeholder {
  font-size: 14px;
  color: #b0b0b0;
}

.single-post-details .comment-form input:focus {
  border: 1px solid #2455E6;
}

.single-post-details .comment-form .submit {
  background: #2455E6;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  padding: 12px 45px;
  margin-top: 20px;
  font-weight: bold;
  width: auto;
}

.single-post-details .comment-form .submit::before {
  content: none;
}

.single-post-details .comment-form .submit:hover {
  color: #fff;
  background: #2455E6;
}

.single-post-details .page .comments-area ol .comment-respond {
  margin-bottom: 30px;
  margin-top: -26px;
}

.single-post-details .comments-area ol > .comment-respond {
  margin-bottom: 30px;
  margin-top: -30px;
}

.single-post-details .comments-area ol > li > ol .comment-respond {
  margin-left: -32px;
  margin-top: -35px;
}

.single-post-details .comments-area ol > li > ol > li > ol > .comment-respond {
  margin-left: -42px;
  margin-top: -30px;
}

.single-post-details .comments-area ol > li > ol > li > ol > li > ol > .comment-respond {
  margin-left: -62px;
  margin-top: -35px;
}

.single-post-details .comment-reply-title small {
  margin-left: 15px;
}

.single-post-details p.comment-form-comment {
  margin-top: 15px;
}

.single-post-details .blist li {
  list-style: none !important;
}

.single-post-details .wp-block-gallery.columns-3.is-cropped {
  margin-top: 30px;
}

.single-post-details .single-post .footer-widget {
  padding-top: 50px;
}

.single-post-details figure.aligncenter img {
  margin-bottom: 15px;
}

.single-post-details .wp-image-907 {
  width: 100% !important;
  height: auto;
  margin-bottom: 15px;
}

.single-post-details figure img {
  display: inline-block;
  margin-bottom: 15px;
}

.single-post-details .single-post .bsingle__content .admin {
  display: none;
}

.single-post-details .single-post .blog-deatails-box.single {
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #f3f3f3;
  float: left;
  width: 100%;
}

.single-post-details .single-post .bsingle__post-thumb img {
  margin-bottom: 50px;
}

.single-post-details .bsingle__content.quote-post .meta-info {
  margin-top: 30px;
}

.single-post-details blockquote h3 {
  color: #fff;
}

.single-post-details blockquote footer {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.single-post-details .blist li i {
  color: #F15B26;
  padding-right: 5px;
}

.single-post-details .blist li {
  line-height: 30px;
  list-style: none;
}

.single-post-details .comment-form-cookies-consent input {
  width: auto;
  margin-top: 7px;
  margin-right: 10px;
}

.single-post-details .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.single-post-details .pagination .page-item {
  display: inline-block;
  margin: 0 5px;
}

.single-post-details .pagination .page-item a.page-link {
  border-radius: 50%;
  padding: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #f8f8f8;
  color: #9fa7c5;
  font-size: 14px;
  border: none;
  font-weight: 500;
}

.single-post-details .pagination .page-item:hover a.page-link {
  box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
  background: #ff4a57;
  color: #fff;
}

.single-post-details .pagination .page-item.active a.page-link {
  box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
  background: #ff4a57;
  color: #fff;
}

.single-post-details .pagination-wrap .pagination {
  display: block;
  border-radius: unset;
}

.single-post-details .pagination-wrap .pagination li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  margin-bottom: 15px;
}

.single-post-details .pagination-wrap .pagination li.active a {
  background: #252525;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}

.single-post-details .pagination-wrap .pagination li a {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  background: #2455E6;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.single-post-details .pagination-wrap .pagination li a:hover {
  color: #ffffff;
  background: #2455E6;
}

.single-post-details .contact-info {
  padding: 30px 20px;
  background: #3c3935;
  background: #3c3935;
}

.single-post-details .contact-info p {
  color: #fff;
}

.single-post-details .contact-info h5 {
  color: #2455E6;
}

.single-post-details .single-cta {
  border-bottom: 1px solid;
}

.single-post-details div.single-cta:last-child {
  border: 0;
}

.single-post-details .single-cta h5 {
  font-size: 20px;
  margin-bottom: 15px !important;
}

.single-post-details .single-cta p {
  margin-bottom: 0;
}

.single-post-details .single-cta p a {
  color: #2455E6;
}

.single-post-details .s-cta-btn .btn {
  background: #383838;
  color: #fff;
  margin-top: 10px;
}

.single-post-details .s-cta-btn .btn::before {
  content: none;
}

.single-post-details .widget.widget_media_image {
  margin: 25px 0 0;
}
