/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Kory - Portfolio/CV/Resume HTML Template
Version:    1.0
Primary use:    pxdraft
-------------------------------------------------------------------*/
/*
) Typo
) Buttons
) Header
) Footer
) Titles
) Portfolio
) Home Banner
) About Us
) Services
) Resume
) Blog
) Contact
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/* ------------------------
*	General
------------------------*/
body {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #6F8BA4;
  font-weight: 400;
  line-height: 1.6;
  font-smoothing: antialiased;
}

.dark-theme {
  color: #888888;
}

html {
  overflow-x: hidden;
  overflow-y: scroll; /* prevents having a white space when modal popup is displayed */
}

a {
  color: #fe4f6c;
}
a:hover {
  color: #fe264a;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.fa,
.fab,
.fal,
.far,
.fas {
  line-height: inherit;
}

mark {
  background-image: linear-gradient(rgba(254, 79, 108, 0.6), rgba(254, 79, 108, 0.6));
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-color: transparent;
  padding: 0;
  color: currentColor;
}

/* ----------------------
*	Loading
---------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fe4f6c;
  z-index: 99999;
}

.load-circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.load-circle span {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.load-circle span:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ----------------------
*	owl 
---------------------------*/
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #fe4f6c;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-carousel-white .owl-dots .owl-dot {
  border-color: #ffffff;
  background: none;
}
.owl-dots .owl-dot.active {
  background: #fe4f6c;
}
.owl-carousel-white .owl-dots .owl-dot.active {
  background: #ffffff;
}

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.px-btn {
  padding: 0 20px;
  line-height: 42px;
  border: 2px solid transparent;
  position: relative;
  display: inline-block;
  background: none;
  border: none;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
.px-btn span {
  position: relative;
  z-index: 1;
}
.px-btn.btn-arrow {
  padding: 0 50px 0 20px;
}
.px-btn.btn-arrow .arrow {
  width: 13px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}
.px-btn.btn-arrow .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.px-btn.theme {
  background: #fe4f6c;
  color: #ffffff;
  border: 2px solid #fe4f6c;
}
.px-btn.theme:hover {
  border-color: #3a3973;
  background: #3a3973;
}
.px-btn.theme-t {
  background: transparent;
  border: 2px solid #fe4f6c;
  color: #fe4f6c;
}
.px-btn.theme-t:hover {
  background: #fe4f6c;
  color: #ffffff;
}
.px-btn.white-t {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.px-btn.white-t:hover {
  background: #ffffff;
  color: #3a3973;
}

.px-btn-arrow {
  padding: 0 50px 0 0;
  line-height: 20px;
  position: relative;
  display: inline-block;
  color: #fe4f6c;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.px-btn-arrow span {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.px-btn-arrow .arrow {
  width: 13px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  -moz-transition: ease right 0.3s;
  -o-transition: ease right 0.3s;
  -webkit-transition: ease right 0.3s;
  transition: ease right 0.3s;
}
.px-btn-arrow .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.px-btn-arrow.white {
  color: #ffffff;
}
.px-btn-arrow.white:hover {
  color: #fe4f6c;
}
.px-btn-arrow:hover {
  color: #3a3973;
}
.px-btn-arrow:hover .arrow {
  right: 20px;
}

/* Video 
----------------*/
.video-btn {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  z-index: 1;
  border: none;
}
.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  pointer-events: none;
  z-index: -1;
}
.video-btn.white {
  background: #ffffff;
}
.video-btn.white:after {
  background: #ffffff;
}
.video-btn.white span {
  color: #fe4f6c;
}
.video-btn.theme {
  background: #fe4f6c;
}
.video-btn.theme:after {
  background: #fe4f6c;
}
.video-btn.theme span {
  color: #ffffff;
}
.video-btn span {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid currentcolor;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0px;
}

@keyframes pulse-border {
  0% {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
/* Background color
-------------------------------*/
.theme-bg {
  background-color: #fe4f6c;
}

.dark-bg {
  background-color: #3a3973;
}

.black-bg {
  background-color: #000000;
}

.gray-bg {
  background-color: #ebf4fa;
}

.white-bg {
  background-color: #ffffff;
}

.blue-bg {
  background-color: #49bedf;
}

/* Text color
-------------------------------*/
.white-color {
  color: #ffffff;
}

.white-color-light {
  color: rgba(255, 255, 255, 0.65);
}

.dark-color {
  color: #3a3973;
}
.dark-theme .dark-color {
  color: #ffffff;
}

.body-color {
  color: #6F8BA4;
}

.theme-color {
  color: #fe4f6c;
}

.green-color {
  color: #11e279;
}

/*	Toggle Menu
-------------------------*/
.navbar-toggler,
.toggler-menu {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin-left: 15px;
  background: #fe4f6c;
  border: none;
}
.navbar-toggler span,
.toggler-menu span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
  background: #ffffff;
  color: #ffffff;
}

.header-social-icons {
  height: 100%;
  padding-right: 20px;
}
.header-social-icons a {
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.header-white .header-social-icons a {
  color: rgba(255, 255, 255, 0.8);
}
.header-white .header-social-icons a:hover {
  color: #ffffff;
}
.fixed-header .header-white .header-social-icons a {
  color: #3a3973;
}
.fixed-header .header-white .header-social-icons a:hover {
  color: #fe4f6c;
}

.mob-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  left: 0;
  padding: 6px 10px;
}
@media (min-width: 1201px) {
  .mob-header {
    padding: 20px 50px;
  }
  .mob-header.mh-desk {
    display: none;
  }
}
@media (max-width: 991px) {
  .mob-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(153, 153, 153, 0.11);
  }
}
.mob-header .toggler-menu {
  margin-left: auto;
}
.mob-header .navbar-brand {
  font-size: 30px;
  padding: 0 15px;
  border: 1px solid rgba(153, 153, 153, 0.11);
}
@media (max-width: 991px) {
  .mob-header .navbar-brand {
    border: none;
    padding: 0;
  }
}
.mob-header .navbar-brand a {
  color: #fe4f6c;
  font-weight: 700;
}

/* Side Menu
-----------------------------*/
.header-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  overflow: hidden;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.29);
  z-index: 3;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  left: -350px;
  background: #07011e;
}
.header-left.menu-open {
  left: 0;
}
@media (min-width: 1201px) {
  .header-left.hl-desk {
    left: 0;
  }
}
.header-left .hl-top {
  text-align: center;
  padding-bottom: 45px;
  padding-top: 45px;
}
.header-left .hl-top .hl-logo {
  text-align: center;
  font-size: 32px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
.header-left .hl-top .hl-logo span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  letter-spacing: 2px;
}
.header-left .nav li {
  width: 100%;
}
.header-left .nav li a {
  font-size: 17px;
  font-weight: 600;
  padding: 12px 20px 12px 20px;
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.header-left .nav li a:after {
  content: "";
  width: 3px;
  background: #fe4f6c;
  height: 0;
  top: auto;
  bottom: 0;
  right: 0;
  position: absolute;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.header-left .nav li a.active, .header-left .nav li a:hover {
  color: #ffffff;
}
.header-left .nav li a.active:after, .header-left .nav li a:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
}
.header-left .nav li:last-child a {
  border-bottom: none;
}

/* Header Dark
-----------------------------*/
@media (min-width: 992px) {
  .header-dark {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .fixed-header .header-dark {
    background: #ffffff;
  }
  .header-dark .navbar-brand {
    font-weight: 700;
    font-size: 24px;
    color: #3a3973;
  }
  .header-dark .navbar-brand span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #fe4f6c;
  }
  .header-dark .navbar-nav .nav-link {
    line-height: 60px;
    padding: 0 10px !important;
    font-size: 17px;
    font-weight: 600;
    margin-left: 10px;
    color: #3a3973;
  }
  .header-dark .navbar-nav .nav-link.active, .header-dark .navbar-nav .nav-link:hover {
    color: #fe4f6c;
  }
}
/* Header white
-----------------------------*/
@media (min-width: 992px) {
  .header-white {
    padding: 10px 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .fixed-header .header-white {
    background: #ffffff;
    border-bottom: solid 0.5px #f2f2f2 !important;
  }
  .header-white .navbar-brand {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
  }
  .header-white .navbar-brand span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #ffffff;
  }
  .fixed-header .header-white .navbar-brand {
    color: #3a3973;
  }
  .fixed-header .header-white .navbar-brand span {
    background: #fe4f6c;
  }
  .header-white .navbar-nav .nav-link {
    line-height: 60px;
    padding: 0 10px !important;
    font-size: 17px;
    font-weight: 400;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.7);
  }
  .fixed-header .header-white .navbar-nav .nav-link {
    color: #3a3973;
  }
  .header-white .navbar-nav .nav-link.active, .header-white .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  .fixed-header .header-white .navbar-nav .nav-link.active, .fixed-header .header-white .navbar-nav .nav-link:hover {
    color: #fe4f6c;
  }
}
/* Mobile 
-----------------------------*/
@media (max-width: 991px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .fixed-header .header-nav {
    background: #ffffff;
    border-bottom: solid 0.5px #f2f2f2 !important;
  }
  .header-nav .navbar-brand {
    font-weight: 600;
    font-size: 24px;
    color: #3a3973;
  }
  .header-nav.header-white .navbar-brand {
    color: #ffffff;
  }
  .fixed-header .header-nav.header-white .navbar-brand {
    color: #3a3973;
  }
  .header-nav .navbar-nav {
    padding: 8px 15px;
    border: 1px solid #ddd;
    background: #ffffff;
  }
  .header-nav .navbar-nav > li + li .nav-link {
    border-top: 1px solid #ddd;
  }
  .header-nav .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.035rem;
    color: #3a3973;
  }
  .header-nav .navbar-nav .nav-link.active, .header-nav .navbar-nav .nav-link:hover {
    color: #fe4f6c;
  }
}
@media (min-width: 992px) {
  .simple-dropdown {
    position: relative;
  }
  .simple-dropdown .m-dropdown-toggle {
    display: none;
  }
  .simple-dropdown .m-dropdown-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 26px 21px 0px rgba(0, 0, 0, 0.1);
    width: 180px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    pointer-events: none;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    opacity: 0;
  }
  .simple-dropdown .m-dropdown-menu > li > a {
    color: #3a3973;
    padding: 8px 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  .simple-dropdown .m-dropdown-menu > li > a i {
    font-size: 14px;
    vertical-align: middle;
    width: 24px;
    display: inline-block;
  }
  .simple-dropdown .m-dropdown-menu > li:hover > a {
    color: #fe4f6c;
  }
  .simple-dropdown:hover .m-dropdown-menu {
    opacity: 1;
    top: 100%;
    pointer-events: auto;
  }
}
/* Mobile
--------------------*/
@media (max-width: 991px) {
  .m-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    color: #3a3973;
  }

  .simple-dropdown {
    position: relative;
  }
  .simple-dropdown .m-dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    padding: 0;
    background: #f5f5f5;
    border-top: 1px solid #e6e6e6;
  }
  .simple-dropdown .m-dropdown-menu > li {
    padding-left: 10px;
  }
  .simple-dropdown .m-dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .simple-dropdown .m-dropdown-menu > li > a {
    display: block;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    color: #3a3973;
  }
  .simple-dropdown .m-dropdown-menu > li > a:hover {
    color: #fe4f6c;
  }
  .simple-dropdown.open-menu-parent .m-dropdown-menu {
    display: block;
  }
}
.footer {
  padding: 10px 0;
  position: relative;
  background: #3a3973;
}
.footer .nav {
  margin: 10px 0;
}
.footer .nav a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 17px;
}
.footer .nav a:hover {
  color: #fe4f6c;
}
.footer p {
  color: #ffffff;
  font-size: 14px;
  margin: 10px 0;
}

