/*!
Theme Name: pegasus
Theme URI: https://underscores.me/
Description: FIBER design and construct websites that are more than just a communication tool. Our websites are mobile and tablet responsive, fast to load, easy to navigate, have a fresh and elegant look, and be simple for you to modify and maintain once we hand over the reins.
Author: FIBER
Author URI: https://fiber.com.au
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: pegasus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pegasus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'Avenir-book';
    src: url('fonts/AvenirLTStd-Book.eot');
    src: url('fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Book.woff') format('woff'),
        url('fonts/AvenirLTStd-Book.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir-roman';
    src: url('fonts/AvenirLTStd-Roman.eot');
    src: url('fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('fonts/AvenirLTStd-Roman.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir-black';
    src: url('fonts/AvenirLTStd-Black.eot');
    src: url('fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Black.woff') format('woff'),
        url('fonts/AvenirLTStd-Black.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: 'Avenir-book';
}

* {
    font-family: 'Avenir-book' !important;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

i.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

i.fas {
    font-family: "Font Awesome 5 Free" !important;
}

[class*=" eicon-"], [class^="eicon"] {
    font-family: eicons !important;
}

.elementor a {
    color: #242425;
    text-decoration: underline;
}

header.entry-header {
    display: none;
}

.menu_mainsec .menu_iconsec {
    color: #00519E;
    font-size: 18px;
    font-weight: 400;
    font-family: "Avenir-book";
    cursor: pointer;
}

.menu_mainsec .menu_iconsec img {
 	width: 30px;
  	height: auto;
  	margin-right: 3px;
  	margin-top: -8px;
  	vertical-align: middle;
}

.menu_mainsec .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	background-color: #00519E;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.menu_mainsec .sidenav ul li {
    position: relative;
}

.menu_mainsec .sidenav ul li a {
    color: #fff;
    font-size: 65px;
    font-weight: 400;
    font-family: "Avenir-book";
    padding: 0px 0px;
    text-decoration: none;
    display: block;
    transition: 0.5s;
    text-align: center;
    margin-bottom: 30px;
}

.menu_mainsec .sidenav ul li a:hover{
	color: #D4021D;
}

.menu_mainsec .sidenav ul li ul.sub-menu {
    position: absolute;
    top: 20px;
    left: 355px;
	display: none;
    z-index: 99999; 
}

.menu_mainsec .sidenav ul li:hover ul.sub-menu {
    display: block;
}

.menu_mainsec .sidenav ul li ul.sub-menu li a {
    font-size: 20px;
    font-weight: 400;
    font-family: "Avenir-book";
    padding: 10px 0px;
}

.menu_mainsec .sidenav .closebtn {
    position: absolute;
    top: 26px;
    left: 70px;
    font-size: 45px;
    color: #fff;
}

.menu_mainsec .sidenav .closebtn:hover {
    color: #D4021D;
}

.menu_mainsec .sidenav ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
}

.menu_mainsec .sidenav .navigation_sec {
    width: 100%;
    float: left;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 60px;
}

.menu_mainsec .sidenav .right_contnt_mainsec {
    width: 33%;
    float: left;
    padding: 230px 20px 30px 20px;
}

.menu_mainsec .sidenav .right_contnt_mainsec .contnt_mainsec {
    margin-bottom: 200px;
}

.menu_mainsec .sidenav .right_contnt_mainsec .contnt_mainsec h6 {
    color: #FAF8F2;
    font-size: 18px;
    font-weight: 700;
    font-family: "Avenir-book";
    margin-bottom: 20px;
}

.menu_mainsec .sidenav .right_contnt_mainsec .contnt_mainsec p {
    color: #FAF8F2;
    font-size: 16px;
    font-weight: 400;
    font-family: "Avenir-book";
    line-height: 26px;
    letter-spacing: 1px;
}

.menu_mainsec .sidenav .right_contnt_mainsec .info_social_mainsec .info_mainsec span {
    color: #FAF8F2;
    font-size: 18px;
    font-weight: 700;
    font-family: "Avenir-book";
    margin-bottom: 20px;
}

.menu_mainsec .sidenav .right_contnt_mainsec .info_social_mainsec .info_mainsec span.phone_sec {
    float: right;
}

.menu_mainsec .sidenav .right_contnt_mainsec .info_social_mainsec .soical_mainsec {
    width: 100%;
    display: inline-block;
}

.menu_mainsec .sidenav .right_contnt_mainsec .info_social_mainsec .soical_mainsec a {
    color: #FAF8F2;
    font-size: 16px;
    font-weight: 400;
    font-family: "Avenir-book";
    line-height: 26px;
    letter-spacing: 1px;
    margin-right: 88px;
    display: inline-block;
    position: relative;
}

.menu_mainsec .sidenav .right_contnt_mainsec .info_social_mainsec .soical_mainsec a:hover {
    color: #4F4E4B;
}

.menu_mainsec .sidenav .right_contnt_mainsec .info_social_mainsec .soical_mainsec a:last-child {
    margin-right: 0px;
}

.menu_mainsec .sidenav .right_contnt_mainsec .info_social_mainsec .soical_mainsec a::after {
    content: "";
    background-color: #fff;
    border-radius: 50px;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 11px;
    right: -50px;
}

.menu_mainsec .sidenav .right_contnt_mainsec .info_social_mainsec .soical_mainsec a:last-child::after {
    background-color: transparent;
}

.contact_btnsec ul .contact_cls a {
    border: 1px solid #D4021D;
    border-radius: 50px;
    padding: 10px 30px;
	background-color: transparent;
}

.contact_btnsec ul .contact_cls a:hover {
    border: 1px solid #D4021D;
	background-color: #D4021D;
	color: #fff !important;
	padding: 10px 30px;
}

.vision_btn {
    width: 50% !important;
    float: left;
}

.our_story_btn {
    width: 50% !important;
    float: left;
}

.view_all_btn .elementor-widget-container a {
    color: #00519E;
    font-size: 15px;
    font-weight: 600;
}

.view_all_btn .elementor-widget-container a:hover {
    color: #D4021D;
}

.view_all_btn .elementor-widget-container a img {
  vertical-align: middle;
  margin-top: -8px;
}

.view_all_btn .elementor-widget-container a span {
    vertical-align: top;
    margin-top: 6px;
    display: inline-block;
}

.support_mainsec .support_right_sec .top_imgsec {
    background-color: #011c49;
    margin-bottom: 0px;
    padding-bottom: 40px;
	padding-top: 45px;
}

.support_mainsec .support_right_sec .middle_imgsec {
    background-color: #011c49;
    margin-bottom: 20px;
}

.sponsors_mainsec .logo_sec .elementor-swiper .elementor-main-swiper.swiper-container {
    margin: 0px;
}

.sponsors_mainsec .logo_sec .elementor-swiper .elementor-main-swiper.swiper-container .swiper-wrapper .swiper-slide .elementor-testimonial img {
    width: 70%;
    height: auto;
}

.upcoming_events_mainsec {
    width: 100%;
    display: inline-block;
}

.upcoming_events_mainsec .event_box {
    width: 31%;
    float: left;
    background-color: #DBE3FF;
    padding: 35px;
    min-height: 350px;
	margin: 0px 8px;
    margin-bottom: 15px;
}

.upcoming_events_mainsec .event_box .date_sec {
    margin-bottom: 30px;
}

.upcoming_events_mainsec .event_box .contnt_sec {
    margin-bottom: 30px;
}

.upcoming_events_mainsec .event_box .date_sec p {
    color: #00519E;
    font-size: 16px;
    font-weight: 600;
    font-family: "Avenir-book";
    margin-top: 0px;
    margin-bottom: 0px;
}

.upcoming_events_mainsec .event_box .date_sec h4 {
    color: #00519E;
    font-size: 35px;
    font-weight: 600;
    font-family: "Avenir-book";
    margin-top: 7px;
    margin-bottom: 0px;
}

.upcoming_events_mainsec .event_box .contnt_sec p {
    color: #00519E;
    font-size: 17px;
    font-weight: 600;
    font-family: "Avenir-book";
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
}

.upcoming_events_mainsec .event_box .time_sec p {
    color: #00519E;
    font-size: 16px;
    font-weight: 400;
    font-family: "Avenir-book";
    margin-top: 0px;
    margin-bottom: 8px;
}

.upcoming_events_mainsec .event_box.blue_box {
    background-color: #00519E;
}

.upcoming_events_mainsec .event_box.blue_box  .date_sec p {
    color: #fff;
}

.upcoming_events_mainsec .event_box.blue_box  .date_sec h4 {
    color: #fff;
}

.upcoming_events_mainsec .event_box.blue_box  .contnt_sec p {
    color: #fff;
}

.upcoming_events_mainsec .event_box.blue_box  .time_sec p {
    color: #fff;
}

.news_event_mainsec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_event_mainsec .box_mainsec {
    width: 29%;
    float: left;
    margin-bottom: 40px;
    margin-right: 30px;
}

.news_event_mainsec .box_mainsec .img_sec {
    width: 100%;
    height: 145px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news_event_mainsec .box_mainsec .img_sec img {
    width: 100%;
    height: auto;
}

.news_event_mainsec .box_mainsec .contnt_sec h4 {
    color: #242425;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.news_event_mainsec .box_mainsec .contnt_sec p {
    color: #242425;
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.news_event_mainsec .box_mainsec .contnt_sec .btn_mainsec .btn_style {
    color: #D4021D;
    font-size: 16px;
    font-weight: 600;
    font-family: "Avenir", Sans-serif;
    text-decoration: underline;
}

.news_event_mainsec .box_mainsec .contnt_sec .btn_mainsec .btn_style:hover {
    color: #00519e;
}

.news_event_cat {
    padding-left: 0px;
    list-style: none;
    margin-top: 5px;
}

.news_event_cat li {
    border-bottom: 1px solid #e3e3e3;
    padding: 18px 0px;
	display: inline-block;
	width: 100%;
}

.news_event_cat li a {
    color: #242425;
    font-size: 16px;
    font-weight: 400;
    font-family: "Avenir", Sans-serif;
}

.news_event_cat li a span {
    color: #242425;
    font-size: 16px;
    font-weight: 400;
    font-family: "Avenir", Sans-serif;
    width: 89%;
    float: left;
}

.news_event_cat li:hover a span {
    color: #D4021D;
}

.realated_contnt_sec .elementor-widget-wrap .elementor-element.elementor-widget-heading {
    margin-bottom: 0px;
}

.about_accordian_sec .elementor-accordion .elementor-accordion-item {
    border: none;
    border-bottom: 1px solid #C4C4C4;
}

.about_accordian_sec .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 20px 20px;
}

.about_accordian_sec .elementor-accordion .elementor-accordion-item .elementor-tab-content .left_sec {
    width: 35%;
    float: left;
    padding-right: 20px;
}

.about_accordian_sec .elementor-accordion .elementor-accordion-item .elementor-tab-content .left_sec img {
    width: 100%;
    height: auto;
}

.about_accordian_sec .elementor-accordion .elementor-accordion-item .elementor-tab-content .right_sec {
    width: 65%;
    float: left;
    padding-left: 15px;
}

.about_accordian_sec .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-opened {
    border: 1px solid #00519E;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
}

.about_accordian_sec .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-closed {
    border: 1px solid #00519E;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
}

.gallery_mainsec .elementor-swiper .swiper-pagination.swiper-pagination-bullets {
    bottom: -22px;
}

.gallery_mainsec .elementor-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.news_event_single {
    margin-top: 20px;
}

.news_event_single .container {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 15px;
}

.news_event_single .news_breadcrumb {
    padding-left: 0px;
    list-style: none;
}

.news_event_single .news_breadcrumb li {
    display: inline-block;
    margin-right: 10px;
	color: #4F4F4F;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Avenir-book' !important;
	margin-bottom: 15px;
}

.news_event_single .news_breadcrumb li a {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Avenir-book' !important;
}

.news_event_single .news_breadcrumb li a:hover {
    color: #D4021D;
}

.news_event_single h1.single_news_title {
    color: #242425;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Avenir-book' !important;
    margin-bottom: 40px;
}

.news_event_single .post-thumbnail img {
    width: 100%;
    height: auto;
}

.news_event_single .single_news_content p {
    color: #242425;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Avenir-book';
    line-height: 29px;
}

.news_event_single .single_bottom_text > h1 {
    border-left: 5px solid #00519E;
    padding-left: 55px;
    padding-right: 40px;
    margin-bottom: 60px;
    color: #4E4E4E;
    font-size: 35px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 60px;
}

.news_event_single .single_bottom_text h1 {
    border-left: 5px solid #00519E;
    padding-left: 55px;
    padding-right: 40px;
    margin-bottom: 60px;
    color: #4E4E4E;
    font-size: 35px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 60px;
}

.news_event_single .single_bottom_text > h1 a {
    color: #00519E;
}

.news_event_single .single_bottom_text > h1 a:hover {
    color: #D4021D;
}

.news_event_single .single_bottom_text > img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.news_event_single .navigation.post-navigation {
    display: none;
}

.news_event_mainsec .post_append {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.news_event_mainsec .post_append .btn_mainsec {
    width: 100%;
    text-align: center;
}

.news_event_mainsec .post_append .btn_mainsec .btn_style.loadmore {
    font-family: "Avenir", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #D4021D;
    color: #D4021D;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 60px 14px 60px;
}

.news_event_mainsec .post_append .btn_mainsec .btn_style.loadmore:hover {
    fill: #D4021D;
    color: #fff;
    background-color: #D4021D;
}

.news_event_mainsec .sorry_message {
    width: 100%;
    text-align: center;
    color: red;
    font-size: 24px;
    font-weight: 700;
}

.ajax_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    text-align: center;
    padding-top: 320px;
    background-color: rgba(0,0,0,0.7);
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #D4021D;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0px auto;
}

.event_container .event_sect {
  color: #D4021D;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Avenir-book' !important;
  display: block;
  margin-bottom: 5px;
}

.event_container .event_sect1 {
  color: #D4021D;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Avenir-book' !important;
  display: block;
  margin-bottom: 5px;
}

ul.related_sidebar {
    padding-left: 0px;
    list-style: none;
}

ul.related_sidebar li {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #E3E3E3;
}

/* ========== Responsive Css Start ========= */

