html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
embed {
	max-width: 100%;
}
em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p:has(> script) {
	margin: 0 !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited  { 
	font-weight: inherit; 
	color: inherit;
}
div {
    border-style: solid;
}
a {
	text-decoration: none;
}
* p:last-child {
	margin-bottom: 0;
}
.tabset .tabs li a p, .tabset .tabs li p  {margin: 0!important;}
.toggle .toggle-title p, .accordion .accordion-title p  {margin: 0!important;}
.accordion .accordion-title span .icon {color: inherit;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
code, kbd, tt {
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}
var {
	font-style: italic;
}
pre {
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  overflow: auto;
  padding: 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  -webkit-background-size: 100% 4em;
  -moz-background-size: 100% 4em;
  background-size: 100% 4em;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  margin-bottom: 30px;
  position: relative;
  left: 0;
  text-transform: none;
}
address {
	margin-bottom: 20px;
}
body {
	line-height: 1;
}
ul,
ol { margin-bottom: 20px }

ul { list-style: none outside }

ol,
ul { margin-left: 0px }

ol { list-style: decimal outside; margin-left: 12px;}

ul { 
    list-style: disc outside;
    margin-left: 5px 
}
ul li, ol li {
    margin-left: 1em;
    padding: 5px 0;
}
ul ul, ul ol, ol ol, ol ul {
  margin: 4px 0 5px 30px;
}
ul li, ol li {
    line-height: 24px;
    position: relative;
}
ul.unstyled,
ol.unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.unstyled li,
ol.unstyled li {
	padding: 0;
	margin: 0;
}
.list-style-none {
	list-style: none;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------------ */
/* Basic WordPress WYSIWYG Editor Styles
/* ------------------------------------------------------------------------ */

.entry-content img {
	margin: 0 0 20px 0;
}
	
.alignleft, img.alignleft {
	margin-right: 20px !important;
	display: inline;
	float: left;
}
.textleft {
	text-align: left;
}	
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.alignright, img.alignright {
	margin-left: 20px !important;
	display: inline;
	float: right;
}
	
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	text-align: center;
}
	
.alignnone, img.alignnone {
	float: none;
}
.wp-caption {
	text-align: center;
	max-width: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f6f6f6;
	border: 1px solid #e8e8e8;
	margin: 0 auto 20px;
}

.wp-caption img {
	border: 0 none;
	padding: 5px;
	margin: 0;
	width: 100%;
}

.wp-caption p.wp-caption-text {
	width: auto !important;
	padding:3px 0;
	margin: 0px 0 0 0;
	
	display: block; 
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}
.bypostauthor {}

img {
	max-width: 100%;
	width: auto 9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.mylogo{
	max-width: 22% !important;
	/* border: 2px solid red; */
}
.shortcode-map img {
	max-width: inherit;
}
/* Table */
/* #Table
================================================== */
table {
	margin: 0 0 20px 0;
	text-align: left;
	border: 1px solid;
	width: 100%;
}
thead th{
	font-weight:bold;
	text-transform: uppercase;
	background-color: #fafafa;
}

th,
td {
	padding: 10px 20px;
	vertical-align: middle;
	border: 1px solid;
}
/* FIT VIDS STYLE */
.fluid-width-video-wrapper { 
	width: 100%; 
	position: relative; 
	padding: 0; 
} 
.fluid-width-video-wrapper iframe, 
.fluid-width-video-wrapper object, 
.fluid-width-video-wrapper embed { 
	position: absolute; top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
input {
	outline: none;
	box-shadow: none;
}

.youtubevideodiv{
	/* border: 2px solid red; */
	width: 100%;
	height: 100vh;
}

.newaboutdiv{
	/* border: 2px solid red; */
	width: 100%;
	/* height: 50vh; */
	padding: 180px 100px 0px 100px; 
	background-color: rgb(159, 155, 155);
}
.aboutrow{
	display: flex;
	margin-bottom: 80px;
}
.aboutrow2{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 80px;
}
.aboutfirst{
	/* border: 2px solid green; */
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 80px;
}
.aboutfirst h3{
	font-size: 25px;
	color: black;
	text-align: justify;
}
.aboutimgdiv{
	/* border: 2px solid red; */
	width: 50%;
}
.photo-about{
	/* border: 2px solid black; */
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.aboutexpdiv{
	/* border: 2px solid black; */
	display: flex;
}
.icon{
	color: black;
	font-size: 40px;
}
.experience-box{
	/* border: 2px solid black; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 300px;
}
.experience-box h4{
	color: black;
	font-size: 20px;
	margin: 10px;
}
.experience-box span{
	color: black;
	font-size: 20px;
}
.container2{
	/* border: 2px solid red; */
	background-color: darkgray;
	padding-top: 80px;
}
.aboutmainimg{
	/* border: 2px solid black; */
	width: 300px;
	height: 450px;
}
.aboutmainimg img{
	width: 100%;
	height: 100%;
}

.skills {
    padding-top: 35px;
}

.skillbar-title {
    position: absolute;
    top: -23px;
    left: 0;
    font-weight: 400!important;
    color: #000000;
    font-size: 13px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.skillbar-title h5 {
    display: block;
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    margin-top: 5px;
}

.skill-bar-percent {
position: absolute;
    right: 0;
    top: -30px;
    line-height: 30px;
    color: #000000;
    font-weight: 400!important;
    letter-spacing: 1px;
}

.skillbar-bar {
    height: 2px;
    background: #000;
    width: 0;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    margin-top: 50px;
}

.maingridimgdiv{
	/* border: 2px solid black; */
	padding-left: 30px;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-evenly; */
	gap: 30px;
}
.gridImgdiv{
	/* border: 2px solid red; */
	width: 700px;
	height: 450px;
}
.gridImgdiv img{
	width: 100%;
	height: 100%;
}
.GmainHeader{
	padding: 0px !important;
}
.blankDiv{
	width: 100%;
	height: 13vh;
	background-color: black;
}
/* .mygridsection{
	border: 2px solid black;
	background-color: rgb(78, 78, 78);
	padding: 50px;
} */

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */