/*
*----------------------------------------------------------------------------------------
Author        : rama hardian sidik
Template Name : Buildpro - multipurpose bootstrap html template
Version       : 1.0
Filename      : main.css
* ------------------------------------------------------------ ----------- ------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* 01.BASE INDEX.
* 02.HEADER MAIN.
* 03.SECTION HERO.
* 04.SECTION SERVICES.
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* ----------------------------------------------------------------------------------------
*/
:root {
	--dark: #2E3338;
	--semidark: #9ca5af;
	--white: #fff;
	--semigrey: #e8e8e9;
	--yellow: #FF5E14;
	--blue: #001659;
	--darkblue: #0A1229;
}

/*
* ----------------------------------------------------------------------------------------
* 01.BASE INDEX.
* ----------------------------------------------------------------------------------------
*/

* {
	box-sizing: border-box;
}

body {
	font-family: "Yantramanav", sans-serif;
	font-size: 18px;
	font-weight: 400;
	height: auto;
	color: var(--dark);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	background: var(--white);
}

a {
	text-decoration: none;
}

main {
	overflow: hidden;
}

.fixi {
	position: fixed !important;
	left: 0;
	margin: auto;
	top: 0 !important;
	width: 100%;
	background-color: var(--white);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);

	transition: all .3s;
	border-radius: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 02.HEADER MAIN.
* ----------------------------------------------------------------------------------------
*/


#promain-header {
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	z-index: 99;
}

#promain-header .header-logo img {
	width: 100px;
}

#promain-header .header-top {
	margin-bottom: 16px;
}

#promain-header.fixi .header-top {
	display: none;
}

#promain-header .header-info-item {
	position: relative;
	margin-left: 81px;
}

#promain-header .header-info-item:first-child {
	margin-left: 0px;
}

#promain-header .header-info-item::before {
	position: absolute;
	top: 9px;
	right: -42px;
	width: 1px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0.2);
	content: "";
}

#promain-header .header-info-item:last-child:before {
	display: none;
}

#promain-header .header-info-item .icon {
	margin-right: 15px;
}

#promain-header .header-info-item .icon i {
	color: var(--white);
	font-size: 18px;
}

#promain-header .header-info-item .content span {
	font-size: 14px;
	color: var(--white);
}

#promain-header .header-info-item .content .title {
	font-size: 18px;
	color: var(--white);
}

#promain-header .header-info-item .content .title a {
	font-size: 18px;
	color: var(--white);
}

#promain-header .header-info-item .content .title a:hover {
	color: var(--yellow);
}

#promain-header .menu-area {
	background-color: var(--white);
	border-radius: 5px;
}

#promain-header .menu-area .menu-content {
	padding-left: 40px;
}

#promain-header .navbar {
	padding: 0;
}

#promain-header .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
}

#promain-header .navbar-nav .nav-item {
	position: relative;
}

#promain-header .navbar-nav .nav-link {
	color: var(--blue);
	font-weight: 500;
	margin-right: 29px;
	line-height: 5em;
}

#promain-header .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0;
}

#promain-header .navbar-nav .nav-link.active {
	color: var(--yellow);
}

#promain-header .navbar-nav .nav-link i {
	font-size: 10px;
}

#promain-header .navbar-nav .nav-item:hover .nav-link {
	color: var(--yellow);
}

#promain-header .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	background-color: var(--white);
	box-shadow: 0px 10px 30px 0px rgba(137, 139, 142, 0.2);
	padding: 18px 0;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	margin-top: 20px;
}

#promain-header .sub-menu li a {
	color: var(--blue);
	font-weight: 500;
	line-height: 38px;
	padding: 0 20px;
	width: 100%;
	text-decoration: none;

}

#promain-header .sub-menu li a:hover {
	color: var(--yellow);
}

#promain-header .navbar-nav .nav-item:hover>.sub-menu {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}

#promain-header .menu-area .search-box button {
	font-size: 23px;
	color: var(--blue);
	line-height: 4em;
	padding: 0px 30px;
	background-color: transparent;
	border: 0;
	border-left: 1px solid var(--semigrey);
	border-right: 1px solid var(--semigrey);
}

