/*
Theme Name: Skill One
Author: Myat
Version: 1.0.0
Text Domain: skillone
*/
/* Toast Notification Design */
:root {
    --primary-color: #cdd44c;
	--snd-color: #175844;
	--snd-color-light: #29b46b;
}
body{
  	font-family: "Urbanist", sans-serif;
  	font-optical-sizing: auto;
    font-size: 17px;
    letter-spacing: .3px;
    color: #ccc;
	background:#101010;
}
p{
	line-height:1.5;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Urbanist", sans-serif;
	line-height:3rem;
	color:#fff;
}
header.site-header {
	position: fixed;
    top: 0;
    padding: 20px 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
    border-bottom: 1px solid #4276664d;
    background: #091c17ba;
    backdrop-filter: blur(20px);
}
.site-header.scroll-down {
    transform: translateY(-100%);
}
.site-header.scroll-up {
    transform: translateY(0);
}
button:focus {
    outline: none!important;
}
a, a:hover{
	text-decoration:none!important;
}
img{
	height:auto;
}
.sidebar-toggle-btn {
	float:right;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    z-index: 999;
}
.sidebar-toggle-btn span {
    display: block;
    width: 25px;
    height: 2.3px;
    background-color: var(--primary-color);
    transition: 0.3s;
	border-radius:5px;
}
.sidebar-toggle-btn span:nth-child(2) {
    width: 16px;
}
.sidebar-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: #111;
    z-index: 10000;
    transition: 0.4s ease-in-out;
    padding: 60px 30px;
    box-shadow: -5px 0 15px rgb(0 0 0 / 13%);
}
.sidebar-menu.active {
    right: 0;
}
.sidebar-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.sidebar-nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-nav-links ul li {
    margin-bottom: 20px;
}
.sidebar-nav-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: 0.3s;
}
.sidebar-nav-links ul li a:hover {
    color: #ffcc00;
    padding-left: 5px;
}
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
	background-color: rgb(60 60 60 / 31%) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}
