/*!
Theme Name: gissolan
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gissolan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



/*custom css*/
@charset "UTF-8";
::selection {
  background-color: #034698;
  color: #ffffff; 
}

ul, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

h1{
	font-size: 50px;
	color: #fff;
	font-weight: 600;
}
h2{
	font-size: 30px;
}
h4{
	font-size: 25px;
}
p{
	font-size: 15px;
	line-height: 29px;
}
.smooth {
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s; 
}

body {
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
  color: #343434;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: normal;
  vertical-align: baseline; 
}
.custom-container{
	max-width: 1250px;
}
a{
	transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}

/* Header */
header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background-color: #fff;
}
.gis-logo{
	margin: 25px 0;
}
.logo-col {
    padding-right: 5px;
}
header.sticky .gis-logo{
	margin: 15px 0;
}
.phone-icon{
	border-radius: 5px;
	font-size: 24px;
	color: #141416;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #efeef1;
	border: 1px rgba(0,0,0,0.17) solid;
}
.gis-numbers a:hover{
	text-decoration: none;
}
.number-text{
	padding-left: 15px;
	font-size: 18px;
	color: #141416;
	font-weight: 600;
}
.number-text small{
	display: block;
	color: #5d5870;
	white-space: nowrap;
	font-size: 13px;
}
.gis-logo img {
    max-width: 300px;
}
/* Btn Group */
.btn.gis-btn{
	background-color: #aa2b48;
	font-size: 14px;
	font-weight: 500;
	padding: 11px 12px;
	white-space: nowrap;
}
.btn.gis-btn:hover,
.btn.gis-btn:focus{
	background-color: #141416;
	box-shadow: none;
	outline: 0;
}

/* Navs */
.gis-nav{
	background-color: #aa2b48;
	margin-bottom: 1px;
	position: relative;
	z-index: 99;
}
.gis-nav .navbar-nav .nav-item .nav-link{
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 14.5px 15px;
	white-space: nowrap;
	transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
}
.gis-nav .navbar-nav .nav-item .nav-link:hover,
.gis-nav .navbar-nav .nav-item .nav-link:focus,
.gis-nav .navbar-nav .nav-item.active .nav-link,
.gis-nav .navbar-nav .nav-item.active .nav-link:focus,
.header-social-icons a:hover,
.header-social-icons a:focus{
	color: #fcb712;
}

/* Dropdown */
.gis-nav .dropdown-menu {
    display: block;
    left: 0;
    transform: none;
    visibility: hidden;
    opacity: 0;
    margin: 10px 0 0;
    top: 100%;
    border-radius: 0;
    border: 0;
    overflow: hidden;
    min-width: 190px;
    box-shadow: 0 6px 10px 0px rgba(0,0,0,0.12), 0px 4px 0 0 #ffcc00 inset;
    padding: 15px 0;
}
.gis-nav .navbar-nav .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin: 0 auto;
	transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.gis-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	padding: 8px 15px;
}
.gis-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.gis-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus{
	background-color: transparent;
	color: #e31e24;
	transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
}

/* Social icons */
.header-social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.header-social-icons a{
	color: #fff;
	padding: 0 8px;
	font-size: 18px;
	transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
}

/* quick links */
.gis-quick-link {
    position: fixed;
    right: 0;
    top: 34%;
    z-index: 99;
}
.gis-quick-link a{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 46px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	position: relative;
	right: -153px;
	transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
}
.gis-quick-link a:hover{
	right: 0;
	text-decoration: none;
	outline: 0;
}
.gis-quick-link a span{
	width: 40px;
}
.gis-quick-link a:first-child{
	background-color: #aa2b48;
}
.gis-quick-link a:nth-child(2){
	background-color: #f7b842;
}
/* Slides */
.top-header-margin{
	margin-top: 162px;
}
.slide-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.caption-text{
	max-width: 520px;
}
.caption-text p{
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	font-weight: 300;
	margin: 15px 0 0;
}
.gis-slides .slide-icon{
	padding: 0 30px;
	width: auto;
}
.gis-slides .slide-icon img {
    width: 17px;
}
.slide-image img{
	width: 100%;
}

