/* 
#028A0F DARK GREEN 
#14A800 ,#134509: Green in Banner
#C1F6ED, #EDF5E1 Light Green Shades
*/
@font-face {
	font-family: nafees;
    src: url(fonts/nafees2.ttf);
}
@font-face {
    font-family: 'LondrinaOutline';
    src: url('fonts/LondrinaOutline-Regular.ttf');
}
@font-face {
    font-family: 'montserrat_regular_italic';
    src: url('fonts/Montserrat-Italic-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'montserrat_regular';
    src: url('fonts/Montserrat-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'noto_nastaliq';
    src: url('fonts/NotoNastaliqUrdu-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'unbounded';
    src: url('fonts/Unbounded-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'unbounded_bold';
    src: url('fonts/static/Unbounded-Bold.ttf');
}

@font-face {
    font-family: 'rambla';
    src: url('fonts/Rambla-Regular.ttf');
}
@font-face {
    font-family: 'rambla_italic';
    src: url('fonts/Rambla-Italic.ttf');
}
@font-face {
    font-family: 'rambla_bold';
    src: url('fonts/Rambla-Bold.ttf');
}
@font-face {
    font-family: 'rambla_bold_italic';
    src: url('fonts/Rambla-BoldItalic.ttf');
}
/**********
GENERAL
***********************************/
.bodywrap {
	background: url(/images/icons/bg_texture_green.png) repeat 0 0 white;
	background-attachment: fixed;
}
.urdu, *[dir="rtl"] {
	font-family: nafees;
}
body { 
    font-size: 15px;
	line-height:27px;
/*
	font-family:montserrat_regular;
	font-variation-settings: 'wght' 500;
    letter-spacing: 0;
*/
}
article.item-page {
    text-align: justify;
}
hr { margin:1rem; }
a { color: #212529; }
iframe { width: 100%; }
.twocolumnlist {
	columns:2;
}
li {
	font-variation-settings: 'wght' 300;
    line-height: 1.8em;
}
pre {
	background: #eee;
    padding: 15px;
    border: 1px solid #888;
}
h1,h2,h3,h4,h5,h6 {
}
.h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}
.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}
.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}
.h4, h4 {
    font-size: calc(1.275rem + .3vw);
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}
.btn
{
	padding: 1px 7px 4px;
}
.btn-secondary {
    color: #fff;
    background-color: #14A800;
    border-color: #EDF5E1;
}
table  {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table  td, table  th {
  border: 1px solid #ddd;
  padding: 8px;
}

table  th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #028A0F;
  color: white;
}
#system-message-container joomla-alert[type=message], #system-message-container joomla-alert[type=success] {
    --alert-accent-color: #457d54;
    --alert-bg-color: #f2f8f4;
}
#system-message-container joomla-alert[type=info], #system-message-container joomla-alert[type=notice] {
    --alert-accent-color: #2e486b;
    --alert-bg-color: #FFFFFF;
}
#system-message-container joomla-alert[type=error], #system-message-container joomla-alert[type=notice] {
    --alert-accent-color: #2e486b;
    --alert-bg-color: #FFFFFF;
}
#system-message-container joomla-alert[type=danger], #system-message-container joomla-alert[type=error] {
    --alert-accent-color: #c52827;
    --alert-bg-color: #fef8f8;
}
#system-message-container joomla-alert[type=warning] {
    --alert-accent-color: #ffb514;
    --alert-bg-color: #fffcf4;
    color: #996900;
}
#system-message-container joomla-alert {
    background-color: var(--alert-bg-color,var(--white));
    border: 1px solid var(--alert-accent-color,var(--template-bg-dark));
    border-radius: 0.25rem;
    color: var(--alert-accent-color,var(--template-bg-dark));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-width: 16rem;
    padding: 0;
    position: relative;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    width: 100%;
}
i.bi {
    font-size: 30px;
    color: #028a0f;
}

/*
Accordion
***********************************/
  .accordion {
            width: 100%;
            max-width: 500px;
            margin: auto;
        }

        .accordion-item {
            border: 1px solid #ddd;
            margin-bottom: 5px;
            border-radius: 5px;
            overflow: hidden;
        }

        .accordion-header {
            background-color: #f1f1f1;
            padding: 10px;
            cursor: pointer;
            font-weight: bold;
        }

        .accordion-content {
            display: none;
            padding: 10px;
            background-color: #fff;
            border-top: 1px solid #ddd;
        }

        .active {
            display: block;
        }