.sidebar-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.main-navigation {
    display: inline-block;
}
.wpml-ls-legacy-dropdown-click{
	width:10rem;
	float:right;
}
.wpml-ls-legacy-dropdown-click a {
    color: #ffffff;
    border: none;
    background-color: #175844;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    background: var(--primary-color) ;
}
ul.menu-items {
    display: flex;
    list-style: none !important;
    margin: 0;
    padding: 0;
    gap: 30px;
    align-items: center;
}
ul.menu-items li {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}
ul.menu-items li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}
ul.menu-items li.current-menu-item a {
    color: var(--primary-color);
}
ul.menu-items li a:hover {
    color: var(--primary-color);
}
.logosection img{
	width:54px;
	border-radius:20px;
}
::selection {
    background-color: var(--snd-color);
    color: #ffffff; 
}
::-moz-selection {
    background-color: var(--snd-color);
    color: #ffffff;
}
#home_hero{
	padding:300px 0px 110px 0px;
	position:relative;
}
#home_hero h1{
    font-size: 75px;
    font-weight: 700;
	display:inline;
	line-height:4.7rem;
}
#home_hero h3.widget-title{
    font-size: 19px;
    color: #888;
    font-weight: 400;
    line-height: 2rem;
}
#home_hero .textwidget h3{
	font-size: 40px;
    padding-left: 10px;
    color: #ced455;
    font-family: "Instrument Serif", serif;
    font-style: italic;
    display: inline;
	text-shadow:0px 0px 50px #071210;
}
#main-hero-section{
	border-bottom:1px solid rgba(255, 255, 255, 0.15);
}
#main-hero-section::before{
	content: "";
    background: radial-gradient(#05694e54, #050c0a);
    position: absolute;
    width: 100%;
    height: stretch;
    left: 0;
    z-index: -2;
}
.hero_bg::before{
    content: "";
    background: linear-gradient(to bottom, #0f1f1c00, #0f1f1ca6, #10201d 40%, #080f0f);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 450px;
    left: 0;
    bottom: 0;
}
.hero_bg::after{
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/skillone/images/hero-circle.png);
    background-size: contain;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, center;
    animation: rotate-loop 15s linear infinite;
    top: 24%;
    left: 37%;
    width: 540px;
    height: 540px;
    z-index: -2;
}
@keyframes rotate-loop {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.hero-buttons a:first-child {
    background: var(--snd-color);
    color: var(--primary-color);
    border: 2px solid var(--snd-color);
    display: inline-flex;
    align-items: center;
    gap: 30px;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 8px 8px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
	margin-right:15px;
}
.hero-buttons{
    top: 25px;
    position: relative;
}
.hero-buttons a:first-child i{
	background:var(--primary-color);
	font-size:20px;
	font-weight:bold;
	color:var(--snd-color);
	padding:20px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	transition: all 0.3s ease;
}
.hero-buttons a:last-child {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--snd-color);
    display: inline-flex;
    align-items: center;
    gap: 30px;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 8px 8px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.hero-buttons a:last-child i{
	background:var(--snd-color);
	font-size:20px;
	font-weight:bold;
	color:var(--primary-color);
	padding:20px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	transition: all 0.3s ease;
}
.hero-buttons a:hover{
	border:2px solid var(--primary-color);
	background:transparent;
}
.hero-buttons a:hover i{
	transform:rotate(45deg);
}
.image-gallery>div {
    display: flex;
    width: 100%;
    max-width: 404px; 
    height: 200px;    
    gap: 15px;
    margin-left: auto; 
    margin-right: 0;
}
.gallery-item {
    position: relative; 
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    flex-basis: 90px; 
    flex-grow: 0;
    flex-shrink: 0;
    transition: flex-basis 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.gallery-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 200px !important; 
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
    display: block;
    transform: translate(-50%, -50%); 
}
.image-gallery>div .gallery-item.active {
    flex-basis: 200px !important; 
}
.hero-second-row{
	margin-top:-30px;
	padding:50px 0;
}
.hero-second-row span{
    color: #797979;
    text-transform: uppercase;
    margin-right: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
	transition:.3s;
    margin-bottom: 10px;
    display: inline-block;
}
.hero-second-row span:hover{
	color:#fff;	
}
#home_snd_section{
	padding:60px 0;
	position:relative;
	overflow:hidden;
}
.my_title_one{
	text-align:center;
}
.my_title_one h3{
	font-size: 35px;
    font-weight: 600;
}
.my_title_one span{
	background: var(--snd-color);
    padding: 5px 20px;
    margin-left: 10px;
    border-radius: 10px;
}
.my_title_one span i{
    font-family: "Instrument Serif", serif;
    font-weight: 400;
}
.logo-slider {
    padding: 40px 0;
    width: 100%;
    background-color: transparent;
}
.logo-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
	border-radius:15px;
	overflow:hidden;
}
.logo-slider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}
.logo-slider .swiper-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
#mnm_h_about p{
	text-align:justify;
}
#mnm_h_about h3.widget-title, .h_news_fr .star_title h3.widget-title, #home-services .star_title h3.widget-title, .serv_faq .star_title h3.widget-title, #wcs_abt .star_title h3.widget-title{
    font-family: "Instrument Serif", serif;
    font-style: italic;
    font-size: 25px;
    margin-bottom: -15px;
    font-weight: 400;
}
#mnm_h_about .star_title h3.widget-title::before, .h_news_fr .star_title h3.widget-title::before, #home-services .star_title h3.widget-title::before, .serv_faq .star_title h3.widget-title::before, #wcs_abt .star_title h3.widget-title:before{
    content: "\f2ec";
    font-family: "remixicon";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-right: 8px;
    color: var(--snd-color-light);
    font-size: 23px;
}
#mnm_h_about h3, .h_news_fr .star_title h3, #home-services .star_title h3, .serv_faq .star_title h3{
	font-size: 50px;
    font-weight: 600;
    line-height: 4.5rem;
	margin-bottom:25px;
}
.h_news_fr .star_title h3.widget-title, .serv_faq  .star_title h3.widget-title{
	margin-bottom:5px;
}
#mnm_h_about em, .h_news_fr .star_title em, #home-services .star_title em, .serv_faq .star_title em, #wcs_abt .star_title em{
    font-family: "Instrument Serif", serif;
	font-weight:400;
}
#wcs_abt .star_title h3{
	font-size: 45px;
    line-height: 4rem;
}
#wcs_abt img{
	border-radius:15px;
}
#abtp_btn{
	font-size:20px;
}
.serv_faq p a{
	margin-top: 20px;
    display: inline-block;
}
.h_news_fr .star_title{
	padding-left:15%;
}
.h_abt_withyear{
	text-align:right;
	float:right;
	width:200px;
}
#mnm_h_about .h_abt_withyear h3.widget-title{
  	font-family: "Urbanist", sans-serif;
	color:#fff;
	font-size:16px;
	margin-bottom:-20px;
}
#mnm_h_about .hero-buttons a{
    top: -130px;
    position: relative;
}

