/********** Template CSS **********/
:root {
    --primary: #009DE1;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #003974;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.bg-primary {
    background-color: #009DE1 !important;
}
body {
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.20em !important;
    line-height: 1.30em !important;
        color:rgba(59,57,57,1.00) !important;
}
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    text-transform: uppercase;
	line-height: .90em !important;
    color: #00539c !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

h4:hover {
    color: #009DE1 !important;
}
.margTop {
    padding-top: 1.5em !important;
}
.margTop2 {
    padding-top: 2em !important;
}
.margTop3 {
    padding-top: 2.3em !important;
}
.dispBlock {
    text-align: center !important;
    display: inline-block !important;
}
.vidResponsive {
    width: 100% !important;
    height: auto !important;
}
.vidResponsive2 {
    width: auto !important;
    height: 80% !important;
}
.vidResponsive3 {
    width: 100% !important;
    height: 80% !important;
}
.cal-fluid {
    width: 100% !important;
    height: auto !important;
}
.p-3a {
    padding: 1.1rem !important;
}
.caps {
    text-transform: uppercase !important;    
}
.weight {
    font-weight: 500 !important;
}
.fontSz {
	font-size: 1em !important;
}
.fontSz1 {
	font-size: 1.1em !important;
}
.fontSz2 {
	font-size: 1.5em !important;
}
.fontSz3 {
	font-size: 1.75em !important;
}
.fontSz4 {
	font-size: .75em !important;
}
.fontSz5 {
	font-size: .6em !important;
}
.fontSz6 {
	font-size: .6em !important;
}
.fontSz7 {
	font-size: 1.4rem !important;
    line-height: 2.75rem
}

.lineH {
    line-height: .02rem !important;

}
.lineH2 {
    line-height: .0rem !important;

}
.lineH3 {
    line-height: 2.5rem !important;

}
.moveable {
    background-color: #FDE272 !important;
    color:  #00539C !important;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    text-align: center;
    font-size: .9rem !important;
    line-height: 1rem !important;
    border-radius: .5rem !important;
}
.fixed {
    background-color: #DDC0DE !important;
    color:  #00539C !important;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    text-align: center;
    font-size: .9rem !important;
    line-height: 1rem !important;
    border-radius: .5rem !important;
}
.holiday {
	background-color:  #0879B5 !important;
    color:  #ADE1FD !important;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    text-align: center;
    font-size: .9rem !important;
    line-height: 1rem !important;
    border-radius: .5rem !important;
}
.rtc-event {
	background-color:  #ADE1FD !important;
    color: #0879B5 !important;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    text-align: center;
    font-size: .9rem !important;
    line-height: 1rem !important;
    border-radius: .5rem !important;
}
.march {
	background-color:  #81CD9A !important;
    color:  #FCFCFC !important;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    text-align: center;
    font-size: .9rem !important;
    line-height: 1rem !important;
    border-radius: .5rem !important;
}
.summer {
	background-color:  #B6C2C5 !important;
    color:  #00539C !important;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    text-align: center;
    font-size: .9rem !important;
    line-height: 1rem !important;
    border-radius: .5rem !important;
}
.blueRTC {
	background-color: #0D6FA3 !important;
}