/* Features box */
.gis-features-box{
	margin-top: -90px;
}
.f-box{
	padding: 35px 17px;
}
.vision-mission{
	background-color: #01aebc;
}

.f-icon img{
	height: 55px;
}
.f-text{
	margin: 35px 0 0;
}
.f-text h6{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.f-text p{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 27px;
}
.f-text a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.f-text a img{
	max-width: 25px;
	margin-left: 10px;
}
/* About */
.section-padding{
	padding: 50px 0;
}
.gis-heading h2{
	font-weight: 600;
	margin-bottom: 10px;
}
.about-text{
	padding-right: 30px;
}
.gis-highlights li{
	background-color: #cbe6d3;
	border-radius: 3px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.gis-highlights li:not(:last-child){
	margin-bottom: 15px;
}
.logo-icon{
	background-color: #3b8476;
	width: 90px;
	padding: 10px 15px;
	text-align: center;
}
.gis-highlights-text{
	padding-left: 12px;
	width: calc(100% - 90px);
}
.gis-highlights-text span{
	text-transform: uppercase;
	font-weight: 600;
	color: #343434;
}
.gis-highlights-text p{
	margin: 0 0 0;
	line-height: 1.4;
}
.gis-highlights{
	height: 290px;
}
.vscroll .mCSB_container{
	margin-right: 0;
}

/* School tour */
.gis-tour-video {
    background-image: url(images/school-tour-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    padding: 140px 0;
}
.default-overlay{
	position: relative;
}
.default-overlay::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.video-caption{
	position: relative;
	z-index: 1;
}
.video-caption img{
	height: 82px;
	margin-bottom: 45px;
}
.video-caption h2{
	color: #fff;
	font-weight: 600;
	font-size: 48px;
	margin: 0 0 20px;
}
.video-caption p{
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	margin: 0 auto;
	max-width: 650px;
}
.video-school-tour iframe{
	width: 100%;
	min-height: 450px;
}
.modal .close {
    text-shadow: none;
    color: #414141;
    opacity: 1;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
}
.modal .close:hover{
	opacity: 1;
	background-color: #cbe6d3;
	color: #343434;
}
.achievers-listing ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.achievers-listing ul li {
    padding: 0 15px;
    width: 25%;
}
.achiever-card{
	background-color: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,0.17);
    border-radius: 3px;
}
.actiever-info {
    padding: 0 30px 20px;
    position: relative;
    margin-top: -32.5px;
}
.mark-percentage {
    background-color: #fcb712;
    width: 85px;
    height: 65px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.achiever-name {
    font-size: 20px;
    font-weight: 500;
    color: #343434;
	margin: 25px 0 0px;
	text-transform: uppercase;
}
.gis-achievers-slides{
	margin-right: -15px;
}
.gis-achievers .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-slide{
	padding: 15px;
}
.slick-dots {
    bottom: 0;
    position: relative;
    margin: 10px 0 0;
}
.slick-dots li button{
	background-color: #cacaca;
	border-radius: 50%;
	padding: 0;
	width: 12px;
	height: 12px;
} 
.slick-dots .slick-active button{
	background-color: #e31e24;
}
/* default tabs */
.default-tabs{
	margin: 10px 0;
    border: 0;
    display: flex;
    justify-content: center;
}
.default-tabs .nav-item {
    margin: 0;
}
.default-tabs .nav-item .nav-link {
    border: 0;
    margin: 0 7.5px;
    background-color: #e7e7e7;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    padding: 7.5px 25px;
    font-weight: 600;
}
.default-tabs .nav-item .nav-link:hover,
.default-tabs .nav-item .nav-link:focus,
.default-tabs .nav-item .nav-link.active{
	background-color: #fcb712;
}
.gis-heading h4{
	font-weight: 500;
}
.gis-youtube-facebook{
	background-color: #f2f2f2;
}
.testimonial {
    margin: 10px 0 0;
}
.testimonial-col{
	width: 270px;
	padding: 0 15px;
}
.testimonialer-img {
    width: 230px;
    height: 230px;
    background: rgb(73,48,224);
	background: linear-gradient(-27deg, rgba(73,48,224,1) 0%, rgba(227,30,36,1) 100%);
	padding: 5px;
}
.testim-image{
	padding: 6px;
	background-color: #fff;
	width: 100%;
	height: 100%;
}
.testimonialer-img span {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.testimonialer-img img {
    width: 100%;
}
.testimonial-text {
    width: calc(100% - 270px);
    padding-left: 30px;
    padding-right: 15px;
}
.testimonial-text p {
    font-size: 17px;
    font-style: italic;
    line-height: 34px;
    opacity: 0.8;
    font-weight: 300;
    margin: 0 0 10px;
}
.testimonialer-info{
	opacity: 0.8;
}
.testimonialer-info h5 {
    font-weight: 700;
    margin: 0;
}
.testimonialer-info small {
    font-size: 15px;
}
.testimonial .carousel-indicators {
    position: relative;
    bottom: 0;
    margin: 15px 0 0;
}
.testimonial .carousel-indicators li {
    background-color: #cacaca;
    width: 20px;
    height: 8px;
    border-radius: 10px;
    margin: 0 5px;
    border: 0;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.testimonial .carousel-indicators li.active{
	background-color: #e31e24;
	width: 35px;
}
.gis-events{
	background-color: #f2f2f2;
}
.events{
	margin-top: 10px;
}
.event-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin: 0 0 20px;
}
.event-img img{
	width: 100%;
}
.event-date {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #fcb712;
    color: #000;
    border-radius: 3px;
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    text-align: center;
    padding: 11px 22px;
}
.event-date span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.event-info {
    display: flex;
    align-items: center;
}
.event-info li {
    font-size: 14px;
    opacity: 0.9;
    color: #343434;
}
.event-info li:not(:last-child){
	margin-right: 12px;
}
.event-info li i {
    margin-right: 4px;
}
.event-text h5{
	font-weight: 600;
	color: #000;
	margin: 15px 0 5px;
}
.event-text p{
	margin: 0;
	color: #343434;
}
.gis-events a:hover,
.gis-events a:focus{
	text-decoration: none;
	outline: 0 none;
}
.gis-gallery-studio {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.gis-gallery-studio li{
	padding: 12px 15px;
	width: 33.333%;
}
.gis-gallery-studio li a{
	display: inline-block;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.gray-bg {
    background-color: #f2f2f2;
}

/* Footer */
footer{
	background-color: #212121;
	padding: 80px 0 0;
	background-image: url("../images/footer-texture.png");
	background-repeat: no-repeat;
	background-position: left top; 
}
.footer-title h4{
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	margin: 0 0 25px;
}
.footer-link li{
	margin: 12px 0;
}
.footer-link li a{
	color: #fff;
	opacity: 0.7;
	font-size: 14px;
	font-weight: 300;
	transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.footer-link li a:hover{
	opacity: 1;
	text-decoration: none;
	padding-left: 5px;
}
.footer-link li a i{
	width: 25px;
}
.footer-address address p {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
}
.footer-address address p i {
    width: 35px;
    font-size: 20px;
}
.footer-address address p span {
    width: calc(100% - 35px);
    position: relative;
    top: -5px;
}
.footer-location iframe{
	width: 100%;
	height: 200px;
}

/* copyright */
.footer-copyright{
	background-color: #101010;
	padding: 25px 0;
	margin: 70px 0 0;
	color: #fff;
	opacity: 0.7;
	font-size: 13px;
	font-weight: 300;
}
#toTop {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fcb712;
    position: fixed;
    right: 30px;
    bottom: 85px;
    cursor: pointer;
    z-index: 10;
    font-size: 28px;
}

/* About-us */
.about-banner{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0;
	position: relative;
	text-align: center;
}
.about-image-banner{
	background-image: url(../images/about-banner.jpg);
}
.about-banner::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.about-heading h2{
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
}
.page-bradcrumb .breadcrumb{
    background-color: transparent;
    margin-bottom: 0;
    padding-top: 15px;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
}

.page-bradcrumb .breadcrumb a{
    text-decoration: none;
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #ffffff;
	content: "//";
}
.page-bradcrumb .breadcrumb-item.active {
    color: #fcb712;
}
.about-heading h5{
	color: #e31e24;
}

/* @contact-us */
.contact-banner{
	padding: 60px 0;
}
.contact-form{
	padding-left: 40px;
}
.content-wrapper i{
	color: #fcb712;
	font-size: 40px;
	margin-right: 20px;
}
.content-wrapper {
	display: flex;
}
.gis-heading span {
  	font-size: 14.75px;
  	font-weight: 500;
  	color: #999;
}
.default-label{
	font-size: 15px;
	margin-bottom: 5px;
}
.default-input {
	font-size: 15px;
	padding: 9px 15px;
	height: auto;
	border-radius: 0;
}
.default-input:focus{
	box-shadow: none;
	border-color: #aa2b48;
}
.contact-box {
    background: #ffffff;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid rgba(103, 113, 128, 0.15);
    margin-bottom: 30px;
}
.contact-box:hover {
    -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.contact-icon img {
    height: 42px;
}
.contact-text h6 {
    text-transform: capitalize;
    margin: 10px 0 12px;
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
}
.contact-text p {
    font-size: 15px;
    margin: 0;
}
.contact-text p a {
    color: #343434;
}
.sub-heading h5{
	margin: 20px 0 15px;
	font-weight: 600;
	text-transform: capitalize;
}
.left-side-content{
	padding-right: 30px;
}
.sidebar-menu {
    position: sticky;
    top: 170px;
    padding-left: 30px;
}
.sidebar-menu ul{
	background-color: #565169;
    padding: 10px 0;
    border-radius: 3px;
}
.sidebar-menu li a{
	color: #fff;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	padding: 12px 20px;
	transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.sidebar-menu li:not(:last-child) a{
	border-bottom: 1px rgba(255,255,255,0.2) dashed;
}
.sidebar-menu li a:hover,
.sidebar-menu li a:focus,
.sidebar-menu li.active a,
.sidebar-menu li.active a:focus{
	text-decoration: none;
	background-color: rgba(0,0,0,0.19);
}
#navbarSupportedContent ul li{
	position: relative;
}
.gis-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #aa2b48;
}
button:focus, button:hover{
	border-color: transparent;
}
.gis-features-box .row div:nth-child(2) .f-box{
	background-color: #fcb712;
}
.gis-features-box .row div:nth-child(3) .f-box{
	background-color: #e86b7c;
}
.gis-features-box .row div:nth-child(4) .f-box{
	background-color: #4962ab;
}
.gis-highlights-text a {
    text-decoration: none;
}
.gis-achievers .tab-content {
    margin-top: 30px;
}
.owl-slide {
    padding: 10px;
}
.event-info li:first-child {
    text-transform: capitalize;
}
.about-image-banner {
    background-image: url("images/about-banner.jpg");
}
.breadcrumb span {
    padding: 0px 4px;
}
.breadcrumb .post.post-page.current-item {
    color: #fcb712;
}
.achiever-image img {
	height: auto;
}
.event-text.event-content p {
    margin-bottom: 1rem;
}
.sidebar-menu.event-links ul {
    height: 350px;
    overflow-y: auto;
}
.sidebar-menu.event-links ul h5 {
    color: #fff;
    margin-left: 19px;
    margin-top: 13px;
}
.facebook_feeds {
    max-height: 500px;
    overflow: auto;
}
.campus li {
    list-style-type: disc !important;
}

.follow-us-on span {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
	display: flex;
	align-items: center
}

.follow-us-on {
    margin-top: 30px;
    margin-bottom: 22px;
}
.follow-us-on span a {
  color: #212121;
  width: 26px;
height: 26px;
  display: flex;
  text-align: center;
  margin-left: 12px;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: navajowhite;
}
.follow-us-on span a:hover {
  background-color: #fcb712;
  color: #212121;
}
