@charset "UTF-8";
@font-face {
  font-family: 'Conv_Montserrat-Bold';
  src: url("../fonts/font/Montserrat-Bold.eot");
  src: local("Γÿ║"), url("../fonts/font/Montserrat-Bold.woff") format("woff"), url("../fonts/font/Montserrat-Bold.ttf") format("truetype"), url("../fonts/font/Montserrat-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_Montserrat-Medium';
  src: url("../fonts/font/Montserrat-Medium.eot");
  src: local("Γÿ║"), url("../fonts/font/Montserrat-Medium.woff") format("woff"), url("../fonts/font/Montserrat-Medium.ttf") format("truetype"), url("../fonts/font/Montserrat-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_Montserrat-Regular';
  src: url("../fonts/font/Montserrat-Regular.eot");
  src: local("Γÿ║"), url("../fonts/font/Montserrat-Regular.woff") format("woff"), url("../fonts/font/Montserrat-Regular.ttf") format("truetype"), url("../fonts/font/Montserrat-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*----------- function -----------*/
/*---------- animation ----------*/
@keyframes loading {
  0%,100% {
    opacity: .5;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }
@keyframes about_animate {
  0%,100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px); } }
/* --------------------------------
RESET CSS
-------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

ul,
li {
  list-style: none; }

select {
  width: 100%; }

input:focus, button:focus, textarea:focus, select:focus {
  outline: 0; }

a {
  color: #4a4a4a; }
  a:hover {
    color: #4a4a4a;
    text-decoration: none; }

button {
  padding: .6rem 2rem;
  background: #e02860;
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  border: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  button:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  font-size: 15px;
  overflow-x: hidden; }

body {
  line-height: 1.6;
  font-family: "Conv_Montserrat-Regular";
  overflow-x: hidden; }

input {
  height: 42px;
  padding: 0;
  background: transparent;
  width: 100%;
  border-width: 0 0 2px 0;
  color: #fff;
  margin-bottom: 1rem;
  border-color: #dedede;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  input:focus {
    border-color: #12183c; }
  input::placeholder {
    color: #b2b1b1; }

textarea {
  resize: none;
  padding: .5rem 0;
  height: 84px;
  background: transparent;
  width: 100%;
  border-width: 0 0 2px 0;
  color: #fff;
  margin-bottom: 1rem;
  border-color: #eeeeee;
  border-color: #dedede;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  textarea:focus {
    border-color: #12183c; }
  textarea::placeholder {
    color: #b2b1b1; }

p, h1, h2, h3, form {
  margin: 1rem 0px; }

h1 {
  font-size: 40px;
  font-size: 3rem; }

h2 {
  font-size: 30px;
  font-size: 1.8rem; }

h3 {
  font-size: 25px;
  font-size: 1.2rem; }

section {
  padding: 4rem 0; }

.hidden {
  display: none; }

.section_tit {
  position: relative;
  margin: 0 0 3rem;
  font-family: "Conv_Montserrat-Bold";
  color: #12183c; }
  .section_tit:before {
    content: "";
    width: 70px;
    height: 2px;
    display: block;
    position: absolute;
    left: 10px;
    bottom: -3px;
    background: #12183c; }
  .section_tit:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #e02860;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0; }

.margin_top {
  margin-top: 4rem; }

.border_top {
  border-top: 2px solid #fff;
  padding-top: 3rem; }

.container {
  min-width: 80%; }

header .navbar .nav-item .nav-link {
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
header .navbar .nav-item.active .nav-link {
  color: #e02860;
  border-top: 2px solid #e02860; }
header .navbar-brand {
  position: relative;
  z-index: 1;
  line-height: 0; }
  header .navbar-brand .navbar-brand {
    max-width: 150px;
    height: 85px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1); }
header .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1; }
  header .loading h1 {
    color: #fff;
    animation: loading 3s 0s ease-in-out infinite; }
header.header-scroll_bg_light {
  background: #12183c; }
  header.header-scroll_bg_light .navbar-brand .navbar-brand {
    height: 50px;
    filter: none; }

/*--------------- sections-----------------*/
.top_sec {
  padding: 10rem 0 10rem;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/top.jpg);
  color: #fff;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(17, 19, 32, 0.9);
  background-blend-mode: multiply;
  min-height: 100vh;
  background-attachment: fixed; }
  .top_sec svg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    fill: #fff; }
  .top_sec .hero_content {
    position: relative;
    top: -50%;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); }
    .top_sec .hero_content h1 {
      font-size: 4rem;
      font-family: "Conv_Montserrat-Bold";
      margin-bottom: 3rem;
      padding-bottom: 1rem; }
    .top_sec .hero_content h2 {
      font-family: "Conv_Montserrat-Bold"; }
    .top_sec .hero_content img {
      vertical-align: middle;
      margin-right: 1.5rem; }

#about {
  padding: 7rem 0 3rem; }
  #about .about-img {
    padding: 1rem 1rem 0 0;
    position: relative; }
    #about .about-img > div {
      overflow: hidden; }
    #about .about-img img {
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    #about .about-img:before {
      position: absolute;
      content: "";
      border: 6px solid #12183c;
      bottom: 1rem;
      left: 1rem;
      width: calc(100% - 1rem);
      height: calc(100% - 1rem);
      z-index: 1; }
    #about .about-img:hover img {
      -webkit-transform: scale(1.3, 1.3);
      -moz-transform: scale(1.3, 1.3);
      -o-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

#skills .progress_bar p {
  position: relative;
  height: 10px;
  border-radius: 25px;
  overflow: hidden;
  width: 100%; }
  #skills .progress_bar p span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e02860; }