.blueRTC2 {
	color: #003974 !important;
}
.blueRTC3 {
	color: #02245C !important;
}
.blueRTC4 {
	color:  #043585 !important;
}
.blueRTC5 {
	color:  #124983 !important;
}
.blueRTC6 {
	color:  #1FAEFB !important;
}
.andy {
	color:rgba(143,47,148,1.00) !important;
}
.bkgRTC {
	background-color: #1FAEFB !important;
}
.bkgRTC2 {
	background-color: #0D6FA3 !important;
}
.bkgRTC3 {
	background-color: #003974 !important;
}
.bkgRTC4 {
	background-color: #45C5FF !important;
}
.bkgArrow {
    background-image: url("../img/rtc-arrow-blue4.png") !important;
    background-repeat: repeat;
}
.bkgArrow2 {
    background-image: url("../img/rtc-arrow-blue5.png") !important;
    background-repeat: repeat;
}
.back-pos {
	background-position: right center !important
}
.btnRtc {
    color: #0D6FA3 !important;
}
.btnRtc:hover {
    color: #1FAEFB !important;
}
.a-color {
    color:  #1FAEFB !important;
}
.a-color:hover {
    color:  #CCDFFE !important;
}
.a-color2 {
    color:  #003974 !important;
}
.a-color2:hover {
    color:  #88C3F0 !important;
}
.a-color3 {
    color:  #1FAEFB !important;
}
.a-color3:hover {
    color:  #003974 !important;
}
.a-color4 {
    color:  #123C7A !important;
	font-weight: 600;
}
.a-color4:hover {
    color:  #1E97CE !important;
}
.start-date li {
    list-style-type: none;
    text-align: left !important;
    margin-bottom: 1.5rem;
    color: rgba(255,255,255,1.00) !important;
    font-weight: 600; 
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;    
}
.start-date i {
    margin-right: 1em !important;
    width: .65em !important;
    float: left !important;
    display: inline-block;
    color: rgba(0,41,77,1.00) !important;
     font-size: 1.3rem !important;

}
.rtcGradient {
    background-image: -webkit-linear-gradient(270deg,rgba(0,76,144,1.00) 1.95%,rgba(0,83,156,1.00) 28.55%,rgba(0,162,229,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,76,144,1.00) 1.95%,rgba(0,83,156,1.00) 28.55%,rgba(0,162,229,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,76,144,1.00) 1.95%,rgba(0,83,156,1.00) 28.55%,rgba(0,162,229,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,76,144,1.00) 1.95%,rgba(0,83,156,1.00) 28.55%,rgba(0,162,229,1.00) 100%);
}
.rtcGradient2 {
    background-image: -webkit-linear-gradient(270deg,rgba(0,76,144,1.00) 1.95%,rgba(0,107,175,1.00) 21.84%,rgba(0,162,229,1.00) 75.48%);
    background-image: -moz-linear-gradient(270deg,rgba(0,76,144,1.00) 1.95%,rgba(0,107,175,1.00) 21.84%,rgba(0,162,229,1.00) 75.48%);
    background-image: -o-linear-gradient(270deg,rgba(0,76,144,1.00) 1.95%,rgba(0,107,175,1.00) 21.84%,rgba(0,162,229,1.00) 75.48%);
    background-image: linear-gradient(180deg,rgba(0,76,144,1.00) 1.95%,rgba(0,107,175,1.00) 21.84%,rgba(0,162,229,1.00) 75.48%);
}

.teko {
	font-family: 'Teko', sans-serif !important; 
}
.barlow {
	font-family: 'Barlow Condensed', sans-serif !important; 
}
.barlow2 {
	font-family: 'Barlow Semi Condensed', sans-serif !important; 
}
.barlow3 {
	font-family: 'Barlow', sans-serif !important; 
}
.rounded-4 {
    border-radius: 1rem !important;
}

.slider-height {
    height: 18rem!important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}