/*
SCROLL to karo zara neeche jao
***********************************/
.scroll-btn {
	opacity:0.7;
	position: fixed;
	z-index:99999;
	bottom: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 40px;
	padding: 5px 10px;
	background: white;
	color: black;
	border: 2px solid #ccc;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	cursor: pointer;
	animation: bounce 1.5s infinite;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: opacity 0.5s;
	gap: 10px;
}
.scroll-btn:hover {
	background: #f0f0f0;
}
.scroll-btn i {
	font-size: 24px;
}

/*
FORM & FORM INPUTS
**************************/
.form-group {
    margin: 0 0 7px 0;
}

/*
HEADER section
**************************/
#header > div {
	position:relative; background-color: #028A0F;
    background-image: linear-gradient(135deg,#14A800 0,#134509 100%);
    box-shadow: inset 0 5px 5px rgb(0 0 0 / 3%);
}


#menu {
	position:relative;/*stickyabsolute;*/
	width: 100%;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 10px 4px #1e2e2e;
}
.stickyX, .stickyX a {
    height: 50px;
    padding-top: 0px;
}
.stickyX img {
    height: 40px;
    width: 40px !important;
}
.sticky { 
    background-color:#62A031;
	background-image: radial-gradient( circle at top right, #aef359, #18a8da 50% );
    box-shadow: 0px 1px 10px 4px #888888;
	position: sticky !important;
	color:white !important;
    top: 0;
    z-index: 999;
	animation-name: example;
	animation-duration: .3s;
}
.sticky2 { 
    background-color:#fff;
}
@keyframes example {
	from {background-color: transparent;}
	to {background-color: #62A031;}
}

.dropdown-toggle::after {
    vertical-align: .155em;
}
.bg-primary {
	background: transparent !important;
}
.bg-darklight {
	background: #EEF0F3 !important;
}

.text-white {
	color: #FFF !important;
}
.text-darklight {
	color: #EEF0F3 !important;
}

.banner { 
	min-height: 500px;
	position: relative;
	z-index:3;
	background: #e1e1e1;
}
.banner_empty { 
	min-height: 100px;
}




/*
Buttons
**************************/
a.btn.btn-sm.btn-secondary.previous {
    margin: 0 10px 0 0 !important;
}

/*
ABDUL 3 - BREADCRUMBS
**************************/
.breadcrumb-item+.breadcrumb-item::before ,
.abdul-3, .abdul-3 span, .abdul-3 a {
    color: #fff;
	font-size:12px;
	font-variation-settings: 'wght' 400;
    background: #028a0f !important;
}
/*
For Content , Text BLOCKS
**************************/
.video-sub-info {
    position: relative;
    display: flex;
    margin-top: 0px;
    padding-bottom: 15px;
}
.video-face {
    margin-right: 30px;
    border-radius: 20px;
	width:50px;
}

.vide-sub {
    margin-top: 20px;
    margin-right: 30px;
    font-family: Montserrat, sans-serif;
	font-size:16px;
    color: #b6b6b6;
    font-weight: 600;
}

.khakiBlock { background: #E9DF98; color:black; border-radius: 5px; }
.blackBlock { background: #282A35; color:white; }
.whiteBlock { background: #FFFFFF; color:black;  border-radius: 5px; }
.whitebg { background:#ffffff !important; color:#028A0F !important; }
.greenbg { background:#028a0f !important; color:#FFFFFF !important; }
.bg-green a, .bg-green {
    background: #14a800;
    color: white;
}
.bg-green a:hover, .bg-green:hover {
    background: white;
    color: #14a800;
    font-weight: bold;
}

/*
com_content
*/
.article-title {
	font-weight:bold;
	font-size:1rem;
	text-decoration:none;
}
a, .no-text-decoration {
	 text-decoration:none !important;
}
.blogcategory {
	display:inline-block;
    border: 1px solid #6c757d;
    border-radius: 3px;
    padding: 0 5px;
	margin:5px 0;
	height: 25px;
	line-height: 0;
}
.blogcategory a {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
}
.blogcategory a ,
.page-header a {
    text-decoration: none;
}
.subcontainer {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width:90%;
	
	border-top-right-radius: 5px;
	border-top: 5px solid black;
	padding: 5px 0;
	border-bottom: 5px solid black;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.subcontainer:hover .image {
  opacity: 0.3;
}

.subcontainer:hover .middle {
  opacity: 1;
}

.text {
	background-color: #eee;/*#212529 ;*/
	font-size: 14px;
	padding: 10px;
}
.text a { color:white !important; }
.mod-finder__search.input-group > 
.btn.btn-primary {
    margin: 0px 0 8px 16px !important;
    color: black !important;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.btn.btn-primary {
    margin: 15px 0 8px;
}

figure.left.item-image {
    overflow: hidden;
}

figure.left.item-image img {
	max-width:100%;
	height:auto;
	display:block;
	transform-origin: 50% 65%;
    transition: transform 1s, filter 1s ease-in-out;
    filter: brightness(80%);
}
figure.left.item-image img:hover {
	-ms-transform: scale(1.3); /* IE 9 */
	-webkit-transform: scale(1.3); /* Safari 3-8 */
	transform: scale(1.3); 
    filter: brightness(100%);
}

/* Base clear: */
.callout {
	padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

/* Modifier classes */
.callout-info {
    border-left-color: #E9DF98;	
}
.callout-warning {
    border-left-color: #E9DF98;	
}
.callout-danger {}
/**********
ABDUL 6 - I AM ABDUL
***********************************/
.abdulphoto {
	position:relative; bottom:0;
}
#imabdulimg {
	background: url(../../../images/headers/abdul_waheed.png) no-repeat right 0 transparent;
	background-size: contain;
}

.imabdul{
	text-align:left;
	position: absolute;
    top: 16vw;
    left: 1vw;
    color: #59972B;
	z-index:3
}

.signature {
	position: absolute;
	background: url(../../../images/headers/signature.png) no-repeat 0 0 transparent;
	width: 300px;
    height: 274px;
    top: 1vw;
    background-size: contain;
	z-index:3
}
.muslim_freelancer {
	position: absolute;
	background: url(../../../images/headers/muslim-freelancer-pakistan.png) no-repeat 0 0 transparent;
	width: 350px;
    height: 274px;
    top: 40%;
	left: 1vw;
    background-size: contain;
	z-index:3;
}
.pakistan_map {
	position: absolute;
	background: url(../../../images/headers/pakistan-map.png) no-repeat 0 0 transparent;
	width: 682px;
    height: 520px;
    bottom: 2.7vw;
    left: 11vw;
    background-size: contain;
}
.servicesLogo {
	position: absolute;
	background: url(../../../images/headers/my-services.png) no-repeat 0 0 transparent;
    width: 350px;
    height: 170px;
    top: 1vw;
    left: 11vw;
    background-size: contain;
}
.nopadding { padding:0 !important; }

@-webkit-keyframes neon4 {
  from {
	text-shadow: 0 0 3px #59972B, 0 0 3px #59972B, 0 0 3px #59972B, 0 0 4px #59972B,
      0 0 5px #59972B, 0 0 5px #59972B, 0 0 5px #59972B, 0 0 5px #59972B;
  }
  to {
	text-shadow: 0 0 3px #59972B, 0 0 3px #59972B, 0 0 3px #59972B, 0 0 4px #59972B,
      0 0 5px #59972B, 0 0 5px #59972B, 0 0 5px #59972B, 0 0 5px #59972B;
  }
}
/*
DJ
************************************/
.slide-desc-text-default .slide-title {
    font-size: 1.0em !important;
}
.dj-simple-contact-form.style-1 .inputbox {
    height: 50px !important;
    padding: 10px;
    margin: 0 0 10px 0;
}
input#dj-easy-contact-send-1150 {
    background: #212529;
    color: white;
    border-radius: 10px;
    min-width: 100px;
}


.invalid {
    border: 1px solid red;
}
.moduletable.leftmenu {
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 1px #eee;
    margin-bottom: 15px;
    padding: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.moduletable.leftmenu h3 {
    background: #E8E780;
    color: black;
	padding: 5px 3px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

a#btncollapse2[aria-expanded="false"]:before ,
a#btncollapse[aria-expanded="false"]:before {
    content: '+ ';
}
a#btncollapse2[aria-expanded="false"]:after ,
a#btncollapse[aria-expanded="false"]:after {
    content: ' More';
}
a#btncollapse2[aria-expanded="true"]:before ,
a#btncollapse[aria-expanded="true"]:before {
    content: '- ';
}
a#btncollapse2[aria-expanded="true"].btn:after ,
a#btncollapse[aria-expanded="true"].btn:after {
    content: ' Less';
}

.moduletable.leftmenu > div {
	overflow: hidden;
	padding: 4px;
}
textarea, 
input[type="email"], input[type="password"], input[type="text"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0,0,0,.09);
    color: black!important;
	background: white;
	padding: 5px 10px;
}
input[type="email"], input[type="password"] , input[type="text"] {
    border-radius: 99px;
}
textarea {
    border-radius: 15px;
	padding:15px;
}

/**********
Blog Article too -K2
***********************************/
section.awblog .category-desc {
	background: white;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 15px 25px;
}
.awsubCateBox {
    background: #fafafa;
    border: 1px solid #ddd;
	position:relative;
	text-align:center;
	min-height: 400px;

}
.awsubCateImages {
}
.awsubcatedetail {
	text-align:center;
	position: relative;
    bottom: 0;
    margin: 2rem 0 2rem;
}
.awitemtitle {
	text-align:center;
	position: relative;
    bottom: 0;
    margin: 1px 0;
}

div.awsubCate a.awsubCateImage, div.awsubCate a.awsubCateImage:hover {
    height: 320px;
}

.awsubCateImg {
	width: 100%;
	height: 185px;
}
.awsubCateLogo {
	position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;

    margin-top: -50px;
}
.awitemtitle h2 {
    margin-top: 0px;
    font-size: 1.3rem;
}
.awitemtitle a {
	text-decoration:none;
}
.awsubcatedetail h2 {
    margin-top: 0px;
    font-size: 1.3rem;
}
.awsubcatedetail p {
    font-size: 1rem;
	padding: 0 5px;

}
div.itemListCategory {
    margin: 25px 0 24px 0 !important;
}
/**********
MENU
***********************************/

/* maximenuckh */
span.titreck-title {
    color: #028a0f !important;
    font-size: 1.4rem;
    font-variation-settings: 'wght' 400;
}
li.maximenuck {
	border-right: 1px dashed #028a0f  !important;
	padding: 15px 5px !important;
}
ul.maximenuck {
    background: white !important;
}

ul.maximenuck li.level1.parent > a:after, ul.maximenuck li.level1.parent > span.separator:after {
	border-color: #028a0f transparent transparent transparent !important; 
    right: -4px !important;
    color: green !important;
}
div.floatck {
    background: #fafafa !important;
    border: none !important;
}
/* Ends maximenuckh */

.dropdown-menu.megamenu.show, .dropdown-menu {
	background: #EDF5E1; /* -> hex value #E8E780;	*/
	color: #565656;
	min-width: 30rem;
}
.dropdown-menu a {
	color: #000;
	font-variation-settings: 'wght' 400;
	text-decoration: none;
	line-height: 40px;
	font-weight:600;
}
a.submenu1 {
    text-decoration: underline;
}
.col-megamenu a.submenu1 {
	font-size: 22px;
	font-variation-settings: 'wght' 500;
	color: #050040;
	text-transform: uppercase;
    border-bottom: 1px solid #050040;
}

.col-megamenu li.nav-item {
    border-bottom: 1px solid;
	margin-bottom:10px;
}
.submenuImg2 {
    width: 23px;
    margin-right: 7px;
    margin-bottom: 4px;
}
/*
RIGHT / LEFT module menu
***********************/
.moduletable.leftmenu > ul {
    padding: 0 5px 10px;
}
.moduletable.leftmenu li {
	list-style:none !important;
}
a.submenu1 {
	text-decoration: underline;
	font-weight: bold;
}
.moduletable.leftmenu li > ul {
	font-weight: 600;
	padding-left: 0rem;
}
a.submenu2 {
	text-decoration:none;
}
/***********
PRODUCT cATEGORY MODULE
*/
/* Main Module Container */
.moduletable.prod_cate {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
}

/* Module Title */
.moduletable.prod_cate h3 {
    color: #2e7d32; /* Dark green */
    font-size: 1.3em;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e0e0e0;
}

/* Category List Styling */
.mod-articlescategories.mod-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mod-articlescategories.mod-list li {
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.mod-articlescategories.mod-list li a {
    display: block;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    background: #f5f5f5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.mod-articlescategories.mod-list li a:hover {
    background: #2e7d32; /* Dark green */
    color: #fff;
    transform: translateX(5px);
}

/* Active Category Highlight */
.mod-articlescategories.mod-list li.active a {
    background: #4caf50; /* Medium green */
    color: #fff;
    font-weight: bold;
}

/* Count in Parentheses (e.g., "(1)") */
.mod-articlescategories.mod-list li a::after {
    color: #777;
    font-size: 0.9em;
    transition: color 0.3s;
}

.mod-articlescategories.mod-list li a:hover::after,
.mod-articlescategories.mod-list li.active a::after {
    color: #fff;
}

/*
Testimonial module 
***********************/
#portfolio img {
	width:100%;
	height:auto;
}

/*--------------------- Ends ----------------*/







.banner_small , .banner_small * { 
    background: #454545;
	color:white;
}
.abdul_3 { 
	background: linear-gradient(135deg, #fafafa 25%, transparent 25%) -50px 0, linear-gradient(225deg, #fafafa 25%, transparent 25%) -50px 0, linear-gradient(315deg, #fafafa 25%, transparent 25%), linear-gradient(45deg, #fafafa 25%, transparent 25%);
    background-size: 100px 100px;
    background-color: #fdfdfd;
	border-bottom:1px dashed ;
	position:relative;
	z-index:3;
}
.abdul_3_col,
.abdul_4_col,
.abdul_5_col {
	border-right:1px solid #e1e1e1;
}
/*
ABDUL 4
abdul_4
====================*/
section#abdul_4 {}

#abdul_4 h1 {
    font-family: LondrinaOutline;
    position: relative;
    bottom: 0;
    z-index: 3;
    font-size: 70px;
    display: flex;
}
.abdul_4 {
	background: url(/images/icons/bg_texture_white.png) repeat 0 0 #028a0f;
	background-attachment: fixed;
	border-bottom:1px dashed;
	position:relative;
	z-index:3;
}
/*
ABDUL 4-1
abdul-4-1 & abdul-4-2
====================*/
section#abdul_4_1_2 div.content { color: #ffffff; font-variation-settings: 'wght' 400; font-size: 30px; text-align: right; line-height: 50px; }

/*
ABDUL 5
abdul_5
====================*/
#abdul_5 h1 {
	font-family: montserrat_regular;
    font-variation-settings: 'wght' 600;
    position: relative;
    z-index: 3;
    font-size: 50px;
    display: flex;
    color: white;
    padding-bottom: 15px;
}
section#abdul_5 ,
.abdul_5 {
	background: url(/images/icons/bg_texture_white.png) repeat 0 0 #444444;
	background-attachment: fixed;
	/*radial-gradient( circle at top left, #0B6623, #C7EA46 50% );
	animation: Gradient 15s ease infinite;*/
	border-bottom:1px dashed;
	position:relative;
	z-index:3;
}
section#abdul_5 h3 { 
    font-variation-settings: 'wght' 600;
}

.abdul_5_1_col > div ,
.abdul_5_2_col > div ,
.abdul_5_3_col > div {
	padding: 10px;
	min-height: 310px;
	background-size: 100% !important;
	margin-bottom:15px;
}
.abdul_5_1_col > div , .abdul_5_1_col > div > div {
/*	background:url("/images/icons/php_box_icon.png") no-repeat center center;
*/
	position:relative;
	background:white;
	border-radius:5px;
}
.abdul_5_2_col > div , .abdul_5_2_col > div > div {
/*	background:url("/images/icons/design_box_icon.png") no-repeat center center;
*/
	position:relative;
	background:#fafafa;
	border-radius:5px;
}
.abdul_5_3_col > div , .abdul_5_3_col > div > div {
/*	background:url("/images/icons/joomla_box_icon.png") no-repeat center center;
*/
	position:relative;
	background:white;
	border-radius:5px;
}
div.myservices {
  overflow: hidden;
  position: relative;
}
div > * {
  position: relative;
}
img.myservices-bg { 
	opacity: 0.07;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 500px;
	height: 500px;
	margin-top: -250px; /* Half the height */
	margin-left: -250px; /* Half the width */
}
.my_services_ {
	text-align: center;
    background-color: #62A031;
    background-image: url(/images/icons/my_logo_icon_100x100.png);
	/*	radial-gradient( circle at top right, #aef359, #18a8da 50% );	*/
    box-shadow: 1px 1px 3px 1px #AAAAAA;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    color: white;
	/*	position: absolute;	*/
	margin-bottom:10px;
    right: 37%;
	background-repeat: no-repeat;
	background-size: contain;
}
.abdul_5_1_col > p ,
.abdul_5_2_col > p ,
.abdul_5_3_col > p {

    font-size: 1.2rem;
}
img.img-fluid.imgwhoami:hover,
.imgwhoami:hover {
	background: lightblue url("/images/play_this_video.png") no-repeat fixed center;
}
.imgjoomlaplaylist {
}
.imgjoomladeveloper {
}


.abdul_6 {
	background: linear-gradient(132deg, #EDF5E1, #FFFFFF, #EDF5E1);
	background-size: 400% 400%;
	animation: Gradient 15s ease infinite;
	width: 100%;
	color: #F7DA6D;
	position: relative;
	z-index:3;
}
.abdul_6 .container {
/*	min-height: 460px;
	background: url(../../../images/headers/abdul3.png) no-repeat 0 0 transparent;background-size: contain;
*/
}

.abdul_6 p , .abdul_6 div { 
	color:#028A0F !important;
    font-variation-settings: 'wght' 400;
    line-height: 1.8em;
}



/**********
BODY
***********************************/
.maincontent {
    position: relative;
    z-index: 3;
    background: #fff;
}

@-webkit-keyframes neon4 {
  from {
	text-shadow: 0 0 3px #59972B, 0 0 3px #59972B, 0 0 3px #59972B, 0 0 4px #59972B,
      0 0 5px #59972B, 0 0 5px #59972B, 0 0 5px #59972B, 0 0 5px #59972B;
  }
  to {
	text-shadow: 0 0 3px #59972B, 0 0 3px #59972B, 0 0 3px #59972B, 0 0 4px #59972B,
      0 0 5px #59972B, 0 0 5px #59972B, 0 0 5px #59972B, 0 0 5px #59972B;
  }
}


.background {
	position:relative;
	background:url(/images/icons/bg_texture_white.png) repeat 0 0 #444444;
	background-attachment:fixed;
	z-index:3;
}

/**********
COMPONENTS
***********************************/
/* Services , Marketplace, blog, portfolio template */
#services>div>div>div, #marketplace>div>div>div
{
	position:relative;
}
#services>div>div>div
{
	min-height:285px;
}
#marketplace>div>div>div
{
	min-height:365px;
}

#services p.readmore, #marketplace p.readmore
{
	position: absolute;
	bottom:2px;
}



/* Main container styling */
.com-content-category-blog__children {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 1rem;
}

/* Individual item styling */
.com-content-category-blog__child {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

/* Hover effect */
.com-content-category-blog__child:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-color: #4CAF50;
}

/* Title styling */
.com-content-category-blog__child .item-title {
    margin: 0;
    padding: 0.25rem;
	text-align:center;
}

.com-content-category-blog__child .item-title a {
    color: #2E7D32; /* Dark green */
    text-decoration: none;
    font-weight: 600;
    display: block;
    transition: color 0.2s ease;
}

.com-content-category-blog__child:hover .item-title a {
    color: #1B5E20; /* Darker green on hover */
}

/* Add green accent to active item */
.com-content-category-blog__child.active {
    border-left: 4px solid #4CAF50;
    background-color: #f5f5f5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .com-content-category-blog__children {
        grid-template-columns: 1fr;
    }
}



/*--------------------- Ends(COMPONENTS) ----------------*/

/**********
MY WORK
***********************************/

#mywork {	position:relative; background:url(../../../images/headers/mywork2.jpg) no-repeat center center rgba(52 112 60 / 100%); background-size:cover; color:#F7DA6D; }


/**********
VM
***********************************/
.yellowborder {
	border:2px solid #ffd800 !important; /* YELLOW */
	background:#eee !important;
}

.vmsearch input[type="text"] {
	height: 42px !important;
    padding: 0 1.5rem !important;
	border:2px solid 	#ffd800 !important;
    border-radius: 20px !important;

}
.spacerX img {
    width: 94% !important;
    margin: 0 0 5px 0 !important;
}
.featuredOne img ,
.productlayout img {
	display:block !important;
	width:100% !important;
}
.featuredOne img {
	margin:20px 0 0 0 !important;
}
.productName a { text-decoration:none !important; }
.addtocart-area {
    text-align: left !important;
    float: left !important;
    margin: 0 !important;
}
.productName, .product-price {
    text-align: left !important;
    float: none !important;
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: normal !important;
    margin: 20px 0 0 0 !important;
}
span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button span.addtocart-button-disabled,
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary, .btn-primary:active, .show>.btn-primary.dropdown-toggle 
 {
	background: #028A0F !important;
	color: #FFF !important;
	border: 1px solid #028A0F !important;
}
.btn-primary:hover {
	color:white !important;
}
.btnGreen{
	padding:5px 7px;
	margin:5px 0;
	background:#028A0F;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #028A0F;
	border-radius:3px;
}
.btnGreen:hover{
	background:#FFFFFF;
	color:#028A0F;
	border:1px solid #028A0F;
	border-radius:3px;
}


/**********
Testimonial - carousel
***********************************/
.carousel-indicators {
    bottom: -20px;
    right: 0;
    margin: 0
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    border: 2px solid white;
    width: 10px;
    background-color: inherit;
    border-radius: 50%
}

.carousel-indicators .active {
    border: 2px solid transparent;
    background-color: #c1e718
}

.carousel-control-next,
.carousel-control-prev {
    position: relative
}
.carousel-item > div >div >div {
    border-radius: 5px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.12);
    background: white;
    color: #222;
}
.testimonial {
	background:#333333; color:#F7DA6D; min-height:200px;
	position:relative; z-index:3;
}
span.sr-only {
    display: none;
}



/*
MY WORK PORTFOLIO - HOME PAGE   */
#v-pills-tab .nav-link { font-size:18px; }
#v-pills-tab, .nav-pills .nav-link.active, .nav-pills .show>.nav-link { background:#ffffff !important; color:#028A0F !important; position:relative; min-width: 270px; }

button.nav-link.active > .arrow-right {
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent; 
	border-bottom: 20px solid transparent; /* 40px height (20+20) */
	border-left: 20px solid white;
	position:absolute;
	right: -10px;
	top: 10px;
	animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/*
MY WORK PORTFOLIO - HOME PAGE ends  */


/**********
FOOTER
***********************************/

.footer ul.nav {
	margin: 0;
	padding: 0;
	display:grid;
	list-style: none none;
}
.footer ul li {
	display:inline-flex;
}
.footer ul li a {
	padding:0;
	color: #FFF;
	text-decoration:none;
}
.footer ul li a:hover {
	border-bottom: 1px solid #ffd800;
}
.footer {
	padding:0 0 1rem 0;
	color: #FFFFFF;
	background-color: #028A0F;
	border-top: .05rem solid #e5e5e5;
	position:relative;
	z-index:3;
}
.footer p:last-child {
  margin-bottom: 0;
}




	
/* 
scrollbar
width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffc107; 
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #806208; 
}

/*************************************************
--------------------------------------------------
MEDIA QUERIES
--------------------------------------------------
--------------------------------------------------*/

/* DESKTOP */
@media all and (min-width: 992px) {

	.hideondesktop { display:none;}	
	.navbar .has-megamenu { position:static!important;}
	.navbar .megamenu { left:0; right:0; width:100%; margin-top:0;  }
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}	
/* iPAD PRO */
@media all and (min-width: 769px) and (max-width: 1024px) {
	.banner {
		min-height: 540px;
	}
	.navbar-brand {
		padding-top: 0;
		padding-bottom: .5rem;
		margin-right: 0rem;
		font-size: 2.2rem;
		text-decoration: none;
		white-space: nowrap;
	}
	div#main_nav {
		margin-left: 15px;
	}
}

/* TABLET */
@media(max-width: 768px){
	.sticky { top:0!important; }
	
	
	.abdul_3_row:before ,
	.abdul_5_row:before {
		left: 50%;
	}
	.abdul_3_row:before ,
	.abdul_4_row:before ,
	.abdul_5_row:before {
		width: 10px;
		height: 10px;
		border-radius: 10px;
		transform: translateX(-50%) translateY(-50%);
		border: 1px solid #e1e1e1;
		background: #fff;
	}
	.abdul_4_row:before {
		left: 35.5%;
	}
	
	.abdul_3_row:after, .abdul_3_row:before ,
	.abdul_4_row:after, .abdul_4_row:before ,
	.abdul_5_row:after, .abdul_5_row:before {
		content: "";
		position: absolute;
		top: 50%;
		z-index: 0;
	}

}

/* MOBILE */
@media (max-width:569px) {
body {
    font-variation-settings: 'wght' 600;
    font-size: 17px;
}
.showonmobile { display:block !important; }
/* Services , Marketplace, blog, portfolio template */
#services>div>div>div, #marketplace>div>div>div
{
	position:relative;
}
#services>div>div>div
{
	min-height:300px;
}
#marketplace>div>div>div
{
	min-height:320px;
}

div.hide {
/*    display: none;*/
}
.abdulphoto {
    bottom: 30px;
    border-radius: 50%;
}
.twocolumnlist {
	columns:1;
}
/*
MY WORK PORTFOLIO - HOME PAGE   */
	v-pills-tab .nav-link {
		font-size: 16px;
		padding-right: 5px;
		padding-left: 5px;
	}
	#v-pills-tab, .nav-pills .nav-link.active, .nav-pills .show>.nav-link { min-width: 50px; }
	button.nav-link.active > .arrow-right {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid white;
		position:absolute;
		right: -5px;
		top: 10px;
	}
/*
MY WORK PORTFOLIO - HOME PAGE ends  */


.p-m-0 {
    padding: 0 !important;
}
.p-m-1 {
    padding: 15px !important;
}
.p-ms-1 {
    padding-left: 15px !important;
}
.p-me-1 {
    padding-right: 15px !important;
}
.p-mt-0 { padding:0 !important }
.p-mt-1 { padding:15px !important }
.float-md-start {
    float: left !important;
}

.breadcrumb { display:block; }
.hideonmobile { display:none; }

#menu { background-color: #FFFFFF;
    border-bottom: 1px solid darkgreen; position:relative; }
#menu .container-fluid {
    padding: 0;
}
.banner {
/*    min-height: 200px;*/
    background-size: 100% 100%;
	background-attachment:scroll;
}

.imabdul2 ul li {
    font-size: 20px;
    line-height: 50px;
}
#freelance_specialization {
	margin-top: 0.5rem!important;
}
#freelance_specialization hr { width:90%; }