.marquee-slider {
    background-color: var(--snd-color);
    width: 100%;
    overflow: hidden;
}
.marquee-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
#marquee-slide-section, #home-services{
	margin-top:-30px;
}
.marquee-slider .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 35px;
    font-weight: 600;
	padding:16px;
}
.marquee-slider .swiper-slide::after {
	content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c0d44c'><path d='M12 1l3.086 7.914L23 12l-7.914 3.086L12 23l-3.086-7.914L1 12l7.914-3.086z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;   
    height: 25px;
    margin-left: 50px;
    margin-right: 0px;
    font-size: 28px;
    color: var(--primary-color);
    vertical-align: middle; 
}
#home-services .sow-accordion-panel{
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
#home-services .sow-accordion-panel.sow-accordion-panel-open{
	border-radius: 20px;
    overflow: hidden;
	background:#FBF9EF;
	color:#111;
}
#home-services .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header{
	color:#111;
}
#home-services .sow-accordion-panel-header{
	background-color: transparent;
}
#home-services .sow-accordion-panel-border{
	background-color:transparent;
}
#home-services .sow-accordion-panel-header h3{
	font-size:30px;
	font-weight:600;
}
.result_clients{
	margin-top:60px;
	text-align:right;
}
.result_clients h3.widget-title{
	font-size:45px;
}
#mnm_wcu{
	background:#132019;
	border-radius:20px;
	padding:70px 40px;
}
.pfi_first{
	padding:0 10%;
}
.wcu_first, .pfi_first{
	text-align:center;
}
.wcu_first h3.widget-title, .serv_first h3.widget-title, #mnm_owp h3.widget-title, #mnm_testimonial h3.widget-title, .pfi_first h3.widget-title{
    font-family: "Instrument Serif", serif;
    font-style: italic;
    font-size: 25px;
    margin-bottom: -5px;
    font-weight: 400;
	color:#fff;
}
.wcu_first h3.widget-title::before, .serv_first h3.widget-title::before, #mnm_owp h3.widget-title:before,
#mnm_testimonial h3.widget-title:before, .pfi_first h3.widget-title::before{
    content: "\f2ec";
    font-family: "remixicon";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-right: 8px;
    color: var(--snd-color-light);
    font-size: 22px;
}
.wcu_first h3, .pfi_first h3{
    font-size: 56px;
    font-weight: 600;
    line-height: 4.5rem;
    margin-bottom: 25px;
	color:#797979;
}
.wcu_first h3 span, .pfi_first h3 span{
	color:#fff;
}
.wcu_first h3 em, .pfi_first h3 em{
	color:#fff;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
}
.wcu_snd{
	border:1px solid rgba(255, 255, 255, 0.2);
	padding:20px 20px 25px;
	border-radius:10px;
}
.wcu_snd h3.widget-title{
	font-size:20px;
}
.wcu_snd span{
	color:var(--primary-color);
	font-size:70px;
	font-weight:600;
	display:block;
}
.wcu_thd{
	margin-top:60px;
    border-radius: 20px;
    height: 500px;
    overflow: hidden;
}
.wcu_fth h3.widget-title{
	color:#b1b1b1;
	font-size:18px;
	margin-bottom:0px;
}
.wcu_fth h3{
	text-align:center;
	font-size:25px;
}
.wcu_fth h3 a{
	color:#fff;
	text-decoration:underline;
	transition:.3s;
}
.wcu_fth h3 a:hover{
	color:var(--snd-color-light);
}
.serv_first{
	padding:0 20%;
}
.serv_first h1{
	margin-top:50px;
	margin-left:-10%;
	font-size:150px;
	text-align:center;
	text-transform: uppercase;
}
.serv_first em{
	font-size:150px;
	margin-right:-10%;
	color:#fff;
	text-align:center;
	font-family: "Instrument Serif", serif;
	text-transform: uppercase;
	display:block;
}
.serv_snd_p{
	padding-left:30%;
	margin-right:-10%;
}
.serv_snd_p h3.widget-title, .h_news_fr h3.widget-title{
    font-size: 1rem;
    line-height: 1.5;
}
.serv_snd_p a, .h_news_fr a{
    color: var(--primary-color);
    transition: .3s;
    height: 40px;
    position: relative;
    width: 145px;
    align-items: center;
    display: flex;
	transition:.3s;
}
.serv_snd_p a:hover, .h_news_fr a:hover{
	color:var(--snd-color-light);
	letter-spacing:1px;
}
.serv_snd_p a::after, .h_news_fr a::after {
	content: "\ea70";
    font-family: "remixicon";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    position: relative;
    font-size: 23px;
    transition:.7s;
}
.serv_snd_p a:hover::after, .h_news_fr a:hover::after{
	transform: translate(60%, -10%) rotate(20deg);
	opacity:0;
}
#h_serv_clmns{
	padding:0 45px;
}
#h_serv_clmns h3.widget-title a{
    color: #fff;
    font-weight: 600;
    top: 15px;
    position: relative;
}
#h_serv_clmns img{
	border-radius:15px;
}
#h_serv_lstrow{
	margin-top:90px;
}
.h_serv_lstclmns{
	margin-top:-10%;
}
#mnm_owp_pt > .panel-grid-cell{
	position:relative;
}
#mnm_owp_pt img{
	border-radius:15px;
}
#mnm_owp{
	border-radius:15px;
	overflow:hidden;
	color:#101010;
}
#mnm_owp>div h2, #mnm_owp>div h3.widget-title{
	color:#101010;
}
#mnm_owp>div h2{
	font-size:54px;
	margin-top:20px;
	font-weight:600;
}
#mnm_owp>div h1{
	color:#797979;
	font-size:54px;
	font-weight:600;
}
#mnm_owp>div em{
	font-family: "Instrument Serif", serif;
	font-weight:normal;
}
#mnm_testimonial{
	margin-top:-30px;
}
.testi_first_row{
	text-align:center;
	background: radial-gradient(ellipse 270px 130px, #114a39, #101010);
	padding:70px 0 40px;
}
.testi_first_row h3{
	font-size: 53px;
    line-height: 3.5rem;
    font-weight: 600;
}
.testi_first_row h3 em{
	font-family: "Instrument Serif", serif;
	font-weight:normal;
}
#testimo-info-parent .panel-grid-cell{
	position:relative;
}
#testimo-info{
	background-color:#F8F4E9;
	background-image:url(https://makersnminds.hugmyanmar.com/wp-content/uploads/2026/06/testimonial-shape.webp);
	border-radius:15px;
	background-size:cover;
	padding:20px 20px 10px;
	color:#111;
}
#testimo-info h4{
	color:#111;
	font-size:18px;
	font-weight:600;
}
#testimo-info h5{
	color:#111;
	font-size:15px;
	font-weight:400;
	margin-top:-30px;
}
#testimo-info p{
	margin-top: 20px;
    border-bottom: 1px solid #7777775c;
    padding-bottom: 20px;
    margin-bottom: 10px;
	font-style: italic;
}
#testimo-info:before{
	content: "\ec52";
    font-family: "remixicon";
    font-style: normal;
    font-size: 50px;
    background: var(--primary-color);
    color: var(--snd-color);
    border-radius: 50%;
    padding: 10px;
}
#testimo-info-parent .panel-grid-cell:nth-of-type(even) #testimo-info h4,
#testimo-info-parent .panel-grid-cell:nth-of-type(even) #testimo-info h5{
	color:#fff;
}
#testimo-info-parent .panel-grid-cell:nth-of-type(even) #testimo-info{
    background-color: #252525;
	color:#fff;
}
.testistars{
	display: inline;
    position: absolute;
    bottom: 60px;
    right: 10px;
}
.testistars i{
	color:var(--snd-color);
}
#testimo-info-parent .panel-grid-cell:nth-of-type(even) .testistars i{
	color:var(--primary-color);
}
#letstalk{
	text-align:center;
	margin-top:-30px;
}
#letstalk h3{
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 60px;
}
#letstalk em{
	font-family: "Instrument Serif", serif;
	font-weight:normal;
}
#letstalk a{
    background: #17584459;
    color: var(--primary-color);
    border: 2px solid var(--snd-color);
    display: inline-flex;
    align-items: center;
    gap: 30px;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 8px 8px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    margin-right: 15px;
}
#letstalk a i {
    background: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    color: var(--snd-color);
    padding: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