.section-title {
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .section-title {
    padding-bottom: 25px;
  }
}
.section-title h2 {
  font-weight: 700;
  color: #3a3973;
  font-size: 45px;
  margin: 0 0 15px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section-title h2:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -17px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fe4f6c;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}
.section-title p {
  margin: 0;
  font-size: 18px;
}

.skill-lt:not(:first-child) {
  margin-top: 30px;
}
.skill-lt h6 {
  font-size: 12px;
  margin: 0;
  color: #ffffff;
  line-height: 28px;
  padding: 0 10px;
}
.skill-lt .skill-bar {
  position: relative;
  background: #eee;
}
.dark-theme .skill-lt .skill-bar {
  background: #3a3973;
}
.skill-lt .skill-bar .skill-bar-in {
  width: 80px;
  position: relative;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}
.skill-lt .skill-bar .skill-bar-in span {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: #3a3973;
  padding: 2px 6px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}
.dark-theme .skill-lt .skill-bar .skill-bar-in span {
  color: #3a3973;
  background: #ffffff;
}
.skill-lt .skill-bar .skill-bar-in span:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  border-left: 7px solid transparent;
  border-top: 8px solid #3a3973;
}
.dark-theme .skill-lt .skill-bar .skill-bar-in span:after {
  border-top: 8px solid #ffffff;
}
.skill-lt.md .skill-bar .skill-bar-in {
  height: 8px;
}
.skill-lt.lg .skill-bar .skill-bar-in {
  height: 10px;
}
.skill-lt.light .skill-bar {
  background: rgba(0, 0, 0, 0.5);
}

