/* p,div,.ggltxtfnt{font-family: 'Abel', sans-serif !important;} */
h1,h2,h3,h4,h5,h6{
	font-family: 'Viga', sans-serif;
 text-shadow: 2px 2px 5px #ff9900;
  /* color: #fff; */
}
/* h1>.gglhdrfnt,h2>.gglhdrfnt,h3>.gglhdrfnt,h4>.gglhdrfnt,h5>.gglhdrfnt,h6>.gglhdrfnt{font-family: 'Viga', sans-serif;} */

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

header {
 position: relative;
 height: 200px;
	margin-top: 150px;
 background-image: linear-gradient(#369A7E, #03FEB4); /*Two color gradient*/
}

.hdttl {
	padding: 50px 0;
	font: 4vw "Arial";
	text-align: center;
}

header h1, .hdttl {
	color: white;
}

svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
	color: chartreuse;
}
/*Shape Divider Ends Here*/

.section{
  min-height: 120px;
  height: 400px;
  margin: 0px;
  padding: 50px 10px;
  box-shadow: 2px 2px 2px 10px #cccccc;
}

.sect{
  min-height: 120px;
  height: 400px;
  box-shadow: 2px 2px 2px 10px #cccccc;
}

.heading-section {
	position: relative;
}

.heading-section h1.big {
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 7vw;
	color: rgba(247, 150, 6, 0.521);
	z-index: -1;
	font-weight: 900;
}

.heading-section h2 {
	font-size: 50px;
	font-weight: 700;
}