.btn-primary {
    background-color: #1FAEFB !important;
    border: none !important;
    border-radius: 0.50em !important;
    color: #02245C !important;
    font-weight: 700 !important;
    padding-top: .3em !important;
    padding-bottom: .3em !important;
    padding-left: .6em !important;
    padding-right: .6em !important;
}
.btn-primary:hover {
    background-color: #02245C !important;
    border: 1px solid #1FAEFB !important;
    color: #7CCEF9 !important;
}
.btn-primary2 {
    background-color: #02245C !important;
    border: 1px solid #1FAEFB !important;
        border-radius: 0.50em !important;
    color: #7CCEF9 !important;
    font-weight: 700 !important;
    padding-top: .3em !important;
    padding-bottom: .3em !important;
    padding-left: .6em !important;
    padding-right: .6em !important;
}
.btn-primary2:hover {
    background-color: #1FAEFB !important;
    border: none !important;
    border-radius: 0.65em !important;
    color: #02245C !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.topbar {
    height: 2.02rem !important;
    top: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.topbar-right {
    position: relative;
    background: var(--primary);
    height: 2.02rem !important;
    float: right !important;
    margin-top: 0rem !important;
    padding-top:.3em !important;
    padding-bottom: .2rem !important;
    padding-right: 1rem !important;
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 20% !important;
    height: 100%;
    top: 0;
    left:  -1.0rem;
    transform: skewX(-30deg);
    background-color: var(--primary);
}
.text-end.nav-width2 .topbar-right.d-inline-flex.align-items-center.text-white.py-4.px-2 .fs-6.fw-bold.blueRTC3 {
    color: #0F3C85 !important;
}
.snap-top {
    margin-top:  0rem !important;
    height: 3.36rem !important;
}
.nav-flex {
    display: flex !important;
}

.zindex {
    z-index: 50 !important;
}

/*** Navbar ***/


.navbar.sticky-top {
    top: 1rem !important;
    transition: .5s;
    position: sticky !important;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 3.4rem !important;
    display: flex;
    align-items: center;
    background: var(--primary);
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -1.25rem;
    transform: skewX(-30deg);
    background-color: var(--primary);
    
}

.navbar .navbar-nav .nav-link {
    margin-right: 1.6rem;
    padding: 18px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
a.dropdown-item {
      background-color: rgba(0,157,225,1.00) !important;
    color: rgba(255,255,255,1.00) !important;
    padding-left: 1rem !important;
   
}
a.dropdown-item:hover {
    background-color: rgba(22,62,131,1.00) !important;
}

.nav-name {
    font-size: .85rem !important;
}
.nav-width {
    width: 60% !important;
    float: left !important;
 

}
.nav-width2 {
 float: left !important;
       width: 40% !important;

}
.navbar .nav-item .dropdown-menu {
    background-color: rgba(0,157,225,1.00) !important;
    color: rgba(255,255,255,1.00) !important;
    }



/*** new media query for mobile menu - dropdown ***/
@media (max-width: 567px) {
.navbar-nav  {
	background-color: rgba(32,154,193,.80) !important;
}
	
#navbarCollapse .navbar-nav .nav-item.nav-link:hover {
	background-color: rgba(22,62,131,1.00) !important;
	color: rgba(92,204,255,1.00) !important;
}
#navbarCollapse .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:hover {
	background-color: rgba(22,62,131,1.00) !important;
	color: rgba(92,204,255,1.00) !important;
}

	 
}



@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: .3rem 2rem;
        background-color: rgba(0,157,225,.50) !important;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }


}

@media (max-width: 768px) {
 .snap-top {
height: 3.36rem !important; 
}
 .navbar-brand img {
        width: 130px !important;
        height: auto !important;
    }
    .nav-name {
    font-size: .7rem !important;
}
   
    
}



@media (min-width: 992px) {
     .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        background-color: rgba(5,62,154,1.00)
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(5, 62, 154, .70) 0%, rgba(5, 62, 154, 0) 55%);
    z-index: 1;
}
.carousel-caption p {
    width: 45% !important;
    font-size: 1.2em !important;
    line-height: 1.1em !important;
}
 .carousel-caption h1 {
    font-size: 3.70em !important;

}
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 18em;
    }
    .carousel-caption {
    
    background: linear-gradient(to right, rgba(5, 62, 154, .70) 0%, rgba(5, 62, 154, 0) 75%);

}

    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	 .carousel-caption h1 {
    font-size: 2.20em !important;

}
	.carousel-caption p {
    width: 45% !important;
    font-size: 1em !important;
    line-height: .85em !important;
}
    .animated {
        margin-left: 8% !important;
    }
	
}

