/*-----------------------------------------------------------------------------------


-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
  02. Header
    03. Hero
  04. Footer

-----------------------------------------------------------------------------------*/

/*===========================
    1. COMMON css 
===========================*/

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&amp;display=swap");
body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #676767;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #404040;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #676767;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Slick Slide Outline Style =====*/

.slick-slide {
  outline: 0;
}

/*===== All Button Style =====*/

.main-btn {
  display: inline-block;
  font-weight: 600;
  font-family: "Open Sans", 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 32px;
  font-size: 16px;
  line-height: 60px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 5;
}

.main-btn::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fc2274;
  z-index: -1;
  -webkit-transform: skewX(13deg) skewY(0deg);
  -moz-transform: skewX(13deg) skewY(0deg);
  -ms-transform: skewX(13deg) skewY(0deg);
  -o-transform: skewX(13deg) skewY(0deg);
  transform: skewX(13deg) skewY(0deg);
  border-radius: 5px;
  border: 1px solid #fc2274;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.main-btn:hover {
  color: #fc2274;
}

.main-btn:hover::before {
  background: transparent;
}

.main-btn.main-btn-2::before {
  background: #000000;
  border-color: #000000;
}

.section-title {
  margin-bottom: 35px;
}

.section-title>span {
  font-size: 18px;
  text-transform: uppercase;
  color: #fc2274;
  letter-spacing: 0;
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title>span {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 24px;
  padding: 0 20px;
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 20px;
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
    padding: 0 20px;
  }
}

.section-title .title span {
  color: #798795;
  font-family: "Playfair Display", serif;
  display: inline;
  font-style: italic;
  text-decoration: underline;
  position: relative;
}

/* PRELOADERS */

#preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999999999;
}

#preloader .three {
  position: absolute;
  left: 50%;
  top: 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%);
}

#preloader .three .loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
}

#loader-7 {
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}

#loader-7::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #fc2274;
  animation: flip 1s infinite;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}

/*===========================
    2.HEADER css 
===========================*/

.navigation {
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation {
    padding: 32px 0;
  }
}