.abdul_6 h1 { padding:10px 0; }
.abdul_6 .container { background:none; min-height:0; }

.carousel-indicators [data-bs-target] {
	height: 8px;
	border: 1px solid black;
	width: 8px;
	background-color: inherit;
	border-radius: 50%
}

.carousel-indicators .active {
	border: 1px solid transparent;
	background-color: #c1e718
}
.navbar-toggler {
	margin: 5px 10px;
}
.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
	overflow-y: auto;
	max-height: 90vh;
	margin-top:10px;
}

.dropdown-menu.megamenu.show, .dropdown-menu {
	min-width: 100%;
}


/* maximenuckh */
span.titreck-title {
    color: #028a0f !important;
    font-size: 1.0rem;
    font-variation-settings: 'wght' 400;
}
li.maximenuck {
	border-right: none /*1px dashed #028a0f*/ !important;
	border-bottom: none /*1px dashed #028a0f*/ !important;
	padding: 3px 3px !important;
}
div#maximenuck1354.maximenuckh ul.maximenuck {
	background:white !important;
}

ul.maximenuck li.level1.parent > a:after, ul.maximenuck li.level1.parent > span.separator:after {
    left: 98% !important;
    bottom: 10px !important;
    color: green !important;
	border-width: 6px 5px 5px 5px !important;
}
div.floatck {
    background: #fafafa !important;
    border: none !important;
}
/* Ends maximenuckh */

}





























/* ============= Animation background ========= */

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #D7D4E4;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #FFF ;
}
.cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

/* Animate Background*/
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
img.lazy {
  background: #F1F1FA;
  width: 400px;
  height: 300px;
  display: block;
  margin: 10px auto;
  border: 0;
}