#promain-header .menu-area .search-box button:hover {
	color: var(--primary);
}

#promain-header .menu-area .offcanvas-menu button {
	font-size: 23px;
	color: var(--blue);
	line-height: 4em;
	padding: 0px 30px;
	background-color: transparent;
	border: 0;
	border-left: 1px solid var(--semigrey);
}

#promain-header .menu-area .offcanvas-menu button:hover {
	color: var(--primary);
}

#promain-header .menu-area .menu-action-btn {
	background: var(--yellow);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#promain-header.fixi .menu-area .menu-action-btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#promain-header .menu-area .menu-action-btn a {
	font-weight: 700;
	color: var(--white);
	background-color: var(--yellow);
	line-height: 5em;
	padding: 0px 30px;
	text-decoration: none;

}

#promain-header .menu-area .menu-action-btn a:hover {
	background-color: var(--yellow);
}

#promain-header .menu-area .menu-action-btn a i {
	margin-left: 10px;
}

#header-fixed-height.active-height {
	display: block;
	height: 100px;
}

#promain-header .sticky-menu .header-top {
	display: none;
}

/* media query */

@media (max-width: 999px) {

	#promain-header {
		top: 0;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 03.MOBILE MENU NAVIGATION.
* ----------------------------------------------------------------------------------------
*/

.mobile-menu-area {
	z-index: 99;
	background-color: var(--white);
	width: 100%;
	transition: all linear 0.2s;
}

.wrapmobile-menu {
	padding: 0;
}

.wrapmobile-menu .logo {
	padding: 20px 50px;
	background: var(--yellow);
}

.wrapmobile-menu .logo img {
	width: 50px;
}

.mobile-menu-area .mobile-topbar {
	width: 100%;
	background-color: var(--white);
	box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.1);
	padding: 0;
}

.mobile-menu-area .mobile-topbar .bars {
	border-left: 1px solid var(--semigrey);
}

.mobile-menu-area .mobile-topbar .bars i {
	width: 64px;
	height: 67px;
	background-color: transparent;
	border: 2px solid var(--primary);
	color: var(--blue);
	font-size: 20px;
	text-align: center;
	line-height: 3em;
	border-radius: 3px;
	cursor: pointer;
}

.mobile-menu-area .mobile-topbar .bars i:hover {

	color: var(--yellow);
}

.mobile-menu-area .mobile-topbar .icon i {
	width: 45px;
	height: 45px;
	background-color: var(--white);
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	cursor: pointer;
	transition: all linear 0.2s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.mobile-menu-area .mobile-topbar .icon i:hover {
	background-color: var(--primary);
	color: var(--white);
	border-color: var(--primary);
}

.mobile-menu-area .mobile-menu-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.mobile-menu-area .mobile-menu-main {
	width: 320px;
	height: 100%;
	background-color: var(--white);
	position: fixed;
	top: 0;
	right: -320px;
	z-index: 99;
	overflow-y: scroll;
	transition-duration: 0.3s;
}

.mobile-menu-area .mobile-menu-main .logo {
	padding: 20px;
}

.mobile-menu-area .mobile-menu-main .close-mobile-menu {
	position: absolute;
	top: 30px;
	right: 10px;
}

.mobile-menu-area .mobile-menu-main .close-mobile-menu i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: var(--black);
	font-size: 17px;
	cursor: pointer;
	transition: all linear 0.2s;
	transition: var(--transision);
}