#letstalk a:hover{
	border:2px solid var(--primary-color);
	background:transparent;
}
#letstalk a:hover i{
	transform:rotate(45deg);
}
.sow-blog-layout-alternate .sow-blog-posts article{
	background:transparent!important;
	border:0px!important;
}
.sow-blog-layout-alternate .sow-blog-posts article .sow-entry-thumbnail img{
	width:100%;
}
footer.footer{
	padding:100px 0;
}
footer.footer h3.widget-title{
	font-size: 20px;
    font-weight: 600;
}
footer.footer ul.menu{
	padding-left:0;
}
footer.footer ul.menu li{
    list-style: none;
    margin: 15px 0;
}
footer.footer ul.menu li a{
	color:#ffffffb3;
	font-size:15px;
	transition:.5s;
}
footer.footer ul.menu li a:hover{
	color:var(--primary-color);
	padding-left:5px;
}
.ft_fst_top img{
    width: 54px;
    border-radius: 20px;
	margin-left:-15px;
}
.ft_fst_top p{
	display: flex;
    align-items: center;
}
.ft_fst_top a{
    padding-left: 15px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
footer.footer .ft_fst_col h3.widget-title{
    line-height: 1.5;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 30px;
	width:80%;
}
footer.footer .ft_fst_col a{
	color: #fff;
    background: #4b434366;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 15px;
    width: 34px;
    height: 34px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
	transition:.3s;
}
footer.footer .ft_fst_col a:hover{
	background:var(--primary-color);
}
.home_blogs h2 a{
    font-size: 25px;
    line-height: 2.5rem;
}
.home_blogs .sow-entry-meta span:not(:last-child)::after{
	display:none;
}
.home_blogs .sow-entry-meta .sow-entry-date a{
	background:var(--snd-color);
    border: 1px solid var(--snd-color);
}
.home_blogs .sow-entry-meta a{
    border: 1px solid #4b4b4b;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 12px;
	transition:.3s;
}
.home_blogs .sow-entry-thumbnail img{
	border-radius:15px;
	transition:.3s;
}
.home_blogs .sow-entry-thumbnail img:hover{
	filter:brightness(0.5);
}
.home_blogs .sow-blog-posts article{
	border-top:1px solid rgba(255, 255, 255, 0.15)!important;
	padding-top:30px!important;
}
.mnm_bnic{
	background: var(--snd-color);
    width: 300px;
    height: 160px;
    border-radius: 10px;
    padding: 15px 30px;
    animation: bounceSlow 2s ease-in-out infinite;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    right: 5%;
    bottom: 10%;
    position: absolute;
}
@keyframes bounceSlow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.mnm_bnic h3{
	font-size:17px;
	margin-bottom:-20px;
}
#mnm_inner_bnr::before{
	background: url(https://makersnminds.hugmyanmar.com/wp-content/uploads/2026/07/bread-line.png);
    background-size: contain;
    content: '';
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
}
#mnm_inner_bnr{
	background:radial-gradient(ellipse 45% 25%, #114a39, #101010);
	padding:200px 0 70px;
}
#mnm_inner_bnr h3{
	font-size:90px;
	font-weight:600;
	line-height: 6rem;
	text-shadow: 0px 0px 30px #0000004a;
}
#mnm_inner_bnr h3 em{
	font-family: "Instrument Serif", serif;
	font-weight:normal;
	color:var(--primary-color);
}
.banner_snd_row{
	position:relative;
}
.banner_snd_title{
	font-size:130px;
	text-align:right;
	color:#fff;
	font-family: "Instrument Serif", serif;
	font-weight:normal;
	font-style:italic;
	color:var(--primary-color);
}
.banner_fst_title{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    bottom: 30%;
    position: absolute;
}
.mnm_inn_blog{
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 30px;
}
article.makers_blog{
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}
article.makers_blog .img-room{
	height:200px;
	border-radius:10px;
	margin-bottom:25px;
	overflow:hidden;
}
article.makers_blog img{
	width: auto;
    height: 100%;
}
article.makers_blog a.readmore, #serv_pg_type a, .serv_faq a{
	color:var(--primary-color);
	transition:.3s;
	font-size:17px;
	font-weight:normal;
}
article.makers_blog a.readmore:hover, #serv_pg_type a:hover, .serv_faq a:hover{
	color:var(--snd-color-light);
}
article.makers_blog a.readmore::after, #serv_pg_type a::after, .serv_faq a::after{
	content: "\ea70";
    font-family: "remixicon";
    font-style: normal;
    background: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    color: var(--snd-color);
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin-left: 10px;
}
article.makers_blog a.readmore:hover::after, #serv_pg_type a:hover::after, .serv_faq a:hover::after{
    transform: rotate(45deg);
}
article.makers_blog h3{
	display:block;
	margin:15px 0;
	line-height:0;
}
article.makers_blog a.news-title{
	color:#fff;
    font-size: 21px;
    line-height: 2rem;
	background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    transition: all 0.4s ease-in-out;
}
article.makers_blog a.news-title:hover{
	color:var(--primary-color);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 100%);
}
span.postcat a{
	background: var(--primary-color);
    color: #393939;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
}
span.postauthor{
	color:var(--snd-color-light);
	margin-left:10px;
    font-size: 15px;
    font-weight: 600;
}
#business_increase{
    position: relative;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
}
.sv_business_increase{
	width: 300px;
    height: 160px;
    font-size: 70px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    left: 4%;
    top: 230px;
    position: absolute;
    background: var(--snd-color);
    border-radius: 10px;
    padding: 15px 30px;
    animation: 2s ease-in-out 0s infinite normal none running bounceSlow;
}
.sv_business_increase h3 {
    font-size: 17px;
    margin-bottom: -20px;
}
.serv_pg_fcol{
	border:1px solid rgba(255, 255, 255, 0.2);
	padding:20px 20px 25px;
	border-radius:10px;
}
.serv_pg_fcol .widget-title{
	font-size:20px;
}
.serv_pg_fcol span{
	color:var(--primary-color);
	font-size:70px;
	font-weight:600;
	display:block;
}
#serv_pg_type{
	border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 70px 0 45px;
}
#serv_pg_type img{
	width:100%;
	border-radius:20px;
}
#serv_pg_type h3.widget-title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #797979;
}
#serv_pg_type h2{
	font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 4rem;
    margin: 20px 0 40px;
}
#serv_pg_type ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	list-style: none;
	padding: 0;
	width:fit-content;
	font-size:14px;
	text-transform:uppercase;
    color: #797979;
	font-weight:500;
}
#serv_pg_type p{
	font-size: 21px;
    font-weight: 500;
    color: #797979;
    margin: 40px 0;
    line-height: 1.7rem;
}
.marquee-two-forward .swiper-wrapper,
.marquee-two-reverse .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.marquee-two-forward .swiper-slide,
.marquee-two-reverse .swiper-slide {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: 1.13258px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18.1212px);
    width: 123px;
    height: 123px;
    line-height: 123px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
