/*-----------------------------------------------------------------------------------

    Template Name: Freelancer - CV and Personal Portfolio Template
    Template URI: uideck.com
    Description: Freelancer - CV and Personal Portfolio Template
    Author: UIdeck
    Author URI: uideck.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:400,600,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #646F87; }

* {
  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 {
    color: #194fa5;
}
a:focus,a:hover {
    text-decoration: none;
}

i, span, a {
    display: inline-block;
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #293651;
  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: 24px;
  color: #646F87;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 40px;
  font-size: 16px;
  line-height: 55px;
  height: 55px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  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;
  background-color: #194fa5; }
  @media (max-width: 767px) {
    .main-btn {
      padding: 0 30px;
      height: 45px;
      line-height: 45px; } }
  .main-btn:hover {
    background-color: rgba(0, 167, 142, 0.7);
    color: #fff; }
  .main-btn.main-btn-2 {
    background-color: transparent;
    color: #646F87;
    border: 2px solid #646F87;
    line-height: 51px; }
    @media (max-width: 767px) {
      .main-btn.main-btn-2 {
        line-height: 41px; } }
    .main-btn.main-btn-2:hover {
      background-color: rgba(100, 111, 135, 0.2);
      color: #646F87; }

/*===== All Section Title Style =====*/
.section_title .sub_title {
  font-size: 20px;
  font-weight: 600;
  color: #194fa5; }
  @media (max-width: 767px) {
    .section_title .sub_title {
      font-size: 16px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title .sub_title {
      font-size: 18px; } }
.section_title .main_title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .section_title .main_title {
      font-size: 22px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title .main_title {
      font-size: 26px; } }
.section_title .line {
  padding-top: 10px; }
  .section_title .line li {
    display: inline-block;
    background-color: #194fa5;
    border-radius: 50px;
    height: 3px; }
    .section_title .line li:nth-of-type(1) {
      width: 64px; }
    .section_title .line li:nth-of-type(2) {
      width: 10px; }
    .section_title .line li:nth-of-type(3) {
      width: 7px; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #194fa5 #194fa5 #eceff8;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #eceff8;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #eceff8;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
        02.HEADER css
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -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; }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -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; }
  .sticky .navbar {
    padding: 10px 0; }

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  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; }

.navbar-brand {
  padding: 0; }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #293651;
    display: block;
    margin: 5px 0;
    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; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px; } }

.navbar-nav .nav-item {
  margin-left: 45px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #293651;
    -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;
    padding: 10px 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #293651; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #293651; } }
    .navbar-nav .nav-item a span {
      width: 0;
      height: 2px;
      background-color: #293651;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 50px;
      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; }
      .navbar-nav .nav-item a span::before {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #293651;
        left: 110%; }
      .navbar-nav .nav-item a span::after {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        background-color: #293651;
        left: 140%; }
  .navbar-nav .nav-item.active > a span, .navbar-nav .nav-item:hover > a span {
    opacity: 1;
    visibility: visible;
    width: 60%; }
    .navbar-nav .nav-item.active > a span::before, .navbar-nav .nav-item:hover > a span::before {
      width: 20%; }
    .navbar-nav .nav-item.active > a span::after, .navbar-nav .nav-item:hover > a span::after {
      width: 15%; }
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item:hover .sub-menu {
        top: 0; } }
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 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) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible; } }
    .navbar-nav .nav-item .sub-menu li {
      display: block; }
      .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #293651; }
        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
          padding-left: 25px;
          color: #194fa5; }
.navbar-nav .sub-nav-toggler {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #293651;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  @media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #293651;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px; } }
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #293651;
    border-bottom: 1px solid #293651;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px; }

.sticky .navbar-nav .nav-item a {
  color: #293651; }
.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #194fa5; }

/*===== HEADER HERO =====*/
.header_hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  background-color: #F9F9F9;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 100px; }

.header_social {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid rgba(0, 167, 142, 0.21);
  border-radius: 50px; }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header_social {
      left: 20px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_social {
      left: 20px; } }
  .header_social li a {
    font-size: 18px;
    padding: 20px 15px;
    color: rgba(100, 111, 135, 0.58);
    -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: 1200px) and (max-width: 1399px) {
      .header_social li a {
        padding: 10px 10px;
        font-size: 16px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header_social li a {
        padding: 10px 10px;
        font-size: 16px; } }
    .header_social li a:hover {
      color: #194fa5; }

.header_hero_shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1; }
  .header_hero_shape::before {
    position: absolute;
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #194fa5;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    top: 0;
    left: 0; }

.header_hero_content .header_sub_title {
  font-size: 30px;
  font-weight: 600;
  color: #194fa5;
  letter-spacing: 4px; }
  @media (max-width: 767px) {
    .header_hero_content .header_sub_title {
      font-size: 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .header_sub_title {
      font-size: 30px; } }
.header_hero_content .header_title {
  font-size: 50px;
  font-weight: 700;
  color: #293651;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .header_hero_content .header_title {
      font-size: 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .header_title {
      font-size: 30px; } }
.header_hero_content span {
  font-size: 18px;
  font-weight: 500;
  color: #293651;
  margin-top: 15px; }
.header_hero_content p {
  margin-top: 15px; }
.header_hero_content .main-btn {
  margin-top: 30px; }

.header_hero_image img {
  width: 100%; }

/*===========================
        03.ABOUT css
===========================*/
.about_image {
  position: relative; }
  .about_image img {
    width: 100%; }
  .about_image .about_shape {
    width: 404px;
    height: 525px;
    border-left: 15px solid #194fa5;
    border-bottom: 15px solid #194fa5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      .about_image .about_shape {
        width: 100%;
        height: 380px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about_image .about_shape {
        width: 404px;
        height: 525px; } }
    .about_image .about_shape::before {
      position: absolute;
      content: '';
      width: 15px;
      height: 85%;
      background-color: #194fa5;
      bottom: 0;
      right: 0; }
    .about_image .about_shape::after {
      position: absolute;
      content: '';
      width: 104%;
      height: 15px;
      background-color: #194fa5;
      top: 36px;
      right: -2px;
      -webkit-transform: rotate(11deg);
      -moz-transform: rotate(11deg);
      -ms-transform: rotate(11deg);
      -o-transform: rotate(11deg);
      transform: rotate(11deg);
      border-top-left-radius: 20px; }
      @media (max-width: 767px) {
        .about_image .about_shape::after {
          top: 27px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .about_image .about_shape::after {
          top: 37px; } }

.about_content p {
  margin-top: 10px; }

.skill_item .skill_header {
  position: relative; }
  .skill_item .skill_header .skill_title {
    font-size: 14px;
    font-weight: 500; }
  .skill_item .skill_header .skill_percentage {
    position: absolute;
    top: -3px;
    right: 0; }
    .skill_item .skill_header .skill_percentage p {
      font-size: 14px;
      font-weight: 400; }
.skill_item .skill_bar {
  margin-top: 15px; }
  .skill_item .skill_bar .bar_inner {
    width: 100%;
    height: 9px;
    border-radius: 5px;
    background-color: rgba(100, 111, 135, 0.11);
    position: relative; }
    .skill_item .skill_bar .bar_inner .progress_line {
      position: absolute;
      top: 0;
      left: 0;
      height: 9px;
      border-radius: 5px;
      background-color: #194fa5;
      -webkit-transition: all 2s ease-out 0s;
      -moz-transition: all 2s ease-out 0s;
      -ms-transition: all 2s ease-out 0s;
      -o-transition: all 2s ease-out 0s;
      transition: all 2s ease-out 0s;
      width: 0; }
      .skill_item .skill_bar .bar_inner .progress_line::before {
        position: absolute;
        content: '';
        width: 7px;
        height: 18px;
        background-color: #fff;
        border: 2px solid #194fa5;
        top: -5px;
        right: 0; }

/*===========================
       04.SERVICE css
===========================*/
.services_area {
  background-color: #F9F9F9; }

.single_service {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  -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;
  background-color: #fff; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_service {
      padding: 20px; } }
  .single_service .service_icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 46px;
    background-color: #194fa5;
    color: #fff;
    border-radius: 25px;
    border-bottom-right-radius: 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; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_service .service_icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 36px; } }
  .single_service .service_content {
    margin-top: 25px; }
    .single_service .service_content .service_title a {
      font-size: 22px;
      font-weight: 600;
      color: #293651;
      -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) {
        .single_service .service_content .service_title a {
          font-size: 18px; } }
    .single_service .service_content p {
      margin-top: 20px;
      -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; }
  .single_service:hover {
    background-color: #194fa5; }
    .single_service:hover .service_icon i {
      background-color: #fff;
      color: #194fa5; }
    .single_service:hover .service_content .service_title a {
      color: #fff; }
    .single_service:hover .service_content p {
      color: #fff; }

/*===========================
   10.CALL TO ACTION css
===========================*/
.call_to_action_wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  .call_to_action_wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.06; }

.call_to_action_box {
  background-color: #194fa5;
  padding: 30px 60px 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 5; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .call_to_action_box {
      padding: 10px 40px 40px; } }
  @media (max-width: 767px) {
    .call_to_action_box {
      padding: 0px 20px 20px; } }
  .call_to_action_box::before {
    position: absolute;
    content: '';
    background-image: url(../images/shape-2.png);
    background-position: bottom center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: -1; }
  .call_to_action_box .call_to_action_content {
    max-width: 520px;
    margin-top: 25px; }
    .call_to_action_box .call_to_action_content .action_title {
      color: #fff;
      font-size: 35px;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .call_to_action_box .call_to_action_content .action_title {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .call_to_action_box .call_to_action_content .action_title {
          font-size: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .call_to_action_box .call_to_action_content .action_title {
          font-size: 26px; } }
    .call_to_action_box .call_to_action_content .line {
      padding-top: 10px; }
      .call_to_action_box .call_to_action_content .line li {
        display: inline-block;
        background-color: #fff;
        border-radius: 50px;
        height: 3px; }
        .call_to_action_box .call_to_action_content .line li:nth-of-type(1) {
          width: 64px; }
        .call_to_action_box .call_to_action_content .line li:nth-of-type(2) {
          width: 10px; }
        .call_to_action_box .call_to_action_content .line li:nth-of-type(3) {
          width: 7px; }
    .call_to_action_box .call_to_action_content p {
      color: #fff;
      margin-top: 15px; }
  .call_to_action_box .call_to_action_btn {
    margin-top: 30px; }
    .call_to_action_box .call_to_action_btn .main-btn {
      color: #194fa5;
      background-color: #fff; }
      .call_to_action_box .call_to_action_btn .main-btn:hover {
        background-color: rgba(255, 255, 255, 0.8); }

/*===========================
      11.FOOTER css
===========================*/
.footer_content .footer_social {
  margin-top: 45px; }
  .footer_content .footer_social li {
    display: inline-block;
    margin: 0 10px; }
    .footer_content .footer_social li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      font-size: 18px;
      color: #646F87;
      background-color: rgba(41, 54, 81, 0.07);
      -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; }
      .footer_content .footer_social li a:hover {
        color: #194fa5; }
.footer_content .email {
  font-size: 44px;
  font-weight: 600;
  color: #293651;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .footer_content .email {
      font-size: 20px;
      margin-top: 25px; } }
.footer_content .footer_menu {
  padding-top: 20px; }
  .footer_content .footer_menu li {
    display: inline-block;
    margin: 10px 20px 0; }
    @media (max-width: 767px) {
      .footer_content .footer_menu li {
        margin: 10px 12px 0; } }
    .footer_content .footer_menu li a {
      font-size: 16px;
      font-weight: 600;
      color: #293651; }
      @media (max-width: 767px) {
        .footer_content .footer_menu li a {
          font-size: 15px; } }

/*# sourceMappingURL=style.css.map */
.files .input-uploader {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 58px 0px 85px 0%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.files .input-uploader:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
}
.files{ position:relative}
.files:after {  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  display: block;
  margin: 0 auto;
}
.color input{ background-color:#f1f1f1;}
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #194fa5;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
/**********************/
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/*================Slider======================*/
.range {
  -webkit-appearance: none;
  vertical-align: middle;
  outline: none;
  border: none;
  padding: 0;
  background: none;
  margin-left: 27%;
  width: 162px;
}

.range::-webkit-slider-runnable-track {
  background-color: #d7dbdd;
  height: 6px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.range[disabled]::-webkit-slider-runnable-track {
  border: 1px solid #d7dbdd;
  background-color: transparent;
  opacity: 0.4;
}

.range::-moz-range-track {
  background-color: #d7dbdd;
  height: 6px;
  border-radius: 3px;
  border: none;
}

.range::-ms-track {
  color: transparent;
  border: none;
  background: none;
  height: 6px;
}

.range::-ms-fill-lower {
  background-color: #d7dbdd;
  border-radius: 3px;
}

.range::-ms-fill-upper {
  background-color: #d7dbdd;
  border-radius: 3px;
}

.range::-ms-tooltip { display: none; }

.range::-moz-range-thumb {
  border-radius: 20px;
  height: 18px;
  width: 18px;
  border: none;
  background: none;
  background-color: #194fa5 ;
}

.range:active::-moz-range-thumb {
  outline: none;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  background-color: #194fa5 ;
  height: 18px;
  width: 18px;
  margin-top: -7px;
}

.range[disabled]::-webkit-slider-thumb {
  background-color: transparent;
  border: 1px solid #194fa5 ;
}

.range:active::-webkit-slider-thumb {
  outline: none;
}

.range::-ms-thumb {
  border-radius: 100%;
  background-color: #194fa5 ;
  height: 18px;
  width: 18px;
  border: none;
}

.range:active::-ms-thumb {
  border: none;
}

output {
  border: 1px solid #d7dbdd;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding: .4em .6em;
  border-radius: 3px;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
input[type='file'] {
  cursor: inherit;
  display: block;
  /* font-size: 999px; */
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}


.rounded-lg {
  border-radius: 1rem;
}

.custom-file-label.rounded-pill {
  border-radius: 50rem;
}

.custom-file-label.rounded-pill::after {
  border-radius: 0 50rem 50rem 0;
}
/**************Hero section card*********/
.hero-section-card{
  width: 95%;
  margin:0 auto;
  text-align:center;
  box-shadow: 0px 0px 10px 0px rgba(196, 196, 19,0.3);
}
.upload-file-btn{
  /* margin-left:-22%; */
  width: 60%;
  text-align: center;
 cursor: pointer;
}
.file-type{
  margin-left: 36%
}
.submit-upladed-file{
 width: 50%;
 margin-top: 30px;
 margin-bottom: 30px;
}
.alert-uploaded-file-name{
 width:100%;
}
/************Converting Loader******/
.converting-loader{
  margin: 0 auto;
  width: 200px;
  margin-top: 50px;
}
.convert-status{
  margin: 0 auto;
}
.please-wait{
  text-align: center;
  margin-top: 25px;
}
.download-file{
  font-size:29px;
  color:#194fa5;
}
.status-card{
  margin: 0 auto;
  margin-top: 30px;
  width: 80%;

}
.upload-another-file{
  margin-left: 24%;
}
.upload-error{
  font-size:29px;
  color:red;
}
.try-again{
  color:red;
}
.download{
  color: #194fa5;
}
.inhancement-label{
  font-size: x-large;
}
.disable-file-uploader{
  opacity: 0.5;
}
#copied{
  display: none;
}
#copied_link{
  word-wrap: break-word;
    width: 96%;


}
.generated-link{
  color: #007bff !important;
  text-decoration: underline !important;
}
.icon-status{
  margin-bottom: 14px;

}
.convert-logo{
  width: 43px;
}
.logo-title{
  font-weight: 600;
    color: #194fa5;
}


@media (max-width: 450px) {
  #logo {
    height: auto;
    width: auto;
    max-width: 250px;
  }

}

/*****eMachineShop*****/
#footaddr fieldset.title {
  border-top: 2px solid #6C6D6F;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 0.9rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.et_social_icons_container{
display: inline-flex;
    height: 40px;
    margin: 0 auto;
}
.et_social_facebook,
.et_social_twitter,
.et_social_youtube
{padding: 20px;
padding-top:10px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
border-radius: 50%;
margin-right: 10px;
background-color: #525860;
}
.et_social_follow{
  margin-left: -11px;
    margin-top: -17px;
    font-size: 23px;
    color: #fff;
}
.e-machine-shop-footer{
  margin-top:22px;
}
#footer-download {
  background: #194fa5;
  color: white;
  text-decoration: none;
  padding: 10px 64px;
  width: 290px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 20px;
  transition: none;
}
.e-machine-shop-contact-us{
  text-decoration: underline !important;
}
.btn-primary{
  background-color: #194fa5 !important;
  border-color:  #194fa5 !important;
  border-radius: 4px;
  font-weight: bold;
  font-size: 20px;

}
.btn-success{
 background-color:#3FC37D !important;
 border-color:#3FC37D !important;
 border-radius: 4px;
 font-weight: bold;
 font-size: 20px;
}
#footer-social-buttons{
 width: 90px;
}
.badge-success{
  background-color:#3FC37D !important;
  border-color:#3FC37D !important
}
.text-primary{
  color:#194fa5 !important;
}
.powered-by{
  font-size: 10px;
  margin-left: 68px;
  margin-top: -18px;

}
.privacy-policy{
  text-decoration: underline !important;
}

/*Custom styles*/
.header_hero h1 {
    font-size: 29px;
    padding-bottom: 22px;
}
.bootstrap-wrapper > .row {
    margin-right: -15px;
    margin-left: -15px;
}

/*Left panel*/
	.namespace {
		font-family: 'gilroy-light';
	}
	.namespace hr.gradient {
		background: linear-gradient(to right, transparent, #e5e5e5);
		height: 1px;
		border: none;
		margin: 5px 0;
	}
	.namespace #btn-download-now {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0.3em 2em!important;
		color: #ffffff!important;
		border-width: 0 !important;
		border-radius: 40px;
		font-size: 22px;
		background-color: #1EC279;
		text-decoration: none;
		line-height: 1.7em!important;
	}
	.namespace #btn-download-now:hover {
		transition: all 300ms ease 0ms;
		background-image: initial;
		background-color: #1caf6e;
	}
	.namespace .block-title {
		font-size: 18px;
		font-weight: 600;
		line-height: 40px;
	}
	.namespace .block-title-sm {
		font-size: 16px;
		font-weight: 600;
	}
	.namespace .block-text {
		font-size: 16px;
		line-height: 16px;
	}
	.namespace img {
		border-radius: 4px;
	}

    /* materials browser */
    #materials-browser-block .label-line {
        color: white;
        font-weight: 700;
    }

	#materials-browser-block {
        margin-right: -15px;
        margin-left: -15px;
		border-top: 1px solid #e6e6e6;
		background-color: #F9F9F9;
		max-width: 100%;
		width: 100%;
	}
	#materials-browser-block > div {
	    width: 100%;
	}
    .namespace #materials-browser-container .fw-bold {
        font-weight: 700!important;
    }
    .namespace #materials-browser-container .fs-5 {
        font-size: 1.25rem!important;
    }
    .namespace #materials-browser-container .pb-2 {
        padding-bottom: .5rem!important;
    }
    .namespace #materials-browser-container .pt-1 {
        padding-top: .25rem!important;
    }
    .namespace #materials-browser-container .border-secondary {
        border-color: #6c757d!important;
    }
    .namespace #materials-browser-container .border-top {
        border-top: 1px solid #dee2e6!important;
    }
    .namespace #materials-browser-container .text-muted {
        color: #6c757d!important;
    }
    .namespace #materials-browser-container .justify-content-center {
        justify-content: center!important;
    }
    .namespace #materials-browser-container .flex-column {
        flex-direction: column!important;
    }
    .namespace #materials-browser-container .d-flex {
        display: flex!important;
    }
    .namespace #materials-browser-mousetip p,
    .namespace #materials-browser-mousetip span {
        font-family: Roboto, sans-serif;
        font-size: 1rem;
    }
    .namespace #materials-browser-mousetip .fs-6 {
        font-size: 1.2rem !important;
    }
    .namespace #materials-browser-mousetip p {
        font-weight: normal;
        margin: 0;
        padding: 0 10px;
    }
    .namespace #materials-browser-mousetip span {
        font-weight: bold;
    }
    .namespace #materials-browser-container .graph{
        height: 90vh;
    }
    .namespace #materials-browser-container .detail{
        border-radius: 100%;
        line-height: 1.1;
    }
    .namespace #materials-browser-container .detail-content{
        height: 100%;
        width: 100%;
        padding: 5% 15%;
    }
    .namespace #materials-browser-container .label-content{
        height: 100%;
        width: 100%;
        justify-content: center!important;
        flex-direction: column!important;
        display: flex!important;
    }
    .namespace #materials-browser-mousetip {
        position: fixed;
        z-index: 600;
        transition: all 0.2s;
        background: rgba(255, 255, 255, 0.9);
        padding: 0.4em 1em;
        border-radius: 0.4em;
        box-shadow: 0 0rem 0.2rem 0 rgba(0, 0, 0, 0.14);
        max-width: 300px;
    }
    .namespace #materials-browser-mousetip p {
        margin:0.3em;
    }
    .namespace #materials-browser-mousetip.close {
        display: none;
    }