.mobile-menu-area .mobile-menu-main .menu-body .menu-list {
	padding-top: 50px;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
	font-weight: 500;
	color: var(--blue);
	border-top: 1px solid var(--semigrey);
	width: 100%;
	padding: 0px 20px;
	line-height: 40px;
	padding-right: 10px;
	transition: all linear 0.2s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
	border-bottom: 1px solid var(--semigrey);
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover {
	color: var(--white);
	background-color: var(--yellow);

}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a i {
	width: 32px;
	height: 32px;
	background-color: var(--white);
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	border-radius: 3px;
	background-color: var(--section-background);
	transition: all linear 0.2s;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover i {

	color: var(--white);
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul {
	padding-left: 0;
	display: none;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a {
	padding: 0px 20px;
	padding-left: 40px;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li:last-child a {
	border-bottom: 0;
}

.mobile-menu-area .mobile-menu-main .menu-body .social-icon ul li {
	display: inline-block;
}

.mobile-menu-area .mobile-menu-main .social-icon {
	padding: 20px;
	text-align: center;
}

.mobile-menu-area .mobile-menu-main .social-icon ul li {
	display: inline-block;
	margin: 0 4px;
}

.mobile-menu-area .mobile-menu-main .social-icon ul li a {
	width: 36px;
	height: 36px;
	color: var(--black);
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	border: 1px solid var(--border-colour);
}

.mobile-menu-area .mobile-menu-main .social-icon ul li a:hover {
	background-color: var(--primary);
	color: var(--white);
	border-color: var(--primary);
}

.mobile-menu-overlay {
	transition-duration: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.mobile-menu-overlay.active {
	visibility: visible;
	opacity: 1;
}

.mobile-menu-main.active {
	right: 0 !important;
}

.mobile-menu-area .mobile-menu-search .input-groups button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background-color: transparent;
	border: 0;
}

.mobile-menu-area .menu-action-btn {
	padding: 20px;
}

.mobile-menu-area .menu-action-btn a {
	font-weight: 700;
	color: var(--white);
	background-color: var(--yellow);
	padding: 12px 30px;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.mobile-menu-area .menu-action-btn a i {
	font-size: 14px;
	margin-left: 8px;
}

/* media query */



/*
* ----------------------------------------------------------------------------------------
* 03.SECTION HERO.
* ----------------------------------------------------------------------------------------
*/

#prohero-section {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#prohero-section .overlay {
	width: 100%;
	background-color: rgba(23, 23, 23, 0.7);
	padding-top: 318px;
	padding-bottom: 155px;
	min-height: 100vh;
	position: relative;
}

#prohero-section .overlay::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(180deg, rgba(255, 102, 0, 0) 0%, #FF6600 248.68%);
	content: "";
}

#prohero-section .banner-info {
	position: relative;
	z-index: 9;
}

#prohero-section .banner-title {
	font-size: 80px;
	font-weight: 700;
	line-height: 115%;
	color: var(--white);
}

#prohero-section .big-text {
	position: absolute;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke: var(--white) 1px;
	top: -120px;
	font-weight: bold;
	letter-spacing: 10px;
	left: -50px;
	opacity: .2;
}

#prohero-section .sub-title {
	font-size: 18px;
	color: var(--yellow);
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 4px;
}

#prohero-section .banner-info p {
	color: var(--white);
	font-size: 18px;
}

#prohero-section .banner-info .common-btn {
	margin-top: 19px;
	display: inline-block;
	background: var(--yellow);
	padding: 10px 30px;
	color: var(--white);
}

/* media query */
@media (max-width: 1280px) {
	#prohero-section .banner-title {
		font-size: 70px;
	}
}

@media (max-width: 999px) {
	#prohero-section .banner-title {
		font-size: 50px;
	}
}

@media (max-width: 480px) {
	#prohero-section .banner-title {
		font-size: 38px;
	}

	#prohero-section .banner-info p {
		font-size: 16px;
		margin-top: 24px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 04.SECTION SERVICES.
* ----------------------------------------------------------------------------------------
*/

#proservice-section {
	padding: 200px 0 150px 0;
	background: url(../image/other/a-bg.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: right bottom;
}

#proservice-section .services-inner {
	position: relative;
}

#proservice-section .big-text {
	position: absolute;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke: var(--blue) 1px;
	top: -120px;
	font-weight: bold;
	letter-spacing: 10px;
	left: -50px;
	opacity: .2;
	white-space: nowrap;
}

#proservice-section .sub-title {
	font-size: 18px;
	color: var(--yellow);
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 4px;
}

#proservice-section .banner-title {
	font-size: 80px;
	font-weight: 800;
	color: var(--blue);
}