.page-header {
    background: linear-gradient(to right, rgba(3,45,113,1.00) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 17px;
    color: var(--light);
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
	
}

.service-item .service-img {
    position: absolute;
    padding: 4px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #1FAEFB;
    box-shadow: 0 0 25px rgba(23,75,120,.55) !important;
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
     box-shadow: 0 0 25px rgba(23,75,120,.25) !important;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #1FAEFB;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s;
    border: none;
   
    
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(12,61,138,0.70);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #1FAEFB;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 6.5rem;
    height: 2.5rem;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 25px rgba(23,75,120,.55) !important;
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}
.glow {
    text-shadow: 5px 3px 2px rgba(255,255,255,1.00);
}
.prog1 {
    background-image: url("../img/programs/prog1.jpg") !important;
    background-size: cover !important;
}
.prog2 {
    background-image: url("../img/programs/prog2.jpg") !important;
    background-size: cover !important;
}
.prog3 {
    background-image: url(../img/programs/prog3.jpg) !important;
    background-size: cover !important;
}
.prog4 {
    background-image: url("../img/programs/prog4.jpg") !important;
    background-size: cover !important;
}
.prog5 {
    background-image: url("../img/programs/prog5.jpg") !important;
    background-size: cover !important;
}
.prog6 {
    background-image: url("../img/programs/prog6.jpg") !important;
    background-size: cover !important;
}
.prog7 {
    background-image: url("../img/programs/prog7.jpg") !important;
    background-size: cover !important;
}
.prog8 {
    background-image: url("../img/programs/prog8.jpg") !important;
    background-size: cover !important;
}

/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.gallery-title {
	font-size: 36px;
	color: #c51403;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
	font-family: 'Roboto', sans-serif;
}
.gallery-title:after {
	content: "";
	position: absolute;
	width: 38%;
	left: 31%;
	height: 50px;
	border-bottom: 1px solid #c51403;
}

.port-image {
	width: 100%;
}

.portfolio #portfolio-filters {
  list-style: none;
  margin-bottom: 20px;
    flex-wrap: wrap;
}

.portfolio #portfolio-filters .filter-btn {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  border: none;
  background: #47b2e4 !important;
}

.portfolio #portfolio-filters button.filter-btn:hover {
  background: #003974 !important;
  color: #fff !important;
}

.portfolio #portfolio-filters button.filter-btn.active-btn {
  background: #003974 !important;
 
}
.portfolio #portfolio-filters button.filter-btn:focus {
  background: #003974 !important;
  color: #fff !important;
}
.portfolio-container {
     
}
.portfolio-container .portfolio-item {
  overflow: hidden !important;
  margin-bottom: 1.25rem !important;  
    
}
.float-left2 {
    float: left !important;
}
.float-right2 {
    float: right !important;
}
.portfolio-container .portfolio-item  img {
  transition: all 0.6s;
  width: 100% !important;    
height: auto !important;  
}

.portfolio-container .portfolio-item  img:hover {
  transform: scale(1.15);
}



/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #C8E4F7;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color:#C8E4F7;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}


    #outline li button.nav-link.pillz {
    background-color: rgba(0,157,225,1.00) !important;
    color: #FDFDFD !important;
    border-top-left-radius: .65rem;
    border-top-right-radius: .65rem;
    margin-left: .1rem !important;
    font-weight: 600;
    border: none;
    text-transform: capitalize !important;
            
}
    #outline li button.nav-link.pillz:hover {
     background-color: rgba(0,83,156,1.00) !important;
     color: rgba(151,218,246,1.00) !important;
            
}
   #outline button.nav-link.pillz.active {
    background-color: rgba(0,83,156,1.00) !important;
            
}

.table {
   
   
}
.table-striped-active {
    background-color: rgba(255,255,255,1.00) !important;
}
tr.striped-odd {
    background-color: rgba(80,180,235,0.1) !important;
    border-bottom-color: rgba(32,174,252,1.00);
    
}
.striped-odd:hover {
    background-color: rgba(139,207,243,0.30) !important;
    
}
.striped-even {
    background-color: #FFFFFF !important; 
    border-bottom-color: rgba(0,83,156,1.00);
    
}.striped-even:hover {
    background-color: rgba(139,207,243,0.30) !important;
    
}
    
.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #009DE1;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.proof {
	text-decoration: line-through !important;
}

.event-line-h {
	line-height: 1.45em !important;
}


@media (max-width: 500px) {
 
}














