/* ----------------------------------------------------
Template Name: Chris Dortch Resume
Author: Masud Rana
URL: http://masudrana.me/test/tophermichael/index.html
Version: 1.0;
------------------------------------------------------- */
/*  -------------------------------
CSS Table of Content

  01. Base style
  02. Typography style
  03. Button style
  04. Header style
  05. Main Sections Style
  06. Responsive style

 ---------------------------------- */
/* --------------------------
  01. Base style
----------------------------- */
a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; }

a,
button,
img,
input,
span,
::before,
::after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

*:focus {
  outline: none; }

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #F86754; }

button,
input[type="submit"] {
  cursor: pointer; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.standard-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden; }

.section-white {
  background: #ffffff; }

.section-gray {
  background: rgba(82, 37, 248, 0.03); }

.gradient-blue {
  background-color: #AB46F8;
  background-image: -moz-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #AB46F8), color-stop(100%, #5225f8));
  background-image: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
  background-image: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
  background: -ms-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
  background: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
  background: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
  background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%); }

.gradient-orange {
  background-color: #F86754;
  background-image: -moz-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #F86754), color-stop(100%, #fabe61));
  background-image: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
  background-image: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
  background: -ms-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
  background: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
  background: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
  background: linear-gradient(45deg, #F86754 0%, #fabe61 100%); }

.gradient-red {
  background: -webkit-linear-gradient(125deg, #9119B3 0%, #E64C4C 88%);
  background: -o-linear-gradient(125deg, #9119B3 0%, #E64C4C 88%);
  background: linear-gradient(-35deg, #9119B3 0%, #E64C4C 88%); }

.gradient-border {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .gradient-border::before {
    content: "";
    position: absolute;
    background-color: #AB46F8;
    background-image: -moz-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #AB46F8), color-stop(100%, #5225f8));
    background-image: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background-image: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: -ms-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    left: 0;
    top: 0;
    right: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 1; }
  .gradient-border:hover::before {
    background-color: #F86754;
    background-image: -moz-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #F86754), color-stop(100%, #fabe61));
    background-image: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background-image: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background: -ms-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background: linear-gradient(45deg, #F86754 0%, #fabe61 100%); }

/* -----------------------------
Area heading style
-------------------------------- */
.area-heading {
  width: 60%;
  margin: 0 auto 80px;
  position: relative;
  z-index: 2; }
  .area-heading.text-left {
    float: left; }
    .area-heading.text-left .area-title::before {
      left: 0;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
  .area-heading p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0; }
  .area-heading.white .area-title {
    color: #ffffff; }
    .area-heading.white .area-title::before {
      background-color: #F86754;
      background-image: -moz-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #F86754), color-stop(100%, #fabe61));
      background-image: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background-image: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background: -ms-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background: linear-gradient(45deg, #F86754 0%, #fabe61 100%); }
  .area-heading.white p {
    color: #ffffff; }
  .area-heading.heading-full {
    width: 100%; }

.area-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: inline-block;
  letter-spacing: 0; }
  .area-title::before {
    background-color: #AB46F8;
    background-image: -moz-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #AB46F8), color-stop(100%, #5225f8));
    background-image: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background-image: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: -ms-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    z-index: 1; }

@media (max-width: 991.98px) {
  .area-heading {
    width: 80%; }
  .area-heading.heading-full {
    margin-top: 0; } }

.section-icon {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  margin-bottom: 30px;
  font-size: 22px;
  color: #ffffff;
  position: relative; }

.wpsuper-xs-iocns {
  opacity: .5; }
  .wpsuper-xs-iocns .wpsuper-icon {
    position: absolute;
    width: 35px; }
    .wpsuper-xs-iocns .wpsuper-icon img {
      width: 100%; }
    .wpsuper-xs-iocns .wpsuper-icon:nth-child(1) {
      left: 300px;
      top: 300px; }
    .wpsuper-xs-iocns .wpsuper-icon:nth-child(2) {
      left: 280px;
      top: 680px; }
    .wpsuper-xs-iocns .wpsuper-icon:nth-child(3) {
      left: 370px;
      top: 600px; }
    .wpsuper-xs-iocns .wpsuper-icon:nth-child(4) {
      right: 300px;
      top: 50%; }
    .wpsuper-xs-iocns .wpsuper-icon:nth-child(5) {
      left: 200px;
      bottom: 280px; }
    .wpsuper-xs-iocns .wpsuper-icon:nth-child(6) {
      right: 250px;
      top: 60%; }
      .wpsuper-xs-iocns .wpsuper-icon:nth-child(6) img {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .wpsuper-xs-iocns .wpsuper-icon:nth-child(7) {
      right: 350px;
      top: 70%; }
    .wpsuper-xs-iocns .wpsuper-icon:nth-child(8) {
      right: 350px;
      top: 20%; }

.xboo__overlay {
  position: relative; }
  .xboo__overlay::before {
    background-color: #F86754;
    background-image: -moz-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #F86754), color-stop(100%, #fabe61));
    background-image: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background-image: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background: -ms-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    background: linear-gradient(45deg, #F86754 0%, #fabe61 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  .xboo__overlay:hover::before {
    opacity: 1; }
  .xboo__overlay.xboo__overlay__70:hover::before {
    opacity: .7; }

.m-0 {
  margin: 0; }

.ptb-20 {
  padding: 20px 0; }

.ptb-30 {
  padding: 30px 0; }

.ptb-40 {
  padding: 40px 0; }

.ptb-50 {
  padding: 50px 0; }

.ptb-60 {
  padding: 60px 0; }

.ptb-70 {
  padding: 70px 0; }

.ptb-80 {
  padding: 80px 0; }

.ptb-90 {
  padding: 90px 0; }

.ptb-100 {
  padding: 100px 0; }

.ptb-110 {
  padding: 110px 0; }

.ptb-120 {
  padding: 120px 0; }

.ptb-200 {
  padding: 200px 0; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-190 {
  padding-bottom: 190px; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-110 {
  padding-top: 110px; }

.pt-120 {
  padding-top: 120px; }

.pt-130 {
  padding-top: 130px; }

.pt-140 {
  padding-top: 140px; }

.pt-150 {
  padding-top: 150px; }

.pt-160 {
  padding-top: 160px; }

.pt-120 {
  padding-top: 120px; }

.pt-170 {
  padding-top: 170px; }

.pt-180 {
  padding-top: 180px; }

.pt-190 {
  padding-top: 190px; }

.mtb-50 {
  margin: 50px 0; }

.mtb-60 {
  margin: 60px 0; }

.mtb-70 {
  margin: 70px 0; }

.mtb-80 {
  margin: 80px 0; }

.mtb-90 {
  margin: 90px 0; }

.mtb-100 {
  margin: 100px 0; }

.mtb-110 {
  margin: 110px 0; }

.mtb-120 {
  margin: 120px 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-150 {
  margin-bottom: 150px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-110 {
  margin-top: 110px; }

.mt-120 {
  margin-top: 120px; }

.bg-img {
  background-size: cover;
  background-position: center center; }
  .bg-img.bg-img-1 {
    background-image: url(../images/bg/1.jpg); }
  .bg-img.bg-img-2 {
    background-image: url(../images/bg/2.jpg); }
  .bg-img.bg-img-3 {
    background-image: url(../images/slider/map.png); }
  .bg-img.bg-img-4 {
    background-image: url(../images/bg/4.jpg); }

.gradient-op-overlay {
  position: relative; }
  .gradient-op-overlay::before {
    background-color: #AB46F8;
    background-image: -moz-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #AB46F8), color-stop(100%, #5225f8));
    background-image: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background-image: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: -ms-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: -webkit-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: -o-linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    background: linear-gradient(45deg, #AB46F8 0%, #5225f8 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .90;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  .gradient-op-overlay.gradient-op-overlay_80::before {
    opacity: .8; }

.page {
  padding: 100px 0; }

.fa-facebook {
  color: #3b5998; }

.fa-twitter {
  color: #1da1f2; }

.fa-google-plus {
  color: #dd4b39; }

.fa-linkedin,
.fa-linkedin-square {
  color: #0077b5; }

.fa-instagram {
  color: #e1306c; }

.fa-youtube {
  color: #ff0000; }

.fa-dribbble {
  color: #ea4c89; }

.fa-skype {
  color: #00aff0; }

.fa-pinterest {
  color: #bd081c; }

#wpsuper-loader {
  background-color: #21b7e8;
  background-image: -moz-linear-gradient(45deg, #21b7e8 0%, #21b7e8 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #21b7e8), color-stop(100%, #21b7e8));
  background-image: -webkit-linear-gradient(45deg, #21b7e8 0%, #21b7e8 100%);
  background-image: -o-linear-gradient(45deg, #21b7e8 0%, #21b7e8 100%);
  background: -ms-linear-gradient(45deg, #21b7e8 0%, #21b7e8 100%);
  background: -webkit-linear-gradient(45deg, #21b7e8 0%, #21b7e8 100%);
  background: -o-linear-gradient(45deg, #21b7e8 0%, #21b7e8 100%);
  background: linear-gradient(45deg, #21b7e8 0%, #21b7e8 100%);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999999;
  margin-top: 0px;
  top: 0px; }

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

.loader-content {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px; }

.loader-dot {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-left: 5px solid #FFF;
  border-right: 5px solid #FFF;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite; }

.dot-one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px; }

.dot-two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.dot-three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.dot-four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes animate {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

/* --------------------------
  02. Typography style
----------------------------- */
body {
  color: #7b7d80;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404040;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0; }

/* --------------------------
  03. Button style
----------------------------- */
.btn {
  background: transparent;
  border-radius: 100px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1; }
  .btn:focus, .btn:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-orange {
    background: #F86754;
    color: #ffffff; }
    .btn.btn-orange:hover {
      background: #5225f8; }
  .btn.btn-blue {
    background: #21b7e8;
    color: #ffffff; }
    .btn.btn-blue:hover {
      background: #5225f8; }
  .btn.btn-white {
    background: #ffffff;
    color: #7b7d80; }
    .btn.btn-white:hover {
      background: #5225f8;
      color: #ffffff; }
  .btn.btn-gradient {
    background: transparent;
    border: 2px solid #e5e5e5; }
    .btn.btn-gradient::before {
      content: '';
      position: absolute;
      border-radius: 100px;
      left: -2px;
      top: -2px;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      background-color: #fabe61;
      background-image: -moz-linear-gradient(45deg, #fabe61 0%, #F86754 100%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #fabe61), color-stop(100%, #F86754));
      background-image: -webkit-linear-gradient(45deg, #fabe61 0%, #F86754 100%);
      background-image: -o-linear-gradient(45deg, #fabe61 0%, #F86754 100%);
      background: -ms-linear-gradient(45deg, #fabe61 0%, #F86754 100%);
      background: -webkit-linear-gradient(45deg, #fabe61 0%, #F86754 100%);
      background: -o-linear-gradient(45deg, #fabe61 0%, #F86754 100%);
      background: linear-gradient(45deg, #fabe61 0%, #F86754 100%);
      z-index: -1;
      opacity: 0; }
    .btn.btn-gradient:hover {
      border: 2px solid transparent;
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      color: #ffffff; }
      .btn.btn-gradient:hover::before {
        opacity: 1; }
    .btn.btn-gradient.btn-gradient-reverse {
      border: none;
      background-color: #F86754;
      background-image: -moz-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #F86754), color-stop(100%, #fabe61));
      background-image: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background-image: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background: -ms-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background: -webkit-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background: -o-linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      background: linear-gradient(45deg, #F86754 0%, #fabe61 100%);
      color: #ffffff; }
      .btn.btn-gradient.btn-gradient-reverse::before {
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .btn.btn-gradient.btn-gradient-reverse:hover::before {
        opacity: 1; }
    .btn.btn-gradient.btn-active {
      color: #ffffff; }
      .btn.btn-gradient.btn-active::before {
        opacity: 1; }
      .btn.btn-gradient.btn-active:hover {
        color: #7b7d80;
        border: 2px solid #e5e5e5; }
        .btn.btn-gradient.btn-active:hover::before {
          opacity: 0; }
  .btn i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-left: 5px; }
    .btn i.fa-play {
      top: 2px;
      margin-right: 5px;
      margin-left: 0; }
  .btn.btn-download {
    border: 2px solid #eee;
    height: 55px;
    border-radius: 5px;
    line-height: 50px; }
    .btn.btn-download::before {
      border-radius: 5px; }
    .btn.btn-download img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .btn.btn-download img:first-child {
        opacity: 1; }
      .btn.btn-download img:last-child {
        opacity: 0; }
    .btn.btn-download:hover img:first-child {
      opacity: 0; }
    .btn.btn-download:hover img:last-child {
      opacity: 1; }
    .btn.btn-download + .btn-download {
      margin-left: 10px; }
    .btn.btn-download.btn-active img:first-child {
      opacity: 0; }
    .btn.btn-download.btn-active img:last-child {
      opacity: 1; }
    .btn.btn-download.btn-active:hover img:first-child {
      opacity: 1; }
    .btn.btn-download.btn-active:hover img:last-child {
      opacity: 0; }

.button-link {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 400;
  background: transparent none repeat scroll 0 0;
  color: #F86754;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1; }
  .button-link:hover {
    color: #5225f8; }
  .button-link i {
    font-size: 18px;
    line-height: 1;
    margin-left: 10px; }

/* --------------------------
  04. Header style
----------------------------- */
/*
  04. Header style
*/
.header-area {
  padding: 0 40px; }
  .header-area .navbar {
    padding: 30px 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .header-area .navbar-brand {
    margin-right: 0;
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Playfair Display", serif; }
    .header-area .navbar-brand i {
      background-color: #21b7e8;
      background-image: -moz-linear-gradient(45deg, #21b7e8 0%, #fabe61 100%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #21b7e8), color-stop(100%, #fabe61));
      background-image: -webkit-linear-gradient(45deg, #21b7e8 0%, #fabe61 100%);
      background-image: -o-linear-gradient(45deg, #21b7e8 0%, #fabe61 100%);
      background: -ms-linear-gradient(45deg, #21b7e8 0%, #fabe61 100%);
      background: -webkit-linear-gradient(45deg, #21b7e8 0%, #fabe61 100%);
      background: -o-linear-gradient(45deg, #21b7e8 0%, #fabe61 100%);
      background: linear-gradient(45deg, #21b7e8 0%, #fabe61 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 22px;
      margin-left: 5px;
      font-weight: bold;
      position: relative;
      top: -2px; }
    .header-area .navbar-brand.brand-dark-both {
      color: #404040; }
  .header-area.is_sticky .navbar-brand {
    color: #404040; }
  .header-area .container .navbar {
    padding: 30px 0; }

.main-menu > li {
  margin-left: 25px; }
  .main-menu > li a {
    color: #7b7d80;
    font-size: 14px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    position: relative; }
    .main-menu > li a::before {
      position: absolute;
      content: '';
      background: #21b7e8;
      left: 50%;
      bottom: -25px;
      -webkit-transform: translate(-50%) scale(0.6);
      -ms-transform: translate(-50%) scale(0.6);
      transform: translate(-50%) scale(0.6);
      opacity: 0;
      width: 40px;
      height: 2px; }
    .main-menu > li a.active {
      color: #21b7e8; }
      .main-menu > li a.active::before {
        -webkit-transform: translate(-50%) scale(1);
        -ms-transform: translate(-50%) scale(1);
        transform: translate(-50%) scale(1);
        opacity: 1; }
  .main-menu > li:hover > a {
    color: #21b7e8; }
    .main-menu > li:hover > a::before {
      -webkit-transform: translate(-50%) scale(1);
      -ms-transform: translate(-50%) scale(1);
      transform: translate(-50%) scale(1);
      opacity: 1; }
  .main-menu > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible; }
  .main-menu > li .dropdown-menu {
    border-radius: 0;
    border: none;
    border-top: 2px solid #21b7e8;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s ease-in 0s;
    -o-transition: .3s ease-in 0s;
    transition: .3s ease-in 0s;
    top: 52px;
    margin: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    z-index: 2; }
    .main-menu > li .dropdown-menu li {
      margin-bottom: 2px; }
      .main-menu > li .dropdown-menu li a {
        font-size: 14px;
        padding: 5px 20px;
        text-transform: capitalize;
        font-weight: normal;
        letter-spacing: 0; }
        .main-menu > li .dropdown-menu li a:hover {
          background: #21b7e8;
          color: #ffffff; }
  .main-menu > li.dropdown a::before {
    display: none; }
  .main-menu > li:first-child {
    margin-left: 0; }

.header-extra-btn {
  margin-left: 25px; }

.header-area.sticky-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden; }

.header-area.is_sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  opacity: 1;
  visibility: visible; }
  .header-area.is_sticky .navbar {
    padding: 20px 0; }
  .header-area.is_sticky .main-menu > li .dropdown-menu {
    top: 50px; }

.header-area.transparent-header .main-menu > li > a {
  color: #ffffff; }
  .header-area.transparent-header .main-menu > li > a.active {
    color: #21b7e8; }

.header-area.transparent-header.is_sticky .main-menu > li > a {
  color: #404040; }
  .header-area.transparent-header.is_sticky .main-menu > li > a:hover {
    color: #21b7e8; }
  .header-area.transparent-header.is_sticky .main-menu > li > a.active {
    color: #21b7e8; }

.header-area.header-text-dark .main-menu > li > a {
  color: #7b7d80; }
  .header-area.header-text-dark .main-menu > li > a.active {
    color: #21b7e8; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  right: 0; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.is_sticky .hamburger-inner,
.is_sticky .hamburger-inner::before,
.is_sticky .hamburger-inner::after {
  background: #404040; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: 0; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -15px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* --------------------------
  05. Main Sections Style
----------------------------- */
/* -----------------------------
9. Slider area style
-------------------------------- */
.slider-area {
  position: relative; }
  .slider-area .wpsuper-single-slide {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
    background-image: url(../images/slider/c-1.jpg); }
    .slider-area .wpsuper-single-slide .slide-content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .slider-area .wpsuper-single-slide .slide-content {
      overflow: hidden;
      width: 100%;
      padding-bottom: 25px; }
    .slider-area .wpsuper-single-slide .slide-message {
      margin-bottom: 20px; }
    .slider-area .wpsuper-single-slide .slide-subtitle,
    .slider-area .wpsuper-single-slide .slide-title,
    .slider-area .wpsuper-single-slide .slide-description {
      color: #ffffff; }
    .slider-area .wpsuper-single-slide .slide-subtitle {
      font-size: 28px;
      letter-spacing: 0px;
      font-weight: 300;
      text-transform: capitalize; }
    .slider-area .wpsuper-single-slide .slide-title {
      font-size: 48px;
      letter-spacing: 0px;
      font-weight: 700;
      text-transform: unset;
      line-height: 1.2;
      margin-bottom: 15px; }
    .slider-area .wpsuper-single-slide .slide-description {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 25px;
      line-height: 28px;
      font-family: "Playfair Display", serif;
      letter-spacing: .5px; }
    .slider-area .wpsuper-single-slide .slide-thumbnail-image img {
      margin-right: -125px;
      margin-top: 100px; }
    .slider-area .wpsuper-single-slide .btn {
      color: #ffffff; }
      .slider-area .wpsuper-single-slide .btn:hover {
        color: #ffffff; }
      .slider-area .wpsuper-single-slide .btn + .btn {
        margin-left: 20px; }

.wave-one {
  position: relative; }
  .wave-one::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 595px;
    background-position-y: bottom;
    background-repeat: repeat-x;
    background-size: cover;
    background-image: url(../images/slider/bg-shape.png);
    z-index: 2; }

@media (min-width: 1201px) and (max-width: 1366px) {
  .banner-slider .banner-image {
    width: 70%;
    margin: 0 auto -80px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .banner-slider .banner-image {
    width: 70%;
    margin: 0 auto 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .banner-slider {
    height: 100vh; }
    .banner-slider .banner-title {
      font-size: 34px; }
    .banner-slider .wpsuper-xs-iocns {
      opacity: .2; }
    .banner-slider .banner-image {
      width: 100%;
      margin: 0 auto 0; } }

@media (max-width: 767.98px) {
  .banner-slider {
    height: 70vh; }
    .banner-slider .banner-title {
      font-size: 34px; }
    .banner-slider .wpsuper-xs-iocns {
      opacity: .1; }
    .banner-slider .banner-image {
      display: none;
      margin: 0 auto 0; } }

.intro-start {
  margin-top: -240px;
  position: relative;
  z-index: 9;
  padding-left: 200px; }
  .intro-start .bookmark {
    margin-top: 30px; }

.profile-image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: hidden; }

.profile-info {
  margin-top: 80px;
  padding-left: 20px; }
  .profile-info .profile-name {
    margin-bottom: 20px; }

.profile-meta li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  font-size: 16px; }
  .profile-meta li i {
    margin-right: 15px; }

.sig img {
  width: 100px;
  margin-top: 30px; }

.sig-text {
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-top: 10px; }

.bookmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-right: 0; }
  .bookmark li {
    margin-right: 20px; }
  .bookmark a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px; }
    .bookmark a i {
      color: #ffffff !important; }
    .bookmark a:hover {
      background: #000; }
  .bookmark .twitter {
    background: #1da1f2; }
  .bookmark .linkedin {
    background: #0077b5; }
  .bookmark .youtube {
    background: #ff0000; }
  .bookmark .angellist {
    background: #3f81c7; }
  .bookmark.small-icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .bookmark.small-icons li {
      margin-right: 15px; }
      .bookmark.small-icons li a {
        width: 35px;
        height: 35px;
        line-height: 32px; }
        .bookmark.small-icons li a i {
          font-size: 14px; }

.spemp {
  text-align: center;
  margin-top: 50px; }
  .spemp img {
    width: 300px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg); }

.intro-desc-area {
  padding: 80px 0; }

ol li {
  margin-bottom: 10px; }

ol a {
  color: #21b7e8; }

.intro-desc h5 {
  margin-bottom: 20px; }

.section-title {
  background: #21b7e8;
  padding: 60px 0;
  position: relative; }
  .section-title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bg/section-title-bg.png);
    -webkit-background-size: contain;
    background-size: contain;
    opacity: .2; }
  .section-title h1 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 54px; }

.ex-su-description {
  padding: 80px 0; }

a {
  color: #21b7e8; }

.linked-cir {
  border-radius: 100%;
  background: #21b7e8;
  text-align: center;
  width: 250px;
  height: 250px;
  line-height: 250px;
  position: relative;
  margin-left: 50px; }

.linked-cir-inner {
  background: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  line-height: 200px; }
  .linked-cir-inner img {
    width: 70%;
    margin-top: -85px; }

.linked-cir-text {
  line-height: 1;
  margin-top: -118px; }
  .linked-cir-text * {
    line-height: 1; }
  .linked-cir-text h3 {
    color: #D2232A;
    font-size: 52px;
    margin-bottom: 0; }
    .linked-cir-text h3 span {
      color: #404040;
      font-size: 18px;
      line-height: 1;
      display: block;
      margin-top: 8px; }

.award-image {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px; }

.uni-logo {
  border: 2px solid #404040;
  padding: 10px;
  text-align: center; }
  .uni-logo * {
    color: #21b7e8; }
  .uni-logo h4 {
    font-size: 30px; }
  .uni-logo h5 {
    font-size: 16px; }

.mail-phone {
  margin-top: 10px; }

.experience-section {
  padding: 80px 0; }

.company-meta {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px; }
  .company-meta * {
    color: #21b7e8; }

.company-points {
  padding-left: 30px;
  list-style: circle; }
  .company-points li {
    margin-bottom: 20px; }

.single-experience {
  margin-bottom: 50px; }
  .single-experience:last-child {
    margin-bottom: 0; }

.ex-company-logo {
  border: 1px solid #e5e5e5;
  padding: 10px; }

.education-section .single-experience {
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 49, 75, 0.1);
  box-shadow: 0 0 20px 0 rgba(52, 49, 75, 0.1);
  padding: 30px; }

.education-section .ex-company-logo:before {
  display: none; }

.education-section .company-meta h2 {
  font-size: 24px;
  margin-bottom: 5px; }

.ex-company-logo {
  position: relative; }
  .ex-company-logo img {
    width: 100%; }
  .ex-company-logo:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden; }

.ex-company-logo:hover:before {
  opacity: 1;
  visibility: visible; }

.ex-company-logo:hover .eye-btn {
  opacity: 1;
  visibility: visible; }

.projects-section {
  padding: 80px 0; }

.all-projects-wrapper {
  margin: 0 -15px; }

.single-project {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px; }

.project-image {
  position: relative; }

.project-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }

.single-project:hover .project-image:before {
  opacity: 1;
  visibility: visible; }

.project-content {
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 49, 75, 0.1);
  box-shadow: 0 0 20px 0 rgba(52, 49, 75, 0.1);
  padding: 30px; }

.project-image {
  margin-bottom: 20px;
  position: relative; }

.eye-btn {
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #21b7e8;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.single-project:hover .eye-btn {
  opacity: 1;
  visibility: visible; }

.project-info {
  margin-bottom: 20px; }
  .project-info h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px; }

.project-dest i {
  margin-right: 10px; }

.project-description a,
.project-description p {
  word-break: break-all; }

.recommendation-wrapper-area {
  padding: 80px 0; }

.recommendations-wrapper {
  margin: 0 -15px; }

.single-recommendation {
  width: 33.3334%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px; }

.recommendation-content-wrapper {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 49, 75, 0.1);
  box-shadow: 0 0 20px 0 rgba(52, 49, 75, 0.1); }

.recommendation-client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px; }
  .recommendation-client-info .client-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }
    .recommendation-client-info .client-image img {
      width: 100%;
      border-radius: 100%; }
  .recommendation-client-info .client-details {
    padding-left: 20px; }
    .recommendation-client-info .client-details h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .recommendation-client-info .client-details h6 {
      font-size: 14px;
      font-style: italic;
      color: #999999;
      font-weight: normal; }

.recommendation-content-wrapper {
  position: relative;
  padding-top: 50px; }

.recommendation-content-wrapper::before {
  content: "";
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(../images/icons/icon-quote.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .1;
  margin-bottom: 1.5rem;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.extra-info-section-wrapper {
  padding-bottom: 80px; }

.single-extra-info {
  background: #DFF1FF;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06); }
  .single-extra-info:last-child {
    margin-bottom: 0; }
  .single-extra-info * {
    color: #404040; }
  .single-extra-info a {
    color: #21b7e8 !important; }
  .single-extra-info p {
    margin-bottom: 0; }

.awards-area-wrapper {
  border-top: 1px solid #e5e5e5;
  padding: 70px 0; }

.large-awards-text {
  text-align: center; }
  .large-awards-text h1 {
    font-size: 60px;
    margin-bottom: 20px; }
  .large-awards-text h3 {
    margin-bottom: 10px; }
  .large-awards-text h3 {
    font-weight: normal; }
  .large-awards-text h5 {
    font-weight: normal;
    margin-top: 20px;
    font-style: italic; }

.footer-bottom {
  background: #000;
  padding: 20px 0; }
  .footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5); }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.resume-animated .bookmark a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px; }

.resume-animated .sing-new {
  width: 120px; }

.resume-animated .name {
  font-weight: bold;
  margin-top: 10px; }

@media (max-width: 767.98px) {
  .resume-animated .resume-animated .bookmark {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.footer-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .footer-menu a {
    color: rgba(255, 255, 255, 0.5); }
    .footer-menu a:hover {
      color: #21b7e8; }
  .footer-menu span {
    margin: 0 10px; }

.breadcrumb-section {
  background: url("../images/bg/HDBG.jpg");
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 110px 0;
  position: relative; }
  .breadcrumb-section .breadcrumb-content {
    opacity: 0;
    visibility: hidden; }
  .breadcrumb-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(33, 183, 232, 0); }
  .breadcrumb-section h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px; }
  .breadcrumb-section .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumb-section .breadcrumb-list a {
      color: #ffffff; }
    .breadcrumb-section .breadcrumb-list li {
      color: rgba(255, 255, 255, 0.8); }
    .breadcrumb-section .breadcrumb-list .v-bar {
      color: #ffffff;
      margin: 0 15px; }
  .breadcrumb-section .breadcrumb-content {
    display: none;
    opacity: 0;
    visibility: hidden; }

.privacy-policy-section,
.terms-condition-section {
  padding: 80px 0; }

.privacy-content h1, .privacy-content h2, .privacy-content h3, .privacy-content h4, .privacy-content h5, .privacy-content h6,
.terms-condition h1,
.terms-condition h2,
.terms-condition h3,
.terms-condition h4,
.terms-condition h5,
.terms-condition h6 {
  margin-bottom: 20px;
  margin-top: 10px; }

/* --------------------------
  06. Responsive style
----------------------------- */
@media (min-width: 1200px) and (max-width: 1366px) {
  .header-area {
    padding: 0; }
  .header-area .navbar-brand {
    font-size: 30px; }
  .main-menu > li {
    margin-left: 15px; } }

@media (max-width: 1199.98px) {
  .header-area {
    padding: 0; }
  .header-extra-btn {
    display: none; }
  .slider-area .wpsuper-single-slide {
    min-height: 500px; }
  .intro-start {
    padding-left: 0; }
    .intro-start .bookmark {
      margin-top: 20px; }
  .profile-image img {
    width: 100%; }
  .profile-info .profile-name h1 {
    font-size: 28px; }
  .main-menu > li {
    margin-left: 10px; }
  .header-area .navbar-brand {
    font-size: 24px; }
  .profile-info {
    margin-top: 10px; }
  .spemp img {
    width: 190px; }
  .section-title h1 {
    font-size: 38px; }
  .section-title {
    padding: 40px 0; }
  .award-image {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px; }
  .company-meta h2 {
    font-size: 25px;
    margin-bottom: 10px; }
  .experience-section {
    padding: 60px 0; }
  .awards-area-wrapper {
    padding: 100px 0; }
  .large-awards-text h1 {
    font-size: 50px; }
  .breadcrumb-section {
    padding: 100px 0; }
  .privacy-policy-section {
    padding: 50px 0; } }

@media (max-width: 991.98px) {
  .header-area.is_sticky .navbar {
    padding: 25px 0; }
  .main-menu > li {
    margin-left: 10px; }
    .main-menu > li:last-child {
      display: none; }
  .intro-start {
    padding-left: 0; }
  .profile-image img {
    width: 100%; }
  .uni-logo h4 {
    font-size: 24px; }
  .uni-logo h5 {
    font-size: 14px;
    margin-top: 5px; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0; }
  .project-info h2 {
    font-size: 22px;
    line-height: 28px; }
  .single-recommendation {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px; }
  .breadcrumb-section {
    padding: 80px 0; } }

@media (min-width: 1024px) and (max-width: 1600px) {
  .intro-start {
    padding-left: 0; }
  .profile-image img {
    width: 100%; }
  .profile-info {
    margin-top: 20px; }
  .spemp img {
    width: 230px; } }

@media (max-width: 767.98px) {
  .header-area.is_sticky .navbar {
    padding: 25px 0; }
  .header-area .container .navbar {
    padding: 17px 0; }
  .header-area .navbar-brand {
    margin-right: 0; }
  .header-area .navbar-collapse {
    background: #ffffff; }
  .header-area .navbar-toggler {
    padding: 0; }
  .header-area.transparent-header .main-menu > li {
    margin-left: 0; }
    .header-area.transparent-header .main-menu > li > a {
      padding: 10px 0;
      border-bottom: 1px solid #f4f4f4;
      color: #7b7d80; }
      .header-area.transparent-header .main-menu > li > a:hover {
        color: #F86754; }
      .header-area.transparent-header .main-menu > li > a::before {
        display: none; }
  .intro-start {
    padding-left: 0; }
  .profile-image img {
    width: 100%; }
  .is_sticky .hamburger-inner,
  .is_sticky .hamburger-inner::before,
  .is_sticky .hamburger-inner::after {
    background-color: #232323; }
  .single-recommendation {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px; }
  .single-project {
    width: 100%; }
  .section-title h1 {
    font-size: 28px; }
  .ex-company-logo {
    margin-bottom: 20px; }
  .company-meta h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px; }
  .spemp {
    display: none; }
  .profile-info {
    padding-left: 0; }
  .intro-desc-area {
    padding: 60px 0; }
  .slider-area .wpsuper-single-slide {
    min-height: 400px; }
  .profile-image {
    text-align: center; }
  .profile-info {
    padding-left: 0;
    text-align: center; }
  .profile-image img {
    width: 80%; }
  .bookmark a {
    height: 35px;
    width: 35px;
    line-height: 30px; }
    .bookmark a i {
      font-size: 14px; }
  .section-title {
    text-align: center; }
  .linked-cir {
    margin-top: 30px;
    margin-left: 125px; }
  .intro-start {
    margin-top: -310px; }
  .profile-info {
    margin-top: 30px; }
  .large-awards-text h1 {
    font-size: 30px; }
  .large-awards-text h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px; }
  .large-awards-text h5 {
    font-size: 16px;
    line-height: 28px; }
  .bookmark.small-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .copyright {
    text-align: center;
    margin-bottom: 20px; }
  .awards-area-wrapper {
    padding: 60px 0; }
  .wave-one::before {
    bottom: -5px; }
  .bookmark li {
    margin: 0 10px; }
  .ex-company-logo {
    text-align: center; }
    .ex-company-logo img {
      width: 100%; }
  .footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .breadcrumb-section {
    padding: 60px 0; } }

@media (max-width: 575.98px) {
  .header-area.is_sticky .navbar {
    padding: 25px 0; }
  .ex-company-logo {
    text-align: center; }
    .ex-company-logo img {
      width: 100%; }
  .bookmark li {
    margin: 0 10px; }
  .is_sticky .hamburger-inner,
  .is_sticky .hamburger-inner::before,
  .is_sticky .hamburger-inner::after {
    background-color: #232323; }
  .single-recommendation {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px; }
  .single-project {
    width: 100%; }
  .section-title h1 {
    font-size: 28px; }
  .ex-company-logo {
    margin-bottom: 20px; }
  .company-meta h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px; }
  .spemp {
    display: none; }
  .profile-info {
    padding-left: 0; }
  .intro-desc-area {
    padding: 60px 0; }
  .slider-area .wpsuper-single-slide {
    min-height: 400px; }
  .profile-image {
    text-align: center; }
  .profile-info {
    padding-left: 0;
    text-align: center; }
  .profile-image img {
    width: 80%; }
  .bookmark a {
    height: 35px;
    width: 35px;
    line-height: 30px; }
    .bookmark a i {
      font-size: 14px; }
  .section-title {
    text-align: center; }
  .linked-cir {
    margin-top: 30px; }
  .intro-start {
    margin-top: -310px; }
  .profile-info {
    margin-top: 30px; }
  .large-awards-text h1 {
    font-size: 30px; }
  .large-awards-text h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px; }
  .large-awards-text h5 {
    font-size: 16px;
    line-height: 28px; }
  .bookmark.small-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .copyright {
    text-align: center;
    margin-bottom: 15px; }
  .awards-area-wrapper {
    padding: 60px 0; }
  .wave-one::before {
    bottom: -5px; }
  .linked-cir {
    margin-top: 30px;
    margin-left: 50px; }
  .footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .breadcrumb-section {
    padding: 60px 0;
    text-align: center; }
    .breadcrumb-section ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .breadcrumb-section h2 {
      font-size: 30px;
      margin: 10px; }
  .privacy-policy-section,
  .terms-condition-section {
    padding: 60px 0; }
  .privacy-content h1, .privacy-content h2, .privacy-content h3, .privacy-content h4, .privacy-content h5, .privacy-content h6,
  .terms-condition h1,
  .terms-condition h2,
  .terms-condition h3,
  .terms-condition h4,
  .terms-condition h5,
  .terms-condition h6 {
    margin-bottom: 15px;
    margin-top: 10px; }
  .privacy-content h1,
  .terms-condition h1 {
    font-size: 28px; }
  .privacy-content h2,
  .terms-condition h2 {
    font-size: 22px; } }

/*# sourceMappingURL=style.css.map */