﻿:root {
    --aColor: #8B0000  /*#f4623a;*/
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon { 
  outline: black;
  background-size: 100%, 100%; 
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 40px;
  color: #ffffff;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 40px;
  color: #ffffff;
}

 .pHeader
 {
     clear:both;
     margin:0px;
     padding:0px;
     font-size:10px;
     font-weight:900;
     text-align:right;
 } 

.form-control {
    height: 45px;
   /* border-radius:0;*/
}

.custom-select {
    height: 45px; 
    /*border-radius:0;*/
}/*
.btn{
    
    border-radius:0;
}*/

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #8B0000 ;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    left: 47%;
    top: 50%;
    right:50%;
    bottom:50%;
    position: fixed; 
    z-index: 1000;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 600px) {
    .loader {
        align-content:center;
        border: 3px solid #f3f3f3;
        border-top: 3px solid #8B0000 ;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 2s linear infinite;
        left: 45%;
        top: 50%;
        right:50%;
        position: fixed;
        z-index: 1000;
    }
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
  #ListViewheaderLogo { display: none; }   /* hide it elsewhere */
}
 

/*Custom_LogoPreview,PreviewOverlap added in site settings for overlaping Logo for preview image on file upload */
.Custom_LogoPreview 
{
    z-index: 1;
}
.PreviewOverlap
 { 
    position: absolute;
    top: 35px;
    left: 5px;
    z-index: 2;
}
  
  
 a:hover
 {
     text-decoration:none;
 }
  .videoWrapper {
	position: relative; 
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Orange
{
     color: var(--aColor); 
}

.PageContents {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../Images/aitbaHeadBG.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.custom-img {
    width: auto;
    height: 300px;
    overflow: hidden;
    object-fit:cover;
    position:relative;
}
 
.dropdown-submenu{
    position: relative; 
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
     
}

.img-float-left
{
    float:left; 
    margin-left:0;
    margin-right:15px;
    margin-bottom:4px;
    width:250px;
    border:1px solid #f3f3f3;
    padding:6px;
    background:#ffffff;
}
.img-float-right
{
    float:right; 
    margin-right:0;
    margin-left:15px;
    margin-bottom:4px;
    width:250px;
    border:1px solid #f3f3f3;
    padding:6px;
    background:#ffffff;
}

@media only screen and (max-width: 600px) {
  .img-float-left {
    float:none;
    width:100%;
    margin-left:0;
    margin-right:0;
    margin-bottom:4px; 
    border:1px solid #f3f3f3;
    padding:6px;
    background:#ffffff;
  }
  .img-float-right
  {
    float:none;
    width:100%;
    margin-left:0;
    margin-right:0;
    margin-bottom:4px; 
    border:1px solid #f3f3f3;
    padding:6px;
    background:#ffffff;
  }
}


.myAlert-bottom {
    position: fixed;
    bottom: 5px;
    text-align: center;
    width: 70%;
    float: right; 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed; 
}
 
/*override*/
 
.text-primary {
    color: #8B0000  !important;
} 
.btn-primary{
    background-color:#8B0000 ;
    border-color:#8B0000 ;
}
.btn-primary:hover{
    background-color:#EF0107;
    border-color:#EF0107;
} 
 
h6 a
{
    color:#8B0000 ;
} 

hr.divider { 
    border-color: #EF0107;
}

a{
   color: #8B0000 ;
}
a:hover{
   color:lightgreen;
}
.dropdown-submenu:hover
 {
    color: #8B0000 ;
}
 
.navbar-brand a:hover
{
    color: #8B0000 ; 
}

 @media only screen and (max-width: 600px) {
  .navbar-brand span {
    font-size:85%;
    float:right;
    margin-top:10px;
  }
 }


 #mainNav .navbar-nav .nav-item .nav-link
{
     color: #8B0000 ; 
}
 #mainNav:hover .navbar-nav:hover .nav-item:hover .nav-link:hover {
    color: #8B0000 ;
}

 .dropdown-item:hover
{ color: #8B0000 ;

}

 #portfolio .container-fluid .portfolio-box .portfolio-box-caption
{
 background-color: #8B0000 ;
}

 .bg-primary {
    background-color: #EF0107 !important;
}

 .btn-outline-primary
{
     border-color:#8B0000 ; 
     color:#EF0107; 
     
}

 .btn-outline-primary:hover
{
    background-color:#EF0107; 
}
 .border-primary 
{
    border-color: #EF0107 !important; 
}

 .Sponsered
{
    width:100%;
    overflow:hidden;
    height:200px;
    margin-left:5px;
    margin-right:5px;
}
 .Sponsered ul li {
  display: inline-block;
    list-style-type: none;
    padding-right: 20px;
    vertical-align: middle;
}


 .Marquee {
     width: 100%;
    box-sizing: border-box;
    padding: 1em;
    color: white;
    font-weight: 200;
    display: flex;
    align-items: center;
    overflow: hidden;
}

 .Marquee-content {
        display: flex;
        animation: marquee 10s linear infinite running;
    }
 .Marquee-content:hover
 { 
    animation-play-state: paused;
}

.Marquee-tag {
    width: 250px;
    margin: 0 .5em;
    padding: .5em;
    background: rgba(255, 255, 255, .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease;
}
   .Marquee-tag:hover
    {
      background: rgba(255, 255, 255, .5);
      transform: scale(1.1);
      cursor: pointer;
  }

@keyframes marquee {
    0% {
        transform: translateX(0)  ;
    }
    
        100%
        {
            transform: translate(-50%);
        } 
}

.Dance 
{ 
    background-image: url('../Images/Dance.png'); 
    width:150px;
    height:150px;
    overflow:hidden; 
    margin:auto;
    padding:2px; background-repeat:no-repeat;
}
.Music {
    background-image: url('../Images/Music.png');
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: auto;
    padding: 2px;
    background-repeat:no-repeat;
}
.Art {
    background-image: url('../Images/ArtAndcraft.png');
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: auto;
    padding: 2px; background-repeat:no-repeat;
}

@media screen and (max-width: 360px) {
    .CustomSiteFooter {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (max-width: 600px) {
  .CustomSiteFooter {
       visibility: hidden;
        display: none;
  }
}

@media screen and (max-width: 360px) {
    .PageContents {
        padding-top:4rem;
        padding-bottom: calc(4rem - 70px);         
    }
}

@media only screen and (max-width: 600px) {
    .PageContents {
        padding-top: 4rem;
        padding-bottom: calc(4rem - 70px);
    }
} 

@media screen and (max-width: 360px) {
    .PreviewOverlap {
        visibility: hidden;
        display: none; 
    }
}

@media only screen and (max-width: 600px) {
    .PreviewOverlap {
       visibility: hidden;
        display: none;
        
    }
}

 .GridPager table
        {
            border:none;
            font-weight:normal; 
            background-color:#e3e6f0;
        }
 .GridPager table:hover
        {
            background-color:none;
        }
 .GridPager td span
        {
            border:1px solid #ff6a00;
            padding-left:4px;
            padding-right:4px;
        }      
 .GridPager td a:hover
        {
          color:#ff6a00;
        }         
 .GridPager td, .table th
         {
            padding: .85rem;
            vertical-align: top;
            border-top: none;
        }
    
 .Modalbody
     {  
         width:auto;
         height:auto; 
         margin-left:10px;
         margin-right:10px;
         padding:5px;
          
     }
 .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
 .modalPopup
    {
        background-color: #FFFFFF;
        width: auto;
        border: 1px solid #0DA9D0; 
        padding:5px;
    }
 .modalPopup .header
    {
        background-color: #e3e6f0; 
        color:black; 
        text-align: center;
        font-weight:lighter;
        padding:10px;
    }
 .modalPopup .body
         {
            min-height: 50px;
            line-height: 30px;
            text-align: center;
            padding: 5px;
        }
 .modalPopup .footer
         {
            padding: 3px;
        }
 .box {
            width: 80px;
            padding: 2px;
            border: 1px solid LightGrey;
            float: left;
            margin-bottom: 4px;
            margin-left: 0;
            border-radius: 5px;
            overflow: hidden;
            margin-right: 1px;
        }
 .UpdateModal
         {
            position: fixed;
            z-index: 999;
            height: 100%;
            width: 100%;
            top: 0;
            background-color: Black;
            filter: alpha(opacity=60);
            opacity: 0.6;
            -moz-opacity: 0.8;
        }
 .UpdateCenter {
            z-index: 1000;
            padding: 10px;
            width: 55px;
            height: 55px;
            background-color: White;
            border-radius: 50%; 
            left: 47%;
            top: 50%;
            right: 50%;
            bottom: 50%;
            position: fixed;
        }

 .img-round-custom
 {
     width:75px;
     height:75px;
     border-radius:100%;
     float:left;
     padding:4px;
     border: 1px solid LightGray;
     background:#ffffff;
     overflow: hidden;
     object-fit:cover;
     position:relative; 
 }

 #ContentPlaceHolder1_HtmlEditorExtender1_ExtenderContentEditable 
      {
          padding: 14px; 
          font-size:16px;
      }


.ImgParticipant {
    height: 150px;
    width: 150px;
    overflow: hidden;
    object-fit: cover; 
    align-content:center;
    
}


@media screen and (max-width: 360px) {
    .ImgParticipant {
        width: 100%;
        height: auto;
        overflow: hidden;
        object-fit: cover;
        position: relative; 
    }
}

@media only screen and (max-width: 600px) {
    .ImgParticipant {
        width: 100%;
        height: auto;
        overflow: hidden;
        object-fit: cover;
        position: relative; 
    }
}



.heading {
    text-align: center;
    color: #454343;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url('../Images/heading-line-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 200px;
    position: relative;
    /*background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);*/
    padding-top: 80px;
    padding-bottom:10px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

    .testimonial4_indicators .carousel-indicators li {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        text-indent: 0;
        margin: 2px 3px;
        cursor: pointer;
        display: inline-block;
        background: #ffffff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators .active {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        margin: 2px 3px;
        background-color: #9dd3af;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
        height: 3px;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eeeeee;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}

    .testimonial4_control_button .carousel-control.left {
        left: 7%;
        top: 50%;
        right: auto;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 7%;
        top: 50%;
        left: auto;
    }

        .testimonial4_control_button .carousel-control.left:hover,
        .testimonial4_control_button .carousel-control.right:hover {
            color: #000;
            background: #fff;
            border: 2px solid #fff;
        }

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

    .testimonial4_header h4 {
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

    .testimonial4_slide img {
        top: 0;
        left: 0;
        right: 0;
        width: 136px;
        height: 136px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        position: relative;
        border-radius: 50%;
        box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    }

    .testimonial4_slide p {
        color: #ffffff;
        font-size: 17px;
        line-height: 1.4;
        margin: 10px 0 20px 0; 
    }

    .testimonial4_slide h4 {
        color: #ffffff;
        font-size: 22px;
    }

.testimonial .carousel {
    padding-bottom: 10px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/