.servicedetail-wrap {
	border: 1px solid var(--semigrey);
	border-bottom: 3px solid var(--yellow);
	transition: all .3s;
}

.servicedetail-inner {
	padding: 50px 30px;
}

.servicedetail-inner .innersub-title {
	letter-spacing: 1px;
	font-size: 13px;
	display: inline-block;
	padding: 0 0 3px;
}

.servicedetail-inner .innerbanner-title {
	font-size: 30px;
	font-weight: 600;
	color: var(--blue);
}

.servicedetail-inner .minibutton {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 50px 0 0;
}

.servicedetail-inner .minibutton i {
	font-size: 20px;
	display: inline-block;
	padding: 30px;
	vertical-align: middle;
	color: var(--dark);
	background: var(--semigrey);
}

.servicedetail-wrap:hover {
	background-color: var(--blue);
	border: qpx solid var(--blue);
	border-bottom: 3px solid var(--blue);
	box-shadow: -32px 32px 75px 0 rgba(0, 22, 89, .5);

}

.servicedetail-wrap:hover .servicedetail-inner .innerbanner-title,
.servicedetail-wrap:hover .servicedetail-inner .innersub-title {

	color: var(--white);
}

.servicedetail-wrap:hover .servicedetail-inner .minibutton i {
	color: var(--white);
	background: var(--yellow);
}

.servicesother-detail {
	padding: 150px 0 0 0;
}

.servicesother-detail .img-services img {
	height: auto;
	max-width: 100%;
}

.otherdetail-services h4 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	color: var(--blue);
}

.otherdetail-services p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 20px;
	color: var(--blue);
}

.otherdetail-services .common-btn {
	margin-top: 19px;
	display: inline-block;
	background: var(--yellow);
	padding: 10px 30px;
	color: var(--white);
}

/* media query */
@media (max-width: 480px) {

	#proservice-section .banner-title {
		font-size: 45px;
	}

	.otherdetail-services h4 {
		font-size: 38px;
	}

	.otherdetail-services p {
		font-size: 16px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 04.IMAGE CLIENT SECTION.
* ----------------------------------------------------------------------------------------
*/
 #proclient-section {
	padding: 150px 0;
 }

.clientlist {
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgclient {
    padding: 0;
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.imgclient a {
    padding: 0 20px;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.imgclient a img {
    max-width: 80%;
    vertical-align: middle;
    height: auto;
}

@media screen and (max-width: 999px) {
    .imgclient {
        -webkit-box-flex: 0;
        max-width: 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}

@media screen and (max-width: 576px) {
    .imgclient {
        -webkit-box-flex: 0;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

#progap-section {
	padding: 0 0 0 0;
}
#progap-section .big-text {
	position: absolute;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke: var(--blue) 1px;
	top: -120px;
	font-weight: bold;
	letter-spacing: 10px;
	left: -50px;
	opacity: .2;
	white-space: nowrap;
}

#progap-section .sub-title {
	font-size: 18px;
	color: var(--yellow);
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 4px;
}

#progap-section .banner-title {
	font-size: 80px;
	font-weight: 800;
	color: var(--blue);
}

#progap-section .img-gapwrap img {
	width: 100%;
}
.gapdetail-other {
	padding: 150px 0 150px 0 ;
}
.gapdetail-other h4 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	color: var(--blue);
}

.gapdetail-other p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-top: 20px;
	color: var(--blue);
}

.gapdetail-other .common-btn {
	margin-top: 19px;
	display: inline-block;
	background: var(--yellow);
	padding: 10px 30px;
	color: var(--white);
}

/* media query */
@media (max-width: 480px) {
	#progap-section .img-gapwrap {
		padding: 0 0 150px;
	}
	#progap-section .banner-title {
		font-size: 45px;
	}
	
	.gapdetail-other h4 {
		font-size: 38px;
	}

	.gapdetail-other p {
		font-size: 16px;
	}
}



/* project section */

#proproject-section {
	padding: 100px 0;
}
 



#proproject-section .services-inner {
	position: relative;
}

