/*
Theme Name: Xoobo GIV
Theme URI: https://xoobo.com/
Version: 1.0
Author: Xoobo Technology
Author URI: https://xoobo.com/
*/

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
    width: auto;
}

body {
    padding: 0 !important;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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

.video-home iframe{
    width: 100%;
    display: block;
}

.content-section ul {
    list-style: none;
}

.content-section ul li::before{
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 8px;
    font-family: Fontawesome, sans-serif;
    color: #b2ba36;
    font-size: 19px;
}

.faculty-flex .faculty-right p {
    font-weight: 400;
}

.giv-home-sldier-slides {
	width: 100%;
	background-color: #000;
	height: 70vh;
}

.giv-home-sldier-slides-overlay {
	display: none;
}

.w-row.w-d-flex {
	display: flex;
	flex-wrap: wrap;
}

.side-info {
	word-wrap: anywhere;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-top: 20px;
}

.customize-support .navbar.w-nav {
	top: 32px;
}

.nav-menu.w-nav-menu.w--nav-menu-open {
	height: 100vh !important;
	padding-bottom: 130px;
	overflow: auto;
}

.institutesSlider .owl-nav {
	text-align: left;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: -60px;
	height: 145px;
}

.institutesSlider .owl-nav button {
	display: block !important;
	margin: 0 !important;
	width: 60px;
	height: 60px;
	font-size: 60px !important;
	color: #fff !important;
	overflow: hidden;
	transition: all ease .5s;
    border-radius: 0 !important;
}

.institutesSlider .owl-nav button:hover {
	background-color: #112d45 !important;
}

.institutesSlider .owl-nav button.owl-prev {
	background-color: #b2ba36;	
}

.institutesSlider .owl-next {
	background-color: #792b8a !important;
}

.institutesSlider .owl-nav button span {
	display: block;
	margin-top: -8px;
}

.mobile-footer{
	display:none;
}

.desktop-footer{
	display: block;
}

.w-nav-overlay {
	position: fixed;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.overflow-hidden {
	overflow: hidden;
}

.giv-flex.alt h2 {
	display: flex;
	flex-wrap: wrap;
}

.content-section h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.section a {
	color: #792b8a;
}

.button.primary-color {
	color: #fff;
}

.year-box{
	padding: 28px;
}

ul.breadcumb-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.breadcumb-list li {
    margin: 0 10px;
    position: relative;
}

ul.breadcumb-list li:first-child::after {
    content: '';
    position: absolute;
    right: -10px;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

ul.breadcumb-list li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .5px;
}

ul.blog-b.breadcumb-list li a {
    color: #b2ba36;
    font-size: 14px;
}

ul.blog-b.breadcumb-list {
    justify-content: start;
}

ul.blog-b.breadcumb-list li:first-child::after {
	background-color: #b2ba36;
}

.notification-text {
    width: 100%;
}

.notification-text marquee a{
	color: #ffffff;
}

#pagination-container .current{
	background: #f99326;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

#pagination-container a, #pagination-container span{
	background: #f99326;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.giv-flex.alt h2{
	display: block;
}

.giv-hero-slider-slides-content img {
	width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: top;
}

.giv-hero-slider-slides-content::before {
	content: '';
	background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(65, 19, 19, 0.4), rgba(10, 33, 53, 0.91));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.giv-regular-photo img {
	width: 100%;
	height: 100%;
}

.giv-home-sldier-slides-bg img{
	height: 100%;
    object-fit: cover;
}

.menu-button.w-nav-button{
	position: fixed;
	right: 0;
}

.instituteDetails ul {
	margin: 0;
    margin-top: 10px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}

.instituteDetails ul li {
	margin: 0;
	margin-right: 20px;
	letter-spacing: .5px;
	font-weight: 500;
}

.headerBtn {
	position: absolute;
	right: 150px;
	top: 35px;
}
.headerBtn a {
	padding: 17px 35px;
	margin: 0;
}

.footerShakBtn {
	margin-top: 30px;
}

.footerShakBtn a {
	border: 3px solid #b2ba36;
	margin: 0;
}

.shakeBtn {
  animation: shake 0.5s;
  animation-iteration-count: 15;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


/* Mobile and Tab View */

@media (max-width: 767px) {
	html{
		overflow-x: hidden;
	}
   .giv-schools-items {
    	padding: 30px;
    }
    
    .giv-flex.alt {
        margin-bottom: 60px;
    }
	
	body{
		width: 100%;
		overflow-x: hidden;
	}
    .giv-section-h2-rotate {
        right: 0px;
    }
    
    .institutesSlider .owl-nav {
        left: -50px;
		bottom: 25px;
    }
    
    .institutesSlider .owl-nav button {
        width: 50px;
    }
	
	.giv-sldier-flex.mobile-box{
		display: -webkit-box;
	}
	
	.mobile-footer{
		display:block;
	}

	.desktop-footer{
		display: none;
	}  
    
    .MobTable {
        word-wrap: break-word;
        overflow: scroll !important;
        width: 100%;
    }
	.top-padding-zero {
		padding-top: 0 !important;
	}

	.bottom-padding-zero {
		padding-bottom: 0 !important;
	}

	.top-padding-zero h3 {
		margin-top: 0 !important;
	}

	.bottom-padding-zero p:last-child{
		margin-bottom: 0 !important;
	}
	
	.headerBtn {
		right: 70px;
		top: 25px;
	}

	.headerBtn a {
		padding: 8px 8px;
		font-size: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
	
	.headerBtn {
		right: 110px;
		top: 40px;
	}
}