@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Zview - Personal Modern & Creative CV/Resume HTML Template
    Template URI: site.com
    Description: Zview ΓÇô Personal Modern & Creative CV/Resume HTML Template is the best design
    Author: domainlee
    Author URI: https://themeforest.net/user/domainlee
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #9f8985; }

* {
  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,
a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0px; }

h1 {
  font-size: 52.00px; }

h2 {
  font-size: 39.00px; }

h3 {
  font-size: 29.00px; }

h4 {
  font-size: 26.00px; }

h5 {
  font-size: 23.00px; }

h6 {
  font-size: 20.00px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 20.00px;
  font-weight: 400;
  line-height: 24px;
  color: #8c8c8c;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== Custom Container =====*/
@media only screen and (min-width: 1400px) {
  .custom-container {
    max-width: 1560px; } }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 20.00px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #202022;
  position: relative; }
  @media (max-width: 767px) {
    .main-btn {
      height: 45px;
      line-height: 45px;
      padding: 0 25px;
      font-size: 17.00px; } }
  .main-btn i {
    margin-left: 3px;
    color: #ff2d00; }
  .main-btn::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50%;
    top: 0;
    left: 0;
    border-top: 5px solid #cc4e39;
    border-left: 7px solid #dc6c28;
    background-color: transparent;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .main-btn:hover {
    background-color: #ff7100;
    color: #fff;
    border-color: #b85400; }
    .main-btn:hover i {
      color: #fff; }
    .main-btn:hover::before {
      border-color: #fff; }
  .main-btn.main-btn-2 {
    background-color: #ff8361;
    color: #fff;
    border-color: #ff5b00; }
    .main-btn.main-btn-2 i {
      color: #fff; }
    .main-btn.main-btn-2::before {
      border-color: #fff; }
    .main-btn.main-btn-2:hover {
      background-color: #000000; }
      .main-btn.main-btn-2:hover i {
        color: #ff4f09; }
      .main-btn.main-btn-2:hover::before {
        border-color: #bb8b45; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20.00px;
  font-weight: 400;
  color: #d63100;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .section-title .sub-title {
      font-size: 17.00px; } }
.section-title .main-title {
  font-size: 36.00px;
  margin-top: 11.00px; }
  @media (max-width: 767px) {
    .section-title .main-title {
      font-size: 29.00px; } }
  .section-title .main-title span {
    color: #ff7e00; }
.section-title.section-title-2 .main-title {
  color: #fff; }

/*===== All tab content Custom Style =====*/
.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible; }

/*===== All Pagination Style =====*/
.pagination-items .pagination li {
  padding: 0 5px; }
  .pagination-items .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(65, 65, 65, 0.10);
    color: #16141c;
    border-radius: 3px;
    font-size: 20.00px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .pagination-items .pagination li a.active, .pagination-items .pagination li a:hover {
      color: #fff;
      background-color: #ff2800;
      border-color: #cc7f1e; }

/*===== All Form Style =====*/
.single-form {
  margin-top: 30.00px; }
  .single-form label {
    display: block;
    margin-bottom: 11.00px;
    font-size: 19.00px; }
  .single-form input, .single-form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eaf0ff;
    padding: 0 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #666666;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .single-form input + input, .single-form textarea + input {
      margin-top: 11.00px; }
    .single-form input:focus, .single-form textarea:focus {
      border-color: #ffc259; }
  .single-form textarea {
    height: 200px;
    padding-top: 15.00px;
    resize: none; }

/*===== All Overlay Style =====*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 75, 87, 0.80);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .overlay.open {
    opacity: 1;
    visibility: visible; }

/*===========================
        02.HEADER css 
===========================*/
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 30px 0; }
  .navbar .custom-container {
    position: relative; }
  .navbar .navbar-toggler {
    padding: 0 5px;
    border: 0; }
    .navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 6px;
      background-color: #fff;
      display: block;
      margin: 5px 0;
      position: relative;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 130%;
      left: 0;
      width: 100%;
      background-color: #595959;
      z-index: 9;
      -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      padding: 5px 13px; } }
  @media (max-width: 767px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 130%;
      left: 0;
      width: 100%;
      background-color: #000000;
      z-index: 9;
      -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      padding: 5px 16px; } }
  .navbar .navbar-nav li {
    margin: 0 15px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar .navbar-nav li {
        margin: 5px 0; } }
    @media (max-width: 767px) {
      .navbar .navbar-nav li {
        margin: 5px 0; } }
    .navbar .navbar-nav li a {
      font-size: 17.00px;
      text-transform: uppercase;
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      padding: 20px 0;
      display: block; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li a {
          padding: 5px 0; } }
    .navbar .navbar-nav li .sub-menu {
      position: absolute;
      top: 115%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 170px;
      z-index: 9;
      background-color: #fff;
      padding: 8px 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-box-shadow: 6px 6px 20px rgba(24, 24, 24, 0.15);
      -moz-box-shadow: 6px 4px 20px rgba(38, 37, 37, 0.15);
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          left: 0;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          display: none;
          opacity: 1;
          visibility: visible;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-transition: all 0s linear;
          -moz-transition: all 0s linear;
          -ms-transition: all 0s linear;
          -o-transition: all 0s linear;
          transition: all 0s linear;
          border-top: 0;
          padding: 0 10px;
          background-color: #575757; } }
      @media (max-width: 767px) {
        .navbar .navbar-nav li .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          left: 0;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          display: none;
          opacity: 1;
          visibility: visible;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-transition: all 0s linear;
          -moz-transition: all 0s linear;
          -ms-transition: all 0s linear;
          -o-transition: all 0s linear;
          transition: all 0s linear;
          border-top: 0;
          padding: 0 10px;
          background-color: #000000; } }
      .navbar .navbar-nav li .sub-menu li a {
        color: #070607;
        padding: 8px 12px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav li .sub-menu li a {
            color: #fff; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav li .sub-menu li a {
            color: #fff; } }
      .navbar .navbar-nav li .sub-menu li:hover > a {
        color: #b38034;
        padding-left: 15px; }
    .navbar .navbar-nav li .sub-nav-toggler {
      display: none; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li .sub-nav-toggler {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          background: none;
          color: #4b4b4b;
          font-size: 20.00px;
          border: 0;
          width: 35px;
          height: 35px; } }
      @media (max-width: 767px) {
        .navbar .navbar-nav li .sub-nav-toggler {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          background: none;
          color: #5c4545;
          font-size: 20.00px;
          border: 0;
          width: 35px;
          height: 35px; } }
      .navbar .navbar-nav li .sub-nav-toggler span {
        width: 8px;
        height: 8px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: -5px; }
    .navbar .navbar-nav li.active > a, .navbar .navbar-nav li:hover > a {
      color: #ff5945; }
    .navbar .navbar-nav li:hover .sub-menu {
      top: 100%;
      opacity: 1;
      visibility: visible; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li:hover .sub-menu {
          top: 0;
          left: 0; } }
      @media (max-width: 767px) {
        .navbar .navbar-nav li:hover .sub-menu {
          top: 0;
          left: 0; } }
  .navbar .navbar-side-menu a {
    position: relative;
    padding-left: 45px; }
    .navbar .navbar-side-menu a .menu {
      font-size: 17.00px;
      text-transform: uppercase;
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .navbar .navbar-side-menu a .line {
      display: block;
      background-color: #fff;
      height: 1px;
      margin: 7px 0;
      margin-left: auto; }
      .navbar .navbar-side-menu a .line:nth-of-type(1) {
        width: 30px; }
      .navbar .navbar-side-menu a .line:nth-of-type(2) {
        width: 36px; }
      .navbar .navbar-side-menu a .line:nth-of-type(3) {
        width: 28px; }
      .navbar .navbar-side-menu a .line:nth-of-type(4) {
        width: 32px; }
  .navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 2px 2px 20px rgba(24, 24, 24, 0.15);
    -moz-box-shadow: 2px 2px 20px rgba(29, 23, 23, 0.15);
    box-shadow: 2px 2px 20px rgba(41, 41, 41, 0.15);
    background-color: #fff;
    padding: 20px 0; }
    .navbar.sticky .navbar-toggler .toggler-icon {
      background-color: #080808; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar.sticky .navbar-collapse {
        background-color: #fff; } }
    @media (max-width: 767px) {
      .navbar.sticky .navbar-collapse {
        background-color: #fff; } }
    .navbar.sticky .navbar-nav li a {
      color: #1b1928; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar.sticky .navbar-nav li a {
          color: #0f0f1a; } }
      @media (max-width: 767px) {
        .navbar.sticky .navbar-nav li a {
          color: #0c0b0f; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar.sticky .navbar-nav li .sub-menu {
        background-color: #fff; } }
    @media (max-width: 767px) {
      .navbar.sticky .navbar-nav li .sub-menu {
        background-color: #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar.sticky .navbar-nav li .sub-menu li a {
        color: #000000; } }
    @media (max-width: 767px) {
      .navbar.sticky .navbar-nav li .sub-menu li a {
        color: #222223; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar.sticky .navbar-nav li .sub-nav-toggler span {
        border-color: #292b3e; } }
    @media (max-width: 767px) {
      .navbar.sticky .navbar-nav li .sub-nav-toggler span {
        border-color: #000000; } }
    .navbar.sticky .navbar-nav li.active > a, .navbar.sticky .navbar-nav li:hover > a {
      color: #ff7a00; }
    .navbar.sticky .navbar-side-menu a .menu {
      color: #555555; }
    .navbar.sticky .navbar-side-menu a .line {
      background-color: #010102; }
  .navbar.navbar-dark.sticky {
    background-color: #040306;
    -webkit-box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.15);
    box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.15); }
    .navbar.navbar-dark.sticky .navbar-toggler .toggler-icon {
      background-color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar.navbar-dark.sticky .navbar-collapse {
        background-color: #000000; } }
    @media (max-width: 767px) {
      .navbar.navbar-dark.sticky .navbar-collapse {
        background-color: #1b1b20; } }
    .navbar.navbar-dark.sticky .navbar-nav li a {
      color: #fff; }
    .navbar.navbar-dark.sticky .navbar-nav li .sub-menu {
      background-color: #272135; }
      .navbar.navbar-dark.sticky .navbar-nav li .sub-menu li a {
        color: #fff; }
    .navbar.navbar-dark.sticky .navbar-nav li .sub-nav-toggler span {
      border-color: #fff; }
    .navbar.navbar-dark.sticky .navbar-nav li.active > a, .navbar.navbar-dark.sticky .navbar-nav li:hover > a {
      color: #ff5023; }
    .navbar.navbar-dark.sticky .navbar-side-menu a .menu {
      color: #fff; }
    .navbar.navbar-dark.sticky .navbar-side-menu a .line {
      background-color: #fff; }

.navbar-white .navbar-toggler .toggler-icon {
  background-color: #2c2c2c; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-white .navbar-collapse {
    background-color: #fff; } }
@media (max-width: 767px) {
  .navbar-white .navbar-collapse {
    background-color: #fff; } }
.navbar-white .navbar-nav li a {
  color: #0f0f11; }
.navbar-white .navbar-nav li.active > a, .navbar-white .navbar-nav li:hover > a {
  color: #ff8a00; }
.navbar-white .navbar-side-menu a .menu {
  color: #000000; }
.navbar-white .navbar-side-menu a .line {
  background-color: #424663; }

@-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%); } }
/*===========================
        03.Slider css 
===========================*/
.slider-area {
  position: relative; }
  .slider-area .slider-social {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 9; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-area .slider-social {
        left: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-area .slider-social {
        display: none; } }
    @media (max-width: 767px) {
      .slider-area .slider-social {
        display: none; } }
    .slider-area .slider-social li a {
      font-size: 17.00px;
      color: rgba(255, 255, 255, 0.3);
      margin: 25px 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      border-bottom: 1px solid transparent; }
      .slider-area .slider-social li a:hover {
        color: #c56716;
        border-bottom: 1px solid #ff8000; }
  .slider-area .slider-email {
    position: absolute;
    top: 50%;
    right: -90px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    text-align: center;
    z-index: 9; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-area .slider-email {
        right: -120px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-area .slider-email {
        display: none; } }
    @media (max-width: 767px) {
      .slider-area .slider-email {
        display: none; } }
    .slider-area .slider-email p {
      font-size: 29.00px;
      color: rgba(255, 255, 255, 0.3);
      font-family: "Oswald", sans-serif; }
      .slider-area .slider-email p i {
        font-size: 23.00px;
        margin-right: 10px; }

.slider-active .swiper-pagination {
  bottom: 80px;
  left: calc(15% - 170px);
  width: 490px;
  top: auto;
  background-color: rgba(255, 255, 255, 0.1);
  height: 2px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-active .swiper-pagination {
      left: calc(20% - 170px); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active .swiper-pagination {
      left: calc(27% - 170px); } }
  @media (max-width: 767px) {
    .slider-active .swiper-pagination {
      width: 220px;
      left: calc(60% - 170px); } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-active .swiper-pagination {
      width: 220px;
      left: calc(35% - 170px); } }
  .slider-active .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #ff7c1f; }

.single-slider {
  height: 750px;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  @media only screen and (min-width: 1400px) {
    .single-slider {
      height: 950px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider {
      height: 700px; } }
  @media (max-width: 767px) {
    .single-slider {
      height: 600px; } }
  .single-slider .slider-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .single-slider .slider-image .image {
      width: 775px;
      padding: 0 70px; }
  .single-slider .slider-shape {
    width: 830px;
    height: 510px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: -425px;
    left: -505px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    opacity: 0.04; }

.slider-content {
  max-width: 600px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content {
      max-width: 500px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content {
      max-width: 400px; } }
  .slider-content .sub-title {
    font-size: 23.00px;
    font-weight: 400;
    color: #fc8725; }
    @media (max-width: 767px) {
      .slider-content .sub-title {
        font-size: 17.00px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider-content .sub-title {
        font-size: 20.00px; } }
  .slider-content .main-title {
    font-size: 76.00px;
    color: #fff;
    text-transform: uppercase; }
    .slider-content .main-title span {
      color: #f74100;
      display: contents; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-content .main-title {
        font-size: 59.00px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-content .main-title {
        font-size: 61.00px; } }
    @media (max-width: 767px) {
      .slider-content .main-title {
        font-size: 29.00px;
        margin-top: 19.00px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider-content .main-title {
        font-size: 40.00px;
        margin-top: 7.00px; } }
  .slider-content p {
    color: #fff;
    margin-top: 13.00px; }
    @media (max-width: 767px) {
      .slider-content p {
        font-size: 17.00px; } }
  .slider-content .slider-btn {
    font-size: 23.00px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 70px;
    position: relative;
    margin-top: 51.00px; }
    @media (max-width: 767px) {
      .slider-content .slider-btn {
        font-size: 17.00px;
        padding-left: 50px; } }
    .slider-content .slider-btn::before {
      width: 60px;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #ff4e33;
      bottom: 2px;
      left: 0; }
      @media (max-width: 767px) {
        .slider-content .slider-btn::before {
          width: 40px; } }

.slider-play {
  padding-top: 71.00px; }
  .slider-play .play {
    font-family: "Oswald", sans-serif;
    font-size: 20.00px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .slider-play .play i {
      font-size: 48.00px;
      margin-right: 15px; }

/*===========================
        04.About css 
===========================*/
.about-area {
  padding-top: 117.00px; }

.about-title {
  position: relative;
  margin-top: 11.00px; }
  .about-title .title {
    font-size: 298.00px;
    background-image: url(../GLA_images/geae_text-bg.jpg);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 284px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-title .title {
        font-size: 241.00px;
        line-height: 250px; } }
    @media (max-width: 767px) {
      .about-title .title {
        font-size: 202.00px;
        line-height: 220px; } }
  .about-title .experiences {
    font-size: 20.00px;
    font-family: "Oswald", sans-serif;
    color: rgba(0, 0, 0, 0.30);
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 90px;
    left: 270px;
    white-space: nowrap; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-title .experiences {
        left: 200px; } }
    @media (max-width: 767px) {
      .about-title .experiences {
        left: 170px;
        font-size: 17.00px; } }
  .about-title .polygon {
    position: absolute;
    bottom: 0px;
    left: 325px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-title .polygon {
        width: 50px;
        left: 257px; } }
    @media (max-width: 767px) {
      .about-title .polygon {
        width: 50px;
        left: 220px; } }

.about-content {
  max-width: 720px; }
  .about-content .title {
    font-size: 36.00px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .about-content .title {
        font-size: 29.00px; }
        .about-content .title br {
          display: none; } }
  .about-content .sub-title {
    font-size: 17.00px;
    font-family: "Oswald", sans-serif;
    color: #ff540e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 30.00px; }
    @media (max-width: 767px) {
      .about-content .sub-title {
        letter-spacing: 0; } }
  .about-content p {
    font-size: 17.00px;
    margin-top: 24.00px; }
  .about-content .more {
    font-size: 17.00px;
    font-weight: 700;
    line-height: 20px;
    color: #212123;
    text-transform: uppercase;
    padding-left: 70px;
    position: relative;
    margin-top: 51.00px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .about-content .more::before {
      width: 60px;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #ff9232;
      bottom: 2px;
      left: 0; }
    .about-content .more:hover {
      color: #ff3207; }

/*===== About Dark =====*/
.about-dark {
  background-color: #000000; }
  .about-dark .about-title .experiences {
    color: rgba(255, 255, 255, 0.3); }
  .about-dark .about-content .title {
    color: #fff; }
  .about-dark .about-content .more {
    color: #fff; }
    .about-dark .about-content .more:hover {
      color: #ff8620; }

/*===========================
        05.Brand css 
===========================*/
.brand-area {
  padding-top: 123.00px; }

.brand-wrapper {
  padding-top: 71.00px; }

.single-brand {
  border: 1px solid #dee2e5;
  padding: 20px 0;
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
  text-align: center; }
  .single-brand .brand {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-brand .polygon {
    width: 25px;
    position: absolute;
    bottom: 5px;
    right: 5px; }
  .single-brand:hover .brand {
    filter: grayscale(0);
    -webkit-filter: grayscale(0); }

/*===== Brand 2 =====*/
.brand-area-2 {
  padding-top: 123.00px;
  padding-bottom: 122.00px; }

/*===== Brand Dark =====*/
.brand-dark {
  background-color: #0b0b0b; }
  .brand-dark .single-brand {
    border: 1px solid rgba(255, 255, 255, 0.10); }

/*===========================
        06.Portfolio css 
===========================*/
.portfolio-area {
  padding-top: 71.00px; }

.portfolio-menu .nav li a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #494949;
  text-transform: uppercase;
  padding: 5px 30px;
  border-bottom: 1px solid #899fb4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 20.00px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-menu .nav li a {
      padding: 5px 20px;
      font-size: 19.00px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu .nav li a {
      padding: 5px 20px;
      font-size: 19.00px; } }
  @media (max-width: 767px) {
    .portfolio-menu .nav li a {
      padding: 5px 8px;
      font-size: 14.00px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-menu .nav li a {
      padding: 5px 15px;
      font-size: 17.00px; } }
  .portfolio-menu .nav li a.active {
    border-color: #de7800;
    color: #0d0d0d; }
.portfolio-menu.portfolio-menu-2 .nav li a {
  border-color: rgba(255, 255, 255, 0.1); }
  .portfolio-menu.portfolio-menu-2 .nav li a.active {
    border-color: #ff2400;
    color: #fff; }

.portfolio-arrows {
  text-align: right; }
  .portfolio-arrows .portfolio-next, .portfolio-arrows .portfolio-prev {
    display: inline-block;
    font-size: 29.00px;
    line-height: 30px;
    padding: 0 10px;
    color: #323232;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .portfolio-arrows .portfolio-next:hover, .portfolio-arrows .portfolio-prev:hover {
      color: #f65f07; }
  .portfolio-arrows .portfolio-prev {
    border-left: 1px solid #fafbff; }

.portfolio-slide {
  margin-top: 72.00px; }
  .portfolio-slide .portfolio-item {
    position: relative; }
    .portfolio-slide .portfolio-item .portfolio-image img {
      width: 100%; }
    .portfolio-slide .portfolio-item .portfolio-content {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 45px 50px; }
      @media (max-width: 767px) {
        .portfolio-slide .portfolio-item .portfolio-content {
          padding: 20px 15px; } }
      @media (max-width: 767px) {
        .portfolio-slide .portfolio-item .portfolio-content {
          padding: 35px 25px; } }
      .portfolio-slide .portfolio-item .portfolio-content .sub-title {
        font-size: 17.00px;
        color: #fff;
        font-weight: 400;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -ms-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
        transition-delay: 0.3s; }
      .portfolio-slide .portfolio-item .portfolio-content .portfolio-title a {
        font-size: 29.00px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 11.00px;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -ms-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
        opacity: 0;
        visibility: hidden;
        transition-delay: 0.6s; }
        @media (max-width: 767px) {
          .portfolio-slide .portfolio-item .portfolio-content .portfolio-title a {
            font-size: 23.00px; } }
    .portfolio-slide .portfolio-item.swiper-slide-active .portfolio-content .sub-title {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .portfolio-slide .portfolio-item.swiper-slide-active .portfolio-content .portfolio-title a {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.portfolio-btn {
  background-color: #f8f8f8; }

/*===== Portfolio 2 =====*/
.portfolio-area-2 {
  position: relative;
  padding-top: 71.00px;
  padding-bottom: 122.00px;
  z-index: 5; }
  .portfolio-area-2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 450px;
    background-color: #020203;
    top: 0;
    left: 0;
    z-index: -1; }
  .portfolio-area-2 .portfolio-menu .nav li a {
    border-color: rgba(255, 255, 255, 0.1); }
    .portfolio-area-2 .portfolio-menu .nav li a.active {
      border-color: #e21300;
      color: #fff; }

.portfolio-wrapper {
  padding-top: 41.00px; }

.single-portfolio-2 {
  position: relative;
  overflow: hidden; }
  .single-portfolio-2 .portfolio-image {
    position: relative; }
    .single-portfolio-2 .portfolio-image img {
      width: 100%; }
    .single-portfolio-2 .portfolio-image::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(72, 71, 79, 0.50);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .single-portfolio-2 .portfolio-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-portfolio-2 .portfolio-content {
        padding: 25px 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-portfolio-2 .portfolio-content {
        padding: 20px 15px; } }
    @media (max-width: 767px) {
      .single-portfolio-2 .portfolio-content {
        padding: 20px 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-portfolio-2 .portfolio-content {
        padding: 35px 25px; } }
    .single-portfolio-2 .portfolio-content .sub-title {
      font-size: 17.00px;
      color: #fff;
      font-weight: 400;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .single-portfolio-2 .portfolio-content .portfolio-title a {
      font-size: 29.00px;
      text-transform: uppercase;
      color: #fff;
      margin-top: 11.00px;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      opacity: 0;
      visibility: hidden; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-portfolio-2 .portfolio-content .portfolio-title a {
          font-size: 23.00px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-portfolio-2 .portfolio-content .portfolio-title a {
          font-size: 23.00px; } }
      @media (max-width: 767px) {
        .single-portfolio-2 .portfolio-content .portfolio-title a {
          font-size: 23.00px; } }
  .single-portfolio-2:hover .portfolio-image::before {
    opacity: 1;
    visibility: visible; }
  .single-portfolio-2:hover .portfolio-content .sub-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.3s; }
  .single-portfolio-2:hover .portfolio-content .portfolio-title a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.6s; }

/*===== Brand Dark =====*/
.portfolio-dark {
  background-color: #060507; }
  .portfolio-dark .portfolio-menu .nav li a {
    border-color: rgba(255, 255, 255, 0.1); }
    .portfolio-dark .portfolio-menu .nav li a.active {
      border-color: #ff2724;
      color: #fff; }
  .portfolio-dark .portfolio-arrows .portfolio-prev {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .portfolio-dark .portfolio-btn {
    background-color: #040404; }

/*===========================
        07.Services css 
===========================*/
.services-area {
  padding-top: 117.00px;
  background-color: #f8f8f8; }

.services-wrapper {
  padding-top: 41.00px; }

.single-services {
  padding: 40px 25px;
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-services {
      padding: 30px 20px; } }
  .single-services .services-number {
    font-size: 20.00px;
    font-weight: 500;
    color: #da9052;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-services .services-title a {
    font-size: 23.00px;
    font-weight: 500;
    color: #000000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
    margin-top: 11.00px; }
    .single-services .services-title a:hover {
      color: #ff1d1b; }
  .single-services p {
    font-size: 17.00px;
    margin-top: 24.00px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-services .services-icon-arrow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30.00px; }
    .single-services .services-icon-arrow a {
      font-size: 42.00px;
      color: rgba(94, 71, 76, 0.40);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .single-services .services-icon-arrow a:hover {
        color: #d45d00; }
  .single-services:hover {
    border-color: #ea5502; }
    .single-services:hover.services-bg-1 {
      background-image: url(../GLA_images/GLA_service/geae_service-1.jpg);
      background-size: cover;
      background-position: center center;
      position: relative;
      z-index: 5; }
      .single-services:hover.services-bg-1::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 91, 70, 0.85);
        z-index: -1; }
    .single-services:hover.services-bg-2 {
      background-image: url(../GLA_images/GLA_service/geae_service-2.jpg);
      background-size: cover;
      background-position: center center;
      position: relative;
      z-index: 5; }
      .single-services:hover.services-bg-2::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 2, 0, 0.85);
        z-index: -1; }
    .single-services:hover.services-bg-3 {
      background-image: url(../GLA_images/GLA_service/geae_service-3.jpg);
      background-size: cover;
      background-position: center center;
      position: relative;
      z-index: 5; }
      .single-services:hover.services-bg-3::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(213, 55, 9, 0.85);
        z-index: -1; }
    .single-services:hover.services-bg-4 {
      background-image: url(../GLA_images/GLA_service/geae_service-4.jpg);
      background-size: cover;
      background-position: center center;
      position: relative;
      z-index: 5; }
      .single-services:hover.services-bg-4::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(202, 78, 0, 0.85);
        z-index: -1; }

/*===== Service 2 =====*/
.services-area-2 {
  padding-top: 117.00px;
  padding-bottom: 122.00px; }

.services-2:hover {
  border-color: rgba(31, 34, 46, 0.90); }
  .services-2:hover .services-number {
    color: #fff; }
  .services-2:hover .services-title a {
    color: #fff; }
  .services-2:hover p {
    color: #fff; }
  .services-2:hover .services-icon-arrow a {
    color: #fff; }

/*===== Service Dark =====*/
.services-dark {
  background-color: #000000; }
  .services-dark .single-services {
    background-color: #000000;
    border: 5px solid #2f2e33; }
    .services-dark .single-services .services-title a {
      color: #fff; }
      .services-dark .single-services .services-title a:hover {
        color: #ffb453; }
    .services-dark .single-services .services-icon-arrow a {
      color: rgba(255, 255, 255, 0.4);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .services-dark .single-services .services-icon-arrow a:hover {
        color: #ff6954; }
    .services-dark .single-services:hover {
      border-color: #ed0400; }

/*===========================
        08.Video css 
===========================*/
.video-area {
  padding-top: 123.00px;
  background-color: #f8f8f8; }

.video-wrapper {
  border: 10px solid #fff;
  height: 470px;
  -webkit-box-shadow: 0px 15px 21.6px 2.4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 15px 21.6px 2.4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 15px 21.6px 2.4px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-bottom: -235px;
  z-index: 9; }
  .video-wrapper .play {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #dc7a0d;
    color: #fff;
    font-size: 29.00px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .video-wrapper .play {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 23.00px; } }

/*===== Video 2 =====*/
.video-area-2 {
  padding-top: 61.00px;
  padding-bottom: 122.00px; }
  .video-area-2 .video-wrapper {
    margin-bottom: 2.00px; }

/*===== Video Dark =====*/
.video-dark {
  background-color: #000000; }

/*===========================
        09.Counter css 
===========================*/
.counter-area {
  padding-top: 278.00px;
  padding-bottom: 74.00px;
  position: relative;
  z-index: 5; }
  .counter-area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(228, 81, 58, 0.75);
    top: 0;
    left: 0;
    z-index: -1; }

.single-counter {
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-counter {
      padding: 20px 0; } }
  .single-counter .counter-wrapper .counter {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 46.00px;
    line-height: 45px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-counter .counter-wrapper .counter {
        font-size: 33.00px; } }
    .single-counter .counter-wrapper .counter .plus {
      color: #fff;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1px #fff;
      text-stroke: 1px #fff;
      margin-left: 3px; }
  .single-counter .counter-wrapper p {
    font-weight: 300;
    color: #fff;
    font-size: 20.00px;
    margin-top: 11.00px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-counter .counter-wrapper p {
        font-size: 17.00px; } }

/*===== Counter 2 =====*/
.counter-area-2 {
  padding-top: 92.00px;
  padding-bottom: 122.00px; }
  .counter-area-2 .single-counter {
    border: 2px solid rgba(0, 0, 0, 0.20); }
    .counter-area-2 .single-counter .counter-wrapper .counter {
      color: #000000; }
      .counter-area-2 .single-counter .counter-wrapper .counter .plus {
        color: #ff5200;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #c02008;
        text-stroke: 1px #f54a00;
        margin-left: 3px; }
    .counter-area-2 .single-counter .counter-wrapper p {
      color: #b3b3b3; }

/*===========================
        10.Our Skill css 
===========================*/
.our-skill-area {
  padding-top: 71.00px;
  padding-bottom: 122.00px; }

.our-skill-image {
  padding-right: 30px;
  padding-bottom: 32.00px;
  max-width: 570px;
  position: relative; }
  .our-skill-image img {
    width: 100%; }
  .our-skill-image .skill-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 59.00px;
    background-color: #ff9900;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff; }
    @media (max-width: 767px) {
      .our-skill-image .skill-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 39.00px; } }

.our-skill-content {
  max-width: 500px;
  position: relative; }
  .our-skill-content .title {
    font-size: 36.00px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #423d61; }
    @media (max-width: 767px) {
      .our-skill-content .title {
        font-size: 29.00px; }
        .our-skill-content .title br {
          display: none; } }
  .our-skill-content .sub-title {
    font-size: 52.00px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #ba5c00;
    text-transform: uppercase;
    margin-top: 34.00px; }
    @media (max-width: 767px) {
      .our-skill-content .sub-title {
        font-size: 39.00px; } }
  .our-skill-content p {
    margin-top: 19.00px; }
  .our-skill-content .skill-wrapper .single-skill-bar {
    margin-top: 46.00px; }
    .our-skill-content .skill-wrapper .single-skill-bar .skill-title {
      font-size: 17.00px;
      font-weight: 700;
      color: #000000;
      text-transform: uppercase;
      background-color: #fff;
      z-index: 5;
      position: relative;
      display: inline-block; }
    .our-skill-content .skill-wrapper .single-skill-bar .skill-progress-bar {
      margin-top: 11.00px; }
      .our-skill-content .skill-wrapper .single-skill-bar .skill-progress-bar .progress-bar-inner {
        width: 100%;
        height: 3px;
        background-color: #000000;
        position: relative; }
        .our-skill-content .skill-wrapper .single-skill-bar .skill-progress-bar .progress-bar-inner .progress-line {
          position: absolute;
          top: 0;
          left: 0;
          height: 3px;
          background-color: #ffa72c;
          -webkit-transition: all 2s linear;
          -moz-transition: all 2s linear;
          -ms-transition: all 2s linear;
          -o-transition: all 2s linear;
          transition: all 2s linear;
          width: 0; }
          .our-skill-content .skill-wrapper .single-skill-bar .skill-progress-bar .progress-bar-inner .progress-line .skill-percentage {
            font-size: 17.00px;
            font-weight: 700;
            font-family: "Oswald", sans-serif;
            color: #000000;
            text-transform: uppercase;
            position: absolute;
            right: -15px;
            top: -30px; }
            .our-skill-content .skill-wrapper .single-skill-bar .skill-progress-bar .progress-bar-inner .progress-line .skill-percentage::before {
              position: absolute;
              content: '';
              width: 0;
              height: 0;
              border-left: 3px solid transparent;
              border-right: 3px solid transparent;
              border-bottom: 7px solid #d29437;
              right: 15px;
              bottom: -9px; }

/*===== Our Skill 2 =====*/
.our-skill-area-2 {
  padding-top: 71.00px; }

/*===== Video Dark =====*/
.skill-dark {
  background-color: #000000; }
  .skill-dark .our-skill-content .title {
    color: #fff; }
  .skill-dark .our-skill-content .skill-wrapper .single-skill-bar .skill-title {
    color: #fff;
    background-color: #483f51; }
  .skill-dark .our-skill-content .skill-wrapper .single-skill-bar .skill-progress-bar .progress-bar-inner {
    background-color: #000000; }
    .skill-dark .our-skill-content .skill-wrapper .single-skill-bar .skill-progress-bar .progress-bar-inner .progress-line .skill-percentage {
      color: #fff; }

/*===========================
      11.Testimonial css 
===========================*/
.testimonial-area {
  padding-top: 117.00px;
  padding-bottom: 141.00px; }

.testimonial-wrapper {
  background-color: #a45200;
  position: relative;
  margin-top: 72.00px;
  padding: 70px;
  position: relative;
  z-index: 5;
  background-image: url(../GLA_images/geae_dots.png);
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 8px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-wrapper {
      padding: 30px; } }
  @media (max-width: 767px) {
    .testimonial-wrapper {
      padding: 30px; } }
  .testimonial-wrapper::after, .testimonial-wrapper::before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    width: 85%;
    height: 100%;
    background-color: #e05600;
    z-index: -1;
    opacity: 0.5;
    margin: 0 auto;
    border-radius: 8px; }
  .testimonial-wrapper::after {
    bottom: -20px;
    width: 80%; }

.testimonial-arrows {
  text-align: right; }
  .testimonial-arrows .testimonial-next, .testimonial-arrows .testimonial-prev {
    display: inline-block;
    font-size: 29.00px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .testimonial-arrows .testimonial-next:hover, .testimonial-arrows .testimonial-prev:hover {
      color: #ff391a; }
  .testimonial-arrows .testimonial-prev {
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .testimonial-arrows.arrows-dark .testimonial-next, .testimonial-arrows.arrows-dark .testimonial-prev {
    color: rgba(51, 51, 51, 0.50); }
    .testimonial-arrows.arrows-dark .testimonial-next:hover, .testimonial-arrows.arrows-dark .testimonial-prev:hover {
      color: #ff600d; }
  .testimonial-arrows.arrows-dark .testimonial-prev {
    border-left-color: rgba(60, 65, 86, 0.30); }

.single-testimonial {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media (max-width: 767px) {
    .single-testimonial {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; } }
  .single-testimonial .testimonial-author img {
    border-radius: 50%; }
  .single-testimonial .testimonial-content {
    padding-left: 30px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 767px) {
      .single-testimonial .testimonial-content {
        padding-left: 0;
        padding-top: 27.00px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-testimonial .testimonial-content {
        padding-left: 25px;
        padding-top: 0; } }
    .single-testimonial .testimonial-content p {
      font-family: "Oswald", sans-serif;
      color: #fff;
      font-size: 29.00px;
      line-height: 36px;
      padding-bottom: 32.00px; }
      @media (max-width: 767px) {
        .single-testimonial .testimonial-content p {
          font-size: 23.00px;
          line-height: 26px; } }
    .single-testimonial .testimonial-content .author-name {
      color: #fff;
      font-size: 20.00px;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      padding-top: 20.00px; }
      .single-testimonial .testimonial-content .author-name span {
        color: #dca1a1;
        font-size: 17.00px;
        text-transform: capitalize; }

/*===========================
        12.Blog css 
===========================*/
.blog-area {
  padding-top: 117.00px;
  padding-bottom: 122.00px; }

.blog-wrapper {
  padding-top: 38.00px; }

.single-blog .blog-image {
  overflow: hidden; }
  .single-blog .blog-image a {
    display: block;
    position: relative; }
    .single-blog .blog-image a img {
      width: 100%;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .single-blog .blog-image a::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 5;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      opacity: 0;
      visibility: hidden; }
    .single-blog .blog-image a .plus {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 55.00px;
      text-align: center;
      background-color: #f4a95a;
      color: #fff;
      z-index: 8;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog .blog-image a .plus {
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 29.00px; } }
      @media (max-width: 767px) {
        .single-blog .blog-image a .plus {
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 29.00px; } }
.single-blog .blog-content {
  padding-top: 20.00px; }
  .single-blog .blog-content .meta li {
    display: inline-block;
    position: relative; }
    .single-blog .blog-content .meta li + li {
      margin-left: 20px; }
      .single-blog .blog-content .meta li + li::before {
        position: absolute;
        content: '-';
        top: -3px;
        left: -12px;
        font-size: 23.00px;
        color: #404040; }
    .single-blog .blog-content .meta li a {
      font-size: 17.00px;
      color: #58444a; }
      .single-blog .blog-content .meta li a.author {
        font-weight: 700;
        color: #bd8a34;
        text-transform: uppercase; }
  .single-blog .blog-content .blog-title a {
    font-size: 23.00px;
    line-height: 28px;
    font-weight: 500;
    color: #333333;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 11.00px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-blog .blog-content .blog-title a {
        font-size: 20.00px;
        line-height: 24px; } }
    .single-blog .blog-content .blog-title a:hover {
      color: #ff7458; }
.single-blog:hover .blog-image a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
.single-blog:hover .blog-image a::before {
  opacity: 1;
  visibility: visible; }
.single-blog:hover .blog-image a .plus {
  opacity: 1;
  visibility: visible; }

/*===== Blog 2 =====*/
.blog-area-2 {
  padding-top: 117.00px; }

.blog-dark {
  background-color: #100c16; }
  .blog-dark .single-blog .blog-content .blog-title a {
    color: #fff; }
    .blog-dark .single-blog .blog-content .blog-title a:hover {
      color: #ca6e43; }

/*===========================
        13.Footer css 
===========================*/
.footer-widget {
  padding-top: 71.00px;
  padding-bottom: 122.00px; }

.footer-title {
  font-size: 29.00px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .footer-title {
      font-size: 23.00px; } }
  .footer-title span {
    color: #ff0300; }

.footer-about {
  margin-top: 51.00px; }
  .footer-about p {
    font-size: 20.00px;
    color: #88616a;
    margin-top: 19.00px; }
  .footer-about .footer-social {
    margin-top: 46.00px; }
    .footer-about .footer-social li {
      display: inline-block; }
      .footer-about .footer-social li + li {
        margin-left: 18px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-about .footer-social li + li {
            margin-left: 13px; } }
      .footer-about .footer-social li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.04);
        border-radius: 50%;
        color: #fff;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-about .footer-social li a {
            width: 35px;
            height: 35px;
            line-height: 35px; } }
        @media (max-width: 767px) {
          .footer-about .footer-social li a {
            width: 35px;
            height: 35px;
            line-height: 35px; } }
        .footer-about .footer-social li a:hover {
          color: #d05d28; }

.footer-info {
  margin-top: 46.00px; }
  .footer-info > p {
    color: #fff;
    font-family: "Oswald", sans-serif;
    margin-top: 37.00px; }
    .footer-info > p span {
      color: #fd0301; }
  .footer-info .info-items li .single-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34.00px; }
    .footer-info .info-items li .single-item .item-icon i {
      font-size: 39.00px;
      line-height: 36px;
      color: #fff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-info .info-items li .single-item .item-icon i {
          font-size: 27.00px; } }
    .footer-info .info-items li .single-item .item-content {
      padding-left: 30px;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-info .info-items li .single-item .item-content {
          padding-left: 20px; } }
      .footer-info .info-items li .single-item .item-content p {
        font-size: 20.00px;
        color: #342825; }
        .footer-info .info-items li .single-item .item-content p a {
          color: #504441;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .footer-info .info-items li .single-item .item-content p a:hover {
            color: #e4452f; }

.form-message.success, .form-message.error {
  font-size: 20.00px;
  color: #ff8232;
  background: #ffffff;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 19.00px; }
.form-message.error {
  color: #ff414d; }

.footer-form {
  margin-top: 46.00px; }
  .footer-form .single-form {
    margin-top: 34.00px; }
    .footer-form .single-form label {
      font-size: 17.00px;
      color: #fff;
      margin-bottom: 11.00px; }
    .footer-form .single-form textarea, .footer-form .single-form input {
      width: 100%;
      height: 40px;
      padding: 15px;
      background-color: #16151a;
      -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.20);
      -moz-box-shadow: 0px 2px 3px 0px rgba(46, 46, 68, 0.20);
      box-shadow: 0px 2px 3px 0px rgba(49, 39, 67, 0.20);
      border: 1px solid transparent;
      color: #fff;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .footer-form .single-form textarea:focus, .footer-form .single-form input:focus {
        border-color: #f88a2d; }
    .footer-form .single-form textarea {
      height: 100px;
      padding-top: 15.00px;
      resize: none; }
    .footer-form .single-form .main-btn {
      background-color: #ff1200;
      color: #fff; }
      .footer-form .single-form .main-btn::before {
        border-color: #fff; }
      .footer-form .single-form .main-btn:hover {
        background-color: #fff;
        color: #4c4760; }
        .footer-form .single-form .main-btn:hover::before {
          border-color: #c82c28; }

.footer-copyright {
  position: relative;
  z-index: 5; }
  .footer-copyright::before {
    position: absolute;
    content: '';
    width: 55%;
    height: 100%;
    background-color: #ff3f11;
    top: 0;
    left: -5%;
    z-index: -1;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg); }
  .footer-copyright .copyright {
    padding: 30px 0; }
    .footer-copyright .copyright p {
      font-family: "Oswald", sans-serif;
      font-size: 17.00px;
      color: #fff; }
      .footer-copyright .copyright p a {
        color: #000000; }

/*===== Back To Top =====*/
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 23.00px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #423664; }
  .back-to-top:hover {
    color: #fff;
    background-color: #ff4444; }

/*===========================
      14.Full Page css 
===========================*/
.site-main .fullpage-social {
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 11; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .site-main .fullpage-social {
      left: 15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .site-main .fullpage-social {
      left: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-main .fullpage-social {
      display: none; } }
  @media (max-width: 767px) {
    .site-main .fullpage-social {
      display: none; } }
  .site-main .fullpage-social li a {
    font-size: 17.00px;
    color: rgba(255, 255, 255, 0.3);
    margin: 25px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: 1px solid transparent; }
    .site-main .fullpage-social li a:hover {
      color: #ff6658;
      border-bottom: 1px solid #ff8700; }
  .site-main .fullpage-social.social-white li a {
    color: rgba(11, 12, 16, 0.30); }
    .site-main .fullpage-social.social-white li a:hover {
      color: #ff723b;
      border-bottom: 1px solid #ff6b04; }
.site-main .fullpage-email {
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  text-align: center;
  z-index: 11; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .site-main .fullpage-email {
      right: -120px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .site-main .fullpage-email {
      right: -120px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-main .fullpage-email {
      display: none; } }
  @media (max-width: 767px) {
    .site-main .fullpage-email {
      display: none; } }
  .site-main .fullpage-email p {
    font-size: 29.00px;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Oswald", sans-serif; }
    .site-main .fullpage-email p i {
      font-size: 23.00px;
      margin-right: 10px; }
  .site-main .fullpage-email.email-white p {
    color: rgba(7, 8, 13, 0.30); }
.site-main .fullpage-copyright {
  position: absolute;
  left: calc(19% - 170px);
  bottom: 30px;
  z-index: 11; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-main .fullpage-copyright {
      left: calc(25% - 170px); } }
  @media (max-width: 767px) {
    .site-main .fullpage-copyright {
      left: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .site-main .fullpage-copyright {
      left: calc(35% - 170px); } }
  .site-main .fullpage-copyright p {
    font-family: "Oswald", sans-serif;
    font-size: 17.00px;
    color: #fff; }
    .site-main .fullpage-copyright p a {
      color: #cf7b1d; }
  .site-main .fullpage-copyright.copyright-white p {
    color: #1f222b; }
.site-main .fullpage-progress-bar {
  position: absolute;
  bottom: 50px;
  right: calc(15% - 170px);
  z-index: 9;
  width: 495px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-main .fullpage-progress-bar {
      right: calc(8% - 170px); } }
  @media (max-width: 767px) {
    .site-main .fullpage-progress-bar {
      display: none; } }
  .site-main .fullpage-progress-bar li {
    position: relative;
    width: 40px;
    height: 3px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: background-color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    background-color: #ff250b;
    position: relative; }
    .site-main .fullpage-progress-bar li::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #f3b95b;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .site-main .fullpage-progress-bar li.active, .site-main .fullpage-progress-bar li.active ~ li {
      background-color: rgba(255, 255, 255, 0.1); }
    .site-main .fullpage-progress-bar li.active ~ li::before {
      width: 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .site-main .fullpage-progress-bar.progress-bar-white li.active, .site-main .fullpage-progress-bar.progress-bar-white li.active ~ li {
    background-color: rgba(86, 86, 100, 0.10); }
.site-main .section-number {
  position: absolute;
  bottom: 34px;
  right: calc(19% - 170px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 11; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-main .section-number {
      display: none; } }
  @media (max-width: 767px) {
    .site-main .section-number {
      display: none; } }
  .site-main .section-number span {
    font-family: "Oswald", sans-serif;
    color: #ff5f2a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 33.00px; }
  .site-main .section-number.show {
    opacity: 1;
    visibility: visible; }
@media (max-width: 767px) {
  .site-main .testimonial-wrapper {
    width: 280px;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .site-main .testimonial-wrapper {
    width: 100%; } }

@-webkit-keyframes navWidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes navWidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
.pp-scrollable .intro {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  display: table;
  position: relative; }
  .pp-scrollable .intro .scroll-wrap {
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 120px 0 120px;
    white-space: normal;
    z-index: 5; }
.pp-scrollable.is-white {
  background-color: #fff; }

/*===========================
      15.Page Banner css 
===========================*/
.page-banner-area {
  padding-top: 300.00px;
  padding-bottom: 196.00px;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  @media (max-width: 767px) {
    .page-banner-area {
      padding-top: 246.00px;
      padding-bottom: 146.00px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-area {
      padding-top: 196.00px;
      padding-bottom: 98.00px; } }
  @media (max-width: 767px) {
    .page-banner-area {
      padding-top: 196.00px;
      padding-bottom: 98.00px; } }
  .page-banner-area .slider-social {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 11; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .page-banner-area .slider-social {
        left: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .page-banner-area .slider-social {
        display: none; } }
    @media (max-width: 767px) {
      .page-banner-area .slider-social {
        display: none; } }
    .page-banner-area .slider-social li a {
      font-size: 17.00px;
      color: rgba(255, 255, 255, 0.3);
      margin: 25px 0;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      border-bottom: 1px solid transparent; }
      .page-banner-area .slider-social li a:hover {
        color: #ff7b5d;
        border-bottom: 1px solid #c2803d; }
  .page-banner-area .slider-email {
    position: absolute;
    top: 50%;
    right: -90px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    text-align: center;
    z-index: 11; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .page-banner-area .slider-email {
        right: -120px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .page-banner-area .slider-email {
        display: none; } }
    @media (max-width: 767px) {
      .page-banner-area .slider-email {
        display: none; } }
    .page-banner-area .slider-email p {
      font-size: 29.00px;
      color: rgba(255, 255, 255, 0.3);
      font-family: "Oswald", sans-serif; }
      .page-banner-area .slider-email p i {
        font-size: 23.00px;
        margin-right: 10px; }
  .page-banner-area .shape {
    width: 830px;
    height: 510px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: -425px;
    left: -505px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    opacity: 0.04; }

.banner-content .title {
  font-size: 56.00px;
  font-weight: 700;
  color: #fff;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 767px) {
    .banner-content .title {
      font-size: 39.00px; } }
.banner-content ul {
  margin-top: 24.00px; }
  .banner-content ul li {
    font-size: 23.00px;
    font-weight: 700;
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
    display: inline-block;
    position: relative; }
    @media (max-width: 767px) {
      .banner-content ul li {
        font-size: 20.00px; } }
    .banner-content ul li + li::before {
      content: '\f061';
      font-family: "Font Awesome 5 Pro";
      font-size: 17.00px;
      color: #fff;
      font-weight: 400;
      padding: 0 20px; }
    .banner-content ul li a {
      color: #fff;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .banner-content ul li a:hover {
        color: #e46127; }
    .banner-content ul li.active {
      color: #ff5d37; }

/*===========================
    16.Blog Sidebar css 
===========================*/
.blog-sidebar .sidebar-title .title {
  font-size: 23.00px;
  font-weight: 700;
  color: #ff3300; }
  .blog-sidebar .sidebar-title .title i {
    margin-right: 3px; }

.sidebar-about {
  position: relative;
  border-top: 0;
  padding: 30px;
  background-color: #f6f6f6;
  border-radius: 5px; }
  .sidebar-about .author-image {
    position: relative;
    display: inline-block; }
    .sidebar-about .author-image img {
      width: 100px;
      border-radius: 50%; }
    .sidebar-about .author-image .social {
      font-size: 20.00px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background-color: #ee4600;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 0px;
      left: 0px; }
  .sidebar-about .about-content {
    margin-top: 30.00px;
    padding-bottom: 24.00px;
    border-bottom: 1px solid #f3f3f3; }
    .sidebar-about .about-content .title {
      font-size: 23.00px;
      font-weight: 700;
      color: #e46c15; }
    .sidebar-about .about-content p {
      margin-top: 19.00px; }
  .sidebar-about .about-name a {
    font-size: 17.00px;
    color: #665556;
    margin-top: 19.00px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .sidebar-about .about-name a:hover {
      color: #d53b1e; }

.sidebar-search {
  background-color: #f6f6f6;
  border-top: 0;
  padding: 30px 30px;
  border-radius: 5px; }
  .sidebar-search .sidebar-search-wrapper {
    position: relative;
    margin-top: 30.00px; }
    .sidebar-search .sidebar-search-wrapper input {
      width: 100%;
      height: 50px;
      border: 1px solid rgba(255, 50, 10, 0.10);
      padding: 0 20px;
      padding-right: 50px;
      color: #ff9f16;
      font-size: 20.00px;
      border-radius: 5px; }
    .sidebar-search .sidebar-search-wrapper button {
      padding: 0;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0px;
      right: 0px;
      border: 0;
      background: none;
      color: #c4350b;
      font-size: 23.00px; }

.blog-sidebar-category {
  background-color: #f6f6f6;
  border-top: 0;
  padding: 30px 30px;
  border-radius: 5px; }
  .blog-sidebar-category .blog-sidebar-category-wrapper {
    position: relative;
    margin-top: 30.00px; }
    .blog-sidebar-category .blog-sidebar-category-wrapper ul li + li {
      margin-top: 11.00px; }
    .blog-sidebar-category .blog-sidebar-category-wrapper ul li a {
      font-size: 20.00px;
      color: #574546;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      display: block; }
      .blog-sidebar-category .blog-sidebar-category-wrapper ul li a span {
        float: right; }
      .blog-sidebar-category .blog-sidebar-category-wrapper ul li a:hover {
        color: #ce8b25; }
      .blog-sidebar-category .blog-sidebar-category-wrapper ul li a i {
        margin-right: 5px;
        font-size: 23.00px; }

.sidebar-post {
  background-color: #f6f6f6;
  border-top: 0;
  padding: 30px 30px;
  border-radius: 5px; }
  .sidebar-post .post-wrapper {
    position: relative;
    margin-top: 30.00px; }
    .sidebar-post .post-wrapper ul li + li {
      margin-top: 24.00px; }
    .sidebar-post .post-wrapper .single-mini-post .mini-post-thumb img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      -o-object-fit: cover;
      object-position: center;
      -o-object-position: center; }
    .sidebar-post .post-wrapper .single-mini-post .mini-post-content {
      padding-left: 15px; }
      .sidebar-post .post-wrapper .single-mini-post .mini-post-content .title a {
        font-size: 17.00px;
        color: #d54427;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        line-height: 20px; }
        .sidebar-post .post-wrapper .single-mini-post .mini-post-content .title a:hover {
          color: #ff590a; }
      .sidebar-post .post-wrapper .single-mini-post .mini-post-content .date {
        display: block;
        line-height: 18px; }
        .sidebar-post .post-wrapper .single-mini-post .mini-post-content .date a {
          font-size: 14.00px;
          color: #818181;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .sidebar-post .post-wrapper .single-mini-post .mini-post-content .date a:hover {
            color: #e58000; }
      .sidebar-post .post-wrapper .single-mini-post .mini-post-content .comment {
        display: block; }
        .sidebar-post .post-wrapper .single-mini-post .mini-post-content .comment a {
          font-size: 14.00px;
          color: #ce3120;
          font-weight: 700;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .sidebar-post .post-wrapper .single-mini-post .mini-post-content .comment a:hover {
            color: #ff4e37; }

.sidebar-archive {
  background-color: #f6f6f6;
  border-top: 0;
  padding: 30px 30px;
  border-radius: 5px; }
  .sidebar-archive .sidebar-archive-wrapper {
    position: relative;
    margin-top: 30.00px; }
    .sidebar-archive .sidebar-archive-wrapper ul li + li {
      margin-top: 11.00px; }
    .sidebar-archive .sidebar-archive-wrapper ul li a {
      font-size: 20.00px;
      color: #3d3c3c;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      display: block; }
      .sidebar-archive .sidebar-archive-wrapper ul li a span {
        float: right; }
      .sidebar-archive .sidebar-archive-wrapper ul li a:hover {
        color: #ff8349; }
      .sidebar-archive .sidebar-archive-wrapper ul li a i {
        margin-right: 5px;
        font-size: 23.00px; }

.sidebar-tags {
  background-color: #f6f6f6;
  border-top: 0;
  padding: 30px 30px;
  border-radius: 5px; }
  .sidebar-tags .sidebar-tags-wrapper {
    position: relative;
    margin-top: 30.00px; }
    .sidebar-tags .sidebar-tags-wrapper ul {
      margin-left: -3px;
      margin-right: -3px; }
      .sidebar-tags .sidebar-tags-wrapper ul li {
        display: inline-block;
        margin-top: 11.00px;
        padding: 0 3px; }
        .sidebar-tags .sidebar-tags-wrapper ul li a {
          background-color: #f2f9fa;
          font-size: 17.00px;
          color: #4e4a4b;
          height: 30px;
          line-height: 30px;
          padding: 0 8px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .sidebar-tags .sidebar-tags-wrapper ul li a:hover {
            background-color: #ffad49;
            color: #fff;
            border-color: #ff7c00; }

/*===========================
    17.Blog Archive Post css 
===========================*/
.blog-archive {
  padding-top: 71.00px; }

.sing-blog-post .blog-post-image a {
  display: block; }
.sing-blog-post .blog-post-image img {
  width: 100%; }
.sing-blog-post .blog-post-content {
  margin-top: 24.00px; }
  .sing-blog-post .blog-post-content .blog-meta li {
    display: inline-block; }
    .sing-blog-post .blog-post-content .blog-meta li + li {
      margin-left: 80px; }
      @media (max-width: 767px) {
        .sing-blog-post .blog-post-content .blog-meta li + li {
          margin-left: 15px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .sing-blog-post .blog-post-content .blog-meta li + li {
          margin-left: 30px; } }
    .sing-blog-post .blog-post-content .blog-meta li a {
      font-size: 17.00px;
      color: #727272;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media (max-width: 767px) {
        .sing-blog-post .blog-post-content .blog-meta li a {
          font-size: 17.00px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .sing-blog-post .blog-post-content .blog-meta li a {
          font-size: 19.00px; } }
      .sing-blog-post .blog-post-content .blog-meta li a i {
        margin-right: 3px;
        color: #ff5f00; }
      .sing-blog-post .blog-post-content .blog-meta li a:hover {
        color: #d7490d; }
  .sing-blog-post .blog-post-content .post-title a {
    font-size: 29.00px;
    font-weight: 700;
    color: #070709;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 19.00px; }
    @media (max-width: 767px) {
      .sing-blog-post .blog-post-content .post-title a {
        font-size: 23.00px; } }
    .sing-blog-post .blog-post-content .post-title a:hover {
      color: #ff3633; }
  .sing-blog-post .blog-post-content .author {
    margin-top: 11.00px;
    color: #bf6c02;
    font-size: 20.00px;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif; }
    .sing-blog-post .blog-post-content .author a {
      color: #d4674f; }
  .sing-blog-post .blog-post-content p {
    margin-top: 11.00px; }
  .sing-blog-post .blog-post-content .main-btn {
    margin-top: 34.00px; }
    .sing-blog-post .blog-post-content .main-btn i {
      margin-left: 5px; }
.sing-blog-post .blog-audio-url iframe {
  padding: 0;
  border: 0;
  border-radius: 0; }
.sing-blog-post.blog-quota {
  padding: 30px 50px;
  border: 15px solid rgba(255, 114, 0, 0.10);
  position: relative;
  z-index: 5;
  background-color: #fff; }
  @media (max-width: 767px) {
    .sing-blog-post.blog-quota {
      padding: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .sing-blog-post.blog-quota {
      padding: 40px; } }
  @media (max-width: 767px) {
    .sing-blog-post.blog-quota .blog-quota-content {
      padding-bottom: 12.00px; } }
  .sing-blog-post.blog-quota .blog-quota-content .blog-quota-icon img {
    width: 85px; }
  .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title {
    padding-left: 30px; }
    @media (max-width: 767px) {
      .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title {
        padding-left: 10px; } }
    .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title .title {
      font-size: 23.00px;
      font-weight: 400;
      color: #ff571d;
      font-style: italic; }
      @media (max-width: 767px) {
        .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title .title {
          font-size: 20.00px; } }
    .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title span a {
      color: #aa868c;
      font-weight: 400;
      margin-top: 7.00px;
      font-size: 17.00px; }
      @media (max-width: 767px) {
        .sing-blog-post.blog-quota .blog-quota-content .blog-quota-title span a {
          font-size: 17.00px; } }
.sing-blog-post.blog-video .blog-post-video {
  position: relative; }
  .sing-blog-post.blog-video .blog-post-video img {
    width: 100%; }
  .sing-blog-post.blog-video .blog-post-video .play {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 23.00px;
    color: #ff5901;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*===========================
   25.Blog Details css 
===========================*/
.blog-details img {
  width: 100%; }
.blog-details .blog-meta {
  margin-top: 34.00px; }
  .blog-details .blog-meta li {
    display: inline-block; }
    .blog-details .blog-meta li + li {
      margin-left: 80px; }
      @media (max-width: 767px) {
        .blog-details .blog-meta li + li {
          margin-left: 15px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-details .blog-meta li + li {
          margin-left: 30px; } }
    .blog-details .blog-meta li a {
      font-size: 17.00px;
      color: #b3b3b3;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media (max-width: 767px) {
        .blog-details .blog-meta li a {
          font-size: 17.00px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-details .blog-meta li a {
          font-size: 19.00px; } }
      .blog-details .blog-meta li a i {
        margin-right: 3px;
        color: #ff6b40; }
      .blog-details .blog-meta li a:hover {
        color: #e73218; }
.blog-details .blog-title {
  font-size: 29.00px;
  font-weight: 700;
  color: #ff9d3d;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 24.00px; }
  @media (max-width: 767px) {
    .blog-details .blog-title {
      font-size: 23.00px; } }
.blog-details p {
  padding-top: 20.00px; }
.blog-details .blog-img {
  margin-top: 34.00px;
  padding-bottom: 19.00px; }
  .blog-details .blog-img img {
    width: 100%;
    border-radius: 10px; }
.blog-details .blockquote {
  margin-bottom: 19.00px;
  padding: 45px 50px;
  border-radius: 8px;
  background-color: #f6f6f6;
  margin-top: 34.00px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details .blockquote {
      padding: 35px 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details .blockquote {
      padding: 35px 40px; } }
  @media (max-width: 767px) {
    .blog-details .blockquote {
      padding: 15px 20px; } }
  .blog-details .blockquote p {
    padding-top: 0;
    font-size: 36.00px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    font-style: italic;
    color: #f58600;
    line-height: 45px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .blog-details .blockquote p {
        font-size: 29.00px;
        line-height: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-details .blockquote p {
        font-size: 29.00px;
        line-height: 42px; } }
    @media (max-width: 767px) {
      .blog-details .blockquote p {
        font-size: 23.00px;
        line-height: 30px; } }
    .blog-details .blockquote p i {
      font-size: 20.00px;
      color: #ff4700; }
      @media (max-width: 767px) {
        .blog-details .blockquote p i {
          font-size: 17.00px; } }
.blog-details .share {
  border-top: 1px solid #a1a2b9;
  margin-top: 34.00px;
  padding-top: 34.00px; }
  .blog-details .share .share-title {
    font-size: 20.00px;
    font-weight: 700;
    color: #ff290d; }
  .blog-details .share .social li {
    display: inline-block;
    margin-left: 15px; }
    .blog-details .share .social li a {
      font-size: 20.00px; }
    .blog-details .share .social li:nth-of-type(1) a {
      color: #5b7092; }
    .blog-details .share .social li:nth-of-type(2) a {
      color: #4c6dc4; }
    .blog-details .share .social li:nth-of-type(3) a {
      color: #244fd9; }
    .blog-details .share .social li:nth-of-type(4) a {
      color: #217aa0; }
    .blog-details .share .social li:nth-of-type(5) a {
      color: #a93226; }

.blog-comment .comment-title .title {
  font-size: 23.00px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 7.00px;
  border-bottom: 1px solid rgba(209, 84, 0, 0.20);
  display: inline-block; }
.blog-comment .comment-items ul li .singel-comment {
  margin-top: 34.00px; }
.blog-comment .comment-items .singel-comment {
  position: relative; }
  @media (max-width: 767px) {
    .blog-comment .comment-items .singel-comment .comment-thumb {
      margin-left: 80px;
      padding-bottom: 24.00px; } }
  .blog-comment .comment-items .singel-comment .comment-thumb img {
    border-radius: 50%;
    width: 80px;
    height: 80px; }
  .blog-comment .comment-items .singel-comment .comment-content {
    padding: 25px 60px;
    background-color: #f6f6f6;
    margin-left: 20px;
    position: relative;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .blog-comment .comment-items .singel-comment .comment-content {
        padding: 25px 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-comment .comment-items .singel-comment .comment-content {
        padding: 25px 30px; } }
    @media (max-width: 767px) {
      .blog-comment .comment-items .singel-comment .comment-content {
        margin-left: 0;
        padding: 20px;
        padding-top: 23.00px;
        position: relative;
        margin-left: 0; } }
    .blog-comment .comment-items .singel-comment .comment-content::before {
      position: absolute;
      content: '';
      top: -1px;
      left: -89px;
      width: 0px;
      height: 0px;
      border-top: 100px solid #f6f6f6;
      border-left: 100px solid transparent; }
      @media (max-width: 767px) {
        .blog-comment .comment-items .singel-comment .comment-content::before {
          left: 0;
          top: -100px;
          border-bottom: 100px solid #f6f6f6;
          border-right: 100px solid transparent;
          border-top: 0;
          border-left: 0; } }
    .blog-comment .comment-items .singel-comment .comment-content .author_name {
      font-size: 19.00px;
      font-weight: 700;
      padding-bottom: 15.00px; }
    .blog-comment .comment-items .singel-comment .comment-content p {
      padding-bottom: 12.00px; }
    .blog-comment .comment-items .singel-comment .comment-content ul li {
      display: inline-block; }
      .blog-comment .comment-items .singel-comment .comment-content ul li + li {
        margin-left: 35px; }
        @media (max-width: 767px) {
          .blog-comment .comment-items .singel-comment .comment-content ul li + li {
            margin-left: 20px; } }
      .blog-comment .comment-items .singel-comment .comment-content ul li a {
        font-size: 17.00px;
        color: #e71500;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-family: "Oswald", sans-serif; }
        .blog-comment .comment-items .singel-comment .comment-content ul li a i {
          margin-right: 4px; }
        .blog-comment .comment-items .singel-comment .comment-content ul li a.date {
          color: #8f696a; }
        .blog-comment .comment-items .singel-comment .comment-content ul li a:hover {
          color: #ff4600; }
.blog-comment .comment-items .replay {
  padding-left: 80px;
  margin-top: 34.00px; }
  @media (max-width: 767px) {
    .blog-comment .comment-items .replay {
      padding-left: 0; } }

/*===========================
   16.Off Canvas Sidebar css 
===========================*/
.off-canvas-sidebar {
  position: fixed;
  top: 0;
  right: -430px;
  width: 420px;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  overflow: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .off-canvas-sidebar {
      padding: 30px;
      width: 380px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .off-canvas-sidebar {
      padding: 30px;
      width: 340px; } }
  @media (max-width: 767px) {
    .off-canvas-sidebar {
      padding: 15px;
      width: 260px; } }
  .off-canvas-sidebar .off-canvas-sidebar-wrapper {
    padding-top: 52.00px;
    position: relative; }
    .off-canvas-sidebar .off-canvas-sidebar-wrapper .sidebar-close {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 35px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      font-size: 33.00px;
      color: rgba(0, 0, 0, 0.60); }
      .off-canvas-sidebar .off-canvas-sidebar-wrapper .sidebar-close:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-about p {
      font-size: 20.00px;
      color: #423a3a;
      margin-top: 19.00px; }
    .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-about .footer-social {
      margin-top: 30.00px; }
      .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-about .footer-social li {
        display: inline-block; }
        .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-about .footer-social li + li {
          margin-left: 18px; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-about .footer-social li + li {
              margin-left: 13px; } }
        .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-about .footer-social li a {
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background-color: rgba(34, 34, 34, 0.04);
          border-radius: 50%;
          color: #0c0c0f;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-about .footer-social li a {
              width: 35px;
              height: 35px;
              line-height: 35px; } }
          @media (max-width: 767px) {
            .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-about .footer-social li a {
              width: 35px;
              height: 35px;
              line-height: 35px; } }
          .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-about .footer-social li a:hover {
            color: #cc3600; }
    .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-image {
      padding-top: 34.00px; }
      .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-image img {
        width: 100%; }
    .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info {
      margin-top: 30.00px;
      padding-bottom: 53.00px; }
      .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .sidebar-title {
        font-size: 29.00px;
        font-weight: 500;
        color: #08090d;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .sidebar-title {
            font-size: 23.00px; } }
        .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .sidebar-title span {
          color: #ff2929; }
      .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info > p {
        color: #716d6d;
        font-family: "Oswald", sans-serif;
        margin-top: 37.00px; }
        .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info > p span {
          color: #d9732a; }
      .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .info-items li .single-item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 34.00px; }
        .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .info-items li .single-item .item-icon i {
          font-size: 39.00px;
          line-height: 36px;
          color: #000000; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .info-items li .single-item .item-icon i {
              font-size: 27.00px; } }
        .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .info-items li .single-item .item-content {
          padding-left: 30px;
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .info-items li .single-item .item-content {
              padding-left: 20px; } }
          .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .info-items li .single-item .item-content p {
            font-size: 20.00px;
            color: #646262; }
            .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .info-items li .single-item .item-content p a {
              color: #727272;
              -webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -ms-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              transition: all 0.3s linear; }
              .off-canvas-sidebar .off-canvas-sidebar-wrapper .off-canvas-sidebar-box .off-canvas-sidebar-info .info-items li .single-item .item-content p a:hover {
                color: #ff3a35; }
  .off-canvas-sidebar.open {
    right: 0; }

/*# sourceMappingURL=style.css.map */
