@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body{
    font-family: 'Rubik', sans-serif !important;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

header{
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
}
header .top-nav{
    padding-left: 150px !important;
    padding-right: 150px !important;
    padding-top: 15px !important;
    background-color: #000e7a;
    color: #fff;
    width: 100%;
}
header .top-nav .contact-div{
    float: left;
    width: 70%;
}
header .top-nav .contact-div p{
    font-size: 15px;
    text-align: left;
}
header .top-nav .contact-div p .tel{
    padding-right: 12px;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
header .top-nav .contact-div p .email{
    padding-left: 12px;
    color: #fff;
    text-decoration: none;
}
header .top-nav .auth-div{
    float: right;
    width: 30%;
}
header .top-nav .auth-div p{
    font-size: 15px;
    text-align: right;
}
header .top-nav .auth-div p .st-login{
    padding-right: 12px;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
header .top-nav .auth-div p .sf-login{
    padding-left: 12px;
    color: #fff;
    text-decoration: none;
}
header .top-nav .auth-div p .enroll-login{
    padding-left: 1px;
    color: #fff;
    text-decoration: none;
}
header .top-nav .desktop-auth{
    display: none;
}
/***********************/
header .navbar {
    background-color: #f6f7ff;
    padding: 5px 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.157);
}
header .navbar .container-fluid{
    padding-left: 90px !important;
    padding-right: 130px !important;
}
header .navbar .navbar-brand img{
    width: 190px;
}
header .navbar .navbar-toggler{
    color: #000e7a !important;
    border: 1px solid #000e7a !important;
}
header .navbar .nav-item{
    padding: 5px 5px;
    margin-top: 7px;
}
header .navbar .nav-item .nav-link{
    font-size: 17px;
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(#000e7a, #000e7a);
    background-size: 0% 0.1em;
    background-position-y: 100%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
}
header .navbar .nav-item .nav-link:hover, header .navbar .nav-item .nav-link:focus{
    background-size: 100% 0.1em;
    color: #00094b;
}
header .navbar .dropdown-menu{
    background-color: #F6F7FF !important;
    border: 1px solid rgba(255, 0, 0, 0) !important;
}
header .navbar .dropdown-menu a{
    text-decoration: none;
    color: #000;
}
header .navbar .dropdown-menu a:hover{
    background-color: #000e7a;
    color: #fff !important;
}
header .navbar .enroll-btn{
    background-color: #a80202;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: ease-out 0.6s;
    -moz-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
}
header .navbar .enroll-btn:hover{
    box-shadow: inset 500px 0 0 0 #000e7a;
    font-weight: 400;
}
header .navbar .social-link{
    margin-left: 10px;
}
header .navbar .social-link a{
    padding: 7px 10px;
    border: 1px solid #000e7a;
    margin: 5px;
    border-radius: 5px;
    color: #000e7a;
}
@media(max-width: 1236px){
    header .navbar .container-fluid{
      padding-left: 50px !important;
      padding-right: 50px !important;
    }
    header .top-nav{
      padding-left: 70px !important;
      padding-right: 70px !important;
    }
}
@media(max-width: 1076px){
    header .navbar .container-fluid{
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
    header .top-nav{
      padding-left: 30px !important;
      padding-right: 30px !important;
    }
    header .navbar .enroll-btn{
      padding: 10px 10px;
    }
}
@media(max-width: 991px){
    header .navbar .nav-item{
      padding: 0px 10px;
      margin-top: 1px;
    }
    header .navbar .enroll-btn{
      padding: 10px 20px;
    }
    header .navbar .social-link{
      margin-left: 0px;
      margin-top: 15px;
      margin-bottom: 20px;
    }
}
@media(max-width: 893px){
    header .top-nav .auth-div, header .top-nav .contact-div{
      width: 50%;
    }
}
@media(max-width: 774px){
    header .top-nav .contact-div{
      display: none;
    }
    header .top-nav .auth-div{
      width: 100%;
    }
    header .top-nav .auth-div p{
      text-align: center;
      font-size: 14px;
    }
    header .top-nav .desktop-auth{
      display: block;
      margin-top: -10px;
    }
}


/* Welcome Screen */
.welcome-screen{
    margin-top: 100px;
}
.welcome-screen .banner-one{
    background-image: url('../images/banner2.jpg');

}
.welcome-screen .banner-two{
    background-image: url('../images/banner1.jpg');
}
.welcome-screen .banner-three{
    background-image: url('../images/banner3.jpg');
    
}
.welcome-screen .carousel-item{
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 150px 10px 250px 10px;
    color: #fff;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.719);
}
.welcome-screen .carousel-item .banner-note{
    width: 50%;
    margin: auto;
}
.welcome-screen .carousel-item .banner-note h1{
    font-size: 3.5rem;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}
.welcome-screen .carousel-item .banner-note h5{
    font-weight: 300;
    font-size: 22px;
}
.welcome-screen .carousel-item .banner-note p{
    font-size: 18px;
}
.welcome-screen .banner-note .btn-div{
    margin-top: 25px;
}
.welcome-screen .banner-note .btn-div .btn-contact, .welcome-screen .banner-note .btn-div .btn-read{
    padding: 10px 25px;
    border-radius: 20px;
    margin: 5px;
    color: #fff;
    text-decoration: none;
}
.welcome-screen .banner-note .btn-div .btn-contact{
    border: 1px solid #fff;
}
.welcome-screen .banner-note .btn-div .btn-read{
    background-color: #000e7a;
    border: 1px solid #000e7a;
}
.welcome-screen .banner-note .btn-div .btn-contact:hover, .welcome-screen .banner-note .btn-div .btn-read:hover{
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border: 1px solid #fff;
}
@media (max-width: 776px){
    .welcome-screen .carousel-item .banner-note{
        width: 70%;
    }
}
@media (max-width: 540px){
    .welcome-screen .carousel-item .banner-note{
        width: 80%;
    }
    .welcome-screen .carousel-item{
        padding: 100px 10px 100px 10px;
    }
    .welcome-screen .carousel-item .banner-note h1{
        font-size: 2rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .welcome-screen .carousel-item .banner-note h5{
        font-size: 18px;
    }
    .welcome-screen .carousel-item .banner-note p{
        font-size: 16px;
    }
    .welcome-screen .banner-note .btn-div .btn-contact, .welcome-screen .banner-note .btn-div .btn-read{
        padding: 10px 15px;
        font-size: 14px;
    }
}

/* Three Boxes */
.three-boxes{
    margin-top: -100px;
    position: relative;
}
.three-boxes .row{
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.three-boxes .box{
    width: 31%;
    background-color:#fff;
    margin: 10px 12px;
    padding: 0px;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.171));
    transition: 0.4s;
}
.three-boxes .box:hover {
    margin-top: -15px;
}
.three-boxes .box .img-area{
    background-size: cover;
    background-position: top center;
    height: 220px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.three-boxes .box .img-area-one{
    background-image: url('../images/box-thumbnail1.jpg');
}
.three-boxes .box .img-area-two{
    background-image: url('../images/box-thumbnail2.jpg');
}
.three-boxes .box .img-area-three{
    background-image: url('../images/box-thumbnail3.jpg');
}
.three-boxes .icon{
    margin: auto;
    width: 80px;
    margin-top: -40px;
}
.three-boxes .icon img{
    filter: drop-shadow(0px 0px 10px rgba(88, 88, 88, 0.452));
    width: 80px;
}
.three-boxes .text-area{
    margin-top: 20px;
    text-align: center;
    padding-bottom: 40px;
}
.three-boxes .text-area p{
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 10px;
}
.three-boxes .text-area a{
    border-radius: 20px;
    padding: 10px 15px;
    background-color: #000e7a;
    color: #fff;
    text-decoration: none;
}
.three-boxes .text-area a:hover{
    background-color: #a80202;
}
@media (max-width: 1399px){
    .three-boxes .row{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 1199px){
    .three-boxes .box{
        width: 30%;
    }
    .three-boxes .text-area p{
        font-size: 20px;
    }
}
@media (max-width: 991px){
    .three-boxes .box{
        width: 45%;
    }
    .three-boxes .text-area p{
        font-size: 23px;
    }
}
@media (max-width: 766px){
    .three-boxes .box{
        width: 45%;
    }
    .three-boxes .text-area{
        padding: 20px 10px;
    }
    .three-boxes .text-area p{
        font-size: 20px;
    }
}
@media (max-width: 540px){
    .three-boxes{
        margin-top: -60px;
    }
    .three-boxes .box{
        width: 95%;
        margin: auto !important;
    }
    .three-boxes .text-area{
        padding-bottom: 40px;
        padding-top: 10px;
    }
    .three-boxes .text-area p{
        font-size: 23px;
    }
}

/* About Us */
.about-us{
    margin-top: 100px;
    margin-bottom: 100px;
}
.about-us .text-section{
    padding-left: 130px !important;
}
.about-us h1{
    font-weight: 700;
    color: #00062e;
}
.about-us .gradient-line{ 
    margin: 15px 0 30px 0;
    display: block;
    border: none;
    height: 2px;
    width: 150px;
    background: #000e7a;
    background: linear-gradient(to right, #fff, #00094b, #000949, #000844, #fff);
}
.about-us p{
    font-size: 17px;
    line-height: 28px;
}
.about-us .btn-div{
    margin-top: 40px;
}
.about-us .btn-div a{
    padding: 15px 25px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #a80202;
}
.about-us .btn-div a:hover{
    background-color: #000e7a;
}
.about-us .img-bg{
    width: 100%;
    height: 500px;
    margin-left: 50px;
	background: #555;
    background-image: url('../images/about-bg.jpg');
    background-size: cover;
    background-position: center center;
    border-radius: 100px 0px 0px 200px;
    border: 3px solid #000e7a;
    box-shadow: 0px 0px 40px rgba(68, 68, 68, 0.294);
}
.about-us .img-bg img{
    width: 250px;
    border-radius: 50%;
    border: 3px solid #000e7a;
    position: relative;
    top: 270px;
    left: -40px;
    filter: drop-shadow(0px 0px 20px rgba(68, 68, 68, 0.281));
}
@media (max-width: 1199px){
    .about-us .text-section{
        padding-left: 80px !important;
    }
}
@media (max-width: 991px){
    .about-us .btn-div{
        margin-bottom: 60px;
    }
    .about-us{
        margin-top: 70px;
        margin-bottom: 100px;
    }
    .about-us .text-section{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
@media (max-width: 400px){
    .about-us .text-section{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

/* Counter */
.counter-section{
    background-color: #000e7a;
    background-image: linear-gradient(450deg,  #501f68f1, #472096ea), url('../images/counter-bg.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 10px 50px 10px;
    color: #fff;
}
.counter-section img{
    padding-bottom: 20px;
    width: 200px;
}
.counter-section h1{
    font-size: 55px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.52);
}
.counter-section h6{
    font-size: 22px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.52);
    font-weight: 400;
    padding-top: 10px;
}
.counter-section .counter-div{
    width: 32%;
    margin: 40px 5px;
    background-color: rgba(255, 255, 255, 0.205);
    border-radius: 5px;
    float: left;
    position: relative;
    padding: 30px 10px;
    border: 1px solid #fff;
}
.counter-section .counter-div h4{
    font-size: 3.7rem;
    font-weight: 500;
}
.counter-section .counter-div p{
    margin-top: -5px;
    font-weight: 400;
    font-size: 18px;
}
@media (max-width: 1399px){
    .counter-section .counter-div{
        width: 31%;
    }
}
@media (max-width: 757px){
    .counter-section .counter-div h4{
        font-size: 3rem;
    }
    .counter-section .counter-div p{
        font-size: 15px;
    }
    .counter-section .counter-div{
        height: 170px;
    }
}
@media (max-width: 488px){
    .counter-section .counter-div h4{
        font-size: 2.5rem;
    }
    .counter-section .counter-div{
        height: 150px;
    }
}
@media (max-width: 472px){
    .counter-section .counter-div{
        width: 30%;
    }
}
@media (max-width: 415px){
    .counter-section .counter-div h4{
        font-size: 2rem;
    }
    .counter-section .counter-div p{
        font-size: 14px;
    }
    .counter-section .counter-div{
        padding: 15px 10px;
        height: 115px;
    }
}
@media (max-width: 343px){
    .counter-section .counter-div{
        width: 28%;
    }
    .counter-section .counter-div h4{
        font-size: 1.7rem;
    }
}

/* Gallery Section */
.gallery-section h1{
    font-weight: 700;
    color: #00062e;
}
.gallery-section .gradient-line{
    display: block;
    border: none;
    height: 2px;
    width: 150px;
    margin: auto;
    background: #000e7a;
    background: linear-gradient(to right, #fff, #00094b, #000949, #000844, #fff);
}
.gallery-section .gallery-container {
    text-align: center;
    margin-bottom: 50px;
}
.gallery-section .heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #212246;
    font-size: 25px;
}
.gallery-section .div-nav-gallery{
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery-section .nav-gallery ul {
    float: none !important;
}
.gallery-section ul {
    list-style: none; 
    margin-bottom: 10px;
}
.gallery-section .nav-gallery > ul > li {
    display: inline-block;
}
.gallery-section .nav-gallery > ul > li > a {
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #212246;
    margin-right: 2px;
    margin-left: 2px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.gallery-section .nav-gallery > ul > li > a:hover {
    color: #fff;
    background-color: #901D28;
}
.gallery-section .hidden {
    display: none;
}
.gallery-section #projects > ul > li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 45%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    /* Padding stays within the width */
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.gallery-section #projects > ul > li:hover {
    opacity: 0.5;
}
.gallery-section img {
    max-width: 100%;
    border-radius: 5px;
}
.gallery-section .gallery {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 40px 10px;
    display: none;
    box-sizing: border-box;
    z-index: 999;
}
.gallery-section .gallery > img {
    max-height: 100%;
    width: auto;
}
.gallery-section .close i {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
}
.gallery-section .bar {
    display: block;
    position: absolute;
    top: 13px;
    float: left;
    width: 30px;
    border-bottom: 4px solid #fff;
    transform: rotate(45deg);
}
.gallery-section .bar:first-child {
    transform: rotate(-45deg);
}
.gallery-section .btn-div{
    margin-top: 20px;
}
.gallery-section .btn-view-more{
    background-color: #a80202;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    padding: 15px 25px;
}
.gallery-section .btn-view-more:hover{
    opacity: 0.9;
}
@media (max-width: 768px){
    .gallery-section #projects > ul > li {
        width: 30%;
    }
}
@media (max-width: 555px){
    .gallery-section #projects > ul > li {
        width: 40%;
    }
    .gallery-section #projects ul li{
        width: 40%;
    }
    .gallery-section #projects ul{
        padding: 1px;
        margin-left: -30px;
        margin-right: -40px;
    }
    .gallery-section #projects ul img{
        width: 100%;
    }
}

/* Subscribe Form */
.newsletter{
    background-color: #000e7a;
    background-image: url('../images/subscribe-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.301);
    width: 100%;
    margin-bottom: 50px;
}
.newsletter h2{
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}
.newsletter form{
    margin-top: 10px;
}
.newsletter form .input-form {
	width: 65%;
	padding: 16px;
	margin-right: -1px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border-radius: 20px 0px 0px 20px;
}
.newsletter .input-form::-webkit-input-placeholder {
    color: rgba(248, 248, 248, 0.39) !important;
}
.newsletter .input-form::-moz-placeholder {
    color: rgba(248, 248, 248, 0.39) !important;
}
.newsletter .input-form::-moz-placeholder {
    color: rgba(248, 248, 248, 0.39) !important;
}
.newsletter .input-form::-ms-input-placeholder {
    color: rgba(248, 248, 248, 0.39) !important;
}
.newsletter .btn-submit-news {
	padding: 16px 5px;
	background: #fff;
    color: #000e7a;
    font-weight: 500;
    width: 30%;
    border-radius: 0px 20px 20px 0px;
    border: 1px solid #fff;
}
.newsletter .btn-submit-news:hover{
	background: #a80202;
    border: 1px solid #fff;
    color: #fff;
}
@media (max-width: 1199px){
    .newsletter form .input-form {
        width: 60%;
    }
    .newsletter .btn-submit-news {
        width: 30%;
    }
}
@media (max-width: 575px){
    .newsletter{
        border-radius: 1px;
    }
}
@media (max-width: 991px){
    .newsletter h2{
        padding-bottom: 20px;
    }
    .newsletter{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/*********
Universal Breadcrumb
*********/
.breadcrumb{
    padding: 200px 10px 50px 10px !important;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.breadcrumb .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
}
.breadcrumb .bread-text{
    background-color: #00a2ca8a;
    border-radius: 2px;
    padding: 30px 40px 10px 40px !important;
}
.breadcrumb  .bread-text h1{
    font-size: 2.7rem;
    font-weight: bold;
}
.breadcrumb  .bread-text p{
    font-size: 50px;
    margin-top: -30px;
    width: 50px;
    transition: 0.6s;
}
.breadcrumb  .bread-text p a{
    color: #fff;
}
.breadcrumb  .bread-text p:hover{
    margin-top: -20px;
}
@media(max-width: 574px){
    .breadcrumb .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
    .breadcrumb .bread-text{
        padding: 20px 30px 5px 30px !important;
    }
}

/* About Us Page */
.bread-about{
    background-image: linear-gradient(450deg,  #0000009b, #000000a9), url('../images/banner5.jpg');
}
.bread-about .bread-text{
    width: 430px;
}
/**************/
.abt-content{
    margin-top: 70px;
}
.abt-content h1{
    font-weight: 700;
    color: #00062e;
}
.abt-content .gradient-line{ 
    margin: 10px 0 20px 0;
    display: block;
    border: none;
    height: 2px;
    width: 150px;
    background: #000e7a;
    background: linear-gradient(to right, #fff, #00094b, #000949, #000844, #fff);
}
.abt-content p{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.abt-content .btn-div{
    margin-top: 20px;
}
.abt-content .btn-div a{
    padding: 15px 15px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #a80202;
    font-size: 14px;
}
.abt-content .btn-div a:hover{
    background-color: #000e7a;
}
.abt-content .img-top{
    filter: drop-shadow(0px 0px 30px rgba(138, 138, 138, 0.356));
    margin-top: -30px;
    width: 100%;
}
.abt-content .img-bottom{
    position: relative;
    top: -220px;
    width: 280px;
    left: 10px;
    filter: drop-shadow(0px 0px 30px rgba(138, 138, 138, 0.555));
    margin-bottom: -100px;
}
/*******************/
.mission-vision{
    margin-bottom: 50px;
    margin-top: -50px;
}
.mission-vision img{
    padding-bottom: 20px;
}
.mission-vision h1{
    font-size: 35px;
}
.mission-vision p{
    font-size: 16px;
}
.mission-vision .mission-box, .mission-vision .vision-box{
    margin:10px;
    padding: 30px 30px;
    border-radius: 50px 0px 50px 50px;
    color: #fff;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    height:310px;
}
.mission-vision .mission-box{
    background-color: #4A258C;

}
.mission-vision .vision-box{
    background-color: #4A258C;
    
}
@media (max-width:1199px){
    .abt-content{
        margin-bottom: 90px;
    }
}
@media (max-width:991px){
    .abt-content .img-top{
        margin-top: 50px;
    }
    .mission-vision .mission-box, .mission-vision .vision-box{
        height: auto;
    }
}
@media (max-width:540px){
    .abt-content .img-bottom{
        width: 250px;
    }
}
@media (max-width:457px){
    .abt-content .img-bottom{
        width: 200px;
        top: -150px;
    }
    .mission-vision .mission-box, .mission-vision .vision-box{
        background-position-x: -200px;
    }
}
@media (max-width:375px){
    .abt-content .img-bottom{
        width: 200px;
        top: -100px;
    }
    .mission-vision .mission-box, .mission-vision .vision-box{
        background-position-x: -300px;
    }
}

/* FAQs Page */
.bread-faq{
    background-image: linear-gradient(450deg,  #0000009b, #000000a9), url('../images/bread-faq.jpg');
}
.bread-faq .bread-text{
    width: 350px;
}
/*******************/
.faq-content{
    margin-top: 70px;
    margin-bottom: 50px;
}
.faq-content .header-text{
    margin-bottom: 70px;
}
.faq-content .header-text h3{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}
.faq-content .line-hr{
    width: 80px;
    height: 3px;
    background-color: #000e7a;
    margin: auto;
}
.faq-content .first-div{
    text-align: right;
}
.faq-content .faq-note{
    border-bottom: 2px solid #000e7a;
    margin-bottom: 50px;
    width: 95%;
}
.faq-content .second-div{
    text-align: left;
}
@media (max-width: 991px){
    .faq-content .first-div{
        text-align: left;
    }
}

/* Gallery Page */
.bread-gallery{
    background-image: linear-gradient(450deg,  #0000009b, #000000a9), url('../images/banner4.jpg');
}
.bread-gallery .bread-text{
    width: 430px;
}

/* Video Page */
.bread-video{
    background-image: linear-gradient(450deg,  #0000009b, #000000a9), url('../images/bread-video.jpg');
    background-position-y: 20px;
}
.bread-video .bread-text{
    width: 430px;
}
/************/
.video-content{
    margin-top: 50px;
    margin-bottom: 50px;
}
.video-content .videos{
    width: 100%;
    height: 350px;
}

/* Contact Page */
.bread-contact{
    background-image: linear-gradient(450deg,  #0000009b, #000000a9), url('../images/bread-contact.jpg');
    background-position: bottom center;
}
.bread-contact .bread-text{
    width: 350px;
}
/*******************/
.contact-content{
    margin-top: 100px;
    margin-bottom: 50px;
}
.contact-content a{
    color: #fff;
    text-decoration: none;
}
.contact-content .location p{
    width: 100%;
    background-color: #ff9216;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
}
.contact-content .email p{
    width: 100%;
    background-color: #eb7d00;
    margin-top: -10px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
}
.contact-content .enroll p{
    width: 100%;
    background-color: #1222BC;
    margin-top: -10px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
}
.contact-content .form-area{
    background-color: #F0F0F2;
    padding: 50px 50px 70px 50px;
}
.contact-content .form-area h1{
    color: #000e7a;
    font-size: 25px;
    font-weight: 600;
}
.contact-content .form-area p{
    font-size: 20px;
    color: rgb(102, 102, 102);
    padding-top: 10px;
}
.contact-content .form-area form{
    margin-top: 40px;
}
.contact-content .form-area label{
    display: block;
    padding: 5px;
    font-size: 16px;
}
.contact-content .form-area .input{
    width: 100%;
    padding: 10px;
    display: block;
    border-radius: 5px;
    border: none;
    border: 2px solid rgba(146, 146, 146, 0.76);
}
.contact-content .form-area .btn-submit{
    width: 200px;
    padding: 18px 20px;
    background-color: #EB7D00;
    color: #fff;
    border: none;
    border-radius: 10px;
    float: right;
    font-size: 17px;
    transition: 0.6s;
}
.contact-content .form-area .btn-submit:hover{
    background-color: #faab52;
}
@media(max-width: 991px){
    .contact-content .form-area{
        padding: 50px 20px 70px 20px;
    }
}

/* 404 Page */
.page404{
    padding: 250px 10px 200px 10px;
}
.page404 img{
    width: 80%;
}
.page404 h2{
    font-size: 8rem;
}
.page404 h5{
    font-size: 2rem;
}
.page404 p{
    font-size: 17px;
}
.page404 .btn-div{
    margin-top: 30px;
}
.page404 .btn-div button{
    width: 200px;
    padding: 10px;
    border: 3px solid #F42732;
    border-radius: 30px;
    background-color: #fff;
}
.page404 .btn-div button:hover{
    background-color: #F42732;
    color: #fff;
}
@media (max-width: 767px){
    .page404{
        padding: 180px 10px 50px 10px;
    }
    .page404 h2, .page404 h5, .page404 p, .page404 .btn-div{
        text-align: center;
    }
}

/* Footer */
footer{
    width:100%;
    background-color:#121619;
    color:#fff;
}
footer .top_header{
    padding:2rem;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
footer .top_header section{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}
footer .top_header span{
    padding:0 0.5rem;
}
footer .top_header span a{
    color: #fff;
    text-decoration: none;
}
footer .copyright{
    padding: 1.1em;
    background-color:#080808;
    text-align:center;
    color:rgba(255,255,255,0.7);
    font-size:15px;
}
@media (max-width:820px){
    footer .top_header{
        padding:1rem;
        display:block;
    }
    footer .top_header section{
      margin:40px 0;
      align-items:left;
      justify-content:left;
    }
    footer .bottom_content section{
      padding:1rem;
      display:block;
    }
    footer .bottom_content section a{
      padding:1rem;
      font-size:12px;
      margin:0 5px;
      display:inline-block;
    }
}