/*---------------------------
 Portfolio Start
------------------------------*/
.portfolio-content.grid-col-2 .grid-item {
  width: 50%;
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-2 .grid-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 33.3333%;
  }
}
@media (min-width: 1201px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 33.3333%;
  }
}
@media (min-width: 1201px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 100%;
  }
}
.portfolio-content.grid-gutter-md {
  margin-left: -4px;
  margin-right: -4px;
}
.portfolio-content.grid-gutter-md .grid-item {
  padding: 8px;
}
.portfolio-content.grid-gutter-lg {
  margin-left: -6px;
  margin-right: -6px;
}
.portfolio-content.grid-gutter-lg .grid-item {
  padding: 12px;
}
.portfolio-content .grid-item {
  float: left;
}

/*Portfolio Filter*/
.portfolio-filter-01 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .portfolio-filter-01 {
    margin-bottom: 10px;
  }
}
.portfolio-filter-01 .filter li {
  cursor: pointer;
  margin: 0 15px;
  color: #3a3973;
  position: relative;
  padding: 5px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 767px) {
  .portfolio-filter-01 .filter li {
    margin: 0 7px;
    font-size: 12px;
  }
}
.portfolio-filter-01 .filter li:after {
  content: "";
  width: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #fe4f6c;
  position: absolute;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}
.portfolio-filter-01 .filter li:last-child {
  margin-right: 0;
}
.portfolio-filter-01 .filter li:first-child {
  margin-left: 0;
}
.portfolio-filter-01 .filter li:hover {
  color: #fe4f6c;
}
.portfolio-filter-01 .filter li.active {
  color: #fe4f6c;
}
.portfolio-filter-01 .filter li.active:after {
  width: 100%;
}

/*Portfolio Style 2*/
.portfolio-box-01 {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.06);
}
.portfolio-box-01 .portfolio-img {
  position: relative;
}
.portfolio-box-01 .portfolio-img .portfolio-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -40px;
  padding: 30px;
  background: rgba(58, 57, 115, 0.9);
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  opacity: 0;
}
.portfolio-box-01 .portfolio-info {
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  left: -25px;
  padding: 30px;
  z-index: 1;
  opacity: 0;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.portfolio-box-01 .portfolio-info h5 {
  margin: 0 0 5px;
}
.portfolio-box-01 .portfolio-info h5 a {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-color: transparent;
  padding: 0;
  -moz-transition: ease all 0.35s 0.2s;
  -o-transition: ease all 0.35s 0.2s;
  -webkit-transition: ease all 0.35s 0.2s;
  transition: ease all 0.35s 0.2s;
}
.portfolio-box-01 .portfolio-info span {
  color: rgba(255, 255, 255, 0.6);
}
.portfolio-box-01:hover .portfolio-info {
  opacity: 1;
  left: 0;
}
.portfolio-box-01:hover .portfolio-info h5 a {
  background-size: 100% 3px;
}
.portfolio-box-01:hover .portfolio-img .portfolio-icon {
  opacity: 1;
  bottom: 0;
}

@media (min-width: 1201px) {
  .main-left {
    padding-left: 280px;
  }
}

.m-15px-tb {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* Section
---------------------*/
.section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Home Banner
---------------------*/
.home-banner-01 {
  position: relative;
}
.home-banner-01 .ht-text {
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .home-banner-01 .ht-text {
    padding-top: 100px;
    padding-bottom: 0;
    text-align: center;
  }
}
.home-banner-01 .ht-text h6 {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.8);
}
.home-banner-01 .ht-text h1 {
  font-weight: 500;
  font-size: 70px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .home-banner-01 .ht-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .home-banner-01 .ht-text h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .home-banner-01 .ht-text h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .home-banner-01 .ht-text h2 {
    font-size: 18px;
  }
}
.home-banner-01 .ht-text .btn-bar {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .home-banner-01 .ht-text .btn-bar {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-banner-01 .ht-text .btn-bar {
    padding-top: 15px;
  }
}
.home-banner-01 .ht-img {
  position: relative;
  top: 60px;
  z-index: 1;
  text-align: center;
}
.home-banner-01 .bottom-ani {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
}
.home-banner-01 .bottom-ani path {
  fill: #ebf4fa;
}

/* Home Banner
---------------------*/
.home-banner-02 {
  background-size: cover;
  background-position: 59% center;
  position: relative;
}
.home-banner-02 .min-vh-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .home-banner-02 {
    background-position: 65% center;
  }
}
.home-banner-02 .ht-text {
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .home-banner-02 .ht-text {
    padding-top: 100px;
    padding-bottom: 0;
    text-align: center;
  }
}
.home-banner-02 .ht-text h6 {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.8);
}
.home-banner-02 .ht-text h1 {
  font-weight: 500;
  font-size: 70px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .home-banner-02 .ht-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .home-banner-02 .ht-text h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .home-banner-02 .ht-text h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .home-banner-02 .ht-text h2 {
    font-size: 18px;
  }
}
.home-banner-02 .ht-text p {
  font-size: 18px;
  margin: 0;
}
.home-banner-02 .ht-text .btn-bar {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .home-banner-02 .ht-text .btn-bar {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-banner-02 .ht-text .btn-bar {
    padding-top: 15px;
  }
}
.home-banner-02 .social-icons {
  margin-top: 35px;
}
.home-banner-02 .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
  color: #ffffff;
}
.home-banner-02 .social-icons a:hover {
  background: #fe4f6c;
  border-color: #fe4f6c;
}
.home-banner-02 .bottom-ani {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
}
.home-banner-02 .bottom-ani path {
  fill: #ebf4fa;
}