#serv_logoslide_section{
	background:#272727;
}
.serv_faq .sow-accordion{
	margin-top:30px;
}
.serv_faq .sow-accordion .sow-accordion-panel-header{
	border-bottom:1px solid rgba(255, 255, 255, 0.15);
}
.serv_faq .sow-accordion .sow-accordion-panel{
	margin-bottom:20px;
	border:1px solid rgba(255, 255, 255, 0.15);
	border-radius:10px;
	overflow:hidden;
}
.serv_details_fst{
	color:#b1b1b1;
}
.serv_details_fst h3.widget-title{
	color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 4rem;
    margin-bottom: 30px;
}
.serv_details_snd ul{
	float:right;
}
.serv_details_snd li{
	list-style:none;
	border-top:1px solid rgba(255, 255, 255, 0.12);
	border-bottom:1px solid rgba(255, 255, 255, 0.12);
	padding:20px 0;
}
.serv_details_snd li:before{
    content: "\eb7b";
	font-family: "remixicon";
    font-style: normal;
    font-weight: normal;
	margin-right: 10px;
}
#detail_parallex{
	height:550px;
	border-radius:15px;
	overflow:hidden;
}
.serv_detail_info h3.widget-title{
	font-size: 50px;
    width: 50%;
    font-weight: 600;
    line-height: 4rem;
}
.serv_detail_info img{
	border-radius:15px;
}
.serv_common_q h3.widget-title{
	font-size:20px;
	color:#b1b1b1;
}
.serv_common_q img{
	border-radius:10px;
}
.serv_faq .so-widget-sow-accordion h3.widget-title{
	font-size:45px;
	font-weight:600;
}
.expert_cols{
    background: #FBF9EF;
    color: #111;
    padding: 20px 20px 30px;
    border-radius: 15px;
}
.expert_cols h2{
	color: #111;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.expert_cols i{
	color:var(--snd-color);
	font-size: 40px;
}
.fromctoc{
	background:#fafafa;
	color:#111;
	padding:20px;
	transition:.3s;
	border-radius:10px;
	transition: background-color 0.3s;
}
.fromctoc h3.widget-title{
	color:#111;
	font-weight:600;
	transition:.3s;
}
#active-box h3.widget-title{
	color:#fff;
}
#active-box {
  background-color: var(--snd-color);
  color: white;
}
.fctc_title h3{
    font-size: 45px;
    font-weight: 600;
}
.blog_sidebar{
	background:#272727;
	border-radius:15px;
	padding:20px;
}
.blog_sidebar h3.widget-title{
	font-size:20px;
	font-weight:600;
}
.blog_sidebar ul{
	padding-left:0;
}
.blog_sidebar ul li{
	border:1px solid rgba(255, 255, 255, 0.12);
	border-radius:10px;
	list-style:none;
	margin-bottom:20px;
	overflow:hidden;
	transition:.3s;
}
.blog_sidebar ul li a{
    padding: 15px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
	transition:.3s;
}
.blog_sidebar ul li:hover{
	background:#114a39;
}
.blog_sidebar ul li:hover a{
	color:var(--primary-color);
}
.blog_sidebar ul span.post-date{
    padding: 0 0 5px 15px;
    display: inline-block;
    top: -10px;
    position: relative;
    font-size: 15px;
}
.blog_sidebar form.search-form{
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    text-align: center;
	margin-bottom:10px;
}
.blog_sidebar form.search-form label{
	flex:1;
	margin-bottom: 0;
}
.blog_sidebar [type=search] {
	border: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    width: 100%;
}
.blog_sidebar .search-submit{
	background: var(--snd-color);
    border: 0;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}