#proproject-section .big-text {
	position: absolute;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke: var(--blue) 1px;
	top: -120px;
	font-weight: bold;
	letter-spacing: 10px;
	left: -50px;
	opacity: .2;
	white-space: nowrap;
}

#proproject-section .sub-title {
	font-size: 18px;
	color: var(--yellow);
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 4px;
}

#proproject-section .banner-title {
	font-size: 80px;
	font-weight: 800;
	color: var(--blue);
}

#porfolio-warp {
	padding: 100px 0;
}
  .masonry-item {
	cursor: pointer;
	margin: 0;
	position: relative;
	float: right;
	width: 33.3333%;
	overflow: hidden;
  }
 
  .masonry-item img {
	width: 100%;  
  }
 
  .overlay-porto {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 30px
  }
 
  .overlay-porto:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border-bottom: 2px solid var(--yellow);
  }
 
  .project-title {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.45;
	letter-spacing: 1px;
	z-index: 1;
	color: #e7e7e7;
	color: var(--color2);
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
  }
 
  .project-category {
	position: absolute;
	color: #e7e7e7;
	color: var(--color2);
	bottom: 30px;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	z-index: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
  }
 
 
  .masonry-item a:hover .project-title {
	top: 30px; 
  }
 
  .masonry-item a:hover .project-category {
	bottom: 30px; 
  }
 
  .masonry-item a:hover .overlay-porto:after {
	background-color: var(--white);
  }
  


/*
* ----------------------------------------------------------------------------------------
* 04.FOOTER MAIN.
* ----------------------------------------------------------------------------------------
*/

#profooter-main {
	background: var(--darkblue);
}

#profooter-main .mini-footer h4 {
	font-size: 26px;
	line-height: 1.15em;
	font-weight: 600;
	color: var(--white);

}

#profooter-main .mini-footer p {
	font-size: 18px;
	line-height: 1.5em;
	color: var(--semidark);
}

#profooter-main .mini-footer .listfooter-link {
	padding: 0;
}

#profooter-main .mini-footer .listfooter-link li {
	list-style: none;
	position: relative;
	padding: 0 0 10px 0;
}

#profooter-main .mini-footer .listfooter-link li a {
	font-size: 18px;
	color: var(--semidark);
}

#profooter-main .mini-footer .listfooter-link li i {
	position: absolute;
	font-size: 18px;
	color: var(--semidark);
}

#profooter-main .mini-footer .listfooter-link li a.info-footer {

	padding: 0 0 0 40px;
	display: inline-block;
}

#profooter-main .mini-footer .listfooter-link li a:hover {

	color: var(--yellow);
}

.middle-footer {
	padding: 100px 0;
}

.wrap-footerlogo {
	display: flex;
	padding: 0;
	justify-content: space-between !important;
}

.footer-logo {
	padding: 20px 80px;
	background: var(--yellow);
}

.footer-logo img {
	width: 50px;
}

.bottom-footer {
	border-top: 1px solid #1d263f;
}



.wrap-sosmed {
	display: flex;
	padding: 0;
	justify-content: end;
}

.footer-sosmed a {
	position: relative;
	width: 80px;
	height: 68px;
	margin: 0;
	margin-left: 0px;
	font-size: 15px;
	color: #fff;
	border-left: 1px solid #1d263f;
	float: left;
	box-sizing: border-box;
}

.footer-sosmed a:nth-last-child(1) {
	border-left: 1px solid #1d263f;
	border-right: 1px solid #1d263f;
}

.footer-sosmed a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.footer-sosmed a:hover {
	background: var(--yellow);

}

/* media query */
@media (max-width: 999px) {
	.bottom-footer {
		border-left: 1px solid #1d263f;
		border-right: 1px solid #1d263f;
	}

	.wrap-footerlogo {
		justify-content: center !important;
		border-bottom: 1px solid #1d263f;
	}

	.wrap-sosmed {
		justify-content: center;
	}
}

@media (max-width: 480px) {
	#profooter-main .mini-footer {
		padding: 0 0 50px 0;
	}

	.wrap-sosmed {
		display: flex;
		padding: 0;
		justify-content: center;
	}
}