.particles-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}

.go-to-next {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 35px;
  margin: auto;
  z-index: 1;
  text-align: center;
}
.go-to-next a {
  width: 35px;
  height: 35px;
  position: relative;
  display: inline-block;
  background: #fe4f6c;
  border-radius: 50%;
  animation: down 1s linear infinite;
  -webkit-animation: down 1s linear infinite;
}
.go-to-next a span {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes down {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 15px;
    opacity: 1;
  }
  60% {
    top: 15px;
    opacity: 0.60;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes down {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 15px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.7;
}

/* About Me 
---------------------*/
@media (max-width: 991px) {
  .about-text {
    margin-top: 40px;
  }
}
.about-text h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .about-text h3 {
    font-size: 35px;
  }
}
.about-text h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-text h4 {
    font-size: 18px;
  }
}
.about-text p {
  font-size: 18px;
}
.about-text p mark {
  font-weight: 600;
  color: #3a3973;
}
.about-text .btn-bar {
  padding-top: 8px;
}
.about-text .btn-bar a {
  min-width: 150px;
  text-align: center;
  margin-right: 10px;
}

.about-list {
  padding-top: 10px;
}
.about-list .media {
  padding: 5px 0;
}
.about-list label {
  color: #3a3973;
  font-weight: 600;
  width: 88px;
  margin: 0;
  position: relative;
}
.about-list label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 1px;
  height: 12px;
  background: #3a3973;
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  margin: auto;
  opacity: 0.5;
}
.about-list p {
  margin: 0;
  font-size: 15px;
}