ul.about-info {
	display: inline-block;
	padding: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0;
	margin-top: 0px;
	width: 100%;
}
ul.about-info li span:first-child {
	font-weight: 600;
	color: #fff;
	width: 130px;
	text-align: left !important;
}
.resume-wrap {
	/* width: 100%; */
	/* margin-bottom: 30px; */
	background: rgba(255, 255, 255, 0.1);
	/* padding: 30px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.hmd-animate {
	opacity: 0;
	visibility: hidden;
}
.hmd-animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.resume-wrap .date {
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
}

.resume-wrap .position {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.hmd-section {
	padding: 7em 0;
	padding-bottom: 7em;
	position: relative;
}

/* .card{background-color: rgba(255, 255, 255, 0.1) !important;} */

ul.about-info li span:first-child {
	font-weight: 600;
	color: #1c1c1b;
	width: 130px;
	text-align: left !important;
}

.icon {
	display: block;
	margin-bottom: 30px;
	font-size: 250%;
}
.boxwithshadow {
	-webkit-box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	text-decoration: none;
	background-color: transparent;
	/* color: #2c2c2b; */
	-webkit-text-decoration-skip: objects;
}
a:hover {
	/* color: #fff; */
	text-decoration: none;
}

.mybox {
		border: 2px solid #ffc926;

}
.mybox:hover {
	/* color: #b35900; */
	text-decoration: none;
	/* background-color: darkgray; */
	transition: cubic-bezier;
	border: 2px solid #000000;
	border-radius: 25px;
}

.asul {
	list-style: none;
	padding: 0;
}
.asli {
	padding-left: 1.3em;
}
.asli:before {
	content: "\f5d0"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

.cmplnk
{
	/* color: white; */
	text-decoration: none;
	font-style: italic;
}
.cmplnk:hover
{
	color:darkorange;
}

.cmplnk2:hover
{
	color:#17af3e;
}

.bg-myclr
{
	background-color: #fffff0;
}
.myclr
{
	color: #fffff0;
}

.text-responsive {
  font-size: 100% !important;
  /* font-size: calc(100% + 1vw + 1vh) !important; */
}

.nav-item{margin:0 1px;}
.nav-link {
	font-size: 14px !important;
	color: #fff !important; /*rgb(27, 27, 27)*/
	background: #0000ff;
	font-weight: 600 !important;
}
.nav-link:hover, .nav-link.active {
 color: #0000ff !important; /* #fe8903 */
	background: #fff;
	text-decoration: none;
	border-bottom: 2px solid #0000ff;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Navbar Menu Dropdown Item Work on Mouse Hover */
 }
.dropdown-item:focus, .dropdown-item:hover {
    color: #f2f2f3;
    text-decoration: none;
    background-color: #0a25e6;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	h1{
		font-size: 20px !important;
	}
	h2{
		font-size: 18px !important;
	}
	h3{
		font-size: 16px !important;
	}
	h4{
		font-size: 14px !important;
	}
	h5{
		font-size: 12px !important;
	}
	h6{
		font-size: 10px !important;
	}
	p{
		font-size: 14px !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	h1{
		font-size: 20px !important;
	}
	h2{
		font-size: 18px !important;
	}
	h3{
		font-size: 16px !important;
	}
	h4{
		font-size: 14px !important;
	}
	h5{
		font-size: 12px !important;
	}
	h6{
		font-size: 10px !important;
	}
	p{
		font-size: 14px !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	h1{
		font-size: 24px !important;
	}
	h2{
		font-size: 22px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	h5{
		font-size: 14px !important;
	}
	h6{
		font-size: 12px !important;
	}
	p{
		font-size: 14px !important;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	h1{
		font-size: 40px !important;
	}
	h2{
		font-size: 38px !important;
	}
	h3{
		font-size: 32px !important;
	}
	h4{
		font-size: 26px !important;
	}
	h5{
		font-size: 22px !important;
	}
	h6{
		font-size: 18px !important;
	}
	p{
		font-size: 16px !important;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	h1{
		font-size: 48px !important;
	}
	h2{
		font-size: 42px !important;
	}
	h3{
		font-size: 38px !important;
	}
	h4{
		font-size: 32px !important;
	}
	h5{
		font-size: 28px !important;
	}
	h6{
		font-size: 22px !important;
	}
	p{
		font-size: 16px !important;
	}
}

.firstsec
{
	margin-top: 70px;
	padding: 20px;
}

/* Home Page Styling Starts */
.bldng
{
	background-image: url("../images/backgrounds/building.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.bvm-section-btn
{
	margin-left: 1.6rem;
	margin-bottom: 0.6rem;
	font-size: 0;
}

.secbg
{
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-image: url("../images/backgrounds/background3.jpg");
}

.bvmsect
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
	margin: 20px auto;
}

.txtonbg
{
	background: rgba(255,255,255,0.5);
	padding: 1px 20px;
	border-radius: 20px;
	color: #333333;
	border: 5px solid #fff;
}
.item
{
	cursor: pointer;
	margin-bottom: 2rem;
}

.item-wrapper
{
	position: relative;
	border-radius: 4px;
	background: #ffffff;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}

.item-content
{
	padding: 20px;
}

.card-wrapper,
.item-wrapper
{
	overflow: hidden;
}

.bvm-images img,
.bvm-images .item-img
{
	height: 100%;
	height: 300px;
	object-fit: cover;
}

img,
iframe
{
	display: block;
	width: 100%;
}
abbr:hover:before {
	content: "";
	content: attr(title);
	position:absolute;
	background:#000;
	color:#fff;
	padding:5px 10px;
	margin:-10% 0 0 0;
	font-size:16px;
}
.management{
	max-height: 120px !important;
	border-radius: 100%;
	padding: 4px;
	background: #ffffff;
}
/* Home Page Styling Ends */

/* For Images */
.imgwh-100, .imghw-100
{
	width: 100px !important;
	height: 100px !important;
}
.imgwh-120, .imghw-120
{
	width: 120px !important;
	height: 120px !important;
}
.imgwh-150, .imghw-150
{
	width: 150px !important;
	height: 150px !important;
}

.imgw-100
{
	width: 100px !important;
	height: auto !important;
}
.imgw-120
{
	width: 120px !important;
	height: auto !important;
}
.imgw-150
{
	width: 150px !important;
	height: auto !important;
}

.imgh-100
{
	width: auto !important;
	height: 100px !important;
}
.imgh-120
{
	width: auto !important;
	height: 120px !important;
}
.imgh-150
{
	width: auto !important;
	height: 150px !important;
}

/* Borders */
.border-2
{
	border-width: 2px !important;
}
.border-5
{
	border-width: 5px !important;
}
.border-10
{
	border-width: 10px !important;
}