/*
Author       : Khusni Ridho
Template Name: Portofolio
Version      : 0.2
*/

/*=============================================================
CSS INDEX
=============================
01. GENERAL STYLE (BODY, LINK COLOR, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING ORDERS etc)
02. START BOOTSTRAP NAVIGATION OVERRIDES
03. START HOME DESIGN
04. START ABOUT DESIGN
05. START HIRE DESIGN
06. START CONTACT DESIGN (START MAP DESIGN)
07. START FOOTER DESIGN

=============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
:root {
  /*--thm-font: 'Poppins', sans-serif;*/
  /*--thm-font: 'Montserrat', sans-serif;*/
  /*--thm-font: 'Viga', sans-serif;*/
  --thm-font: 'Quicksand', sans-serif;
  --thm-body: #021b42;
  --thm-base: #34adf4;
  --thm-color: #2b1d6a;
  --thm-black: #1b1a1e;
  --thm-white: #ffffff;
  --thm-blue: #afb2bf;
  --thm-gray: #8e8e8e;
  --thm-f6: #0000003d;
  --thm-fb: #f6f6f6;
  --thm-gradien: linear-gradient(to left, #021b42 65vw, #2b1d6a 65vw);
}
html{
  overflow-x: hidden;
  height: 100%;

}
body {
  background-color: var(--thm-body);
  font-family: var(--thm-font);
  font-size: 14px;
  color:  var(--thm-black);

}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--thm-font);
  color: var(--thm-white);

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;

}
h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;
  font-weight: 700;

}
h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
  font-weight: 700;

}
h4 {
  font-size: 20px;
  line-height: 27px; 
}

h5 {
  font-size: 18px;
  line-height: 26px; 
}

h6 {
  font-size: 14px;
  line-height: 22px; 
}