@media only screen and (max-width: 767px) {
.menu_mainsec .sidenav .navigation_sec {
    padding-left: 20px;
    padding-right: 20px;
}
.menu_mainsec .sidenav ul li a {
    font-size: 40px;
}
.menu_mainsec .sidenav .closebtn {
    top: 5px;
    left: 20px;
    font-size: 45px;
}
.contact_btnsec ul .contact_cls a {
    padding: 10px 15px;
}
.contact_btnsec ul .contact_cls a:hover {
    padding: 10px 15px;
}
.footer_social_iconsec .elementor-social-icons-wrapper {
    display: block !important;
}
.vision_btn {
    width: 100% !important;
}
.our_story_btn {
    width: 100% !important;
}
.upcoming_events_mainsec .event_box {
    width: 100%;
	margin: 0px 0px;
	margin-bottom: 10px;
}
.elementor-widget-image img {
    width: 100%;
    height: auto;
}
.sponsors_mainsec .logo_sec .elementor-swiper .elementor-main-swiper.swiper-container .swiper-wrapper .swiper-slide .elementor-testimonial img {
    width: 50%;
}
.news_event_mainsec .box_mainsec {
    width: 100%;
    margin-right: 0px;
}
.about_accordian_sec .elementor-accordion .elementor-accordion-item .elementor-tab-content .left_sec {
    width: 100%;
    padding-right: 0px;
	margin-top: 15px;
}
.about_accordian_sec .elementor-accordion .elementor-accordion-item .elementor-tab-content .left_sec img {
    width: 100%;
    height: auto;
}
.about_accordian_sec .elementor-accordion .elementor-accordion-item .elementor-tab-content .right_sec {
    width: 100%;
    padding-left: 0px;
    margin-top: 7px;
	margin-bottom: 15px;
}
.news_event_single .single_bottom_text > h1 {
    padding-left: 35px;
    padding-right: 20px;
    font-size: 30px;
}
.upcoming_events_mainsec .event_box .contnt_sec p {
    font-size: 16px;
}
.news_event_mainsec .box_mainsec .img_sec {
    height: auto;
    overflow: visible;
}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
.news_event_mainsec .box_mainsec {
    width: 44%;
}
.news_event_mainsec .box_mainsec:nth-child(2n) {
    margin-right: 0px;
}
.news_event_single h1.single_news_title {
    margin-top: 0px;
	margin-bottom: 20px;
}
}

/* ========== Responsive Css End ========= */