#services {
  padding: 8rem 0 7rem;
  background-image: url(../img/about.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(17, 19, 32, 0.9);
  background-blend-mode: multiply;
  background-attachment: fixed;
  position: relative; }
  #services .section_tit {
    color: #fff; }
    #services .section_tit:before {
      background: #ffffff; }
  #services .svg-top, #services .svg-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    fill: #fff;
    line-height: 0; }
  #services .svg-top {
    transform: rotate(180deg);
    top: -1px;
    bottom: auto; }
  #services .serv {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2rem;
    padding: 3rem 2rem;
    background: #fff;
    text-align: center;
    font-family: "Conv_Montserrat-Medium"; }
    #services .serv h3 {
      font-family: "Conv_Montserrat-Medium"; }
    #services .serv img {
      margin-right: 1rem; }
    #services .serv:hover {
      -webkit-transform: translate(0, -10px);
      -moz-transform: translate(0, -10px);
      -o-transform: translate(0, -10px);
      transform: translate(0, -10px);
      background: #12183c;
      color: #fff; }

#portfolio .toolbar {
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 2rem;
  margin-top: 2rem; }
#portfolio .portfolio_item {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 2rem; }
  #portfolio .portfolio_item h3 {
    color: #4a4a4a; }
  #portfolio .portfolio_item.scale-anm {
    transform: none; }
  #portfolio .portfolio_item .portfolio {
    max-height: 300px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(177, 177, 177, 0.3);
    margin-bottom: 2rem;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    #portfolio .portfolio_item .portfolio ._img {
      line-height: 0; }
    #portfolio .portfolio_item .portfolio .project_desc {
      position: fixed;
      top: 0;
      left: 0;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 1919;
      background: rgba(0, 0, 0, 0.5);
      cursor: auto;
      padding: 3rem 0; }
      #portfolio .portfolio_item .portfolio .project_desc .container {
        padding: 3rem 2rem;
        background: #12183c;
        color: #fff;
        height: 100%;
        overflow-y: auto;
        position: relative; }
        #portfolio .portfolio_item .portfolio .project_desc .container .close_popup {
          position: absolute;
          top: 1rem;
          right: 1rem;
          cursor: pointer;
          color: #fff; }
        #portfolio .portfolio_item .portfolio .project_desc .container img {
          height: 100%; }
        #portfolio .portfolio_item .portfolio .project_desc .container p {
          max-width: 700px; }
      #portfolio .portfolio_item .portfolio .project_desc .btn {
        padding: .6rem 2rem;
        background: #e02860;
        color: #fff;
        display: inline-block;
        position: relative;
        overflow: hidden; }
        #portfolio .portfolio_item .portfolio .project_desc .btn:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.1);
          -webkit-transform: scale(0, 1);
          -moz-transform: scale(0, 1);
          -o-transform: scale(0, 1);
          transform: scale(0, 1);
          transform-origin: left;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #portfolio .portfolio_item .portfolio .project_desc .btn:hover:before {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
#portfolio .fil_btn {
  display: inline-block;
  padding: 0;
  margin: 0 1rem 0 0;
  vertical-align: middle;
  font-size: 1.2rem;
  background: transparent;
  border-color: transparent;
  border-radius: 25px;
  color: #4a4a4a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #portfolio .fil_btn.active, #portfolio .fil_btn:hover {
    color: #e02860;
    font-family: "Conv_Montserrat-Medium";
    box-shadow: none; }

#contact {
  background-image: url(../img/contact.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(17, 19, 32, 0.9);
  background-blend-mode: multiply;
  background-attachment: fixed;
  position: relative;
  padding: 8rem 0 5rem; }
  #contact .svg-top {
    position: absolute;
    width: 100%;
    left: 0;
    transform: rotate(180deg);
    top: -1px;
    fill: #fff;
    line-height: 0; }
  #contact .section_tit {
    color: #fff; }
    #contact .section_tit:before {
      background: #ffffff; }
  #contact .contact {
    margin-top: 3rem;
    border-radius: 8px; }
    #contact .contact input {
      width: 96%; }
  #contact .btn {
    padding: .6rem 2rem;
    background: #e02860;
    color: #fff;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    #contact .btn:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1);
      transform-origin: left;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #contact .btn:hover:before {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }

footer {
  line-height: 0;
  padding: 1rem .5rem; }

@media (max-width: 991px) {
  .header #navbarSupportedContent {
    background: #fff;
    margin-top: 1rem;
    padding: 0 2rem; }
    .header #navbarSupportedContent .nav-link {
      color: #4a4a4a; }
  .header.header-scroll_bg_light #navbarSupportedContent {
    background: transparent; }
    .header.header-scroll_bg_light #navbarSupportedContent .nav-link {
      color: #fff; } }
@media (max-width: 767px) {
  #services .serv {
    justify-content: flex-start !important; }

  .top_sec .hero_content {
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-bottom: 3rem; }
    .top_sec .hero_content header .brand .navbar-brand {
      max-height: 50px; }
    .top_sec .hero_content header .toggle_menu {
      position: relative;
      z-index: 1;
      background: transparent;
      font-size: 20px;
      padding: 0; }
    .top_sec .hero_content h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem; }
    .top_sec .hero_content img {
      width: 30px; } }
@media (max-width: 575px) {
  html {
    font-size: 12px; }

  h1 {
    font-size: 2.5rem; }

  header .nav {
    justify-content: center; }
  header .nav-item .nav-link {
    padding: 1.5rem .6rem; } }

/*# sourceMappingURL=style.css.map */
