*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Rubik', sans-serif;}
:root{--main-primary: #003f6d;}
body{background-color: #f5f9ff}


a{text-decoration: none; font-size: 16px; transition: all 500ms ease;}
p{font-size: 16px; font-weight: 400; letter-spacing: 0.5px;}
img{max-width: 100%;}
h1, h2, h3, h4, h5, h6 {position: relative; font-weight: 400;
    color: #232323; margin: 0px; transition: all 500ms ease;}

.brk-btn {position: relative; background: none; color: #0253bd; 
    text-transform: uppercase; text-decoration: none; border: 0.2em solid #0253bd;padding: 15px 24px;
    &::before {content: ""; display: block; position: absolute; width: 10%; background: #fff; height: 0.3em;
        right: 20%; top: -0.21em; transform: skewX(-45deg);
        transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);}
    &::after {content: ""; display: block; position: absolute; width: 10%; background: #fff; height: 0.3em;
      left: 20%; bottom: -0.25em; transform: skewX(45deg);
      transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);}
    &:hover {
        &::before {right: 80%;}
        &::after {left: 80%;}
    }
  }


.theme-btn{color: #fff; background: transparent; border-width: 2px;
    border-style: solid; border-color: #0253bd; position: relative;
    display: inline-block; padding: 12px 22px;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
    text-align: center; font-weight: 500; text-transform: uppercase;
    letter-spacing: 1px;}
.theme-btn:before{content: ''; display: block; position: absolute;
    border-color: #0253bd; box-sizing: border-box; border-style: solid;
    width: 1em; height: 1em; -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; top: -6px; left: -6px;
    border-width: 2px 0 0 2px; z-index: 5;}
.theme-btn:after{content: ''; display: block; position: absolute;
    border-color: #0253bd; box-sizing: border-box; border-style: solid;
    width: 1em; height: 1em; -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; bottom: -6px; right: -6px;
    border-width: 0 2px 2px 0;}
.theme-btn:hover {color: #fff; background-color: #0253bd;
    border-color: #0253bd;}
.theme-btn:hover:before{width: calc(100% + 12px); height: calc(100% + 12px);
    border-color: #0253bd;}
.theme-btn:hover:after{width: calc(100% + 12px); height: calc(100% + 12px);
    border-color: #0253bd;}

.top-section{background: #0253bd; padding: 6px 0px;}
.top-section .row{align-items: center;}
.top-section .col-md-8.left{position: relative; z-index: 1;}
.top-section .col-md-8.left:before {content: ''; position: absolute;
    left: -200px; top: -50px; background-color: #00367c; z-index: -1;
    width: 285px; bottom: 0px; height: 84px;}
.top-section .left p{color: #ccc; margin-bottom: 0; display: flex; align-items: center;}
.top-section .left p span{color: #fff; margin-right: 10px; min-width: 73px;}
.top-section .left a{color: #ccc;}
.top-section .left p .feather{width: 20px; position: relative; top: -2px;
    margin-right: 6px;}
.top-section .right ul{margin: 0; padding: 0; text-align: right;}
.top-section .right ul li{list-style: none; display: inline-block;}
.top-section .right ul li a{color: #fff; background: #00367c;
    display: inline-block; width: 32px; height: 32px; line-height: 32px;
    text-align: center; border-radius: 50px;}
.top-section .right ul li a .feather{width: 15px;}


.logo-section .row{align-items: center; padding: 8px 0px;}
.logo-section .logo{display: flex; align-items: center;}
.logo-section .logo .icon{margin-right: 15px;}
.logo-section .logo p{margin-bottom: 0; font-size: 18px; font-weight: 800;
    color: #0253bd}
.logo-section .logo p:first-child{font-size: 20px; color: #0253bd}
.logo-section .logo img{max-height: 90px;}
.logo-section  .right ul{margin: 0; padding: 0; text-align: right;}
.logo-section  .right ul li{list-style: none; display: inline-block;
    text-align: left;}
.logo-section  .right ul li a.box{display: flex; align-items: center;
    margin-right: 40px;}
.logo-section  .right ul li:last-child a.box{margin-right: 0;}
.logo-section  .right ul li a.box .icon{margin-right: 15px; background: #f3f3f3;
    width: 55px; height: 55px; line-height: 50px; border-radius: 50%;
    text-align: center;}
.logo-section  .right ul li a.box .icon .feather{color: #0253bd; width: 20px;}
.logo-section  .right ul li a.box h4{margin-bottom: 0px; font-size: 18px;
    font-weight: 400; color: #1a1a1a;}
.logo-section  .right ul li a.box p{margin-bottom: 0; color: #949494;}

.menu-section{position: absolute; top: -1px; left: 0; width: 100%;
    height: 100px; z-index: 11;}
.menu-section .navbar{padding-top: 0!important;}
.menu-section .navbar-nav{background: #0253bd; width: 100%;
    box-shadow: 0 0px 30px rgb(0 0 0 / 30%);}
.menu-section .nav-link{color: #fff!important; border-right: 1px solid #ffffff36;
    padding: 24px 20px!important; text-transform: uppercase; letter-spacing: 0.5px;
    font-size: 16px; text-align: center;}
.menu-section .nav-item:last-child .nav-link{border-right: none;}

.menu-section .d-flex .phone{display: flex; align-items: center;
    justify-content: center; background: #f3f3f3; height: 72px; width: 235px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 30%);}
.menu-section .d-flex .phone .icon{margin-right: 15px; background: #0253bd;
    width: 46px; height: 46px; line-height: 46px;
    text-align: center;}
.menu-section .d-flex .phone .icon .feather{color: #fff; width: 18px;}
.menu-section .d-flex .phone h4{margin-bottom: 0px; font-size: 20px;
    font-weight: 400; color: #1a1a1a;}
.menu-section .d-flex .phone p{margin-bottom: 0; color: #949494;}

.menu-section.fixed-top{background: #0253bd; width: 100%; position: fixed;
    height: auto; z-index: 111; box-shadow: 0 0px 30px rgb(0 0 0 / 30%);}
.menu-section.fixed-top .navbar{padding-bottom: 0;}
.menu-section.fixed-top .navbar-nav{box-shadow: none;}

.banner-section{position: relative;}
.banner-section .row{margin: 0;}
.banner-section .image img{width: 100%; height: 600px; object-fit: cover;}


.banner-bottom-section{position: relative; z-index: 2; padding-top: 60px; padding-bottom: 60px;}
.banner-bottom-section .row{align-items: center;}
.banner-bottom-section .left .title{margin-bottom: 20px;}
.banner-bottom-section .left h1{margin-bottom: 0px;  font-weight: 800; font-size: 36px; color: #222;}
.banner-bottom-section .left .description{border-left: 1px solid #0000002e; padding-left: 20px;}
.banner-bottom-section .left .description p{font-size: 17px; color: #444; letter-spacing: 0.2px;
    line-height: 24px; margin-bottom: 0px; margin-top: 20px}
.banner-bottom-section .right .box{ text-align: center; background-color: #0253bd21; padding: 20px 20px 0px 20px;
    border-style: solid; border-width: 2px 2px 2px 2px; border-color: #0253bd5e;
    border-radius: 15px 15px 15px 15px; height: 300px; overflow: hidden;}
.banner-bottom-section .right .box .counter-text{margin: 0 0 0px 0; padding: 0 0 0 0; color: #0253bd;
    font-size: 20px; font-weight: 800; line-height: 26px; margin-top: 10px;}



.about-section{margin-bottom: 60px;}
.about-section .about-section-left {position: relative; padding-top: 1rem; padding-left: 1rem;}
.about-section .about-section-left:after {position: absolute; content: "";  top: 0; left: 0; width: 95%;
    height: 95%; background: #6861BC none repeat scroll 0 0; z-index: -1; opacity: 0.2;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; border-top-left-radius: 10px;}
.about-section .about-section-left img {width: 100%; border-top-left-radius: 10px;
    height: 350px; object-fit: cover;}
.about-section .popup-youtube {display: inline-block; padding: 10px 20px; text-transform: capitalize;
    font-size: 17px; font-weight: 600; background: #0863ae none repeat scroll 0 0; color: #fff;
    position: absolute; right: -51px; z-index: 9; transform: rotate(-90deg); top: 45%;
    border-top-left-radius: 5px; border-top-right-radius: 5px;}

.about-section .about-section-right {padding-left: 80px; position: relative;}
.about-section .about-section-right>h3 {text-transform: uppercase; font-size: 34px; font-weight: 700;
    position: absolute; left: -22%; transform: rotate(-90deg); top: 48%; opacity: 0.1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; color: #081528;}
.about-section .about-section-right h2 {color: #222; font-size: 30px; font-weight: 800;
    text-transform: capitalize; line-height: 48px; margin-bottom: 15px; padding-bottom: 10px; 
    position: relative;}
.about-section .about-section-right h2:before {position: absolute; content: ""; left: 0; width: 21%; height: 3px;
    background: #222 none repeat scroll 0 0; bottom: -1px;}
.about-section .about-section-right .clearfix::after {display: block; clear: both; content: "";}
.about-section .about-section-right .about-list li {width: 48%; margin-right: 10px; float: left; margin-top: 15px;}
.about-section .about-section-right .single-about-list {display: flex;}
.about-section .about-section-right .about-list-left i {margin-right: 10px; color: #444; font-size: 18px;}
.about-section .about-section-right .about-list-right h4 {color: #444; font-size: 21px;
    text-transform: capitalize; font-weight: 600; margin-bottom: 8px;}
.about-section .about-section-right .about-right p {margin: 0 0 10px;}
.about-section .call-us {display: flex; align-items: center; align-content: center; margin-top: 20px;}
.about-section .call-right {margin-left: 20px;}
.about-section .call-right p{margin: 0;}
.about-section .call-right p span {font-weight: 700; font-size: 20px; margin-left: 5px; color: #222;}



/*facility-section*/
.facility-section{background-image: url('../images/facility-bg.jpg'); position: relative;
    background-repeat: no-repeat; background-position: center; background-size: cover;
    position: relative; padding-top: 60px; padding-bottom: 60px; background-attachment: fixed;}
.facility-section:before {position: absolute; left: 0; top: 0; height: 100%; width: 100%;
    background-color: #012b62; opacity: .8; content: "";}
.facility-section .heading{text-align: center; margin-bottom: 60px;}
.facility-section .heading h4{color: #2e72bb;}
.facility-section .heading h1{color: #fff; font-size: 30px; font-weight: 800;}
.facility-section .box{display: flex; align-items: center; margin-right: 23px; padding-right: 35px;
    padding-bottom: 40px; margin-bottom: 20px; position: relative;}
.facility-section .box:before {content: " "; position: absolute; bottom: 0; left: -10px; right: 0; height: 1px;
    width: 92%; background: #ffffff7d;}
.facility-section .box:after {content: " "; position: absolute; top: 0; right: 14px; width: 1px; height: 65%;
    background: #ffffff7d;}
.facility-section .box .icon{margin-right: 20px; width: 200px;}
.facility-section .box .icon img{width: 80px;}
.facility-section .box .content{height: 150px; overflow: hidden;}
.facility-section .box .content h2{font-size: 20px; color: #fff; margin-bottom: 15px;}
.facility-section .box .content p{color: #eee; font-size: 15px; color: #ccc;}


/*Team Section*/
.team-section{margin-bottom: 60px; margin-top: 60px;}
.team-section .heading{margin-bottom: 40px; align-items: center;}
.team-section .heading .left h1{color: #00155b; font-size: 36px; font-weight: 800;}
.team-section .heading .right{text-align: right;}
.team-section .box {position: relative; overflow: hidden; padding-bottom: 55px;}
.team-section .box:hover .content-waraper {bottom: 0; background: #0b31ae;}
.team-section .box img {width: 100%; height: 300px; object-fit: cover; max-width: 100%; border: none; -webkit-border-radius: 0;
    border-radius: 0; -webkit-box-shadow: none; box-shadow: none;}
.team-section .box .content-waraper {background: #fff; bottom: 0px; left: 0; margin: 0 20px; padding: 55px 0 30px;
    position: absolute; right: 0; box-shadow: 0 0 65px 0 rgb(0 0 0 / 9%); -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s; clip-path: polygon(0 27%,100% 0,100% 100%,0 100%); text-align: center;}
.team-section .box .icon {background: #1e5ad7; color: #ffffffd9; width: 35px; height: 35px; line-height: 35px;
    font-size: 14px; border-radius: 50px; position: relative; top: -15px; left: 42%;}
.team-section .box:hover .icon{background: #fff; color: #1e5ad7;}
.team-section .box .title h5 {font-size: 23px; margin-bottom: 0; -webkit-transition: .5s; transition: .5s; color: #00155b;}
.team-section .box:hover .title h5{color: #fff;}
.team-section .subtitle {font-size: 16px; margin: 5px 0 0; text-transform: capitalize; -webkit-transition: .5s; transition: .5s;}
.team-section .box:hover .subtitle{color: #eee;}
.team-section .social-icon {position: relative; -webkit-transition: .5s; transition: .5s;}
.team-section .social-icon a {border-radius: 50%; display: inline-block; height: 32px; line-height: 34px; margin: 14px 3px 0;
    text-align: center; width: 32px; background: #fff; color: #0b31ae; font-size: 14px;}



.cta-area .cta-wrapper {background-repeat: no-repeat; background-position: center;
    background-size: cover; position: relative; margin-bottom: -100px; padding: 40px;
    z-index: 11;}
.cta-area .cta-wrapper::before {content: ""; position: absolute; background: #0253bd;
    width: 100%; height: 100%; left: 0; top: 0; opacity: .9; z-index: -1;}
.cta-area .cta-wrapper .row{align-items: center;}
.cta-area .cta-divider {position: relative;}
.cta-area .cta-divider::before {position: absolute; content: close-quote; width: 2px;
    bottom: 0; background-color: #fff; right: -118px; top: 0;}
.cta-area .cta-text h1 {color: #fff; font-size: 36px; text-transform: capitalize;
    margin-bottom: 15px; font-weight: 700;}
.cta-area .cta-text p {color: #fff;}
.cta-area .cta-divider:after {width: 0; position: absolute; content: close-quote; height: 0;
    border-top: 7px solid transparent; border-bottom: 7px solid transparent;
    border-left: 7px solid #fff; top: 50%; transform: translateY(-50%); right: -124px;}
.cta-area .col-md-5{text-align: right;}
.cta-area .cta-number {font-size: 26px; color: #fff!important; font-weight: 700;
    display: inline-block; margin-bottom: 30px;}
.cta-area .cta-number .feather{width: 36px; height: 36px; position: relative; top: -4px;
    margin-right: 15px;}
.cta-area .brk-btn{color: #fff; border-color: #fff;
    &::after{background: #0253bd;}
    &::before{background: #0253bd;}
}

.event-section{position: relative; background-image: url(../images/event-bg.jpg);
    background-position: center center; background-size: cover; background-repeat: no-repeat;
    z-index: 1; padding-top: 60px; padding-bottom: 60px; background-attachment: fixed; margin-bottom: 60px;}
.event-section:before{position: absolute; content: ""; height: 100%; width: 100%;
    background-color: #012b62; left: 0; top: 0; z-index: -1; opacity: 0.8;}
.event-section .header{text-align: center; margin: 0 auto; margin-bottom: 36px;
    width: 51%;}
.event-section .header h4{position: relative; display: block; font-size: 24px;
    line-height: 36px; font-family: 'Caveat', cursive; font-weight: 400;
    padding-bottom: 6px; margin-bottom: 6px; color: #0253bd;}
.event-section .header h4:before{position: absolute; content: '';
    background-image: url(../images/divider-1.png); width: 82px; height: 6px;
    left: 0px; bottom: 0px; background-repeat: no-repeat; left: 50% !important;
    right: inherit !important; transform: translateX(-50%);}
.event-section .header h1{font-size: 40px; font-weight: 700; margin-bottom: 15px; color: #fff;}
.event-section .header p{color: #ccc;}
.event-section .event-item {background-color: #ffffff; -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07); padding: 30px; border-radius: 2px; position: relative;}
.event-section .event-item img{width: 100%;
    height: 303px;
    object-fit: cover;}
.event-section .event-item .event-time {text-align: center; position: relative;
    height: 100%; background-size: cover; background-repeat: no-repeat; z-index: 1;}
.event-section .event-item .event-time:after{position: absolute; content: "";
    height: 100%; width: 100%; background-color: #000000; left: 0; top: 0;
    z-index: -1; opacity: 0;}
.event-section .event-item .event-time h3 {color: #0253bd; font-size: 45px; font-weight: 600;
    margin: 0 0 5px 0;}
.event-section .event-item .event-time span {font-size: 16px; color: #fff;}
.event-section .event-item .event-time .icon {position: absolute; bottom: -110px; left: 0;
    right: 0; margin: auto;}
.event-section .event-item .event-content {padding-left: 30px; border-left: 1px dashed #b5b8cc;}
.event-section .event-item .event-content h4 {font-size: 25px;
    height: 56px; overflow: hidden; margin: 0 0 0 0; font-weight: 700;}
.event-section .event-item .event-content h4 a{color: #222; font-size: 25px;}
.event-section .event-item .event-content .event-meta {padding-left: 0; margin-top: 6px;
    margin-bottom: 12px;}
.event-section .event-item .event-content .event-meta li {list-style-type: none; display: inline-block;
    margin-right: 10px; font-size: 15px; color: #677080;}
.event-section .event-item .event-content .event-meta li .feather{width: 18px; position: relative;
    top: -2px; margin-right: 4px;}
.event-section .event-item .event-content p {margin: 0 0 10px 0;}
.event-section .event-item .event-content .event-btn-one {display: inline-block; font-size: 16px;
    color: #0253bd;}



/* Blog Section */
.blog-section .heading{margin-bottom: 40px; align-items: center;}
.blog-section .heading .left h1{color: #00155b; font-size: 36px; font-weight: 800;}
.blog-section .heading .right{text-align: right;}
.blog-section .box .image {position: relative; height: 275px; overflow: hidden;}
.blog-section .box:hover .image:before {height: 100%;}
.blog-section img{transition: all 0.4s ease-in-out;}
.blog-section .box:hover img{transform: scale(1.09,1.09);}
.blog-section .content {padding: 25px 35px 40px; margin-left: 25px;
    filter: drop-shadow(0px 12px 12.5px rgba(0,0,0,0.04));
    background-color: #ffffff; margin-top: -50px;}
.blog-section .content .date {position: absolute; top: 0; right: 20px; font-size: 20px;
    color: #ffffff; font-family: 'Roboto'; text-align: center; width: 84px;
    height: 84px; border-radius: 42px; background-color: #0253bd; padding-top: 17px;
    transform: translateY(-50%); line-height: 24px; padding-left: 5px; padding-right: 5px;
    font-weight: 700;}
.blog-section .content .post-meta {font-size: 18px; line-height: 32px; color: #797979;
    font-weight: 400; margin-bottom: 10px;}
.blog-section .content h2 a {font-size: 22px; line-height: 28px; color: #222;
    font-weight: 700; margin-bottom: 34px; transition: .5s; display: block;}
.blog-section .link-btn a{color: #858585;}
.blog-section .link-btn .feather{width: 15px; height: 15px; color: #858585;}



.testimonial-section{position: relative; width: 100%; padding-top: 70px; padding-bottom: 80px;}
.testimonial-section .header{text-align: center; margin: 0 auto; margin-bottom: 36px;
    width: 51%;}
.testimonial-section .header h4{position: relative; display: block; font-size: 24px;
    line-height: 36px; font-family: 'Caveat', cursive; font-weight: 400;
    padding-bottom: 6px; margin-bottom: 6px; color: #0253bd;}
.testimonial-section .header h4:before{position: absolute; content: '';
    background-image: url(../images/divider-1.png); width: 82px; height: 6px;
    left: 0px; bottom: 0px; background-repeat: no-repeat; left: 50% !important;
    right: inherit !important; transform: translateX(-50%);}
.testimonial-section .header h1{font-size: 40px; font-weight: 700; margin-bottom: 15px;}
.testimonial-section .header p{color: #5f5e5e;}
.testimonial-section .row{align-items: center;}
.testimonial-section .info {text-align: center; border-right: 1px dashed #cccad7;
    display: block;}
.testimonial-section .info img {width: 150px; height: 150px;
    margin: 0 auto 15px; border-radius: 100%;}
.testimonial-section .info h3 {font-size: 25px; font-weight: 500;
    margin: 0 0 6px 0;}
.testimonial-section .info span {font-size: 16px;}
.testimonial-section .info b {color: #0253bd; font-weight: 400;}
.testimonial-section .info .social-info {padding-left: 0; margin-bottom: 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    position: relative; max-width: 180px; margin: 14px auto 0;}
.testimonial-section .info .social-info li {list-style-type: none;
    display: inline-block;}
.testimonial-section .info .social-info li .feather{width: 18px;
    color: #0253bd;}
.testimonial-section .owl-nav{position: absolute; bottom: 0; left: 34%;}
.testimonial-section .owl-nav button{background: #0253bd!important;
    color: #fff!important; width: 40px; height: 40px; font-size: 21px!important;}


.gallery-section{margin-top: 60px; margin-bottom: 0px;}
.gallery-section .heading{align-items: center; margin-bottom: 30px;}
.gallery-section .heading h1{font-size: 40px; font-weight: 700; margin-bottom: 15px;}
.gallery-section .heading .nav-tabs{border-bottom: none; justify-content: start;}
.gallery-section .heading li button {display: inline-block; text-transform: capitalize;
    margin: 4px; font-weight: 500; font-size: 16px; color: #232323; padding: 8px 20px 8px;
    border: 2px solid #0253bd; cursor: pointer; position: relative; transition: all .5s ease-in-out;
    text-transform: uppercase;}
/*.gallery-section .heading li button::before {content: ""; position: absolute; width: 14px;
    height: 10px; right: 10px; top: -6px; background: #fff;}*/
.gallery-section .heading li button.active {color: #fff; background: #0253bd; border-color: #0253bd;}

.gallery-section .box {position: relative; width: 100%; margin-bottom: 25px;}
.gallery-section .box .image{height: 100%;}
.gallery-section .box .image img {width: 100%;     height: 200px;
    object-fit: cover;}
.gallery-section .box .icon{position: absolute; width: 100%; height: 100%;
    top: 0; left: 0;}
.gallery-section .box .icon::before {content: ""; position: absolute; left: 10px;
    top: 10px; right: 10px; bottom: 10px; background: #0253bd; opacity: 0;
    visibility: hidden; transition: .3s;}
.gallery-section .box .icon:hover::before {opacity: .5; visibility: visible;}
.gallery-section .box .icon a {width: 70px; height: 70px; display: flex;
    align-items: center; justify-content: center; position: absolute; left: 50%;
    top: 50%; transform: translate(-50%,-50%) scale(0); transition: .5s;
    border-radius: 50px; opacity: 0; visibility: hidden; font-size: 60px;
    color: #0253bd; background: #fff;}
.gallery-section .box .icon:hover a {opacity: 1; visibility: visible;
    transform: translate(-50%,-50%) scale(1);}


/*footer-section*/
.footer-section{background: #0253bd; height: 500px;
    color: #ccc; position: relative; margin-top: 100px;}
.footer-section:before {
    content: "";
    position: absolute;
    top: -276px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/footer-top-bg.png) 50% no-repeat;
    background-size: 100%;
    height: 330px;
    z-index: -1;
}
.footer-section .row{margin: 0;}
.footer-section .col-md-6.right{padding-right: 0; margin-right: 0;
    overflow: hidden; height: 500px;}
.footer-section h2.title{font-size: 24px; color: #FFF; margin-bottom: 20px;
    position: relative; margin-bottom: 40px; letter-spacing: 1px;}
.footer-section h2.title:before{content: ''; position: absolute; left: 25px;
    bottom: -18px; background: #FFF; width: 50px; height: 3px; border-radius: 40px;}
.footer-section h2.title:after{content: ''; position: absolute; left: 0;
    bottom: -18px; background: #FFF; width: 15px; height: 3px; border-radius: 40px;}
.footer-section .social{margin: 0; padding: 0; background: #282d33;
    text-align: center; height: 100vh; padding-top: 60px;}
.footer-section .social li{display: block; list-style: none;}
.footer-section .social li a{display: inline-block; background: #fff;
    margin: 8px 0px; color: #282d33;}
.footer-section .social li a .feather{width: 18px; height: 50px; width: 50px;
    padding: 15px; color: #fff;}

.footer-section .social li a .feather-facebook{background: #0068e7;}
.footer-section .social li a .feather-instagram{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.footer-section .social li a .feather-linkedin{background: #0a66c2;}
.footer-section .social li a .feather-twitter{background: #1aa3f9;}
.footer-section .social li a .feather-youtube{background: #fe0000;}

.footer-section .left-list{padding-top: 60px; padding-left: 60px; padding-right: 60px;
    position: relative; z-index: 1;}
.footer-section .left-list ul{margin: 0; padding: 0;}
.footer-section .left-list ul li{list-style: none; display: block;}
.footer-section .left-list a{color: #ffffff96; display: inline-block;
    margin-bottom: 12px; transition: 0.5s;}
.footer-section .left-list a:hover{color: #fff; margin-left: 4px;}
.footer-section .left-list a .feather{margin-right: 6px; width: 18px;}
.footer-section .left-list .bottom{position: absolute; left: 60px;
    top: 450px;}
.footer-section .left-list .bottom p{margin-bottom: 0;}
.footer-section .contact-info{position: relative; background: #003376; height: 100vh;
    padding-top: 60px; padding-left: 35px; padding-right: 60px; z-index: 1;}
.footer-section .contact-info:before{content: ''; position: absolute; left: 0; top: 0;
    width: 100%; height: 100%; background-image: url('../images/map-new.png');
    opacity: 0.1;}
.footer-section .contact-info ul{margin: 0; padding: 0; width: 100%;}
.footer-section .contact-info ul{margin-top: 30px;}
.footer-section .contact-info ul li{list-style: none;  display: inline-block;
    margin-right: 25px; margin-bottom: 20px;}
.footer-section .contact-info ul li:last-child{margin-right: 0;}
.footer-section .contact-info ul li a{color: #ffffff96; display: flex; align-items: center;}
.footer-section .contact-info ul li .icon{margin-right: 15px; 
    background: #0253bd; width: 46px; height: 46px; line-height: 46px;
    border-radius: 50%; text-align: center;}
.footer-section .contact-info ul li .icon .feather{color: #ffffff96; width: 18px;}
.footer-section .contact-info ul li p{margin-bottom: 0;}
.footer-section .contact-info .bottom{position: absolute; right: 60px;
    top: 450px;}
.footer-section .contact-info .bottom p{margin-bottom: 0;}
.footer-section .contact-info .bottom a{color: #fcb302;}



.scrollTop {position: fixed; right: 10%; bottom: 10px; opacity: 0; z-index: 111; }
.scrollTop a {font-size: 18px; color: #d06a22; padding: 20px 15px;
    transition: all 0.4s ease-in-out 0s; border-radius: 6px; display: block;
    border: 2px solid #d06a22; background: #fff;}



.breadcumb-area{background-repeat: no-repeat; background-attachment: scroll; background-position: center center;
    background-image: url('../images/breadcumb-img.jpg'); background-size: cover; padding: 180px 0 100px;
    background-color: #121B51; position: relative; background-attachment: fixed; position: relative;}
.breadcumb-area::before {background: #00000094; position: absolute; top: 0; right: 0; left: 0;
    height: 100%; width: 100%; content: "";}
.breadcumb-area .ccase {text-transform: capitalize; position: relative;}
.breadcumb-area .brpt h2 {font-size: 30px; margin-bottom: 20px; margin-top: 0; color: #fff;
    text-transform: uppercase; font-weight: 800;}
.breadcumb-area .breadcumb-inner ul{color: #fff; margin: 0; padding: 0;}
.breadcumb-area .breadcumb-inner li {display: inline-block; margin: 0 6px; color: #fff; font-size: 14px;
    font-weight: 500; text-transform: uppercase;}
.breadcumb-area .breadcumb-inner li a {color: #ffffff; text-transform: uppercase; text-decoration: none;}

.about-page .about-section{margin-top: 40px;}
.about-page .banner-bottom-section{padding-top: 0; margin-bottom: 160px;}

.about-page .banner-bottom-section{position: relative; z-index: 2; padding-bottom: 70px;}
.about-page .banner-bottom-section .row{align-items: center;}
.about-page .banner-bottom-section .title{margin-bottom: 20px;}
.about-page .banner-bottom-section h1{margin-bottom: 0px;  font-weight: 800; font-size: 36px; color: #222;}
.about-page .banner-bottom-section .description{border-left: 1px solid #0000002e; padding-left: 20px;}
.about-page .banner-bottom-section .description p{font-size: 17px; color: #444; letter-spacing: 0.2px;
    line-height: 24px; margin-bottom: 0px; margin-top: 20px}
.about-page .banner-bottom-section .box{margin-bottom: 20px; text-align: center; background-color: #0253bd21; padding: 20px 20px 0px 20px;
    border-style: solid; border-width: 2px 2px 2px 2px; border-color: #0253bd5e;
    border-radius: 15px 15px 15px 15px; height: 300px; overflow: hidden;}
.about-page .banner-bottom-section .box .counter-text{margin: 0 0 0px 0; padding: 0 0 0 0; color: #0253bd;
    font-size: 20px; font-weight: 800; line-height: 26px; margin-top: 10px;}



.event-page{background-image: url('../images/about-page.jpg'); position: relative;
    padding: 60px 0px 40px 0px; width: 100%; background-size: cover;
    background-repeat: no-repeat; background-position: center;}
.event-page:before {position: absolute; content: ''; background: #ffffff;
    width: 100%; height: 100%; left: 0px; top: 0px;opacity: 0.0; z-index: -1;}
.event-page .event-item{margin-bottom: 30px;}


.blog-page{margin-top: 30px; margin-bottom: 220px;}
.blog-page .box{margin: 20px 0px;}

.blog-detail-page{padding-top: 40px; padding-bottom: 180px;}

.blog-detail-page .blog-data{background: #fff; padding: 15px;}
.blog-detail-page .blog-data .image{position: relative;}
.blog-detail-page .blog-data .image img{border-radius: 6px;}
.blog-detail-page .blog-data .date{width: 15%; background: #0253bd;
    color: #fff; text-align: center; border-radius: 6px; padding: 10px 10px 2px 10px;
    margin-right: 12px; position: absolute; left: 15px; bottom: 15px;}
.blog-detail-page .blog-data .date p{margin-bottom: 0px; letter-spacing: 1px;}
.blog-detail-page .blog-data .date .day{font-size: 14px; font-weight: 600;
    background: #fff; color: #0253bd; padding: 4px;}
.blog-detail-page .blog-data .date .year{font-size: 18px; font-weight: 600;}
.blog-detail-page .blog-data .title h2{font-size: 30px;
    margin: 15px 0px; font-weight: 600;}

.blog-detail-page .related{background: #fff; padding: 20px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%); border-radius: 6px;
    margin-bottom: 30px;}
.blog-detail-page .related h2{font-size: 20px; font-weight: 600; color: #222;
    letter-spacing: 0.5px; word-spacing: 3px; position: relative;
    margin-bottom: 36px;}
.blog-detail-page .related h2:before{content: ''; background: #2222;
    position: absolute; left: 0; bottom: -12px; width: 30px; height: 3px;}
.blog-detail-page .related h2:after{content: ''; background: #0000005e;
    position: absolute; left: 0; bottom: -11px; width: 92px; height: 1px;}
.blog-detail-page .related ul{margin: 0; padding: 0;}
.blog-detail-page .related ul li{list-style: none;}
.blog-detail-page .related .box {display: flex; align-items: center; width: 100%; color: #333; margin-bottom: 24px;
    border: 1px solid #ddd; padding: 10px; border-radius: 20px;
    background: #fff;}
.blog-detail-page .related .box .image{height: 80px; overflow:hidden; display: flex;
    align-items: center; justify-content: center; position: relative; border-radius: 15px;}
.blog-detail-page .related .box .image img{height: 80px; width: 80px; object-fit: cover; max-width: initial; transition: 0.5s;}
.blog-detail-page .related .box:hover .image img{transform: scale(1.06);}
.blog-detail-page .related .box .data{margin-left: 15px;}
.blog-detail-page .related .box .data .title{height: 52px; overflow: hidden;}
.blog-detail-page .related .box .data .title a{font-size: 17px; color: #0253bd; font-weight: 600;
    letter-spacing: 0.6px; word-spacing: 3px; line-height: 24px; text-decoration: none;}
.blog-detail-page .related .box .data ul{margin: 0; padding: 0;}
.blog-detail-page .related .box .data ul li{list-style: none; display: inline-block; margin-right: 12px;}
.blog-detail-page .related .box .data p{font-size: 12px; margin-bottom: 0px; letter-spacing: 1px;
    color: #777;}
.blog-detail-page .related .box .data p .feather{width: 13px; position: relative; top: -1px;}
.blog-detail-page .related .box .date-box{width: 16%; text-align: center;}
.blog-detail-page .related .box .date-box .date{background: #b8d8ff; text-align: center;
    border-radius: 50px; padding: 6px; position: relative; top: -10px;}
.blog-detail-page .related .box .date-box .date h3{font-size: 18px; font-weight: 700; font-family: sans-serif;
    margin-bottom: 0;}
.blog-detail-page .related .box .date-box .date p{font-size: 11px; text-transform: uppercase;
    font-weight: 700; letter-spacing: 1px; font-family: monospace; margin-bottom: 0px;}
.blog-detail-page .related .box .date-box a{background: #0055bb; color: #fff; padding: 1px;
    display: block; border-radius: 32px;}
.blog-detail-page .related .box .date-box a .feather{width: 16px;}

.blog-detail-page .event-contact{background: #fff; padding: 20px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%); border-radius: 6px;
    margin-bottom: 30px;}
.blog-detail-page .event-contact h2{font-size: 20px; font-weight: 600; color: #222;
    letter-spacing: 0.5px; word-spacing: 3px; position: relative;
    margin-bottom: 36px;}
.blog-detail-page .event-contact h2:before{content: ''; background: #222;
    position: absolute; left: 0; bottom: -12px; width: 30px; height: 3px;}
.blog-detail-page .event-contact h2:after{content: ''; background: #0000005e;
    position: absolute; left: 0; bottom: -11px; width: 92px; height: 1px;}
.blog-detail-page .event-contact ul{margin: 0; padding: 0;}
.blog-detail-page .event-contact ul li{list-style: none; display: block;
    margin-right: 5px; border-bottom: 1px solid #ddd; margin-bottom: 10px;
    padding-bottom: 10px;}
.blog-detail-page .event-contact ul li:last-child{margin-right: 0;
    border-bottom: none; padding-bottom: 0;}

.blog-detail-page .follow{background: #fff; padding: 20px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%); border-radius: 6px;}
.blog-detail-page .follow h2{font-size: 20px; font-weight: 600; color: #222;
    letter-spacing: 0.5px; word-spacing: 3px; position: relative;
    margin-bottom: 36px;}
.blog-detail-page .follow h2:before{content: ''; background: #222;
    position: absolute; left: 0; bottom: -12px; width: 30px; height: 3px;}
.blog-detail-page .follow h2:after{content: ''; background: #0000005e;
    position: absolute; left: 0; bottom: -11px; width: 92px; height: 1px;}
.blog-detail-page .follow ul{margin: 0; padding: 0;}
.blog-detail-page .follow ul li{list-style: none; display: inline-block; margin-right: 5px;}
.blog-detail-page .follow ul li:last-child{margin-right: 0;}
.blog-detail-page .follow ul li a{background: #0068e7; color: #fff; width: 38px; height: 38px;
    display: inline-block; text-align: center; line-height: 36px; border-radius: 5px;}
.blog-detail-page .follow ul li a .feather{width: 18px;}
.blog-detail-page .follow ul li a.facebook{background: #0068e7;}
.blog-detail-page .follow ul li a.instagram{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.blog-detail-page .follow ul li a.linkedin{background: #0a66c2;}
.blog-detail-page .follow ul li a.twitter{background: #1aa3f9;}
.blog-detail-page .follow ul li a.youtube{background: #fe0000;}

.notice-page-content{margin-bottom: 250px; margin-top: 30px;}
.notice-page-content table{background-color: #fff; padding: 15px;}
.notice-page-content thead{background-color: #0253bd; color: #fff;}

.event-page{background-image: none; margin-bottom: 220px;}

.team-page{margin-bottom: 260px; margin-top: 30px;}
.team-page .box{margin-bottom: 20px;}

.gallery-page{margin-bottom: 220px;}

.calendar-page{margin-bottom: 230px; margin-top: 30px;}
.calendar-page .image{border: 1px solid #ddd; padding: 0;
    border-radius: 6px; background-color: #fff;}
.calendar-page img{max-width: 100%; width: 100%;}
.calendar-page h2{font-size: 22px; font-weight: 700;
    text-transform: uppercase; border-bottom: 1px solid #ddd;
    padding: 12px 20px;}
.calendar-page h2 span{color: #00367c; margin-right: 5px;}

.contact-page-section {margin-top: 40px; margin-bottom: 180px;}
.contact-page-section .left{padding-right: 72px;}
.contact-page-section .left .heading{margin-bottom: 30px;}
.contact-page-section .left .heading h4 {color: #00367c; font-size: 16px; text-transform: uppercase; 
    font-weight: 600; margin-bottom: 15px; letter-spacing: 1px; margin: 0 0 5px;}
.contact-page-section .left .heading h1 {font-size: 35px; margin-bottom: 0px; text-transform: capitalize;
    margin-top: 0; line-height: 1.2; font-weight: 700;}
.contact-page-section .left ul{margin: 0; padding: 0;}
.contact-page-section .left ul li{list-style: none; display: inline-block; width: 49.5%; margin-bottom: 30px; margin-top: 15px;}
.contact-page-section .left ul li h3{font-size: 22px; font-weight: 600; color: #0253bd;}
.contact-page-section .left ul li p{margin-bottom: 0px; font-size: 16px; color: #444;}
.contact-page-section .left ul li a {color: #444; text-decoration: none; font-size: 18px;}
.contact-page-section .left ul li a span {font-weight: 600;}
.contact-page-section .left ul li  ul{padding: 0; margin: 0;}
.contact-page-section .left ul li li{list-style: none; display: inline-block; border: 1px solid #e9e9e9;
    border-radius: 4px; margin-right: 10px; height: 36px; width: 40px; line-height: 36px;
    text-align: center;}
.contact-page-section .left ul li li .feather{width: 18px;}

.contact-page-section .right .heading{margin-bottom: 30px;}
.contact-page-section .right .heading h4 {color: #00367c; font-size: 16px; text-transform: uppercase; 
    font-weight: 600; margin-bottom: 15px; letter-spacing: 1px; margin: 0 0 5px;}
.contact-page-section .right .heading h1 {font-size: 35px; margin-bottom: 0px; text-transform: capitalize;
    margin-top: 0; line-height: 1.2; font-weight: 700;}
.contact-page-section .right .form-group{margin-bottom: 20px;}
.contact-page-section .right .button{text-align: right;}
.contact-page-section .right .btn-primary {background-color: #0253bd;
    border-color: #0253bd;
    border-radius: 40px;
    padding: 10px 28px;
    text-transform: uppercase;
    letter-spacing: 1px;}

.message-page{margin-bottom: 250px; margin-top: 30px;}
.message-page .row{background: #fff; border: 1px solid #ddd;
    padding-top: 15px; padding-bottom: 15px; border-radius: 6px;}
.message-page .message-left{text-align: center;}
.message-page .message-left img{margin-bottom: 15px;}


@media (max-width: 768px) {
    .top-section .right{display: none;}
    .logo-section .right{display: none;}
    .menu-section{position: relative; height: auto; background: #0253bd; padding: 10px 0px;}
    .menu-section .navbar{padding-bottom: 0; }
    .menu-section .navbar-light .navbar-toggler{background: #fff;}
    .menu-section .nav-link{border-right: none; border-bottom: 1px solid #ffffff36;
    padding: 14px 20px!important;}
    .menu-section .navbar-nav{width: 100%;}

    .banner-section .image{height: auto;}
    .banner-section .banner-content{padding-top: 60px;}
    .banner-section .banner-content h1{font-size: 30px;}
    .banner-section .banner-content .banner-btn{display: none;}

    .about-section {padding-top: 60px; padding-bottom: 40px;}
    .about-section .about-right{padding-left: 0;}
    .about-section .about-right .header h1 {font-size: 26px;}
    .about-section .about-right .header {margin-bottom: 15px;}

    .team-section{margin-bottom: 30px;}
    .team-section .header{width: 100%;}
    .team-section .header h1{font-size: 30px;}

    .cta-area{overflow: hidden;}
    .cta-area .cta-text h1{font-size: 30px;}
    .cta-area .cta-wrapper{padding: 30px; margin-bottom: 30px;}
    .cta-area .col-md-5{text-align: left;}
    .cta-area .cta-number {font-size: 24px;}

    .event-section .header{width: 100%;}
    .event-section .header h1{font-size: 30px;}

    .blog-section .header{width: 100%;}
    .blog-section .header h1{font-size: 30px;}

    .testimonial-section .header{width: 100%;}
    .testimonial-section .header h1{font-size: 30px;}

    .gallery-section{margin-bottom: 0;}
    .gallery-section .heading h1{font-size: 30px;}
    .gallery-section .heading .nav-tabs{justify-content: flex-start;}
    .gallery-section .heading li button{padding: 6px 10px 6px; font-size: 14px;}

    .footer-top{padding: 30px 0px;}

}