.about-img {
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.06);
  padding: 10px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .about-img {
    margin-top: 30px;
  }
}

.counter-section {
  padding: 40px 20px;
}
.counter-section .count-data {
  margin-top: 10px;
  margin-bottom: 10px;
}
.counter-section .count {
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}
.counter-section p {
  font-weight: 500;
  margin: 0;
  color: #fe4f6c;
}

/* Feature Box
---------------------*/
.feature-box-1 {
  padding: 30px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.06);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  background: #ffffff;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fe4f6c;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 47px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #3a3973;
  font-weight: 500;
  margin-bottom: 12px;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  height: 0;
  width: 100%;
  left: 0;
  background: #3a3973;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  height: 100%;
  top: auto;
  bottom: 0;
}

/* Resume Box
---------------------*/
.feature-box-2 {
  position: relative;
  padding: 30px 20px 30px 76px;
  margin: 15px 15px 20px;
  border-bottom: 3px solid #fe4f6c;
  background: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.feature-box-2.dark {
  border-bottom: 3px solid #3a3973;
}
.feature-box-2.dark .icon {
  background: #3a3973;
}
.feature-box-2 .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  right: 0;
  background: #fe4f6c;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
}
.feature-box-2 .time {
  color: #fe4f6c;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
}
.feature-box-2 h5 {
  font-weight: 500;
  color: #3a3973;
  font-size: 16px;
  margin-bottom: 10px;
}
.feature-box-2 p {
  margin: 0;
}

/* Testimonials
---------------------*/
.testimonial-col-01 {
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
  padding: 35px;
  margin: 10px 10px 20px;
  border-radius: 5px;
}
.testimonial-col-01 .media {
  margin-bottom: 20px;
}
.testimonial-col-01 .media .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-col-01 .media .media-body {
  padding-left: 15px;
}
.testimonial-col-01 .media .media-body i {
  margin-right: 3px;
  color: #ffbb00;
  font-size: 20px;
}
.testimonial-col-01 .tc-info h6 {
  font-weight: 500;
  color: #3a3973;
  margin-bottom: 5px;
  font-size: 20px;
}
.testimonial-col-01 p {
  margin: 0;
}

/* Blog 
---------------------*/
.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #3a3973;
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
}
.blog-grid .blog-info {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #3a3973;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

/* Contact Us
---------------------*/
.contact-info {
  background: #ffffff;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  padding: 30px;
}

.contact-name {
  margin-bottom: 30px;
}
.contact-name h5 {
  font-size: 20px;
  color: #3a3973;
  margin-bottom: 5px;
  font-weight: 500;
}
.contact-name p {
  font-size: 16px;
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}
.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}
.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form {
  background: #ffffff;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  padding: 30px;
}
.contact-form .form-control {
  border: 1px solid rgba(58, 57, 115, 0.2);
  background: transparent;
  border-radius: 5px;
  box-shadow: none !important;
  height: calc(2em + .75rem + 2px);
}
.contact-form .form-control:focus {
  border: 1px solid #fe4f6c;
}
.contact-form .form-control.invalid {
  border-color: #ff0000;
}
.contact-form textarea.form-control {
  height: 110px;
}
.contact-form .send {
  margin-top: 20px;
}

/*# sourceMappingURL=master.css.map */
