/*BEGIN FONTS*/

@font-face {
    font-family: CoHeadline;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/CoHeadline.woff) format('woff');
}
@font-face {
    font-family: CoHeadline;
    src: url(../fonts/CoHeadlineBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CoHeadline;
    src: url(../fonts/CoHeadlineLight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

body { 
     font-family: CoHeadline;
 }

 section
 {
	position: relative;
 }
/*SHAPE DIVIDER CSS*/
section
{
	padding-top: 100px;
	padding-bottom:100px;
}

.main-banner
{
	padding-top: 0;
	padding-bottom:0;
}
.custom-shape-divider-bottom-divider1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-divider1 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-divider1 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-divider2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-divider2 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-top-divider2 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-divider3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-divider3 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-divider3 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-divider4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-divider4 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-divider4 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-divider5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-divider5 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-divider5 .shape-fill {
    fill: #102750;
}

.custom-shape-divider-bottom-divider6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-divider6 svg {
    position: relative;
    display: block;
    width: calc(162% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-divider6 .shape-fill {
    fill: #FFFFFF;
}

/*END OF SHAPE DIVIDER CSS*/

/*END OF FONTS*/

/*BEGIN ALL CSS*/

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

/*END OF ALL CSS*/

/* BEGIN HEADER CSS */

.main-header {
    background-color: rgba(0,0,0,0);
    height: 100px;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
	left:0;
}

.main-nav-bar
{
	display: grid;
	justify-content: center;
	grid-template-columns: 50% 50%;
}

.main-header .logo {
    float: left;
    line-height: 80px;
	text-align: center;
}

.main-header .logo a {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.main-header .logo a em {
    font-style: normal;
    color: #f5a425;
}

.main-nav
{
	display: grid;
    grid-template-rows: 1fr;
    align-items: end;
    justify-content: center;
    justify-items: center;
}

.main-menu {
    float: right;
	position: relative;
}

.main-menu li {
    display: inline-block;
    line-height: 60px;
}
.main-menu li:first-child {
    margin-left: 0px;
}

.main-menu li a {
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #2b2b2b;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.main-menu li .sub-menu ul{
	text-align:left;
}
.main-menu li .sub-menu .sub-menu-description{
	text-align:left;
	padding-left:15px;
	padding-top:15px;
	color:#fff;
}

.main-menu li .sub-menu .sub-menu-image{
	text-align:right;
	padding-right:15px;
}

.purple-blue-main-menu-nav:hover,
.purple-blue-main-menu-nav:active
{
	background-color: rgba(16, 39, 80, 0.95); ;
}
.purple-blue-main-menu-nav:hover a,
.purple-blue-main-menu-nav:active a
{
	color:#fff;
}
.fun-red-main-menu-nav:hover,
.fun-red-main-menu-nav:active
{
	background-color: rgba(240, 57, 15, 0.95);
}
.fun-red-main-menu-nav:hover a,
.fun-red-main-menu-nav:active a
{
	color:#fff;
}

.main-menu li .sub-menu li a:hover {
	font-weight: bold;
    border: none;
}
 
 .navbar-fixed-top.scrolled {
		  background-color: rgba(255,255,255,0.9) !important;
		  transition: background-color 200ms linear;
		  border-bottom:1px solid rgba(0,0,0,0.9);
}
/* END OF HEADER CSS */
/* BEGIN VIDEO SECTION CSS */
.main-video-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
  border-bottom: 2px solid black;
}

#intro-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: fill;
    z-index: -1;
}

#intro-video::-webkit-media-controls {
    display: none !important;
}

.intro-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: fill;
    z-index: -1;
}

.intro-video::-webkit-media-controls {
    display: none !important;
}

.vjs-tech
{
	min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: fill;
    z-index: -1;
}

.intro-video-overlay {
	position: absolute;
    background-image: linear-gradient(0deg,#fff 10%,hsla(0,0%,100%,0));
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 300px;
}

.play-video-div
{
	position: absolute; 
	top: calc(50% - 80px); 
	left: calc(50% - 80px);
	opacity: 0.6;
	transition: transform 0.8s;
}

.play-video-div a
{
	width: 160px;
	height: 160px;
	background: radial-gradient(circle 104px at 70px 40px,white, #A45D01);
	width: 160px;
	height: 160px;
	color:white;
	border-radius: 50%;
	text-align: center;
	display: block;
	overflow-x: hidden;
}

.play-video-div a img
{
	width: 92px;
	width: 92px;
	height: 106px;
	position: absolute;
	left: 39px;
	top: 27.335px;
}
.play-video-div h5
{
	background-color: rgba(255,255,255,0.4);
}

.play-video-div:hover
{
	opacity: 1;
}

.play-video-div:hover > a img
{
	animation: 1s linear 0s movePlayButton;
	animation-fill-mode: forwards;
}
.play-video-div:hover > h5
{
	background-color: rgba(255,255,255,0.8);
}

/* END OF VIDEO SECTION CSS */


/* BEGIN ABSTRACT SECTION CSS */
.abstract-section
{
	background-image:url('../images/PersonalProfile_2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	min-height: 1080px;
	position: relative;
	background-attachment: fixed;
}

.abstract-section-filter-mask-div
{ 
	width: 100%; 
	min-height: 100%; 
	background-color: rgba(16, 39, 80, 0.88); 
	position: absolute; 
	top:0;
	left:0
}

.abstract-section-filter-gradient-div
{
	width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient( transparent , #102750 80%);
}

.abstract-grey-mask-div
{ 
	width: 100%; 
	min-height: 100%; 
	background-color: #7f7f7fd1; 
	position: absolute; 
	top:0;
	left:0
}
.abstract-content-div
{
	position: absolute; 
	top:0;
	left:0; 
	display:flex;
	width: 100%; 
	min-height: 100%;
}
.abstract-content-padding
{
	padding-top: 5%;
    padding-left:12.5%;
	padding-right:12.5%
}
.abstract-main-content
{
	font-size: 20px;
    line-height: 40px;
    color: white;
}

.abstract-main-bi-line
{
	font-size: 20px; text-align:right;
    line-height: 40px;
    color: white;
}

.section-heading-abstract {
    text-align: center;
}

.section-heading-abstract-title
{
	display: grid;
    justify-content: left;
    grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-abstract-title-line
{
	width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,1);
    content: '';
	margin-top: auto;
    margin-bottom: auto;
}

.section-heading-abstract h4 {

    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: rgb(255,255,255);
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
	
	width: 100%;
}

.section-heading-abstract-tag-line h2 {

    position: relative;
	font-size: 28px;
    font-weight: 500;
    color: rgb(255,255,255);
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 20px;
	text-align: center;
	width: 100%;
}

.section-heading-abstract h4 em-text{

    padding-left: 20px;
    padding-right: 20px;
	z-index: 1;
	display: table;
    margin: 0 auto;
	position: relative;
	background-color: transparent;
}

/* END OF ABSTRACT SECTION CSS */
/* BEGIN EDUCATION SECTION CSS */

.education-section
{
	background-image:url('../images/pexels-pixabay-356065.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	min-height: 1080px;
	max-height: 2160px;
	position: relative;
	background-attachment: fixed;
}

.education-section-filter-mask-div
{ 
	width: 100%; 
	min-height: 100%; 
	background-color: rgba(255, 255, 255, 0.88); 
	position: absolute; 
	top:0;
	left:0
}

.education-section-filter-gradient-div
{
	width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient( transparent , #ffffff 80%);
}

.section-heading-education {
    text-align: center;
	padding-top: 15%;
}

.section-heading-education-title
{
	display: grid;
    justify-content: left;
    grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-education-title-line
{
	width: 100%;
    height: 2px;
    background-color: #2b2b2b;
    content: '';
	margin-top: auto;
    margin-bottom: auto;
}

.section-heading-education h4 {

    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
	
	width: 100%;
}

.section-heading-education-tag-line h2 {

    position: relative;
	font-size: 28px;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 20px;
	text-align: center;
	width: 100%;
}

.section-heading-education h4 em-text{

    padding-left: 20px;
    padding-right: 20px;
	z-index: 1;
	display: table;
    margin: 0 auto;
	position: relative;
	background-color: transparent;
}

.section-education-all-schools
{
	display:flex;
	width:100%;
	flex-direction: row;
	justify-content: space-around;
	perspective: 640px;
}

.section-education-one-school-flip-box
{
	width:640px;
	height:360px;
	perspective: 640px;
}
.section-education-one-school-flip-box-inner
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position:relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.section-education-one-school-flip-box-title
{
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left:0;
	color:white;
	align-content: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
}

.section-education-one-school-flip-box-title h3
{
	text-align: center;
}

.section-education-one-school-flip-box-info
{
	width: 100%;
	min-height: 100%;
	background-color: #A45D01;
	position: absolute;
	top:0;
	left:0;
	color:white;
	align-content: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	-webkit-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
}

.section-education-one-school-flip-box-info div
{
	padding: 20px;
}

.section-education-one-school-flip-box-info table
{
	color:white
}

.section-education-one-school-flip-box-info a
{
	color:rgba(16, 39, 80, 1);
}

.section-education-one-school-flip-box:hover .section-education-one-school-flip-box-inner {
  transform: rotateY(180deg);
}
/*END OF EDUCATION SECITON*/
/* BEGIN EXPERIENCE SECTION CSS */
.experience-section
{
	background-image:url('../images/pexels-mizuno-k-12903116.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	min-height: 1080px;
	max-height: 2160px;
	position: relative;
	background-attachment: fixed;
}

.experience-section-title-container
{
	padding-top:15%;
}

.experience-section-filter-mask-div
{ 
	width: 100%; 
	min-height: 100%; 
	background-color: rgba(16, 39, 80, 0.88); 
	position: absolute; 
	top:0;
	left:0
}

.experience-section-filter-gradient-div
{
	width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient( transparent , #102750 80%);
}

.section-heading-experience {
    text-align: center;
}

.section-heading-experience-title
{
	display: grid;
    justify-content: left;
    grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-experience-title-line
{
	width: 100%;
    height: 2px;
    background-color: White;
    content: '';
	margin-top: auto;
    margin-bottom: auto;
}

.section-heading-experience h4 {

    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: White;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
	
	width: 100%;
}

.section-heading-experience-tag-line h2 {

    position: relative;
	font-size: 28px;
    font-weight: 500;
    color: White;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 20px;
	text-align: center;
	width: 100%;
}

.section-heading-experience h4 em-text{

    padding-left: 20px;
    padding-right: 20px;
	z-index: 1;
	display: table;
    margin: 0 auto;
	position: relative;
	background-color: transparent;
}

.section-experience-all-experiences
{
	display:flex;
	width:100%;
	flex-direction: row;
	justify-content: space-evenly;
	perspective: 640px;
	padding-top: 300px;
	
	flex-wrap: wrap;
}

.section-experience-place
{
	position:relative; 
	width: 380px;
	height: 380px;
}

.card-slot
{
	background-color: white;
	width:380px;
	height:10px;
	border-radius: 10px;
	position:absolute;
	z-index: 100;
	top:106px;
	left:0;
	-webkit-box-shadow: -1px 7px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 7px 16px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 7px 16px 0px rgba(0,0,0,0.75);
	
}

.info-card
{
	position:absolute;
	background-color: #A45D01; 
	width:100%;
	height:100%;
	border-radius: 10px;
	top: 0px; 
	left:0px;
	
	color:white;
	text-align: center;
	clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 0% 30%);
	transition: transform 0.8s;
	z-index: 50;
	animation: 0.65s linear 0s hideCard;
	animation-fill-mode: forwards;
	-webkit-box-shadow: 3px 4px 20px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 20px 2px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 20px 2px rgba(0,0,0,0.75);
}

.info-card table
{
	margin-top: 100px;
	width: 100%;
	color:white
}
.info-card a
{
	color:rgba(16, 39, 80, 1);
}

.card-container:hover .info-card
{
	animation: 0.65s linear 0s showCard;
	animation-fill-mode: forwards;
}

.card-container
{
	width:360px;
	height:360px;
	position:absolute;
	top: 0px; 
	left: 10px;
}

/* END OF EXPERIENCE SECTION CSS */
/* BEGIN PROFESSIONAL CERTIFICATE SECTION CSS */

.professional-cert-section
{
	background-image:url('../images/stack-of-diplomas.jpg');
	background-repeat: round;
	background-size: auto;
	background-position: 0;
	min-height: 1080px;
	max-height: 2160px;
	position: relative;
	background-attachment: fixed;
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.professional-cert-section-filter-mask-div
{ 
	width: 100%; 
	min-height: 100%; 
	background-color: rgba(255, 255, 255, 0.88); 
	position: absolute; 
	top:0;
	left:0
}

.professional-cert-section-filter-gradient-div
{
	width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient( transparent , #ffffff 80%);
}

.section-heading-professional-cert {
    text-align: center;
	padding-top: 15%;
}

.section-heading-professional-cert-title
{
	display: grid;
    justify-content: left;
    grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-professional-cert-title-line
{
	width: 100%;
    height: 2px;
    background-color: #2b2b2b;
    content: '';
	margin-top: auto;
    margin-bottom: auto;
}

.section-heading-professional-cert h4 {

    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
	
	width: 100%;
}

.section-heading-professional-cert-tag-line h2 {

    position: relative;
	font-size: 28px;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 20px;
	text-align: center;
	width: 100%;
}

.section-heading-professional-cert h4 em-text{

    padding-left: 20px;
    padding-right: 20px;
	z-index: 1;
	display: table;
    margin: 0 auto;
	position: relative;
	background-color: transparent;
}
.section-professional-cert-all-certs
{
	display:flex;
	width:100%;
	flex-direction: row;
	justify-content: space-around;
	perspective: 640px;
	padding-top:100px;
}

.section-professional-cert-one-cert-div
{
	width:640px;
	height:360px;
	perspective: 640px;
}

.section-professional-cert-one-cert-inner-div
{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	position:relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.section-professional-cert-one-cert-inner-div-title
{
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left:0;
	color:white;
	align-content: center;
	/* -webkit-backface-visibility: hidden; */
	/* backface-visibility: hidden; */
	-webkit-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
}

.section-professional-cert-one-cert-inner-div-title h3
{
	text-align: center;
}

.section-professional-cert-one-cert-inner-div-info
{
	width: 100%;
	min-height: 100%;
	background-color: #A45D01;
	position: absolute;
	top:0;
	left:0;
	color:white;
	align-content: center;
	-webkit-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
	/* transform: translateY(25%); */
	clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
	
	animation: 0.35s linear 0s hideSlideDown;
	animation-fill-mode: forwards;
}

.section-professional-cert-one-cert-inner-div-info div
{
	padding: 20px;
}

.section-professional-cert-one-cert-inner-div-info table
{
	color:white
}

.section-professional-cert-one-cert-inner-div-info a
{
	color:rgba(16, 39, 80, 1);
}

.section-professional-cert-one-cert-div:hover .section-professional-cert-one-cert-inner-div-info {
	animation: 0.35s linear 0s showSlideUp;
	animation-fill-mode: forwards;
}

/* END OF PROFESSIONAL CERTIFICATE SECTION CSS */
/* BEGIN COURSES SECTION CSS */

.courses-section
{
	background-image:url('../images/pexels-josh-sorenson-990423.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	min-height: 1080px;
	max-height: 2160px;
	position: relative;
	background-attachment: fixed;
}

.courses-section-filter-mask-div
{ 
	width: 100%; 
	min-height: 100%; 
	background-color: rgba(16, 39, 80, 0.88); 
	position: absolute; 
	top:0;
	left:0
}

.courses-section-filter-gradient-div
{
	width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient( transparent , #102750 80%);
}

.courses-slider-wrapper
{
	height:800px;
	
	width:300px;
	
	overflow: hidden;
	
	padding-top:100px;
	
	margin: auto;

}

.section-courses-cert-all-certs
{
	display:flex;
	width:100%;
	flex-direction: row;
	gap: 20px;
	perspective: 640px;
}

.section-courses-cert-one-cert-div
{
	width:300px;
	min-height:640px;
	perspective: 640px;
	flex-shrink: 0;
	flex-grow: 0;
	transition: transform 0.4s;
}

.section-courses-cert-one-cert-inner-div
{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	position:relative;
	width: 100%;
	height: 100%;
	transition: transform 0.4s;
	transform-style: preserve-3d;
}

.section-courses-cert-one-cert-inner-div-title h3
{
	text-align: center;
}

.section-courses-cert-one-cert-inner-div-info
{
	width: 100%;
	min-height: 100%;
	background-color: #A45D01;
	position: absolute;
	top:0;
	left:0;
	color:white;
	align-content: center;
	-webkit-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 12px 22px 0px rgba(0,0,0,0.75);
	/* transform: translateY(25%); */
}

.section-courses-cert-one-cert-inner-div-info div
{
	padding: 20px;
}

.section-courses-cert-one-cert-inner-div-info table
{
	color:white
}

.section-courses-cert-one-cert-inner-div-info a
{
	color:rgba(16, 39, 80, 1);
}

.prv-course-btn i
{
	border: solid white;
	border-width: 0 10px 10px 0;
	display: inline-block;
	padding: 10px;transform: rotate(135deg);
}

.nxt-course-btn i
{
	border: solid white;
	border-width: 0 10px 10px 0;
	display: inline-block;
	padding: 10px;transform: rotate(-45deg);
}

/* END OF COURSES SECTION CSS */
/* BEGIN SKILLS SECTION CSS */

.skills-section
{
	background-image:url('../images/pexels-kevin-ku-577585.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	min-height: 1080px;
	max-height: 2160px;
	position: relative;
	background-attachment: fixed;
}

.skills-section-filter-mask-div
{ 
	width: 100%; 
	min-height: 100%; 
	background-color: rgba(255, 255, 255, 0.85); 
	position: absolute; 
	top:0;
	left:0
}

.skills-section-filter-gradient-div
{
	width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient( transparent , #ffffff 80%);
}

.section-heading-skills {
    text-align: center;
	padding-top: 15%;
}

.section-heading-skills-title
{
	display: grid;
    justify-content: left;
    grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-skills-title-line
{
	width: 100%;
    height: 2px;
    background-color: #2b2b2b;
    content: '';
	margin-top: auto;
    margin-bottom: auto;
}

.section-heading-skills h4 {

    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
	
	width: 100%;
}

.section-heading-skills-tag-line h2 {

    position: relative;
	font-size: 28px;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 20px;
	text-align: center;
	width: 100%;
}

.section-heading-skills h4 em-text{

    padding-left: 20px;
    padding-right: 20px;
	z-index: 1;
	display: table;
    margin: 0 auto;
	position: relative;
	background-color: transparent;
}

.skills-section-scrolling-text-title
{
	background-color: white;
	color: #2b2b2b;
	border: 2px solid #2b2b2b;
	z-index: 1;
	width:15%;
	text-align: center;
	height: 62px;
}

.skills-section-scrolling-text-pane-row
{
	margin-top:50px;
	margin-bottom:50px;
}

.skills-section-scrolling-text-pane
{
	border: 2px solid #2b2b2b;
    z-index: 1;
    width: 85%;
    /* border-left: none; */
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
	overflow: hidden;
	height: 62px;
	position: relative;
}

.skills-section-scrolling-text-element-purple-blue
{
	background-color:rgba(16, 39, 80); 
	color: white; 
	padding:15px;  
	text-align: center; 
	width:125px;
	height:60px;
	position: absolute;
	/* animation: 15s infinite 0s scrollDivToLeft; */
}

.skills-section-scrolling-text-element-fun-red
{
	background-color:#A45D01;
	color: white; 
	padding:15px;  
	text-align: center; 
	width:125px;
	height:60px;
	position: absolute;
	/* animation: 15s infinite 0s scrollDivToLeft; */
}

/* END OF SKILLS SECTION CSS */
/* BEGIN PERSONAL PROJECT SECTION CSS */

.personal-project-section
{
	background-image:url('../images/pexels-goumbik-1419923.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	min-height: 1080px;
	max-height: 2160px;
	position: relative;
	background-attachment: fixed;
	padding-bottom: 200px;
}

.personal-project-section-filter-mask-div
{ 
	width: 100%; 
	min-height: 100%; 
	background-color: rgba(16, 39, 80, 0.88); 
	position: absolute; 
	top:0;
	left:0
}

.personal-project-section-filter-gradient-div
{
	width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient( transparent , #102750 80%);
}

/* END OF PERSONAL PROJECT SECTION CSS */

.final-section
{
	min-height: 360px;
	max-height: 1080px;
	position: relative;
}

.footer-top
{
	padding-top: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-top table
{
	table-layout: fixed;
    width: 50%;
}

.footer-bottom
{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-modal
{
    width: 50%;
    left: 25%;
    top: 25%;
	transition: opacity .5s linear;
}

.main-modal .modal-dialog
{
	width:100%;
	margin: 0;
	max-width: 100%;
}

.main-modal .modal-header
{
	background-color: #A45D01;
	color: white;
}

.main-modal .modal-header button
{
	color:white;
	opacity: 1;
}

.main-modal .modal-content
{

	height: 50%;

}

.main-modal .modal-body
{
	overflow: auto;
}

.main-modal .modal-footer
{
	background-color: #A45D01;
	color: white;
}

/*-------------------------------------------------*/

.waiting-modal
{
    width: 50%;
    left: 25%;
    top: 25%;
	/* transition: opacity .5s linear; */
}

.waiting-modal .modal-dialog
{
	width:100%;
	margin: 0;
	max-width: 100%;
}

.waiting-modal .modal-header
{
	background-color: #A45D01;
	color: white;
}

.waiting-modal .modal-header button
{
	color:white;
	opacity: 1;
}

.waiting-modal .modal-content
{

	height: 50%;

}

.waiting-modal .modal-body
{
	overflow: auto;
}

.waiting-modal .modal-footer
{
	background-color: #A45D01;
	color: white;
}

/*-------------------------------------------------*/
@media screen and (max-width: 720px)
{
	.main-modal
	{
		width: 100%;
		left: 0%;
		top: 0%;
		padding-left: 0;
	}
	.main-modal .modal-content
	{

		height: 100%;

	}
}

@media screen and (max-width: 380px){

	.section-experience-place
	{
		width: 344px;
	}

	.card-slot
	{
		width: 344px;
	}

	.card-container
	{
		width: 326px;
	}
	
}

@media screen and (max-width: 345px){
	

	.courses-slider-wrapper {
        scale:0.85;
    }
}

@media screen and (max-width: 520px){

	.pencil-container
	{
		display:none;
	}
}

@media screen and (max-width: 800px){

	.skills-section-scrolling-text-pane-row
	{
		flex-direction: column;
	}
	
	.skills-section-scrolling-text-title
	{
		width:100%;
	}

	.skills-section-scrolling-text-pane
	{
		width:100%;
	}
}

@media screen and (max-width: 798px)
{
	.abstract-main-content
	{
		font-size: 16px;
		line-height: 25px;
		color: white;
	}
}

@media screen and (max-width: 434px)
{
	.section-education-all-schools{
		flex-direction: column;
		gap: 30px;
	}

	.abstract-main-content
	{
		font-size: 16px;
		line-height: 16px;
		color: white;
	}
}/*798*/



@media screen and (max-width: 640px)
{
	.section-education-one-school-flip-box
	{
		width: 100%;
	}
	
}

@media (orientation: portrait) {
	#intro-video
	{
		object-fit: contain;
	}

	#intro-video video
	{
		object-fit: contain;
	}

	.intro-video {
		object-fit: contain;
	}

	.intro-video video{
		object-fit: contain;
	}

	.play-video-div
	{
		top: calc(50% - 40px); 
		left: calc(50% - 40px);
	}

	.play-video-div a
	{
		background: radial-gradient(circle 104px at 70px 40px,white, #A45D01);
		width: 80px;
		height: 80px;
		color:white;
		border-radius: 50%;
		text-align: center;
		display: block;
		overflow-x: hidden;
	}

	.play-video-div a img
	{
		width: 46px;
		height: 53px;
		position: absolute;
		left: 19.5px;
		top: 13.668px;
	}

	.play-video-div h5
	{
		font-size: x-small;
	}
}

.wait-icon
{
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
