/*
  * Author : Mesh Creative
  * Website Name :  Pintoinc
  * Version : 1.0
*/
/*------------------------
       Web Fonts css
 ------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dr+Sugiyama&display=swap');

html, body {
  height: 100%; }

body {
  background: #fff;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  color: #4a4a4a; }
  @media (min-width: 991px) {
    body {
      font-size: 18px;
      line-height: 1.6; } }

*, ::after, ::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

@media (max-width: 991px) {
  * {
    scrollbar-width: none; }
    *::-webkit-scrollbar {
      /* This is the magic bit for WebKit */
      display: none; } }

body > * {
  /* Track */
  /* Handle */ }
  body > * ::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  body > * ::-webkit-scrollbar-track {
    background: #f8f8f8; }
  body > * ::-webkit-scrollbar-thumb {
    background: #cccccc; }
  body > * ::-webkit-scrollbar-thumb:window-inactive {
    background: #cccccc; }

ul, li {
  list-style: none;
  margin: 0; }

a {
  text-decoration: none;
  outline: none; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

select {
  outline: none; }

input:focus, select:focus {
  outline: 0; }

a img {
  border: none; }

.clr {
  clear: both;
  height: 0px; }

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

h1 {
  font-size: 30px;
  line-height: 44px;
  margin: 0 0 20px;
  color: #ffffff;
  font-weight: 600; }
  @media (min-width: 1100px) {
    h1 {
      font-size: 48px;
      line-height: 60px; } }

h2 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin: 0 0 20px;
  font-weight: 600; }
  @media (min-width: 1100px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }

h3 {
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  margin: 0 0 20px;
  font-weight: 600; }
  @media (min-width: 1100px) {
    h3 {
      font-size: 32px;
      line-height: 44px; } }

h4 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px;
  font-weight: 600; }
  @media (min-width: 1100px) {
    h4 {
      font-size: 20px;
      line-height: 30px; } }

.btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  border: 0px solid transparent; }
  .btn i {
    margin-left: 5px; }
  .btn:hover {
    cursor: pointer;
    box-shadow: none !important; }
  .btn:focus {
    outline: 0; }
  .btn.btn-primary {
    color: #ffffff;
    background: #3c877d; }
    .btn.btn-primary:hover {
      background: #8b0d3a;
      color: #ffffff;
      border-color: #8b0d3a; }
    .btn.btn-primary:focus {
      background: #8b0d3a;
      color: #ffffff;
      border-color: #8b0d3a; }
  .btn.btn-links {
    padding: 0;
    color: #3c877d;
    text-transform: none;
    box-shadow: none !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline; }
    .btn.btn-links i {
      font-size: 24px; }
    .btn.btn-links:hover {
      text-decoration: none; }
      .btn.btn-links:hover i {
        margin-left: 5px; }
  .btn.btn-secondary {
    color: #ffffff;
    background: #8b0d3a; }
    .btn.btn-secondary:hover {
      background: #3c877d;
      color: #ffffff;
      border-color: #3c877d; }
    .btn.btn-secondary:focus {
      background: #3c877d;
      color: #ffffff;
      border-color: #8b0d3a; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #8b0d3a;
  color: #ffffff;
  border-color: #8b0d3a; }

.form-group {
  position: relative;
  margin-bottom: 15px; }
  .form-group label {
    font-size: 12px;
    line-height: 16px; }
    .form-group label sup {
      color: #c20000;
      font-size: 12px; }
  .form-group input.form-control, .form-group select.form-control, .form-group textarea.form-control {
    border-radius: 4px;
    background: #f0faff;
    padding: 10px 15px;
    border: 1px solid #bbbdbf;
    height: 56px;
    font-size: 14px;
    line-height: 34px;
    width: 100%; }
  .form-group textarea.form-control {
    resize: none;
    height: 110px; }
  .form-group select.form-control:not([size]):not([multiple]) {
    height: 56px; }
  .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f0faff url(../images/select-arrow.png) 100% 50% no-repeat !important; }

/* form starting stylings ------------------------------- */
.input-group {
  position: relative;
  margin-bottom: 30px; }
  .input-group label {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 24px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin: 0; }
  .input-group input {
    font-size: 16px;
    padding: 25px 16px 7px;
    line-height: 28px;
    display: block;
    width: 100%;
    border: 2px solid #dee0e4; }
    .input-group input:focus {
      outline: none;
      border: 2px solid #4a4a4a; }
    .input-group input:focus ~ label,
    .input-group input:valid ~ label {
      top: 10px;
      font-size: 12px; }

/* active state */
.custom-control {
  position: relative;
  display: block;
  min-height: 20px;
  padding-left: 0; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 20px;
  height: 20px;
  opacity: 0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 12px;
  padding-left: 30px;
  color: #4a4a4a; }

.custom-control-label::before {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #bbbdbf;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.custom-control-label::after {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: no-repeat 50%/50% 50%; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #4a4a4a;
  background-color: #4a4a4a; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.checkbox-right {
  padding-left: inherit;
  padding-right: 0px; }
  .checkbox-right .custom-control-input {
    left: inherit;
    right: 0; }
  .checkbox-right .custom-control-label {
    padding-right: 20px; }
  .checkbox-right .custom-control-label::before {
    left: inherit;
    right: 0px; }
  .checkbox-right .custom-control-label::after {
    left: inherit;
    right: 0px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.menu-links {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  z-index: 99;
  padding: 20px 0;
  flex-direction: column;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #6089BA;
  height: 100vh; }

.eyes__img {
  margin: 0 0 30px;
  position: relative; }
  .eyes__img img {
    display: block;
    margin: 0 auto; }

.menu li {
  margin: 10px 0 0px;
  position: relative; }
  .menu li a {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    display: block;
    text-transform: uppercase; }
    .menu li a i {
      margin-left: 4px; }
    .menu li a:hover {
      color: #FDBA22; }
  .menu li:hover > a {
    color: #FDBA22; }
  .menu li:hover .submenu {
    display: block; }
  .menu li.active a {
    color: #FDBA22; }

body.menu-in header {
  background: #000000; }

.menu-icon {
  display: none;
  width: 32px;
  height: 30px;
  position: fixed;
  top: 26px;
  right: 15px;
  z-index: 99999;
  font-size: 32px;
  color: #ffffff !important; }
  @media (max-width: 970px) {
    .menu-icon {
      display: block; } }
  .menu-icon span {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #6089BA;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .menu-icon:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #6089BA;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -10px) rotate(0deg);
    -moz-transform: translate(-50%, -10px) rotate(0deg);
    -ms-transform: translate(-50%, -10px) rotate(0deg);
    transform: translate(-50%, -10px) rotate(0deg);
    -webkit-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s; }
  .menu-icon:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #6089BA;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 8px) rotate(0deg);
    -moz-transform: translate(-50%, 8px) rotate(0deg);
    -ms-transform: translate(-50%, 8px) rotate(0deg);
    transform: translate(-50%, 8px) rotate(0deg);
    -webkit-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s; }

.menu-icon.active span {
  display: none; }

.menu-icon.active::before {
  -webkit-transform: translate(-50%, 0px) rotate(45deg);
  -moz-transform: translate(-50%, 0px) rotate(45deg);
  -ms-transform: translate(-50%, 0px) rotate(45deg);
  transform: translate(-50%, 0px) rotate(45deg); }

.menu-icon.active::after {
  -webkit-transform: translate(-50%, 0px) rotate(-45deg);
  -moz-transform: translate(-50%, 0px) rotate(-45deg);
  -ms-transform: translate(-50%, 0px) rotate(-45deg);
  transform: translate(-50%, 0px) rotate(-45deg); }

.top-right-btns li {
  margin: 0 10px; }
  .top-right-btns li a {
    color: #ffffff;
    font-size: 24px;
    opacity: .7; }
    .top-right-btns li a:hover {
      opacity: 1; }

@media (max-width: 970px) {
  .menu-links {
    position: fixed;
    width: calc(100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
    width: calc(100%);
    height: 100%;
    max-height: calc(100% - 59px);
    top: 0%;
    left: 0px;
    margin: 0;
    right: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s; }
  body.menu-in {
    overflow: hidden; }
  body.menu-in .menu-links {
    top: 87px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden; } }

main {
  padding-top: 87px; }
  @media (min-width: 991px) {
    main {
      padding-left: 300px;
      padding-top: 0; } }

.logo__sec {
  padding: 20px 0;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  .logo__sec img:last-child {
    margin: 4px 0 0 6px; }
  @media (max-width: 991px) {
    .logo__sec {
      padding: 15px 80px 15px 15px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99; } }

.container {
  margin-left: 0;
  max-width: 970px; }

.pinto__about__sec {
  padding: 40px 0; }
  .pinto__about__sec .pinto__text__logo {
    padding: 0 0; }
  @media (max-width: 991px) {
    .pinto__about__sec {
      padding: 25px 0; }
      .pinto__about__sec .pinto__text__logo {
        margin-bottom: 20px; } }

.service-sections {
  padding: 0px 0 40px; }
  .service-sections .service__slider {
    margin: 0 -10px; }
  .service-sections p a {
    color: #6089BA; }
    .service-sections p a:hover {
      text-decoration: underline; }
  .service-sections .services__lists__area {
    margin-bottom: 20px; }
    .service-sections .services__lists__area ul {
	    list-style-type: square;
    }
    .service-sections .services__lists__area li a {
      display: inline-block;
      color: #6089BA; }
      .service-sections .services__lists__area li a:hover {
        text-decoration: underline; }

.services__lists__area {
  column-count: 2; }
  .column1 {
    column-count: 1;
  }
  .services__lists__area.count-one {
    column-count: 1; }
    .services__lists__area.count-one li a {
      font-weight: 600;
      list-style-type: square; }
  .services__lists__area.service__menu {
    column-count: 1; }
    .services__lists__area.service__menu li {
      margin-bottom: 0;
      padding: 0 15px; }
  .services__lists__area li {
    margin-bottom: 10px;
    padding-left: 20px;
  position: relative;}
  .services__lists__area li:before {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #6089BA;
    content: "";
  }
  @media (max-width: 991px) {
    .services__lists__area {
      column-count: 1; } }

.pinto__contact__sec .pinto__contact__sec__in {
  background: #12232E;
  padding: 40px 0; }

.pinto__contact__sec h2 {
  color: #ffffff;
  text-align: center; }

.pinto__contact__sec p {
  color: #ffffff; 
  position: relative;
  padding-left: 40px;
}
.pinto__contact__sec p a {
  color: #ffffff;
}
.pinto__contact__sec p a:hover {
  color: #3c877d;
}
.pinto__contact__sec p i {
  position: absolute;
  left: 0;
  top: 4px;
}

@media (max-width: 991px) {
  .pinto__contact__sec {
    background: #12232E ; } }

.master-footer {
  position: relative;
  margin-top: 20px; 
background-color: #12232e;
margin-top: auto;}
.master-footer img {
  width: 100%;
  max-width: 400px;
}
  .master-footer .footer__in {
    background: #12232e;
    padding: 0 0 20px;
   }
    .master-footer .footer__in p {
      margin: 0; 
    color: #fff; font-size: 14px;}
  @media (min-width: 991px) {
    .master-footer {
      padding-left: 300px; } }
  @media (max-width: 991px) {
    .master-footer {
      background: #12232e; } }

.balver {
  color: red; }

body {
  display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    height: 100%!important;
}
  #contact .form_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact .q {
    display: flex;
    flex-direction: column;
    width: 47%;
  }
  @media (min-width: 991px) {
    .pinto__about__detail {
      padding-right: 20px;
    }
  }
  h2.sign {
    font-family: 'Dr Sugiyama', cursive;
    font-style: italic;
    font-size: 42px;
  }
  
  
  
  /* Custom */
  
  .bio .image img{
	float: left;
	mergin-right: 20px; 
}