p:last-child {
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: var(--thm-white);
  line-height: 24px;
  font-family: var(--thm-font);
  font-weight: 500;
  letter-spacing: 0.3px;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a:focus, .btn:focus {
  text-decoration: none;
  outline: none;
}
a:hover, a:active {
  color: var(--thm-base);
  text-decoration: none;
  outline: 0;
}
*, ::before, ::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span {
  letter-spacing: 0;
}
a, button {
  outline: medium none;
  color: inherit;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}
.form-group {
  margin-bottom: 30px;
}
input, textarea {
  color: var(--thm-black);
  border-radius: 10px;
  border: 3px solid transparent;
  background: var(--thm-f6);
}
input.active,
input:focus,
textarea.active,
textarea:focus {
  outline: none;
  border: 3px solid var(--thm-base);
  background: transparent;
}
button {
  border: none;
  outline:none;
}
.atf-color-ase{
  color:var(--thm-blue)
}
.no-border{
  border:none! important;
}
::-webkit-scrollbar {
  display: none;
}
.scroll-bar{
  position: fixed;
  right: 0;
  top: 0;
  width: 5px;
  overflow: hidden;
  z-index: 9999;
  border-radius: 50px;
  height: 100%;
  border-left: 5px solid #00ffe7;
  box-shadow: 0 0 20px #00ffe7;
  animation: custom-scroll 5s linear infinite;
}
.scroll{
  position: absolute;
  background-color: #00ffe7;
  animation: custom-scroll 5s linear infinite;
  transition: 1s ease-in;
  width: 100vw;
  height: 100vh;
}
@keyframes custom-scroll{
  0%, 100%{
    filter: hue-rotate(0deg);
  }
  50%{
    filter: hue-rotate(360deg);
  }
}
.atf-bubling {
  bottom: -80vh;
}
.rembow{
  background: linear-gradient(to right, #ff0101, lime, #009fff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: 1.7s rembow linear infinite;
}
@media only screen and (min-width : 991.1px) {
  .atf-bubling-item{
    animation: anim linear infinite;
  }
  @keyframes anim{
    100%{transform: translateY(calc(-980vh))}
  }
}
@media only screen and (max-width : 991px) {
  .atf-bubling-item{
    animation: anim linear infinite;
  }
  @keyframes anim{
    100%{transform: translateY(-1590vh)}
  }
}
@keyframes rembow{
  from{
    filter: hue-rotate(360deg);
  }
  to{
    filter: hue-rotate(0deg);
  }
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-preloader {
  background: var(--thm-body);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.atf-lds-roller {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;	
}
.atf-lds-roller div {
  animation: atf-lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.atf-lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--thm-base);
  margin: -4px 0 0 -4px;
}
.atf-lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.atf-lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.atf-lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.atf-lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.atf-lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.atf-lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.atf-lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.atf-lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.atf-lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.atf-lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.atf-lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.atf-lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.atf-lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.atf-lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.atf-lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.atf-lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes atf-lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
* ----------------------------------------------------------------------------------------
* SCROLL TO TOP 
* ----------------------------------------------------------------------------------------
*/

.atf-scroll-top {
  position: fixed;
  right: 30px;
  bottom: -70px;
  z-index: 99;
  cursor: pointer;
  transition: .5s ease;
  border: none;
  background: transparent; 
}
.atf-scrollup-icon:hover{
  background: var(--thm-base);
}
.atf-scrollup-icon {
  font-size: 25px;
  width: 50px;
  height: 50px;
  background: var(--thm-color);
  line-height: 50px;
  color: var(--thm-white);
  border-radius: 50%;
}
.atf-scroll-top.open {
  bottom: 30px; 
}
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/	

.atf-themes-btn {
  color: var(--thm-white);
  background: var(--thm-color);
  border-radius: 4px;
  font-size: 15px;
  padding: 14px 23px;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  display: inline-block;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-transform: capitalize;
  letter-spacing: 0.08em;
}
.atf-themes-btn:hover{
  background: var(--thm-base);
  color: var(--thm-white);
}

.atf-main-btn .btn-2 {
  border: 1px solid var(--thm-white);
  background: transparent;
  padding: 11px 23px;
}
.atf-main-btn  .btn-2:hover {
  background: var(--thm-base);
  color: var(--thm-white);
  border:1px solid var(--thm-base);
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section {
  padding: 90px 0;
  overflow: hidden;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title {
  margin-bottom: 60px;
  text-align: center;
}
.atf-section-title h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.3;
  color: var(--thm-white);
  text-transform: uppercase;
  font-family: var(--thm-font);
}
.atf-section-title .atf-sec_icon  {
  position: relative;
  display:inline-block;
  margin-top: 10px;
}
.atf-section-title .atf-sec_icon:before{
  position:absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: var(--thm-base);
  top: 16px;
  left: -56px;
}
.atf-section-title .atf-sec_icon:after{	
  position:absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: var(--thm-base);
  top: 16px;
  right: -56px;
}
.atf-section-title .atf-sec_icon span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -3px 2px;
  background: var(--thm-base);
  display: inline-block;
}
.atf-section-title .atf-sec_icon .atf-sec_radius {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -4px 2px;
  background: var(--thm-base);
  display: inline-block;
}
.atf-section-title h3 {
  text-transform:capitalize;
  font-family:  var(--thm-font);
}
.atf-section-title p {
  font-family: var(--thm-font);
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  margin-top: 25px;
  color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	

/*
* ----------------------------------------------------------------------------------------
* 02.Navber Style
* ----------------------------------------------------------------------------------------
*/
.bg-nav{
  background-image: var(--thm-gradien);
  transition: all .5s ease-in-out;
}
.navbar-navs .navbar-collaps {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.09);
}
.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav{
  position: relative;
  padding-right: 0px;
  padding-left: 0;
}
.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav {
  color: var(--thm-white);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: var(--thm-font);
}
.navbar-navs.navbar-expend .menu-nav:hover, .navbar-navs.navbar-collaps .menu-nav:hover {
  color: var(--thm-color);
}
.navbar-navs .navbar-brand{
  color: var(--thm-white);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--thm-font);
  text-transform: uppercase;
}
.navbar-brand img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.navbar-navs.navbar-expend .menu-nav:hover {
  color: var(--thm-base);
}
.navbar-navs.navbar-collaps .show > .nav-link, 
.navbar-navs.navbar-collaps .active > .nav-link, 
.navbar-navs.navbar-collaps .nav-link.show, 
.navbar-navs.navbar-collaps .nav-link.active {
  color: var(--thm-base);
}
.navbar-navs.navbar-expend .show > .nav-link, 
.navbar-navs.navbar-expend .active > .nav-link, 
.navbar-navs.navbar-expend .nav-link.show, 
.navbar-navs.navbar-expend .nav-link.active {
  color: var(--thm-base);
}
.navbar-navs.navbar-collaps .menu-nav {
  color: var(--thm-white);
}
.navbar-navs.navbar-collaps .menu-nav:hover {
  color: var(--thm-color);
}
.navbar-navs.navbar-collaps .show > .menu-nav, .navbar-navs.navbar-collaps .active > .menu-nav, .navbar-navs.navbar-collaps .menu-nav.show, .navbar-navs.navbar-collaps .menu-nav.active {
  color: var(--thm-color);
}
.navbar-navs.navbar-collaps .navbar-expand {
  color: var(--thm-white);
}
.navbar-navs.navbar-collaps .navbar-toggler span {
  background: var(--thm-white);
  border: 1px solid var(--thm-white);
}
.navbar-navs .navbar-expand {
  color: var(--thm-gray);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--thm-font);
  text-transform: uppercase;
}
.navbar-navs .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-navs .dropdown.show .dropdown-menu, .navbar-navs .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}
.navbar-navs .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}
.navbar-navs .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}
.navbar-navs .dropdown-menu .dropdown-item:hover {
  background: var(--thm-base);
  color: var(--thm-white);
  transition: all 500ms ease;
}
.navbar-navs .dropdown-menu .dropdown-item.active {
  background: var(--thm-base);
}
.navbar-toggler {
  position: relative;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
}
.navbar-toggler span {
  display: block;
  background: var(--thm-white);
  border: 1px solid var(--thm-white);
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-nav .menu-nav {
  position: relative;
}
.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav{
  margin-left:30px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .menu-nav a:hover::after,
.navbar-nav .menu-nav a:hover::before,
.navbar-nav .menu-nav a.active::before,
.navbar-nav .menu-nav a.active::after{
  opacity: 1;
  transform-origin: left center;
  transform: scaleX(1);
}
.navbar-nav .menu-nav a::before {
  width: 100%;
  left: 0px;
}
.navbar-nav .menu-nav a::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: var(--thm-base);
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  transition: all .3s ease-out 0s;
  transform-origin: right center;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-bg-home {
  background-image: url(../img/banner/bg-home.jpg);
  position: relative;
  background-position: center;
  background-size:cover;
}
.atf-cover-bg::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(2.0, 27.0, 66.0, 0.8);
}
.atf-header-area {
  height: 115vh;
  overflow: hidden;
}
.atf-align-items-details {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.atf-content-details h5 {
  color: var(--thm-white);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}
.atf-single-details h2 {
  color: var(--thm-white);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--thm-font);
  font-size: 40px;
  letter-spacing: 0.7px;
  margin-left: -4px;
}
.atf-header-area .atf-single-details h2 strong {
  font-size: 75px;
  line-height:70px
}
.atf-header-area .atf-single-details span{
  margin-left:2px;
}
.atf-header-area .atf-single-details h2 span.typed-word {
  color: var(--thm-white);
  font-size:30px;
}
.atf-header-area .atf-single-details h2 span.typed-cursor{
  color: var(--thm-white);
}
.atf_home_img2 img {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.1);
  border: 5px solid var(--thm-white);
  border-radius: 10px;
  z-index:999;
}
.atf-home-gradient .atf_home_img2 img {
  border-radius:50%;
}
.atf-default-img img {
  border-radius: 30% 70% 59% 41%/30% 38% 62% 70%;
}
.atf-home-social-icon {
  position: absolute;
  right: 0px;
  top: 115px;
  transform: rotate(90deg);
}
.atf-home-social-icon ul li a i {
  transform: rotate(-90deg);
}
.atf-banner-social ul li {
  display: inline-block;
}
.atf-banner-social ul li a {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  background: var(--thm-white);
  color: var(--thm-color);
  font-size: 25px;
  margin: 0 20px auto auto;
  border-radius: 50%;
}
.atf-home-social-icon ul li a:hover{
  background: var(--thm-base);
  color: var(--thm-white);
}
.atf-single-details  h5 {
  -webkit-animation: 1.7s .9s bounceInUp both;
  animation: 1.7s .9s bounceInUp both; 
}

.atf-single-details  h2 {
  -webkit-animation: 1.7s .6s bounceInUp both;
  animation: 1.7s .6s bounceInUp both; 
}

.atf-single-details .atf-main-btn{
  -webkit-animation: 1.7s .2s bounceInUp both;
  animation: 1.7s .2s bounceInUp both; 
}
.atf-certificat{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  animation: fadeOut 0.3s both;
}
.atf-certificat .pop-up-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;;
}
.atf-certificat .pop-up-heading .btn-close{
  position: relative;
  color: var(--thm-white);
  opacity: 1;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
}
.atf-certificat.active{
  background-color: rgba(43, 29, 106, 0.5);
  animation: fadeIn 0.3s both;
  z-index: 1030;
}
.atf-certificat.active .pop-up-heading .info{
  color: var(--thm-white);
  font-size: 1rem;
  font-weight: 700;
}
.atf-certificat.active .pop-up-heading .info b{
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 0.7rem;
  border: 1px solid var(--thm-white);
  margin: 0 5px;
  font-weight: 600;
}
.atf-certificat.active .carousel-control-prev, .atf-certificat .carousel-control-next{
  background-color: transparent;
  opacity: 1;
}
.atf-certificat.active .carousel-control{
  color: var(--thm-white);
  background-color: var(--thm-base);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 1.5rem;
  padding: 0;
  opacity: 0.5;
  transition: all 0.3 ease-in-out;
}
.atf-certificat.active .carousel-control:hover{
  color: var(--thm-white);
  opacity: 1;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
* 05.START ABOUT DESIGN
*************************************/
.caption .caption-fesrt{
  text-align: right;
}
.caption .caption-last{
  text-align: left;
}
/**************************************
* 04.END ABOUT DESIGN
*************************************/
/**************************************
* 10. START SKILL DESIGN
*************************************/
#skill {
  position: relative;
}
#skill .atf-skill-img img{
  border: 5px solid var(--thm-white);
  border-radius: 20px;
  padding: 5px;
}
.atf-skill-box h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.atf-main-skill{
  margin:15px 0;
  overflow: hidden;
  border-radius: 20px;
  border: 5px solid var(--thm-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 87px;
  -webkit-transition: 1s all ease-in-out 1s;
  transition: 1s all ease-in-out 1s;
}
.atf-single-skill {
  padding-top: 12px;
  padding-bottom: 15px;
  cursor: pointer;
}
.atf-single-skill h3{
  color: var(--thm-white);
  font-weight: 700;
  letter-spacing: 1px;
}
.atf-skill-caption{
  color: var(--thm-white);
  padding: 0 15px;
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}
.atf-single-skill {
  transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
}
.atf-skill-icon {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}
.atf-skill-icon i {
  color: var(--thm-white);
  font-size: 45px;
  text-align: center;
  padding-top: 5px;
}
.atf-hire-area {
  background: var(--thm-body);
  border-radius: 20px;
  padding:25px;
}
.atf-hire-content h3 {
  color: var(--thm-white);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
.atf-hire-content {
  text-align: left;
  display: inline-block;
  margin-left: 20px;
}
.atf-hire-content p {
  color: var(--thm-white);
  margin-top: 10px;
}
.atf-hire-area .atf-themes-btn {
  text-align: right;
  background: var(--thm-white);
  float: right;
  color: var(--thm-black);
}
.atf-hire-area .atf-themes-btn:hover{
  background: var(--thm-base);
  color: var(--thm-white);
}
/**************************************
* 10. END SKILL DESIGN
*************************************/
/**************************************
* 10. END SKILL DESIGN
*************************************/
.atf-projek{
  position: relative;
  overflow: hidden;
}
.atf-projek-img{
  position: relative;
  overflow: hidden;
}
.atf-projek-img img{
  transition: .3s ease-out;
}
.atf-projek-img img::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--thm-color);
}
.atf-projek-img:only-child:hover > img{
  transform: scale(1.2);
  opacity: .2;
}
.atf-projek-img:only-child:hover > a{
  background: transparent;
  border: 1px solid var(--thm-base);
  transition: .3s ease-in;
}
.atf-projek-img a{
  position: absolute;
  top: 40%;
  transform: translateY(-15%);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background-color: var(--thm-color);
  color: var(--thm-white);
  border: 1px solid var(--thm-color);
  width: 120px;
  height: 40px;
  line-height: 35px;
  text-align: center;
}
/**************************************
* 11. START EDUCATION DESIGN
*************************************/
.atf-education-area {
  border-radius: 20px;
  padding:25px;
  border: 5px solid var(--thm-white);
}
.atf-education-icon{
  min-width: 100px;
  color: var(--thm-white);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding-top: 5px;
}
.atf-education-area h5{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
.atf-education-icon i{
  font-size: 60px;
  padding-top: 10px;
}
.atf-education-content h3 {
  color: var(--thm-white);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
.atf-education-content {
  text-align: left;
  display: inline-block;
  margin-left: 20px;
}
.atf-education-content p {
  color: var(--thm-white);
  margin-top: 10px;
}
.atf-hire-area .atf-themes-btn {
  text-align: right;
  background: var(--thm-white);
  float: right;
  color: var(--thm-black);
}
.atf-hire-area .atf-themes-btn:hover{
  background: var(--thm-base);
  color: var(--thm-white);
}
/**************************************
* 11. END EDUCATION DESIGN
*************************************/
/**************************************
* 12. START CONTACT DESIGN
*************************************/
#contact {
  position: relative;
/*background-color:var(--thm-color);*/
}
.atf-contact-area {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
}
.atf-contact-border{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding:45px;
  background:var(--thm-white);
}
.form-message{
  position: absolute;
  top: -20px;
  right: 0;
  color: var(--thm-font);
  border: 2px solid var(--thm-base);
  border-radius: 10px;
  padding: 10px;
  animation: bounceOutRight 0.5s both;
  transition: all 0.3s ease-in-out;
}
.form-message.show{
  animation: bounceInRight 0.5s both;
}
.form-message.error {
  border-color: #ffa5a5;
  color: #f00;
  background-color: #ffe2e2;
}
.atf-contact-border h3 {
  color: var(--thm-color);
  margin-bottom: 25px;
  margin-left: 14px;
}
.atf-contact-info{
  margin-top:23px;
}
.atf-contact-address {
  border-bottom: 1px solid #ddd;
  padding-bottom: 17px;
  display: block;
  overflow: hidden;
}
.atf-contact-address1{
  border-bottom:none ! important;
}
.atf-border-right{border-right: 1px solid #ddd}
.atf-contact-details {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.atf-contact-details i {
  font-size: 25px;
  color: var(--thm-color);
  text-align: center;
}
.atf-contact-details h4 {
  color: var(--thm-color);
  margin-top: 15px;
  font-weight: 700;
}
.atf-contact-details p{
  margin-top: 10px;
  color: var(--thm-black);
  display: block;
  overflow: hidden;
}
.atf-contact-form .button {
  margin: 0;
}
.atf-contact-area .form input, .atf-contact-area .form textarea {
  width: 100%;
  padding: 10px 20px;
  font-weight: 400;
}
.atf-contact-area .form textarea {
  max-height: 120px;
  max-width: 100%;
}
.atf-contact-btn .atf-themes-btn {
  color: var(--thm-white);
  width:100%;
  letter-spacing:0;
}
/**************************************
* 12. END CONTACT DESIGN
*************************************/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
  width: 100%;
  height: 500px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
* 12. START FOOTER DESIGN
*************************************/
.atf-footer-boottom {
  padding: 30px 0;
}
.atf-footer-boottom p {
  color: var(--thm-white);
  margin-top: 20px;
  text-align: left;
}
.atf-footer-area .atf-banner-social{
  text-align:right;
}
.atf-footer-boottom  a{
  color:  var(--thm-blue);
}
.atf-footer-boottom  a:hover{
  color:  var(--thm-base);
}
.atf-banner-social ul li a:hover{
  background: var(--thm-base);
  color: var(--thm-white);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-banner-social ul li a {
  color: var(--thm-color);
}

/**************************************
* 12. END FOOTER DESIGN
*************************************/