@media (max-width: 767px) {
  .navigation {
    padding: 32px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navigation {
    padding: 32px 0;
  }
}

.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: sticky 1s;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation.sticky {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .navigation.sticky {
    padding: 20px 0;
  }
}

.navigation.sticky .navbar .navbar-nav .nav-item a {
  line-height: 40px;
}

.navigation .navbar {
  position: relative;
  padding: 0;
}

.navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fc2274;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navigation .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;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navigation .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 (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item {
    padding: 0 !important;
    margin: 0 0 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 21px 30px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 15px 21px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navigation .navbar .navbar-collapse {
    top: 150%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

.navigation .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 50px;
  padding: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation .navbar .navbar-nav .nav-item {
    margin-right: 18px;
    margin-left: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav .nav-item {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.navigation .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  line-height: 100px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation .navbar .navbar-nav .nav-item a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    color: #404040;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    color: #404040;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}

.navigation .navbar .navbar-nav .nav-item a:hover {
  color: #fc2274;
}

.navigation .navbar .navbar-nav .nav-item .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 260px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  transition: .7s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item .submenu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav .nav-item .submenu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

.navigation .navbar .navbar-nav .nav-item .submenu>li {
  position: relative;
}

.navigation .navbar .navbar-nav .nav-item .submenu>li .sub-nav-toggler {
  color: #404040;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-nav .nav-item .submenu>li a {
  display: block;
  padding: 8px 24px;
  position: relative;
  color: #404040;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px;
}

.navigation .navbar .navbar-nav .nav-item .submenu>li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item .submenu>li a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav .nav-item .submenu>li a i {
    display: none;
  }
}

.navigation .navbar .navbar-nav .nav-item .submenu>li a .sub-nav-toggler i {
  display: inline-block;
}

.navigation .navbar .navbar-nav .nav-item .submenu>li .submenu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item .submenu>li .submenu {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav .nav-item .submenu>li .submenu {
    padding-left: 30px;
  }
}

.navigation .navbar .navbar-nav .nav-item .submenu>li .submenu li a::before {
  display: none;
}

.navigation .navbar .navbar-nav .nav-item .submenu>li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.navigation .navbar .navbar-nav .nav-item .submenu>li:hover .sub-nav-toggler {
  color: #fff;
}

.navigation .navbar .navbar-nav .nav-item .submenu>li:hover>a {
  background-color: #fc2274;
  color: #fff !important;
}

.navigation .navbar .navbar-nav .nav-item .submenu>li:hover>a::before {
  opacity: 1;
}

.navigation .navbar .navbar-nav .nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 15px 6px;
    font-size: 20px;
    background: #f7f7f7;
    border: 0;
    color: #404040;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 17px;
    font-size: 20px;
    line-height: 16px;
    background: #f7f7f7;
    border: 0;
    color: #404040;
  }
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler img {
  width: 30%;
}

.navigation .navbar .navbar-nav .nav-item.current a,
.navigation .navbar .navbar-nav .nav-item.active a {
  color: #fc2274;
}

.navigation .navbar .navbar-nav .nav-item.active a::before {
  width: 100%;
}

.navigation .navbar .navbar-nav .nav-item.active a {
  color: #fc2274;
}

.navigation .navbar .navbar-item {
  background: #fc2274;
  padding: 0 30px;
  margin-left: 150px;
  height: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .navigation .navbar .navbar-item {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation .navbar .navbar-item {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-item {
    height: 92px;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-item {
    height: 92px;
    padding: 0 15px;
    margin-left: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navigation .navbar .navbar-item {
    height: 92px;
  }
}

.navigation .navbar .navbar-item a {
  color: #fff;
  padding-right: 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-item a {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-item a {
    padding-right: 0;
  }
}

.navigation .navbar .navbar-item a img {
  padding-right: 5px;
}

.navigation .navbar .navbar-item a i {
  padding-left: 5px;
}

.navigation .navbar .navbar-item a::before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #fd4e90;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-item {
    position: absolute;
    right: 70px;
    top: -32px;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-item {
    position: absolute;
    right: 60px;
    top: -32px;
  }
}

.navigation .navbar .navbar-item .menu-item {
  margin-left: 20px;
}

.navigation .navbar .navbar-item .menu-item i {
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #fc2274;
  cursor: pointer;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

/* Header Style Two*/

.header-area.style-two .navigation .navbar .navbar-nav .nav-item>a {
  color: #fff;
}

.header-area.style-two .navigation .navbar .navbar-nav .nav-item.active>a {
  color: #fc2274;
}

.header-area.style-two .navigation.sticky {
  background: #00061e;
}

/*===========================
    3.BANNER css 
===========================*/

.banner-area {
  height: 900px;
  padding-top: 100px;
  display: flex;
  align-items: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-position: left bottom;
}

.banner-area.gray-bg {
  background-color: #f7f7f7;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area {
    height: 760px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area {
    height: 760px;
  }
}

@media (max-width: 767px) {
  .banner-area {
    background-position: -2000px center;
    height: 700px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area {
    background-position: -95px center;
    height: 700px;
  }
}

.banner-area .banner-content>span {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content>span {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content>span {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .banner-area .banner-content>span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content>span {
    font-size: 18px;
  }
}

.banner-area .banner-content .title {
  font-size: 85px;
  font-weight: 700;
  color: #000000;
  line-height: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 36px;
    line-height: 45px;
  }
  .banner-area .banner-content .banner-play a i {
    width: 70px;
    height: 70px;
    line-height: 62px;
    font-size: 20px;
  }
  .banner-area .banner-content .banner-play a span {
    font-size: 18px;
  }
  .banner-area.style-one {
    background: #f7f7f7 !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 30px;
  }
}

.banner-area .banner-content .title span {
  display: inline-block;
  font-family: "Playfair Display", serif;
  color: #fc2274;
  font-weight: 700;
  display: contents;
  font-style: italic;
}

.banner-area .banner-content .banner-play {
  margin-top: 45px;
}

.banner-area .banner-content .banner-play a {
  display: flex;
  align-items: center;
}

.banner-area .banner-content .banner-play a i {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #ffdeea;
  text-align: center;
  line-height: 92px;
  font-size: 45px;
  color: #fc2274;
}

@media (max-width: 767px) {
  .banner-area .banner-content .banner-play a i {
    height: 70px;
    width: 70px;
    font-size: 28px;
    line-height: 60px;
  }
}

.banner-area .banner-content .banner-play a span {
  font-size: 24px;
  color: #000000;
  padding-left: 25px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .banner-area .banner-content .banner-play a span {
    font-size: 18px;
    padding-left: 15px;
  }
}

.banner-area .shape-1 {
  position: absolute;
  top: 150px;
  left: 0px;
  animation: animationFramesTwo 13s infinite linear;
  z-index: -1;
}

.banner-area .shape-2 {
  position: absolute;
  top: 150px;
  left: 0px;
  animation: animationFramesThree 17s infinite linear;
  z-index: -1;
}

.banner-area .shape-3 {
  position: absolute;
  bottom: 150px;
  left: 0px;
  animation: animationFramesFive 17s infinite linear;
  z-index: -1;
}

.banner-area .shape-4 {
  position: absolute;
  top: 150px;
  left: 500px;
  animation: animationFramesFive 17s infinite linear;
  z-index: -1;
}

.banner-area .shape-5 {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  animation: animationFramesThree 20s infinite linear;
  z-index: -1;
}

.banner-area .shape-6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: animationFramesTwo 17s infinite linear;
  z-index: -1;
}

.banner-area .shape-7 {
  position: absolute;
  top: 300px;
  right: 0%;
  animation: rotatedHalfTwo 7s infinite linear;
  z-index: -1;
}

.banner-area.page-title-area {
  height: 585px;
  background: #f6f6f6;
  overflow: hidden;
}

.banner-area.page-title-area .page-title .title {
  color: #000000;
  text-transform: capitalize;
  font-size: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.page-title-area .page-title .title {
    font-size: 84px;
  }
}

@media (max-width: 767px) {
  .banner-area.page-title-area .page-title .title {
    font-size: 54px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.page-title-area .page-title .title {
    font-size: 80px;
  }
}

.banner-area.page-title-area .page-title .title span {
  font-family: "Playfair Display", serif;
  color: #fc2274;
  font-style: italic;
}

.banner-area.page-title-area .page-title .banner-play {
  margin-top: 45px;
}

.banner-area.page-title-area .page-title .banner-play a {
  display: flex;
  align-items: center;
}

.banner-area.page-title-area .page-title .banner-play a i {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #ffdeea;
  text-align: center;
  line-height: 92px;
  font-size: 45px;
  color: #fc2274;
}

@media (max-width: 767px) {
  .banner-area.page-title-area .page-title .banner-play a i {
    height: 70px;
    width: 70px;
    font-size: 28px;
    line-height: 60px;
  }
}

.banner-area.page-title-area .page-title .banner-play a span {
  font-size: 24px;
  color: #000000;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .banner-area.page-title-area .page-title .banner-play a span {
    font-size: 18px;
    padding-left: 15px;
  }
}

.banner-area.page-title-area .shape-8 {
  position: absolute;
  left: 0;
  bottom: -230px;
  z-index: -1;
}

.banner-area.page-title-area .shape-9 {
  position: absolute;
  top: 50px;
  right: -50px;
  text-align: right;
  transform: rotate(-29deg);
  z-index: -1;
}

.banner-area.page-title-area .shape-9 img {
  width: 70%;
}

/* Banner Style TWo */

.banner-area.style-two {
  background-size: cover;
}

.banner-area.style-two .banner-content>span {
  color: #fff;
}

.banner-area.style-two .banner-content .title {
  color: #fff;
}

.banner-area.style-two .banner-content .banner-play a span {
  color: #fff;
}

.banner-area .feature-image {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.banner-area .feature-image img {
  margin-left: -150px;
}

/*===========================
    4.SERVICE css 
===========================*/

.service-area {
  background-image: -moz-linear-gradient(-90deg, white 0%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(-90deg, white 0%, #f6f6f6 100%);
  background-image: -ms-linear-gradient(-90deg, white 0%, #f6f6f6 100%);
}

.service-area .section-title {
  margin-bottom: 37px;
}

.service-area .single-service {
  background: #fff;
  padding: 70px 14px 42px;
  transition: .7s ease;
}

.service-area .single-service:hover {
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(10px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area .single-service {
    padding: 70px 42px 42px;
  }
}

.service-area .single-service .service-icon {
  position: relative;
  z-index: 5;
}

.service-area .single-service .service-icon::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(253, 90, 17, 0.2);
  height: 75px;
  width: 75px;
  border-radius: 5px;
  z-index: -1;
}

.service-area .single-service .service-icon i {
  position: absolute;
  left: 50%;
  top: 17px;
  color: #fff;
  transform: rotate(-40deg) translateX(-50%);
  font-size: 32px;
  margin-left: 17px;
  transition: .5s ease;
  transform-origin: 0;
}

.service-area .single-service:hover .service-icon i {
  transform: rotate(40deg) translateX(-50%);
}

.service-area .single-service .service-icon svg {
  margin-left: 40px;
  margin-bottom: -34px;
  position: relative;
}

.service-area .single-service .service-icon.service-icon-2::before {
  background-color: rgba(43, 34, 115, 0.2);
}

.service-area .single-service .service-icon.service-icon-3::before {
  background-color: rgba(252, 34, 116, 0.2);
}

.service-area .single-service .service-icon.service-icon-4::before {
  background-color: rgba(23, 188, 124, 0.2);
}

.service-area .single-service .service-icon.service-icon-5::before {
  background-color: rgba(9, 107, 216, 0.2);
}

.service-area .single-service .service-icon.service-icon-6::before {
  background-color: rgba(255, 168, 0, 0.2);
}

.service-area .single-service .service-icon.service-icon-7::before {
  background-color: rgba(23, 177, 205, 0.2);
}

.service-area .single-service .service-icon.service-icon-8::before {
  background-color: rgba(212, 76, 76, 0.2);
}

.service-area .single-service .title {
  padding-top: 60px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}

.service-area .single-service p {
  color: #676767;
  padding-top: 20px;
}

.service-area.services-page {
  padding-top: 112px;
}

.service-area.services-page .section-title {
  margin-bottom: 15px;
}

.services-details-area .services-details .service-icon {
  position: relative;
  z-index: 5;
}

.services-details-area .services-details .service-icon::before {
  position: absolute;
  content: '';
  left: 0%;
  background-color: rgba(253, 90, 17, 0.2);
  height: 75px;
  width: 75px;
  border-radius: 5px;
  z-index: -1;
}

.services-details-area .services-details .service-icon::after {
  position: absolute;
  content: "\f0ee";
  font-family: 'Font Awesome 5 Pro';
  left: 40%;
  color: #fff;
  transform: rotate(-40deg);
  font-size: 32px;
  font-weight: 300;
  top: 50%;
}

.services-details-area .services-details .service-icon svg {
  margin-left: 20px;
  margin-bottom: -34px;
  position: relative;
  margin-top: 22px;
}

.services-details-area .services-details .service-icon.service-icon-3::after {
  content: "\f083";
  font-weight: 300;
}

.services-details-area .services-details .service-icon.service-icon-3::before {
  background-color: rgba(252, 34, 116, 0.2);
}

.services-details-area .services-details .service-title {
  padding-left: 13px;
}

.services-details-area .services-details .service-title span {
  color: #9a9a9a;
  padding-bottom: 10px;
  padding-top: 14px;
  font-family: "Open Sans", sans-serif;
}

.services-details-area .services-details .service-title .title {
  font-size: 24px;
  color: #000000;
}

.services-details-area .services-details .services-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  padding-right: 92px;
}

.services-details-area .services-details .blog-social {
  border-top: 1px solid #ddd;
  margin-top: 120px;
}

.services-details-area .services-details .blog-social .shop-social {
  padding-top: 25px;
}

.services-details-area .services-details .blog-social .shop-social span {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  padding-right: 18px;
}

.services-details-area .services-details .blog-social .shop-social ul li {
  display: inline-block;
}

.services-details-area .services-details .blog-social .shop-social ul li a {
  font-size: 18px;
  color: #45619d;
  margin-right: 10px;
}

.services-details-area .services-details .blog-social .shop-social ul li:nth-child(2) a {
  color: #cf4539;
}

.services-details-area .services-details .blog-social .shop-social ul li:nth-child(3) a {
  color: #42c0fb;
}

.services-details-area .services-details .blog-social .shop-social ul li:nth-child(4) a {
  color: #009ee5;
}

.services-details-area .services-details .blog-social .shop-social ul li:nth-child(5) a {
  color: #ec9f21;
}

.services-details-area .services-thumb img {
  width: 100%;
}

.service-area.style-two {
  background: #020a28;
}

.service-area.style-two .section-title .title {
  color: #fff;
}

/*===========================
    4.ABOUT US css 
===========================*/

.about-us-area {
  position: relative;
  padding-bottom: 117px;
  padding-top: 113px;
}

.about-us-area .about-content>span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding-left: 33px;
  position: relative;
}

.about-us-area .about-content>span::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 9px;
  width: 26px;
  height: 1px;
  background: #fc2274;
}

.about-us-area .about-content>span::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #fc2274;
}

.about-us-area .about-content .title {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  padding-top: 11px;
}

.about-us-area .about-content .title span {
  display: inline;
  color: #798795;
  text-decoration: underline;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.about-us-area .about-content .title span span {
  text-decoration: none;
  color: #000000;
}

.about-us-area .about-content p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  color: #798795;
  font-weight: 300;
  padding-right: 45px;
  padding-top: 32px;
}

@media (max-width: 767px) {
  .about-us-area .about-content p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-area .about-content p {
    padding-right: 60px;
  }
}

.about-us-area .about-content a {
  margin-top: 62px;
  margin-left: 10px;
}

.about-us-area .about-list {
  margin-top: 40px;
  position: relative;
}

.about-us-area .about-list::before {
  position: absolute;
  content: '';
  left: 7px;
  width: 1px;
  height: 86%;
  background: #fc2274;
  top: 20px;
}

.about-us-area .about-list ul li a {
  font-size: 18px;
  color: #000000;
  line-height: 60px;
  padding-left: 28px;
  position: relative;
}

.about-us-area .about-list ul li a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #fc2274;
}

.about-us-area .about-list ul li a::after {
  position: absolute;
  content: '';
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 26px;
  background: #fff;
}

.about-us-area .about-thumb {
  padding-top: 52px;
  background-image: url(../images/about-map-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-us-area .about-chat {
  position: absolute;
  top: 40px;
  left: 53%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area .about-chat {
    top: 600px;
    left: 60px;
  }
}

.about-us-area .about-chat span {
  position: absolute;
  left: 55%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
  -moz-transform: translate(-50%, -50%) rotate(20deg);
  -ms-transform: translate(-50%, -50%) rotate(20deg);
  -o-transform: translate(-50%, -50%) rotate(20deg);
  transform: translate(-50%, -50%) rotate(20deg);
  font-size: 50px;
  color: #fc2274;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 60px;
}

/*===========================
    5.AWARD css 
===========================*/

.award-area {
  padding-bottom: 77px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

@media (max-width: 767px) {
  .award-area .award-item {
    display: block !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-area .award-item {
    display: flex !important;
  }
}

.award-area .award-item .award-year {
  padding-top: 18px;
}

.award-area .award-item .award-year span {
  font-size: 32px;
  color: #e1e1e1;
  font-weight: 700;
  position: relative;
}

.award-area .award-item .award-year span::before {
  position: absolute;
  content: '___ 2015';
  right: 0;
  bottom: 6px;
  color: #000000;
  font-size: 14px;
  opacity: 1;
}

.award-area .award-item .award-year.award-year-2 span::before {
  content: '___ 2010';
}

.award-area .award-item .award-year.award-year-3 span::before {
  content: '___ 2016';
}

.award-area .award-item .award-year.award-year-4 span::before {
  content: '___ 2018';
}

.award-area .award-item .award-trophy {
  height: 70px;
  width: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  border: 1px dashed #e8e8e9;
  background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .award-area .award-item .award-trophy {
    width: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award-area .award-item .award-trophy {
    width: 115px;
  }
}

@media (max-width: 767px) {
  .award-area .award-item .award-trophy {
    width: 70px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-area .award-item .award-trophy {
    width: 125px;
    margin-top: 0;
  }
}

.award-area .award-item .award-content {
  padding-top: 25px;
}

.award-area .award-item .award-content .title {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .award-area .award-item .award-content .title {
    font-size: 20px;
  }
}

.award-area .award-item .award-content p {
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding-top: 12px;
}

.award-area .shape-1 {
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: -1;
}

.award-area .shape-2 {
  position: absolute;
  top: 0px;
  right: 0;
  text-align: right;
  z-index: -1;
  transform: rotate(24deg);
}

.award-area .shape-2 img {
  width: 70%;
}

.award-area .shape-3 {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  animation: animationFramesOne 12s infinite linear;
  z-index: -1;
}

.award-area .shape-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: animationFramesThree 12s infinite linear;
  z-index: -1;
}

.award-area.award-page {
  padding-top: 112px;
  padding-bottom: 86px;
}

/*===========================
    6.PORTFOLIO css 
===========================*/

.portfolio-area {
  z-index: 6;
  position: relative;
}

.portfolio-area .section-title {
  margin-bottom: 40px;
}

.portfolio-area .section-title .title {
  padding: 0;
}

.portfolio-area .section-title .project-menu {
  margin-top: 50px;
}

.portfolio-area .section-title .project-menu ul li {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 28px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-area .section-title .project-menu ul li {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .portfolio-area .section-title .project-menu ul li {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-area .section-title .project-menu ul li {
    padding: 0 20px;
  }
}

.portfolio-area .section-title .project-menu ul li.active {
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.portfolio-area .section-title .project-menu ul li.active::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fc2274;
  z-index: -1;
  -webkit-transform: skewX(13deg) skewY(0deg);
  -moz-transform: skewX(13deg) skewY(0deg);
  -ms-transform: skewX(13deg) skewY(0deg);
  -o-transform: skewX(13deg) skewY(0deg);
  transform: skewX(13deg) skewY(0deg);
  border-radius: 5px;
  border: 1px solid #fc2274;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.portfolio-area .portfolio-filter {
  align-items: center;
}

.portfolio-area .portfolio-filter span {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}

.portfolio-area .portfolio-filter ul li {
  display: inline-block;
}

.portfolio-area .portfolio-filter ul li a {
  color: #676767;
  font-size: 14px;
  font-weight: 600;
  margin-left: 40px;
  font-family: "Open Sans", sans-serif;
}

.portfolio-area .portfolio-filter ul li:first-child a {
  margin-left: 5px;
}

.portfolio-area .single-portfolio {
  position: relative;
  overflow: hidden;
}

.portfolio-area .single-portfolio img {
  width: 100%;
  background: #ededed;
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-area .single-portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(252, 34, 116, 0.8);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.portfolio-area .single-portfolio .portfolio-overlay a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  background: #fff;
  color: #fc2274;
  text-align: center;
  line-height: 100px;
  font-size: 45px;
}

.portfolio-area .single-portfolio:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-area .single-portfolio:hover img {
  transform: scale(1);
}

.portfolio-area.portfolio-page {
  padding-top: 112px;
}

.portfolio-details-area .portfolio-details-thumb img {
  width: 100%;
}

.portfolio-details-area .portfolio-sidebar .portfolio-sidebar-item .title {
  font-size: 24px;
  color: #000000;
  padding-bottom: 8px;
}

.portfolio-details-area .portfolio-sidebar .portfolio-sidebar-item .title span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.portfolio-details-area .portfolio-sidebar .portfolio-sidebar-item .title span span {
  color: #798795;
  text-decoration: underline;
}

.portfolio-details-area .portfolio-sidebar .portfolio-sidebar-item ul {
  margin-top: 20px;
}

.portfolio-details-area .portfolio-sidebar .portfolio-sidebar-item ul li {
  font-size: 18px;
  color: #000000;
  line-height: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.portfolio-details-area .portfolio-sidebar .portfolio-sidebar-item ul li span {
  font-weight: 500;
  padding-left: 5px;
  color: #798795;
}

.portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item {
  background: #f6f6f6;
  padding: 28px 33px;
  position: relative;
  margin-top: 30px;
  z-index: 5;
}

@media (max-width: 767px) {
  .portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item {
    padding: 28px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item {
    padding: 28px 33px;
  }
}

.portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 60px solid #f6f6f6;
  border-right: 72px solid transparent;
  left: 11px;
  bottom: -24px;
  transform: rotate(33deg);
  z-index: -1;
}

.portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item p {
  font-size: 22px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  line-height: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item p {
    font-size: 22px;
  }
}

.portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-item i {
  position: absolute;
  top: -26px;
  right: 20px;
  font-size: 50px;
  color: #fc2274;
}

.portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-info .test-content .title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-info .test-content .title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-info .test-content .title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-info .test-content .title {
    font-size: 18px;
  }
}

.portfolio-details-area .portfolio-sidebar .portfolio-quote .single-testimonils .testimonils-info .test-content p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.portfolio-details-area .portfolio-details-content .portfolio-top-content .title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 15px;
}

.portfolio-details-area .portfolio-details-content .portfolio-top-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.portfolio-details-area .portfolio-details-content .portfolio-top-content p.text {
  padding-top: 30px;
  padding-bottom: 6px;
}

.portfolio-details-area .portfolio-details-content .portfolio-top-content .section-title .title {
  padding: 0 20px 0 0;
}

.portfolio-details-area .portfolio-details-area .thumb {
  position: relative;
}

.portfolio-details-area .portfolio-details-area .thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  background: #fc2274;
  color: #fff;
  text-align: center;
  line-height: 100px;
  font-size: 40px;
}

@media (max-width: 767px) {
  .portfolio-details-area .portfolio-details-area .thumb a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 32px;
  }
}

.portfolio-details-area .portfolio-details-area .thumb img {
  width: 100%;
}

.portfolio-details-area .portfolio-details-area .title {
  font-size: 18px;
  color: #000000;
  padding-top: 15px;
}

.portfolio-details-area .portfolio-details-area p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  padding-top: 15px;
}

/*===========================
    6.TESTIMONIALS css 
===========================*/

.testimonils-area {
  padding-top: 113px;
  padding-bottom: 120px;
}

.testimonils-area .section-title {
  margin-bottom: 47px;
}

.testimonils-area .section-title .title {
  padding-bottom: 15px;
}

.testimonils-area .testimonils-item {
  background: #fff;
  padding: 28px 33px;
  position: relative;
  margin-top: 30px;
  z-index: 5;
}

@media (max-width: 767px) {
  .testimonils-area .testimonils-item {
    padding: 28px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonils-area .testimonils-item {
    padding: 28px 33px;
  }
}

.testimonils-area .testimonils-item::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 60px solid #fff;
  border-right: 72px solid transparent;
  left: 11px;
  bottom: -24px;
  transform: rotate(33deg);
  z-index: -1;
}

.testimonils-area .testimonils-item p {
  font-size: 22px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  line-height: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonils-area .testimonils-item p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonils-area .testimonils-item p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .testimonils-area .testimonils-item p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonils-area .testimonils-item p {
    font-size: 22px;
  }
}

.testimonils-area .testimonils-item i {
  position: absolute;
  top: -26px;
  right: 20px;
  font-size: 50px;
  color: #fc2274;
}

.testimonils-area .single-testimonils .testimonils-info .test-content .title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonils-area .single-testimonils .testimonils-info .test-content .title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .testimonils-area .single-testimonils .testimonils-info .test-content .title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonils-area .single-testimonils .testimonils-info .test-content .title {
    font-size: 18px;
  }
}

.testimonils-area .single-testimonils .testimonils-info .test-content p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.brand-area {
  background: #fc2274;
  padding: 70px 0;
}

.brand-area .brand-item img {
  opacity: .4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.brand-area .brand-item img:hover {
  opacity: 1;
}

/*===========================
    7.TEAM css 
===========================*/

.team-area {
  padding-top: 113px;
  padding-bottom: 110px;
}

.team-area .section-title .title {
  padding: 0;
  line-height: 33px;
}

.team-area .single-team {
  position: relative;
}

.team-area .single-team img {
  width: 100%;
}

.team-area .single-team .team-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(7, 6, 50, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(7, 6, 50, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(7, 6, 50, 0) 100%);
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area .single-team .team-overlay ul {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.team-area .single-team .team-overlay ul li {
  display: inline-block;
}

.team-area .single-team .team-overlay ul li a {
  height: 40px;
  width: 40px;
  color: #798795;
  background: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 0 7px;
  transform: scaleY(0);
}

.team-area .single-team:hover .team-overlay ul li a {
  transform: scaleY(1);
}

.team-area .single-team .team-overlay ul li a:hover {
  background: #fc2274;
  color: #fff;
}

.team-area .single-team:hover .team-overlay {
  opacity: 1;
}

.team-area .team-active .slick-arrow {
  position: absolute;
  top: -95px;
  right: 0;
  height: 55px;
  width: 55px;
  background: #ededed;
  border-radius: 50%;
  text-align: center;
  line-height: 59px;
  cursor: pointer;
  font-size: 24px;
  color: #8fa0b0;
  transition: .5s;
}

.team-area .team-active .slick-arrow:hover {
  color: #fff;
  background: #fc2274;
}

.team-area .team-active .slick-arrow.prev {
  right: 85px;
}

.team-area .team-active .slick-arrow.next {
  right: 15px;
}

.team-area .team-info .title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding-top: 22px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .team-area .team-info .title {
    font-size: 20px;
  }
}

.team-area .team-info span {
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .team-area .team-info span {
    font-size: 16px;
  }
}

.team-area.team-page {
  padding-bottom: 115px;
}

/*===========================
    8.CONTACT css 
===========================*/

.contact-area {
  background-image: -moz-linear-gradient(90deg, #f6f6f6 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #f6f6f6 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #f6f6f6 0%, white 100%);
  padding-bottom: 112px;
}

.contact-area .contact-map iframe {
  width: 100%;
}

.contact-area .contact-form .input-box {
  margin-top: 22px;
}

.contact-area .contact-form .input-box label {
  font-size: 18px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}

.contact-area .contact-form .input-box label span {
  color: #fc2274;
}

.contact-area .contact-form .input-box input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ededed;
  padding-left: 12px;
  font-size: 16px;
  color: #798795;
  font-family: "Open Sans", sans-serif;
}

.contact-area .contact-form .input-box input::placeholder {
  opacity: 1;
  color: #798795;
}

.contact-area .contact-form .input-box textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #ededed;
  resize: none;
  padding-top: 15px;
  padding-left: 12px;
  font-family: "Open Sans", sans-serif;
}

.contact-area .contact-form .input-box textarea::placeholder {
  opacity: 1;
  color: #798795;
}

.contact-area .contact-form .input-box button {
  width: 100%;
  line-height: 60px;
  height: 60px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  background: #fc2274;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .contact-form .input-box button {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-area .contact-form .input-box button {
    margin-bottom: 30px;
  }
}

.contact-area.services-contact {
  padding-top: 112px;
}

.contact-map-2 {
  padding-top: 120px;
  padding-bottom: 33px;
}

.contact-map-2 iframe {
  width: 100%;
  height: 680px;
}

.contact-info-area .contact-info-item .title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

.contact-info-area .contact-info-item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  padding-top: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-area .contact-info-item p {
    font-size: 16px;
  }
}

.contact-info-area .contact-info-item .info-item i {
  color: #000000;
  font-size: 40px;
  padding-right: 30px;
}

.contact-info-area .contact-info-item .info-item span {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  padding-right: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-area .contact-info-item .info-item span {
    font-size: 15px;
  }
}

.contact-us-area {
  padding-bottom: 113px;
}

.contact-us-area .section-title span {
  color: #676767;
  padding-top: 2px;
}

.contact-us-area .contact-us-item i {
  font-size: 50px;
  color: #1abd29;
}

.contact-us-area .contact-us-item p {
  font-size: 24px;
  text-transform: capitalize;
  color: #000000;
  padding-top: 35px;
  padding-bottom: 17px;
}

.contact-us-area .contact-us-item.item-2 i {
  color: #6b77b8;
}

.contact-us-area .contact-us-item.item-3 i {
  color: #fc2274;
}

.contact-info-area .blog-form .comment-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}

/*===========================
    9.FOOTER css 
===========================*/

.footer-area {
  background: #101010;
  padding-top: 120px;
}

.footer-area .footer-item>a {
  line-height: 75px;
  padding: 0 40px;
  border: 4px solid #282828;
  position: relative;
}

.footer-area .footer-item>a::before {
  position: absolute;
  content: '';
  left: 10px;
  top: -4px;
  height: 4px;
  width: 45px;
  background: #101010;
}

.footer-area .footer-item>a::after {
  position: absolute;
  content: '';
  right: 10px;
  bottom: -4px;
  height: 4px;
  width: 45px;
  background: #101010;
}

.footer-area .footer-item ul li {
  display: inline-block;
  margin: 0 22px;
  margin-top: 65px;
}

@media (max-width: 767px) {
  .footer-area .footer-item ul li {
    margin: 0 15px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-item ul li {
    margin: 0 15px;
    margin-top: 65px;
  }
}

.footer-area .footer-item ul li a {
  text-transform: uppercase;
  color: #798795;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .footer-area .footer-item ul li a {
    font-size: 14px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-item ul li a {
    font-size: 15px;
    font-weight: 600;
  }
}

.footer-area .footer-item ul li a:hover {
  color: #fc2274;
}

.footer-area .footer-copyright {
  background: #0c0c0c;
  margin-top: 112px;
}

.footer-area .footer-copyright .footer-copyright-item {
  height: 100px;
}

@media (max-width: 767px) {
  .footer-area .footer-copyright .footer-copyright-item {
    display: block !important;
    text-align: center;
  }
}

.footer-area .footer-copyright .footer-copyright-item p {
  font-size: 18px;
  color: #798795;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .footer-area .footer-copyright .footer-copyright-item p {
    padding: 10px 0;
    font-size: 16px;
  }
}

.footer-area .footer-copyright .footer-copyright-item p span {
  color: #fc2274;
}

.footer-area .footer-copyright .footer-copyright-item ul {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .footer-area .footer-copyright .footer-copyright-item ul {
    margin-right: 0;
  }
}

.footer-area .footer-copyright .footer-copyright-item ul li {
  display: inline-block;
}

.footer-area .footer-copyright .footer-copyright-item ul li a {
  height: 40px;
  width: 40px;
  color: #fff;
  background: #1d1d1d;
  text-align: center;
  line-height: 40px;
  border-radius: 30% 70% 30% 70% / 30% 70% 30% 70%;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 0 7px;
}

.footer-area .footer-copyright .footer-copyright-item ul li a:hover {
  background: #fc2274;
}

/*===========================
    BACK TO TOP CSS
===========================*/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 99;
}

.back-to-top a {
  color: #fff;
  background: #fc2274;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

/*===========================
    10.MY STORY css 
===========================*/

.my-story-area {
  padding-top: 110px;
}

.my-story-area .my-story-item {
  position: relative;
}

.my-story-area .my-story-item .title {
  color: #000000;
  font-size: 48px;
  font-weight: 800;
  padding-left: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .my-story-area .my-story-item .title {
    padding-left: 0;
    padding-top: 85px;
    padding-bottom: 30px;
  }
}

.my-story-area .my-story-item .title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px dashed #fc2274;
}

.my-story-area .my-story-item .title::after {
  position: absolute;
  content: '';
  left: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: 1px dashed #fc2274;
}

.my-story-area .my-story-item span {
  height: 40px;
  width: 40px;
  border: 1px dashed #fc2274;
  position: absolute;
  left: 10px;
  top: 30px;
}

.my-story-area .my-story-text p {
  color: #798795;
  font-size: 17px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
}

@media (max-width: 767px) {
  .my-story-area .my-story-text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .my-story-area .my-story-text p {
    font-size: 17px;
  }
}

.my-story-area .story-thumb {
  padding-top: 55px;
  text-align: center;
}

.my-story-area .story-thumb img {
  width: 100%;
}

.my-story-area .story-thumb-content {
  text-align: center;
}

.my-story-area .story-thumb-content p {
  font-size: 18px;
  color: #798795;
  line-height: 32px;
  font-weight: 300;
  padding: 40px 4px 0;
}

.my-story-area .story-thumb-content p.text {
  padding: 30px 4px 0;
}

@media (max-width: 767px) {
  .my-story-area .story-thumb-content p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .my-story-area .story-thumb-content p {
    font-size: 17px;
  }
}

.my-story-area .story-quote {
  border-top: 1px solid #e7e7e7;
  margin-top: 60px;
  padding-top: 75px;
}

.my-story-area .story-quote p {
  font-size: 24px;
  color: #798795;
  line-height: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  padding: 0 120px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .my-story-area .story-quote p {
    padding: 0 30px 60px;
    font-size: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my-story-area .story-quote p {
    padding: 0 0px 60px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .my-story-area .story-quote p {
    padding: 0 0px 60px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .my-story-area .story-quote p {
    padding: 0 0px 60px;
    font-size: 18px;
  }
}

/*===========================
    11.BLOG css 
===========================*/

.blog-area .blog-arcive .single-blog ul {
  padding-top: 25px;
}

.blog-area .blog-arcive .single-blog ul li {
  display: inline-block;
  color: #798795;
  font-size: 18px;
  margin-right: 60px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .blog-area .blog-arcive .single-blog ul li {
    margin-right: 30px;
    font-size: 15px;
  }
}

.blog-area .blog-arcive .single-blog ul li:last-child {
  margin-right: 0;
}

.blog-area .blog-arcive .single-blog>.title {
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
  padding-top: 17px;
}

@media (max-width: 767px) {
  .blog-area .blog-arcive .single-blog>.title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-arcive .single-blog>.title {
    font-size: 22px;
  }
}

.blog-area .blog-arcive .single-blog>span {
  font-size: 18px;
  color: #fc2274;
  text-transform: capitalize;
  font-weight: 500;
  padding-top: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-arcive .single-blog>span {
    font-size: 16px;
  }
}

.blog-area .blog-arcive .single-blog p {
  font-size: 20px;
  line-height: 32px;
  color: #798795;
  padding-right: 50px;
  padding-bottom: 47px;
  padding-top: 13px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .blog-area .blog-arcive .single-blog p {
    font-size: 14px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-arcive .single-blog p {
    font-size: 18px;
    padding-right: 0;
  }
}

.blog-area .blog-arcive .single-blog a:hover {
  color: #fff;
}

.blog-area .blog-arcive .single-blog a:hover::before {
  background: #fc2274;
  border-color: #fc2274;
}

.blog-area .blog-arcive .single-blog.blog-border {
  border: 5px solid #fc2274;
  padding: 65px;
}

@media (max-width: 767px) {
  .blog-area .blog-arcive .single-blog.blog-border {
    border: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-arcive .single-blog.blog-border {
    border: 5px solid #fc2274;
    padding: 65px;
  }
}

.blog-area .blog-arcive .single-blog.blog-border .blog-quote-item {
  position: relative;
  padding-left: 110px;
  margin-bottom: 27px;
}

.blog-area .blog-arcive .single-blog.blog-border .blog-quote-item i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  background: #fc2274;
}

.blog-area .blog-arcive .single-blog.blog-border .blog-quote-item .title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 767px) {
  .blog-area .blog-arcive .single-blog.blog-border .blog-quote-item .title {
    font-size: 16px;
  }
}

.blog-area .blog-arcive .single-blog.blog-border .blog-quote-item span {
  font-size: 18px;
  font-weight: 500;
  color: #798795;
  padding-top: 8px;
}

.blog-area .blog-arcive .single-blog .video {
  position: relative;
}

.blog-area .blog-arcive .single-blog .video img {
  width: 100%;
}

.blog-area .blog-arcive .single-blog .video a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  background: #fff;
  color: #fc2274;
  text-align: center;
  line-height: 100px;
  font-size: 32px;
  border-radius: 50%;
}

.blog-area .pagenation ul li {
  display: inline-block;
}

.blog-area .pagenation ul li a {
  font-size: 48px;
  color: #798795;
  margin-right: 73px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .blog-area .pagenation ul li a {
    margin-right: 30px;
  }
}

.blog-area .pagenation ul li a:hover {
  color: #fc2274;
}

.blog-area .pagenation ul li a i {
  font-size: 56px;
}

.blog-area .blog-sidebar .blog-box {
  border: 1px solid #e8e8e8;
}

.blog-area .blog-sidebar .blog-box .blog-title {
  border-bottom: 1px solid #e8e8e8;
}

.blog-area .blog-sidebar .blog-box .blog-title .title {
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
}

.blog-area .blog-sidebar .blog-box .blog-cat-list ul {
  padding-top: 17px;
  padding-bottom: 17px;
}

.blog-area .blog-sidebar .blog-box .blog-cat-list ul li a {
  font-size: 18px;
  color: #000000;
  line-height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: "Open Sans", sans-serif;
}

.blog-area .blog-sidebar .blog-box .blog-cat-list ul li a:hover {
  color: #fc2274;
}

.blog-area .blog-sidebar .blog-box .blog-more-cat a {
  padding-left: 45px;
  line-height: 70px;
  border-top: 1px solid #e8e8e8;
  display: block;
  font-weight: 500;
  color: #000000;
}

.blog-area .blog-sidebar .blog-box .blog-more-cat a span {
  color: #fc2274;
  padding-right: 5px;
}

.blog-area .blog-sidebar .blog-box.blog-border {
  border-radius: 0 0 10px 10px;
}

.blog-area .blog-sidebar .blog-box.box-top {
  border-top: 0;
}

.blog-area .blog-sidebar .blog-box .blog-tag {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area .blog-sidebar .blog-box .blog-tag {
    padding: 20px 10px 30px;
  }
}

@media (max-width: 767px) {
  .blog-area .blog-sidebar .blog-box .blog-tag {
    padding: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-sidebar .blog-box .blog-tag {
    padding: 20px 15px 30px;
  }
}

.blog-area .blog-sidebar .blog-box .blog-tag ul {
  padding-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.blog-area .blog-sidebar .blog-box .blog-tag ul li a {
  padding: 0 7px;
  line-height: 32px;
  color: #798795;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  font-weight: 300;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .blog-area .blog-sidebar .blog-box .blog-tag ul li a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-sidebar .blog-box .blog-tag ul li a {
    font-size: 14px;
  }
}

.blog-area .blog-sidebar .blog-box .blog-tag ul li a:hover {
  background: #fc2274;
  color: #fff;
}

.blog-area .blog-sidebar .blog-box .blog-project {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-area .blog-sidebar .blog-box .blog-project ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #798795;
  line-height: 30px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: "Open Sans", sans-serif;
}

.blog-area .blog-sidebar .blog-box .blog-project ul li a:hover {
  color: #fc2274;
}

.blog-area .blog-sidebar .blog-add {
  position: relative;
}

.blog-area .blog-sidebar .blog-add img {
  width: 100%;
}

.blog-area .blog-sidebar .blog-add a {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 120px;
  background: #fc2274;
  color: #fff;
  text-align: center;
  line-height: 120px;
  font-size: 40px;
}

.blog-area .blog-details-items .blog-thumb img {
  width: 100%;
}

.blog-area .blog-details-items .blog-details-content .title {
  font-weight: 600;
  font-size: 24px;
  padding-top: 41px;
  padding-right: 100px;
  line-height: 36px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-area .blog-details-items .blog-details-content .title {
    font-size: 20px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-details-items .blog-details-content .title {
    font-size: 26px;
  }
}

.blog-area .blog-details-items .blog-details-content ul {
  padding-bottom: 33px;
  padding-top: 20px;
}

.blog-area .blog-details-items .blog-details-content ul li {
  display: inline-block;
  font-size: 14px;
  color: #798795;
  font-family: "Playfair Display", serif;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-details-items .blog-details-content ul li {
    font-size: 13px;
  }
}

.blog-area .blog-details-items .blog-details-content ul li:hover {
  color: #fc2274;
}

.blog-area .blog-details-items .blog-details-content ul li span {
  font-size: 18px;
  color: #000000;
}

.blog-area .blog-details-items .blog-details-content p {
  font-size: 18px;
  font-weight: 300;
  color: #798795;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .blog-area .blog-details-items .blog-details-content p {
    font-size: 16px;
  }
}

.blog-area .blog-details-items .blog-details-content p.text {
  padding-top: 30px;
  padding-bottom: 38px;
}

.blog-area .blog-details-items .blog-quote {
  background-image: url(../images/blog-quote.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 50px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .blog-area .blog-details-items .blog-quote {
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-details-items .blog-quote {
    padding: 70px 50px;
  }
}

.blog-area .blog-details-items .blog-quote p {
  font-size: 32px;
  color: #fff;
  line-height: 48px;
  font-weight: 300;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area .blog-details-items .blog-quote p {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .blog-details-items .blog-quote p {
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .blog-area .blog-details-items .blog-quote p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-details-items .blog-quote p {
    font-size: 20px;
  }
}

.blog-area .blog-details-items .blog-quote p i {
  font-size: 14px;
}

.blog-area .blog-details-items .blog-quote p i.item {
  transform: rotate(180deg);
  margin-top: -20px;
}

.blog-area .blog-details-items .blog-content-area {
  border-bottom: 1px solid #e8e8e8;
}

.blog-area .blog-details-items .blog-content-area p {
  line-height: 32px;
  font-weight: 300;
  font-size: 18px;
  color: #798795;
}

@media (max-width: 767px) {
  .blog-area .blog-details-items .blog-content-area p {
    font-size: 16px;
  }
}

.blog-area .blog-details-items .blog-content-area p.item-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-area .blog-details-items .blog-content-area p.item-2 {
  padding-top: 40px;
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .blog-area .blog-details-items .blog-content-area .blog-content-thumb {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .blog-details-items .blog-content-area .blog-content-thumb {
    margin-bottom: 0px;
  }
}

.blog-area .blog-details-items .blog-content-area .blog-content-thumb img {
  width: 100%;
}

.blog-area .blog-details-items .blog-social .shop-social {
  padding-top: 25px;
}

.blog-area .blog-details-items .blog-social .shop-social span {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  padding-right: 18px;
}

.blog-area .blog-details-items .blog-social .shop-social ul li {
  display: inline-block;
}

.blog-area .blog-details-items .blog-social .shop-social ul li a {
  font-size: 18px;
  color: #45619d;
  margin-right: 10px;
}

.blog-area .blog-details-items .blog-social .shop-social ul li:nth-child(2) a {
  color: #cf4539;
}

.blog-area .blog-details-items .blog-social .shop-social ul li:nth-child(3) a {
  color: #42c0fb;
}

.blog-area .blog-details-items .blog-social .shop-social ul li:nth-child(4) a {
  color: #009ee5;
}

.blog-area .blog-details-items .blog-social .shop-social ul li:nth-child(5) a {
  color: #ec9f21;
}

.blog-details-comment .comment-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-comment .comment-replay {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-comment .comment-replay {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment .comment-replay {
    padding-left: 60px;
  }
}

.single-comment {
  padding: 20px 25px;
  padding-left: 0;
  border: 1px solid #ededed;
  margin-left: 40px;
  border-radius: 5px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .single-comment {
    margin-left: 0;
    padding-top: 0;
    margin-top: 70px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment {
    margin-left: 40px;
    padding-top: 0;
    margin-top: 30px;
    padding: 20px 25px;
    padding-left: 0;
  }
}

.single-comment .comment-author {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .single-comment .comment-author {
    margin-left: 0;
    text-align: center;
    margin-top: -40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment .comment-author {
    margin-left: -40px;
    margin-top: 0;
  }
}

.single-comment .comment-author img {
  width: 80px;
  border-radius: 50%;
}

.single-comment .comment-text {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .single-comment .comment-text {
    padding-top: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment .comment-text {
    padding-top: 0;
    padding-left: 25px;
  }
}

.single-comment .comment-text .author-name {
  font-size: 16px;
  font-weight: 700;
}

.single-comment .comment-text .text {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.single-comment .comment-text .meta li {
  display: inline-block;
  margin-top: 10px;
}

.single-comment .comment-text .meta li+li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .single-comment .comment-text .meta li+li {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment .comment-text .meta li+li {
    margin-left: 25px;
  }
}

.single-comment .comment-text .meta li a {
  color: #676767;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.single-comment .comment-text .meta li a i {
  padding-right: 8px;
}

.single-comment .comment-text .meta li a:hover {
  color: #fc2274;
}

/*===== All Form Style =====*/

.single-form {
  margin-top: 30px;
}

.single-form label {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.single-form input,
.single-form textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 0 15px;
}

.single-form textarea {
  height: 200px;
  padding-top: 10px;
  resize: none;
}

.single-form .main-btn {
  line-height: 48px;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #01061f;
  border-color: #01061f;
  font-weight: 700;
}

.single-form .main-btn:hover {
  background-color: transparent;
  color: #01061f;
}

.single-form button {
  background: #fc2274;
  color: #fff;
  line-height: 55px;
  padding: 0 35px;
  border: 0;
  font-weight: 500;
  text-transform: uppercase;
}

/*** 

====================================================================
        News Section
====================================================================

***/

.news-section {
  position: relative;
  padding: 120px 0 90px;
  background-color: #fbf9f9;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
}

.news-block .inner-box {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.news-block .image-box {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
}

.news-block .image-box a {
  width: 100%;
}

.news-block .image-box img {
  width: 100%;
  height: auto;
}

.news-block .image-box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.news-block .inner-box:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.news-block .lower-content {
  position: relative;
  padding: 25px 35px 35px;
}

.news-block .lower-content h3 {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}

.news-block .lower-content h3 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
  color: #fc2274;
}

.news-block .lower-content p {
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: #888888;
  margin-bottom: 20px;
}

.news-block .lower-content .read-more {
  position: relative;
  font-size: 15px;
  color: #3c4858;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content .read-more i {
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}

.news-block .lower-content .read-more:hover {
  color: #fc2274;
}

.btn-style-one {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  background: #080808;
  transition: .5s;
}

.btn-style-one:hover {
  background: #fc2274;
  color: #fff;
}

/* News Style Two*/

.news-section.style-two {
  background: #fff;
}

.news-section.style-two .news-block .inner-box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}

.news-section.style-two .news-block .lower-content {
  padding: 0;
  margin-top: 30px;
}

/* Language Switcher */

.header-area #polyglotLanguageSwitcher a.current {
  color: #fff;
}

.header-area #polyglotLanguageSwitcher {
  background: transparent;
}

.header-area #polyglotLanguageSwitcher a.current:link,
.header-area #polyglotLanguageSwitcher a.current:visited,
.header-area #polyglotLanguageSwitcher a.current:active {
  width: 90px;
}

.header-area #polyglotLanguageSwitcher a {
  width: 90px;
}

.header-area #polyglotLanguageSwitcher span.trigger:before {
  color: #fff;
  right: 12px;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

.hidden-bar {
  position: fixed;
  right: -500px;
  top: 0px;
  width: 100%;
  max-width: 500px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  background-color: #222222;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-content-visible .hidden-bar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.hidden-bar .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 55px 50px 50px;
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #707070;
  font-size: 20px;
}

.hidden-bar .inner-box h2 {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  color: #222;
  margin-bottom: 20px;
}

/*Appointment Form*/

.hidden-bar .appointment-form {
  position: relative;
  margin-bottom: 50px;
}

.hidden-bar .appointment-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  height: 50px;
  color: #7777;
  font-size: 16px;
  border: 1px solid rgba(94, 94, 94, 0.1);
  background: none;
  transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder {
  color: #bdbdbd;
}

.hidden-bar .appointment-form input:focus,
.hidden-bar .appointment-form textarea:focus {
  border-color: #fc2274;
}

.hidden-bar .appointment-form textarea {
  height: 120px;
  resize: none;
}

.hidden-bar .appointment-form .form-group button {
  margin-top: 10px;
  display: block;
  width: 100%;
  box-shadow: none;
  color: #fff;
  border: none;
  padding: 15px 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #fc2274;
}

.hidden-bar .logo {
  margin-bottom: 40px;
}

.contact-info-box h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

.contact-info-box .text {
  position: relative;
  margin-bottom: 35px;
  max-width: 300px;
}

.contact-info-box ul {
  position: relative;
}

.contact-info-box ul li {
  margin-bottom: 8px;
}

.contact-info-box ul a {
  color: #222;
}

.form-back-drop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.70);
  visibility: hidden;
  z-index: 9990;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.side-content-visible .form-back-drop {
  opacity: 1;
  visibility: visible;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0;
}

/*** 

====================================================================
  Who I Am
====================================================================

***/

.about-me {
  position: relative;
  padding: 120px 0px 90px;
  background-image: -webkit-linear-gradient(-90deg, white 0%, #f6f6f6 100%);
}

.title-style-one {
  position: relative;
  margin-bottom: 20px;
}

.title-style-one h2 {
  position: relative;
  display: block;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1e1e1e;
}

.about-me .text-box {
  position: relative;
  max-width: 420px;
  margin-bottom: 50px;
}

.about-me .text-box .upper-text {
  position: relative;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.about-me .text-box .text {
  position: relative;
  line-height: 1.7em;
}

.about-me .image-column,
.about-me .content-column {
  position: relative;
}

.about-me .image-column .image {
  position: relative;
  margin-top: -30px;
}

.about-me .image-column .image img {
  position: relative;
  display: block;
}

.about-me .outer-container {
  position: relative;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.about-me .left-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.about-me .left-column .image-box {
  position: relative;
  display: none;
}

.about-me .left-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.about-me .right-column {
  position: relative;
  float: right;
  width: 50%;
}

.about-me .right-column .inner {
  position: relative;
  padding: 90px 15px 100px 80px;
  max-width: 600px;
  width: 100%;
}

.progress-bars .bar-item {
  position: relative;
  margin-bottom: 20px;
}

.progress-bars .bar-item:last-child {
  margin-bottom: 0px;
}

.progress-bars .bar-item .skill-bar {
  position: relative;
  width: 100%;
  height: 5px;
}

.progress-bars .bar-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 5px;
  background: none;
  border-radius: 0px;
}

.progress-bars .bar-item .skill-bar .bar-inner:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.progress-bars .bar-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  width: 0px;
  border-bottom: 5px solid #fc2274;
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.progress-bars .bar-item .skill-header {
  position: relative;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
}

.dark-layout .progress-bars .bar-item .skill-header {
  color: #ffffff;
}

.progress-bars .bar-item .skill-header .skill-title {
  position: relative;
  float: left;
}

.progress-bars .bar-item .skill-header .skill-percentage {
  position: relative;
  float: right;
  font-weight: 600;
  font-size: 14px;
}

/* Video Box */

.video-image-box {
  position: relative;
}

.video-image-box .image {
  position: relative;
}

.video-image-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.video-image-box .image .video-boxed {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 80px;
  z-index: 99;
  color: #ffffff;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  line-height: 90px;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-image-box .image .video-boxed span {
  position: relative;
}

.video-image-box .image .video-boxed:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-btn {
  height: auto;
  margin: 0 auto;
}

.play-btn__svg {
  transition: 1s;
  fill: #fff;
  opacity: .9;
}

.play-btn:hover .play-btn__svg {
  fill: #fc2274;
  opacity: 1;
}

/*** 

====================================================================
  Bio Section
====================================================================

***/

.fun-facts {
  position: relative;
  background-color: #f9f9f9;
  padding-top: 30px;
}

.facts-style-one .facts-outer {
  position: relative;
  margin: 0 -30px;
  text-align: center;
}

.facts-style-one .fact-column {
  position: relative;
  padding: 0px 30px;
  text-align: center;
  margin-bottom: 30px;
}

.facts-style-one .fact-column .inner-box {
  position: relative;
  padding: 0px;
  text-align: center;
}

.facts-style-one .fact-column .inner-box .inner {
  position: relative;
  padding: 40px 20px;
  background: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #1e1e1e;
  z-index: 1;
}

.dark-layout .facts-style-one .fact-column .inner-box .inner {
  background: #272727;
  color: #b7b7b7;
}

.facts-style-one .fact-column .inner-box .inner .count-box {
  position: relative;
  font-size: 44px;
  line-height: 1.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}

/*** 

====================================================================
  Bio Section
====================================================================

***/

.bio_section {
  position: relative;
}

.bio_section .content-container {
  padding: 90px 0px 100px;
}

.bio_section .title-style-one {
  margin-bottom: 40px;
}

.bio_section .timeline-column {
  position: relative;
  margin-bottom: 80px;
}

.bio_section .timeline-column .inner {
  position: relative;
  padding-left: 39px;
  padding-bottom: 2px;
}

.bio_section .timeline-column .inner:before {
  content: '';
  position: absolute;
  left: 38px;
  top: 20px;
  border-left: 1px solid #d0d0d0;
  height: 100%;
}

.bio_section .timeline-column .col-header {
  position: relative;
  padding: 25px 0px 25px 64px;
  min-height: 80px;
  margin-bottom: 45px;
}

.bio_section .timeline-column .col-header h2 {
  position: relative;
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 42px;
}

.dark-layout .bio_section .timeline-column .col-header h2 {
  color: #ffffff;
}

.bio_section .timeline-column .col-header .icon-box {
  position: absolute;
  left: -47px;
  top: 0px;
  width: 92px;
  height: 92px;
  padding: 20px 20px;
}

.bio_section .timeline-column .col-header .icon-box .icon-inner {
  position: relative;
  width: 52px;
  height: 52px;
}

.dark-layout .bio_section .timeline-column .col-header .icon-box .icon {
  color: #1e1e1e;
}

.bio_section .timeline-column .col-header .icon-box .icon-inner:after {
  content: '';
  position: absolute;
  background: #b0ed60;
  display: block;
  left: 0px;
  top: 0px;
  width: 52px;
  height: 52px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bio_section .timeline-column .col-header .icon-box .icon {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 52px;
  z-index: 1;
}

.bio_section .timeline-column .timeline-block {
  position: relative;
  margin-bottom: 42px;
}

.bio_section .timeline-column .timeline-block:last-child {
  margin-bottom: 10px;
}

.bio_section .timeline-column .timeline-block .inner-box {
  position: relative;
  padding-left: 30px;
}

.bio_section .timeline-column .timeline-block .date {
  position: relative;
  display: inline-block;
  margin-left: -15px;
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  padding: 0px 18px;
}

.bio_section .timeline-column .timeline-block .date:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 4px;
  width: 11px;
  height: 11px;
  background: #b0ed60;
  border-radius: 50%;
}

.bio_section .timeline-column .timeline-block h4 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 7px;
}

.bio_section .timeline-column .timeline-block .text {
  font-size: 14px;
}

/* Testimonial Section */

.testimonial-block-one {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-block-one .content {
  position: relative;
  background: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px #0000000d;
}

.testimonial-block-one .author-thumb {
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 10px;
}

.testimonial-block-one .content p {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.testimonial-block-one .content i {
  color: #222;
}

/* Style Two */

.testimonial-block-one.style-two {
  box-shadow: 0 0 20px #0000000d;
  padding: 60px 0;
  margin: 15px auto;
}

.testimonial-block-one.style-two .content {
  box-shadow: none;
  padding: 0;
  background: transparent;
}

.testimonial-block-one.style-two .content i {
  font-size: 90px;
  color: rgba(0, 0, 0, 0.06);
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}

.testimonial-block-one.style-two .content p {
  max-width: 470px;
}

/* Team Block */

.team-section {
  position: relative;
  padding: 120px 0 90px;
}

.team-block-one {
  position: relative;
  margin-bottom: 30px;
}

.team-block-one .image-box {
  position: relative;
  overflow: hidden;
}

.team-block-one .image-box img {
  width: 100%;
}

.team-block-one .social-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #222;
  padding: 10px 12px;
  text-align: center;
  transition: .5s;
  transform: scaleX(0);
}

.team-block-one:hover .social-icon {
  transform: scaleX(1);
}

.team-block-one .social-icon li+li {
  margin-top: 10px;
}

.team-block-one .social-icon li a {
  color: #fff;
  transition: .5s;
}

.team-block-one .social-icon li a:hover {
  color: #FC2273;
}

.team-block-one .team-info {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.team-block-one .team-info h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.team-block-one .team-info .designation {
  position: relative;
}

.team-section.style-two {
  background: #020a28;
}

.team-section.style-two .section-title .title {
  color: #fff;
}

.team-block-one .team-info h4 {
  color: #fff;
}

.team-block-one .team-info .designation {
  color: #ddd0d5;
}

/* Pricing Section */

.pricing-section {
  position: relative;
  padding: 120px 0 90px;
  background-image: -webkit-linear-gradient(-90deg, white 0%, #f6f6f6 100%);
}

.price-block {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

.price-block .inner-box {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  padding: 55px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block .inner-box:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.price-block .inner-box .line-one {
  position: absolute;
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0px;
}

.price-block .inner-box .line-one:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 1px;
  background-color: #fc0000;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block .inner-box:hover .line-one:before {
  width: 100%;
}

.price-block .inner-box .line-one:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0px;
  width: 1px;
  height: 0%;
  background-color: #fc0000;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block .inner-box:hover .line-one:after {
  height: 100%;
  -webkit-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.price-block .inner-box .line-two {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.price-block .inner-box .line-two:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: #fc0000;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block .inner-box:hover .line-two:before {
  width: 100%;
  -webkit-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.price-block .inner-box .line-two:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 1px;
  height: 0%;
  background-color: #fc0000;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.price-block .inner-box:hover .line-two:after {
  height: 100%;
  -webkit-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.price-block .inner-box .icon-box {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 46px;
  color: #3d415b;
  line-height: 80px;
  margin-bottom: 25px;
  border-radius: 50%;
  border: 10px solid #f6f6f6;
  background-color: #eeedf7;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price-block.style-two .inner-box .icon-box {
  line-height: 100px;
}

.price-block .inner-box:hover .icon-box {
  background-color: #fc0000;
  color: #ffffff;
}

.price-block .inner-box h3 {
  position: relative;
  color: #fc2274;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
  padding: 0px 42px 22px;
  border-bottom: 1px solid #e0e0e0;
}

.price-block .inner-box .price-list {
  position: relative;
}

.price-block .inner-box .price-list li {
  position: relative;
  color: #777777;
  font-size: 16px;
  margin-bottom: 14px;
}

.price-block .inner-box .price-list li:last-child {
  margin-bottom: 20px;
}

.price-block .inner-box .price {
  position: relative;
  color: #121212;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.price-block .inner-box .price sub {
  font-size: 16px;
  top: -2px;
  position: relative;
}

.price-block .inner-box .theme-btn {
  margin-top: 15px;
  position: relative;
  padding: 14px 40px;
}

.price-block.alternate .inner-box {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: none;
}

.price-block.alternate .inner-box:hover {
  border-radius: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.price-block.alternate .inner-box h3 {
  padding: 0px;
  border: none;
  margin: 0px;
}

.price-block .inner-box .btn-box {
  position: relative;
  margin-bottom: 30px;
}

.price-block .inner-box .btn-box:before {
  position: absolute;
  content: '';
  left: -30px;
  top: 50px;
  right: -30px;
  height: 1px;
  background-color: #e0e0e0;
}

.price-block.alternate .inner-box .theme-btn {
  margin-top: 25px;
}