/*!
Theme Name: Skill Zero
Theme URI: https://github.com/PhonePyae
Author: Phone Pyae
Author URI: https://github.com/PhonePyae
Description: A starter theme for many exciting websites.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skillzero
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--p-color:rgba(126, 20, 22, 1);
	--s-color:rgba(0, 65, 42, 1);
}

body{
	font-size:17px;
	color:#757575;
}
p {
    font-family: "Archivo", serif;
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6{
	color:var(--s-color);
	font-weight:500;
	font-family:"Source Serif 4", serif;
	line-height:1.1em;
}
a:hover{
	text-decoration:none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
input.wpcf7-validates-as-date{
	padding:17px 0;
}
input, textarea, select{
    width: 100%;
    border-bottom: 1px solid rgb(200 200 200) !important;
    border: 0px;
    background: #15171800;
    margin-bottom: 10px;
    outline: none;
    max-height: 130px;
    resize: none;
    padding: 20px 0;
	color: #ba9657;
}
input:focus, textarea:focus, select:focus{
	border-bottom:1px solid #ffb200 !important;
}
[type=submit]{
	border: 0 !important;
    background: var(--s-color);
    color: #ffffff;
    padding: 13px 40px;
    border-radius: 50px;
    margin: 0;
    display: inline-block;
    width: 160px;
	transition:.3s;
	text-transform:uppercase;
}
[type=submit]:hover{
	background:var(--p-color);
}
[type=submit]:focus{
		border-bottom:0px!important;
}
input.wpcf7-not-valid{
	border-bottom:1px solid #dc3232!important;
}
.wpcf7-not-valid-tip{
	font-size:0;
	display:inline;
}
.wpcf7-not-valid-tip:after {
	content: '\f057';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 5px;
	font-size: 1rem;
	font-weight:bold;
}
.stellarnav.dark{
	background:transparent;
}
.stellarnav.dark ul ul{
	background:var(--s-color);
}
.stellarnav.mobile.dark ul {
    background: rgb(249 248 248);
	z-index:2;
}
.stellarnav.desktop ul li.current-menu-item >a {
  	color: var(--p-color)!important;
}
.stellarnav.desktop ul li li.current-menu-item >a {
  	color: #fff!important;
	background: var(--p-color)!important;
}
.stellarnav.desktop li .sub-menu a {
	color:#fff!important;
	text-align:left;
	font-size:13px;
}
.stellarnav.desktop li .sub-menu a:hover {
	color:#fff!important;
}
.stellarnav {
  background: transparent;
  margin-top: 5px;
}
.stellarnav ul{
	text-align:right;
}
.stellarnav ul li {
  	text-align: center;
	text-transform:uppercase;
}
.stellarnav ul li a {
  	padding: 12px;
	letter-spacing: 2px;
    font-size: 13px;
    font-weight: 500;
}
.stellarnav ul li a:hover {
	color:var(--p-color)!important;
}
.stellarnav.desktop li .sub-menu a:hover {
	color:#fff!important;
	background:var(--p-color)!important;
}
.stellarnav .icon-close {
  margin: 0px 6px 1px 0;
}
#h_hero{
	padding:350px 0 150px;
}
#h_hero h3.widget-title{
	color: black;
	font-size:63px;
	width:80%
}
#h_abt{
	margin-top:-30px;
}
#h_abt h1, #h_svcc h1, #h_portfolio h1, #h_blog_news h1, #test-title h1{
	font-size:54px;
}
#h_svcc h3.widget-title, #h_abt h3.widget-title, #h_portfolio h3.widget-title, #h_blog_news h3.widget-title, #test-title h3.widget-title{
    font-size: 17px;
    color: #6d6d6d;
	text-transform:uppercase;
}
a.jacob-btn{
	background: var(--p-color);
    padding: 17px;
    color: #fff;
    max-width: 215px;
    display: block;
    text-align: center;
    margin-top: 35px;
	transition:.3s;
}
a.jacob-btn:hover{
	background: var(--s-color);
	border-radius:20px 0 20px 0;
	box-shadow:0px 0px 15px #0000001a;
}
.logonmenu{
	padding:10px 0;
}
.stellarnav li.has-sub > a:after {
    border-top: 6px solid #ad9271;
}
header#masthead{
	position: absolute;
    width: 100%;
    z-index: 1;
    color: var(--s-color);
    background: #ffffffd7;
}
header#masthead a{
	color:var(--s-color);
	font-family: "Source Serif 4", serif;
}
header#masthead i{
	color:var(--p-color);
}
section.error-404 header h1{
    font-size: 100px;
    margin-bottom: 50px;
    margin-top: -20px;
}
.error-404 {
	text-align:center;
    margin-bottom: 90px !important;
}
.error-404 [type=submit] {
    padding: 10px 10px;
    border-radius: 5px;
    width: 190px;
    margin-bottom: -20px;
    background: var(--p-color);
}
.error-404 label {
    width: 300px;
	display:block;
	margin:0 auto;
}
#serv_slide .sow-carousel-thumbnail>a{
	width:330px;
	height:430px;
	background-size: cover;
}
#serv_slide {
	position:relative;
}
#serv_slide .sow-post-carousel-theme-base .sow-carousel-title .sow-carousel-navigation{
    position: absolute;
    top: -70px;
    right: 0;
}
#serv_slide h3.sow-carousel-item-title{
    background: linear-gradient(30deg, #000000c9, transparent);
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 25px;
    height: 100%;
}
#serv_slide h3.sow-carousel-item-title>a{
    color: #fff;
    top: 0;
    position: absolute;
    padding: 348px 25px 0;
    height: 100%;
}
#serv_slide .sow-carousel-item{
	position:relative;
}
#serv_slide .so-widget-sow-post-carousel {
  cursor:url(https://jacob.digitalmarketingmyanmar.cyou/wp-content/uploads/2025/01/slideshow-cursor.png), auto;
}
#h_price_row{
	margin-top:-30px;
}
#h_price_row h3.widget-title{
	color:#fff;
	font-size:45px;
}
#h_price_row a.jacob_snd_btn{
    background: transparent;
    border: 2px solid #fff;
    padding: 15px;
    color: #fff;
    width: 200px;
    display: block;
    text-align: center;
    float: right;
	transition:.3s;
}
#h_price_row a.jacob_snd_btn{
	border-radius:20px 0 20px 0;
}
#h_svcc{
	margin-top:-30px;
}
#h_portfolio{
	text-align:center;
	margin-top:-30px;
}
#h_portfolio #first_row_p .sow-image-container{
    height: 570px;
    overflow: hidden;
}
#h_portfolio #first_row_p .sow-image-container a{
	height:100%;
}
#h_portfolio #first_row_p .sow-image-container img{
    height: 100%;
	transform: scale(1);
	transition:.5s;
}
#h_portfolio #second_row_p .sow-image-container img{
	transform: scale(1);
	transition:.5s;
}
#h_portfolio #first_row_p:hover .sow-image-container img, #h_portfolio #second_row_p:hover .sow-image-container img{
	transform: scale(1.1);
}
#h_portfolio #first_row_p, #h_portfolio #second_row_p{
	position:relative;
	overflow:hidden;
}
#h_portfolio #first_row_p h3.widget-title, #h_portfolio #second_row_p h3.widget-title{
	background: #f1e8deeb;
    color: #3d3d3d;
    position: absolute;
    padding: 20px;
    bottom: 0;
    margin-left: -15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    left: -175px;
	transition:.3s;
}
#h_portfolio #first_row_p:hover h3.widget-title, #h_portfolio #second_row_p:hover h3.widget-title{
    left: 35px!important;
}
#h_portfolio #second_row_p .sow-image-container{
    height: 270px;
    overflow: hidden;
}
#h_blog h3.news-title{
	font-size:25px;
	margin:15px 0;
	color:#343434;
}
#h_blog a p{
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
	transition:.3s;
	color:#775821;
}
#h_blog a i{
	text-decoration:none;
    bottom: -2px;
    position: relative;
    color: #555;
}
#h_blog a:hover p{
	margin-right:20px;
	color:#343434;
}
#h_blog_news{
	text-align:center;
	margin-top:-30px;
}
#h_blog_news .img-header{
	text-align:left;
}
#h_blog_news .img-header .img-room{
	position:relative;
	overflow:hidden;
}
#h_blog_news .img-header img{
	transition:.5s;
}
#h_blog_news .img-header a:hover img{
	transform:scale(1.08);
}
#h_blog_news a.jacob-btn{
	display:inline-block;
	margin-top:0px;
}
footer.footer{
	background:#151617;
}
footer.footer h1{
	color:#f9f9f9;
}
footer.footer li{
	list-style:none;
}
footer.footer a{
	color:#f9f9f9;
	font-size:17px;
}
footer.footer h3.widget-title{
	color:rgb(169 26 29);
	font-size:20px;
	letter-spacing:2px;
	font-weight:700;
	margin-bottom:25px;
}
footer.footer .ft_follows a{
    display: inline-block;
    color: #f9f9f9;
    border: 1px solid #f9f9f926;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px;
    margin-right: 10px;
}
footer.footer .copyright .container>.row{
	border-top:2px solid #2a2b2c;
	padding:35px 0;
}
footer.footer .copyright p, footer.footer .copyright a{
	font-size:15px!important;
	margin:0;
}
footer.footer .copyright a{
	margin-right:30px;
}
footer.footer .copyright .text-right a{
	margin-right:0px;
}
#hero_slide{
	padding:0 5%;
}
#test-title{
	padding-top:90px;
	text-align:center;
}
#testimo{
    text-align: center;
    padding: 0 100px;
}
#testimo img{
    border-radius: 50%;
    width: 90px;
    text-align: center;
    margin: 25px auto 15px;
}
#testimo-page .sow-carousel-container {
  cursor:url(https://jacob.digitalmarketingmyanmar.cyou/wp-content/uploads/2025/01/slideshow-cursor.png), auto;
}
#testimo-page .sow-carousel-content{
	background:#fff;
	padding:35px 35px 50px;
	transition:.3s;
}
#testimo-page .sow-carousel-content:hover{
	background:#6f3135;
	color:#fff;
}
#testimo-page .sow-carousel-content:hover h4, #testimo-page .sow-carousel-content:hover h6{
	color:#fff;
}
#testimo-page p{
	margin-bottom:25px;
}
#testimo-page h6{
	font-weight:normal;
	color:888888;
}
#testimo-page h4{
	margin-top:45px;
}
#testimo-page img{
	border-radius: 50%;
    width: 90px;
    margin-right: 25px;
    float: left;
    position: relative;
    display: block;
}
#price-list-st{
	text-align:center;
	margin-top:-30px;
}
#price-list-st h3.widget-title{
    font-size: 25px;
    color: #2d2d2d;
    font-weight: 400;
}
#price-list-st a{
    margin-top: 25px;
    color: var(--s-color);
    font-family: fangsong;
    border: 2px solid var(--s-color);
    padding: 18px;
    width: 180px;
    display: inline-block;
	transition:.3s;
}
#price-list-st a.dtwo, #price-list-st a:hover{
    margin-top: 25px;
    color: #fff;
    font-family: fangsong;
    border: 2px solid var(--p-color);
	background:var(--p-color);
    padding: 18px;
    width: 180px;
    display: inline-block;
}
#woman.price-item{
	background:#f6f6f6;
}
.price-item{
	background:#fff;
	padding:50px;
	box-shadow: 0px 0px 25px #00000008;
}
.price-item h6{
	color:#777;
	margin:15px 0 5px;
}
.price-item h4{
    color: #202020;
    font-size: 43px;
    margin-bottom: 30px;
}
.price-item i{
	margin-right:10px;
	color:#BA9657;
}
#mpricee{
	text-align:center;
}
#mpricee h3.widget-title{
	font-size:54px;
}
.wpricee{
	margin-top:-50px;
}
#ct-first-rw h3.widget-title, #ct-first-rw h2{
	font-size:54px;
}
#ct-first-rw h2{
	margin-top:-25px;
	margin-bottom:25px;
}
.location_ct .textwidget{
	margin-top:25px;
}
.location_ct .jacobpn a{
    font-size: 20px;
    margin-top: -5px;
    display: inline-block;
}
.location_ct .textwidget a{
    color: var(--s-color);
}
.location_ct .textwidget i{
	position: absolute;
	width: 25px;
	margin-left: -30px;
	text-align: center;
	margin-top: 5px;
	color:#BA9657;
}
.location_ct .textwidget > div{
	margin-bottom:10px;
	margin-left: 30px;
}
#mapsection{
	margin-top:-30px;
}
#tab-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 10px;
}
#tab-gallery .gallery .gallery-item{
	margin:auto;
	margin-bottom:20px;
}
#tab-gallery figure.gallery-item a{
	overflow:hidden;
}
#tab-gallery figure.gallery-item a img{
	margin-bottom:0px;
	transition:.3s;
}
#tab-gallery figure.gallery-item a img:hover{
	filter: brightness(0.5);
}
#tab-gallery .sow-tabs .sow-tabs-tab-container {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    height: fit-content;
}
#tab-gallery .sow-tabs .sow-tabs-tab{
	margin:0px;
	margin-right:3px;
	padding:15px 20px;
}
#tab-gallery .sow-tabs .sow-tabs-panel{
	padding:0px;
}
#tab-gallery .sow-tabs .sow-tabs-panel h4{
	font-weight: 700;
    font-size: 25px;
    margin: 30px 0 25px;
    color: #102351;
}
#tab-gallery .sow-tabs .sow-tabs-panel .wp-caption-text{
	color: rgb(255 255 255);
    background: #6d6b71;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
    font-weight: 600;
    border: 1px solid #e6e6e6;
}
#tab-gallery .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
	font-size:17px;
}
#tab-gallery h3.widget-title{
	text-align:center;
	font-size:54px;
	margin-bottom:40px;
}
#herobanner{
	overflow:hidden;
	position:relative;
}
#herobanner img{
	filter:contrast(0.5);
}
#herobanner h3.widget-title{
    position: absolute;
    text-align: center;
    top: 45%;
    color: #fff;
    width: 100%;
    font-size: 54px;
	z-index:9;
}
#inner_faqs{
	margin-top:-30px;
}
#inner_faqs h3.widget-title{
	text-align:center;
	font-size:54px;
}
#inner_faqs .sow-accordion .sow-accordion-panel{
	border-bottom:1px solid #dfddd3;
	margin-bottom:0px;
}
#blog_page{
	margin-top:-30px;
}
.jc_blogg h3.widget-title{
    font-size: 17px;
    color: #6d6d6d;
	text-transform:uppercase;
}
.jc_blogg h1{
	font-size:54px;
}
a.scrollup {
    float: right;
    display: none;
    position: fixed;
    background: #18191a;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    bottom: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    right: 32px;
    padding: 7px;
}
.single header.entry-header{
	margin: 120px 0 40px;
    text-align: center;
}
.single .post-thumbnail{
	margin-bottom:35px;
}
.single .entry-content{
	margin-bottom:70px;
}
#ct_follow_links a{
	border-radius: 15px;
    background: #fefefc;
    width: 100%;
    display: block;
    text-align: center;
    padding: 50px;
    box-shadow: 0px 0px 30px #0000000d;
	transition:.3s;
}
#ct_follow_links a:hover{
    box-shadow: 0px 0px 30px #00000017;
}
#ct_follow_links a:hover i, #ct_follow_links a:hover span{
	color:#fff!important;
}
#ct_follow_links a i{
	font-size:30px;
}
#ct_follow_links a span{
	color: #333;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: -4px;
    margin-left: 10px;
}
#ct_follow_links>.panel-grid-cell:first-child a:hover{
	background:#1877F2;
}
#ct_follow_links>.panel-grid-cell:nth-child(2) a:hover{
	background:linear-gradient(45deg, #feda75, #d62976, #962fbf);
}
#ct_follow_links>.panel-grid-cell:last-child a:hover{
	background:#090909;
}
#ct_follow_links.ct_fu_link_second>.panel-grid-cell:first-child a:hover{
	background:#EB493B;
}
#ct_follow_links.ct_fu_link_second>.panel-grid-cell:nth-child(2) a:hover{
	background:#0F6359;
}
#ct_follow_links.ct_fu_link_second>.panel-grid-cell:last-child a:hover{
	background:rgb(146 125 177);
}
#ct_follow_links>.panel-grid-cell:first-child i{
	color:#1877F2;
}
#ct_follow_links>.panel-grid-cell:nth-child(2) i{
	color:#DE317F;
}
#ct_follow_links>.panel-grid-cell:last-child i{
	color:#31F0EB;
}
#ct_follow_links.ct_fu_link_second>.panel-grid-cell:first-child i{
	color:red;
}
#ct_follow_links.ct_fu_link_second>.panel-grid-cell:nth-child(2) i{
	color:#2CD46B;
}
#ct_follow_links.ct_fu_link_second>.panel-grid-cell:last-child i{
	color:rgb(146 125 177);
}
#ct_follow_us h3.widget-title{
	font-size:45px;
	text-align:center;
}
#ty_page{
	text-align:center;
}
#ty_page p{
	margin-bottom:5px;
}
#ty_page h3{
	margin-top:-30px;
	margin-bottom:30px;
}
#ty_page a.jacob-btn{
    margin: 0 auto;
    margin-top: 30px;
}
#measurement_section h3.widget-title{
	text-align:center;
	margin-bottom:45px;
	font-size:30px;
	padding:0 20%;
	line-height:43px;
}
#measurement_section h2{
	color:rgb(126 20 22);
	margin-bottom:45px;
}
#measurement_section .wpcf7-form > .row{
	margin-bottom:45px;
}
#measurement_section .wpcf7-form input{
	padding:10px 0;
}
.done_btn{
    color: var(--s-color);
    font-family: fangsong;
    border: 2px solid var(--s-color);
    padding: 18px;
    display: inline-block;
    transition: .3s;
}
.hi article {
    padding-top: 8%;
}
.hi a {
    width: 200px;
    text-align: center;
    padding: 10px;
}
.stellarnav.dark a.dd-toggle .icon-plus:before, .stellarnav.dark a.dd-toggle .icon-plus:after{
	border-color:#00412a;
}