#contact_sndrow{
	padding:0 20%;
}
.twositeinfo h3{
	color:var(--primary-color);
	margin-top: -15px !important;
	margin-bottom: 0;
}
.twositeinfo h6{
	margin-bottom:-10px;
}
.twositeinfo a{
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 600;
}
.twositeinfo{
	border:1px solid rgba(255, 255, 255, 0.12);
	border-radius:15px;
	padding:20px;
}
.twositeinfo img{
	border-radius:10px;
	width:100%;
}
.twositeinfo a.sitebtn{
	color: var(--primary-color);
    display: block;
    margin-top: 20px;
	font-size:17px;
}
.twositeinfo a.sitebtn::after {
    content: "\ea70";
    font-family: "remixicon";
    font-style: normal;
    background: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    color: var(--snd-color);
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin-left: 10px;
}
.mnm_ctform{
	background:#272727;
	border-radius:15px;
	padding:20px;
}
.mnm_ctform input, .mnm_ctform textarea, .mnm_ctform select{
	width: 100%;
	border:1px solid rgba(255, 255, 255, 0.12)!important;
	border-radius:10px;
	background:transparent;
    margin-bottom: 10px;
    outline: none;
    padding: 10px 15px;
    max-height: 130px;
	resize:none;
	color:#fff;
}
.mnm_ctform select option{
	background:#272727;
}
.mnm_ctform input:focus, .mnm_ctform textarea:focus, .mnm_ctform select:focus{
	border:1px solid var(--primary-color)!important;
}
.mnm_ctform [type=submit]{
	border-bottom: 0 !important;
    background: var(--snd-color);
    color: #ffffff;
    border: 2px solid #FC9B1E;
    padding: 7px 25px;
    border-radius: 5px;
    margin: 0 0 -30px 0;
    display: inline-block;
    width: 160px;
}
.mnm_ctform [type=submit]:focus{
	border:0px!important;
}
input.wpcf7-not-valid{
	border:1px solid #dc3232!important;
}
.wpcf7-not-valid-tip{
	font-size:0;
}
.wpcf7-not-valid-tip:after {
	content: "\eb97";
    font-family: "remixicon";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 1rem;
	font-weight:bold;
}
.abtp_btn a{
	background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--snd-color);
    display: inline-flex;
    align-items: center;
    gap: 30px;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 8px 8px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.abtp_btn a i{
	background: var(--snd-color);
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
    padding: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.abtp_btn a:hover{
	border:2px solid var(--primary-color);
	background:transparent;
}
.abtp_btn a:hover i{
	transform:rotate(45deg);
}
.abttwocols{
	background: #FBF9EF;
    color: #333;
    border-radius: 15px;
    padding: 10px 20px 20px;
}
.abttwocols h3{
	color:#333;
}
.abttwocols h1{
	color: var(--snd-color);
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 20px;
}
.mybanner:before{
	background: url(https://makersnminds.hugmyanmar.com/wp-content/uploads/2026/07/bread-line.png);
    background-size: contain;
    content: '';
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
}
.mybanner .dw_cat{
	margin-top:50px;
}
.mybanner{
    background: radial-gradient(ellipse 45% 25%, #114a39, #101010);
    padding: 200px 0 70px;
	overflow:hidden;
}
.mybanner h1{
	font-size: 90px;
    font-weight: 600;
    line-height: 6rem;
    text-shadow: 0px 0px 30px #0000004a;
}
.search-item{
	border-bottom:1px solid #ffffff38;
}
.search-item a{
    color: #fff;
    font-size: 21px;
    line-height: 2rem;
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    transition: all 0.4s ease-in-out;
}
.search-item a:hover{
	color: var(--primary-color);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 100%);
}
.search-page input{
	border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0000007d;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
}
.search-page button{
	background: var(--snd-color);
    border: 0;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}
.dw_cat .sg-img-room{
	overflow:hidden;
}
.dw_cat .sg-img-room img{
	width:100%;
}