*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; font-weight: 700;}
p{font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 17px; 
    color: #444; word-spacing: 2px; line-height: 26px;}
img {height: auto; max-width: 100%;}



/*Top Section*/
.top-section{background: #ed1c24; border-top: 2px solid #ed1c24; border-bottom: 2px solid #ed1c24;}
.top-section .left ul li:first-child{margin-left: 0;}
.top-section .left ul {padding: 0; text-align: left; margin-bottom: 0;}
.top-section ul li {list-style: none; display: inline-block; margin-left: 36px;}
.top-section ul li .email {display: inline-flex; text-align: left;
    position: relative;}
.top-section ul li .email .icon i {font-size: 16px; color: #ed1c24; margin-right: 10px;
    background: #fff;
    transition: all 0.3s; padding: 8px 12px;}
.top-section ul li .email label {font-size: 16px; font-weight: 400; color: #003366;
    margin-bottom: 0rem; transition: all 0.3s;}
.top-section ul li .email span {font-size: 16px; font-weight: 400; color: #f7f7f7; 
    display: block; padding-top: 4px;}
.top-section ul li .item-link {position: absolute; z-index: 99; top: 0; left: 0;
    width: 100%; height: 100%;}


.top-section .social-media ul {padding: 0; text-align: right; margin-bottom: 0;}
.top-section .social-media ul li:last-child{margin-left: 0; border-right: 0;}
.top-section .social-media ul li{transition: .5s all ease;
    background: #fff; margin-left: 0;}
.top-section .social-media ul li:hover{transition: .5s all ease;
    background-image: linear-gradient(to right, #fff , #fff200);}
.top-section .social-media ul li a{text-decoration: none; color: #ed1c24; font-weight: 500;}
.top-section .social-media ul li a i{padding: 8px 0; width: 30px; text-align: center;}


.top-section .right .dropbtn {background-color: transparent; color: #fff;
  font-size: 14px; border: none; padding: 0px 30px; text-transform: uppercase;
  word-spacing: 2px; font-weight: 500; padding-top: 6px;}
.top-section .right .dropbtn{font-size: 18PX;}
.top-section .right .dropdown {position: relative; display: inline-block;}
.top-section .right .dropdown-content {display: none; position: absolute;
    background-image: linear-gradient(to right, #ed1c24 , #fff200);
  min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;}
.top-section .right .dropdown-content a {color: black; padding: 12px 16px;
  text-decoration: none; display: block; color: #fff; font-size: 15px; font-weight: 400;}
.top-section .right .dropdown-content a:hover {background-color: #ed1c24;}
.top-section .right .dropdown:hover .dropdown-content {display: block;}
.top-section .right .dropdown:hover .dropbtn {background-color: transparent;}


/*Menu Section*/
.menu-section{background: #fff; padding: 0; display: block;
  width: 100%; box-shadow: 0 10px 25px -15px rgb(0 0 0 / 35%); z-index: 111;}
.menu-section .navbar-brand {display: flex; align-items: center;}
.menu-section .navbar-brand h1{font-size: 28px; margin-left: 10px; margin-bottom: 0px; font-weight: 600;
    color: #ed1c24;}
.menu-section .navbar-brand img{width: 215px;}
.menu-section .navbar-expand-lg .navbar-nav .nav-link {color: #000; padding-left: 16px;
    padding-right: 16px; font-size: 16px; font-weight: 500; text-transform: capitalize;
    border: 1px solid #000; margin: 0px 8px; border-radius: 30px; padding: .4rem 1rem .3rem 1rem;}
.menu-section .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{margin-right: 0;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff; background: #079ccd; border-color: #079ccd;}
.menu-section .login .nav-link{background: #0167ca; padding-right: 26px!important;
    padding-left: 26px!important; border-radius: 40px; color: #fff!important; 
    font-size: 14px!important; margin-left: 24px;}


/*Banner Section*/
.banner-section{background: #f0f8fb; padding-bottom: 40px;}
.banner-section .row{margin: 0;}
.banner-section .left .box{padding-top: 76px; padding-left: 66px;}

.banner-section .left{padding-top: 60px;}
.banner-section .left .box h2 {font-size: 48px; color: #ed1c24; line-height: 1.2;
  font-weight: 800; margin-bottom: 30px;}
.banner-section .left .box h4{font-size: 32px; font-weight: 800; color: #079ccd;}
.banner-section .left .box h6 {font-size: 18px; font-weight: 500; color: #222;}
.banner-section .left .box ul{padding: 0; margin: 0; margin-top: 30px;}
.banner-section .left .box ul li{list-style: none; display: inline-block; background: #fff;
    text-align: center; height: 80px; line-height: 80px; width: 100px; border-radius: 8px;
    margin-right: 10px; box-shadow: 0 20px 40px rgb(3 15 39 / 9%);
    border-radius: 8px;}
.banner-section .left .box ul li img{width: 50px;}
.banner-section .left a{color: #ed1c24; text-decoration: none; border: 1px solid #ed1c24;
    padding: 12px 24px 8px 24px; border-radius: 50px; margin-top: 30px; display: inline-flex;
    text-transform: uppercase; font-weight: 400; transition: .5s all ease;}
.banner-section .left a:hover {transition: .5s all ease; color: #fff;
    background: #ed1c24;}
.service-section .left .box .content a i{position: relative; top: 3.3px; left: 8px;}
.banner-section .left a.check-out-btn{background: #ed1c24; color: #fff; margin-right: 15px;
    transition: .5s all ease;}
.banner-section .left a.check-out-btn:hover {transition: .5s all ease; color: #fff;
    background: #ed1c24);}
.banner-section .left a i{padding-left: 8px; padding-top: 4px;}
.banner-section .right img{width: 100%;
 border-top-left-radius: 15px; border-bottom-left-radius: 15px;}
.banner-section .right .image{height: 474px; overflow: hidden; padding-top: 40px;
    border-top-left-radius: 15px; border-bottom-left-radius: 15px;}
.banner-section .ndis{display: flex; align-items: center; padding-top: 15px;}
.banner-section .ndis img{width: 60px;}
.banner-section .ndis p{margin-bottom: 0; font-size: 24px; font-weight: 600; color: #000;
    margin-left: 10px;}

.about-page-section{position: relative; margin: 60px 0px; min-height: 400px;
    display: flex; align-items: center}
.about-page-section .about-thumb {position: relative;}
.about-page-section .about-thumb img.shape{position: absolute; width: 230px;
    left: -140px; top: -86px; z-index: -1;}
.about-page-section .row{align-items: center;}
.about-page-section .image{max-height: 400px; overflow: hidden;}
.about-page-section .about-us {position: absolute; bottom: 40px; right: 90px;
    left: -40px; padding: 22px 53px 16px 53px; background: #079ccd;}
.about-page-section .info {position: relative;}
.about-page-section .info::before {position: absolute; content: ""; width: 0;
    height: 0; border-style: solid; border-width: 0 40px 30px 0;
    border-color: transparent #007299 transparent transparent;
    left: -53px; bottom: -54px;}
.about-page-section .info h4 {text-align: center; color: #fff; font-size: 32px;
    font-weight: 800; line-height: 38px;}
.about-page-section .content{padding-right: 60px; position: relative;}
.about-page-section .content img.shape{position: absolute; width: 280px; right: 0; 
    top: -38.5%;}
.about-page-section .content h2{font-size: 36px; font-weight: 800; color: #008dbb;}
.about-page-section .content h2 span{color: #ed1c24;}

.about-page-section .about-services .box{display: flex;
    margin-bottom: 15px; align-items: center;}
.about-page-section .about-services .box:hover .image-icon{transition: .5s all ease;
    background-image: linear-gradient(to right, #99cc33 , #079ccd);}
.about-page-section .about-services .image-icon{width: 40px; height: 40px;
    background: #ed1c24; transition: .5s all ease;
    border-radius: 50%; align-items: center; justify-content: center; display: flex;
    padding: 10px;}
.about-page-section .about-services .image-icon img{width: 40px;}
.about-page-section .about-services .content a{font-size: 18px; font-weight: 600;
    color: #ed1c24; text-decoration: none; margin-left: 8px; display: inline-flex;
    line-height: 26px; transition: .5s all ease;}
.about-page-section .about-services .box:hover .content a{transition: .5s all ease;
    color: #079ccd;}
.about-page-section .about-services .content{padding-right: 0;}


.about-faq-section{margin-bottom: 60px;}
.about-faq-section .row{margin: 0; align-items: center;}
.about-faq-section .about-video{position: relative; z-index: 1;}
.about-faq-section .about-video .image img{width:100%;
    border: 17px solid #079ccd; border-radius: 20px; background: #fff;
    width: 100%%; position: relative; height: auto; 
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);}

.about-faq-section .about-video video{width: 100%;}

.about-faq-section .about-video img.shape{position: absolute; width: 280px; right: 0; 
   left: 0; top: -26%; z-index: -1;}
.about-faq-section .accordion-collapse {border: 0;}
.about-faq-section .accordion-button {padding: 0px; font-weight: bold; border: 0;
    font-size: 18px; text-align: left; border-bottom: 1px solid #ddd; color: #008dbb;
    padding-right: 20px;}
.about-faq-section .accordion-button:focus {box-shadow: none; border: none;}
.about-faq-section .accordion-button:not(.collapsed) {color: #fff; padding-right: 20px;
    background: #008dbb;}
.about-faq-section .accordion-button:not(.collapsed) .image-icon{margin-right: 10px;}
.about-faq-section .accordion-button .image-icon{margin-right: 10px;}
.about-faq-section .accordion-button img{width: 46px; padding: 6px;
    background: #079ccd; border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;}
.about-faq-section .accordion-body {padding: 15px; background-color: #fff;}
.about-faq-section .accordion-button::after {width: auto; height: auto; content: "+";
    font-size: 40px; background-image: none; font-weight: 100; color: #008dbb;
    transform: translateY(-4px);}
.about-faq-section .accordion-button:not(.collapsed)::after {width: auto; height: auto;
    background-image: none; content: "-"; font-size: 48px; color: #fff;
    transform: translate(-5px, -4px); transform: rotate(0deg);}

.statstics-section{margin-bottom: 80px; background: #f0f8fb; margin-top: 90px;
    padding-top: 60px;}
.statstics-section .image{box-shadow: 0px 0px 25px 0px #000000b3;
    padding: 10px;
    border: 8px solid #079ccd;
    border-radius: 4px;
    margin-bottom: 20px; text-align:center;}
.statstics-section .image img{max-width:100%;}
.statstics-section .heading{margin-bottom: 30px; text-align: center;}
.statstics-section .heading h2{font-size: 30px;
    color: #ed1c24;}


.testimonial-section{margin-bottom: 60px; background-size: cover; z-index: 1;
    background-image: url(../images/testimonial-bg.jpg); position: relative;}
.testimonial-section::after {content: ""; position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; opacity: .9; z-index: -1;}
.testimonial-section h2{text-align: center; font-size: 36px; font-weight: 600;
    color: #ed1c24; margin-bottom: 26px;}
.testimonial-section .owl-carousel .owl-item img{border-radius: 6px;}
.testimonial-section h3.title{text-align: left; font-size: 20px; font-weight: 500;
    color: #ffffff; margin-bottom: 0px;}
.testimonial-section .date{color: #fff100; margin-bottom: 10px;}
.testimonial-section .preview-btn{background: #006587; padding: 8px 20px; text-decoration: none;
    border-radius: 40px; font-weight: 400; color: #ffffff;}
.testimonial-section .inner-box {background: #008dbb; margin: 8px; align-items: center;}
.testimonial-section .top-content {position: relative; background-color: #008dbb;
    padding: 28px 45px 25px; padding-left: 60px; border-radius: 6px;
    -webkit-box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 10%);}
.testimonial-section .logo {position: absolute; left: -30px; top: 50px; width: 60px;
    height: 60px; line-height: 56px; text-align: center; border-radius: 50%;
    background-color: #fff; border: 2px solid #ed1c24; -webkit-transition: .5s;
    -o-transition: .5s; transition: .5s;}
.testimonial-section .logo i{color: #ee232b; font-size: 24px;}
.testimonial-section .default {position: absolute; top: 4px; right: 0; left: 0;
    bottom: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.testimonial-section .logo img {width: auto; margin: 0 auto; line-height: 56px;
    display: inline-block;}
.testimonial-section .quote {position: absolute; font-size: 60px; color: #e0e0e4;
    bottom: -20px; right: 40px; text-align: center; line-height: 40px;
    -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.testimonial-section .text {position: relative; color: #f0f8fb; font-size: 16px;
    margin-bottom: 20px; -webkit-transition: .5s; font-weight: 400;
    -o-transition: .5s; transition: .5s; height: 72px; margin-bottom: 22px;
    overflow: hidden;}
.testimonial-section .author-box {position: relative; padding-left: 80px;
    min-height: 60px; margin-bottom: 5px; padding-top: 13px; margin-top: 30px;
    margin-left: 90px;}
.testimonial-section .author-box .image {position: absolute; left: 0; top: 0;
    margin-bottom: 15px;}
.testimonial-section .author-box .image img { border-radius: 50%;}
.testimonial-section .author-box .author-title {font-size: 20px; font-weight: 500;
    color: #0b799d; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.testimonial-section .author-box .designation {font-size: 16px; font-weight: 500;
    color: #ed1c24; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.testimonial-section .owl-nav{display: none;}
.testimonial-section .owl-dots{display: none;}


/*Approch Section */
.approch-section{margin-bottom: 80px;}
.approch-section .box{background: #fff; text-align: center; padding: 30px 15px;
    min-height: 377px; box-shadow: 0px 0px 25px 0px #00000029; position: relative;}
.approch-section .box img{height: 60px;}
.approch-section .box h2{font-size: 22px; padding-top: 12px; color: #222;}
.approch-section .box p{margin-bottom: 0;}
.approch-section .box a.read-btn{text-decoration: none; color: #ed1c24; font-weight: 400; 
    border: 1px solid #ed1c24; padding: 6px 30px 4px 30px; border-radius: 40px;
    display: inline-flex; margin-top: 20px; font-size: 16px;
    transition: .5s all ease; position: absolute; left: 19%; bottom: 26px;}
.approch-section .box a.read-btn i{padding-top: 5px; padding-left: 8px;}
.approch-section .box:hover a.read-btn{transition: .5s all ease; color: #fff;
    background: #ed1c24;}

/*Blog Section */
.blog-section{margin-bottom: 80px; background: #f0f8fb; margin-top: 90px;
    padding-top: 60px; padding-bottom: 40px;}
.blog-section .heading{margin-bottom: 30px; text-align: center;}
.blog-section .heading h2{font-size: 30px; color: #ed1c24;}
.blog-section .heading .right{text-align: right;}
.blog-section .heading .right a{text-decoration: none; padding: 12px 36px; color: #fff;
    border-radius: 50px; background-image: linear-gradient(to right, #fff200 , #ed1c24);
    transition: .5s all ease;}
.blog-section .heading .right a:hover{transition: .5s all ease;
    background-image: linear-gradient(to right, #ed1c24 , #fff200);}
.blog-section .heading .right a i {padding-right: 2px;}
.blog-section .box{background: #fff; text-align: center; transition: .5s all ease;
    min-height: 375px; margin: 8px; position: relative;}
.blog-section .box .image{width: 100%; height: 180px; overflow: hidden;}
.blog-section .box img{width: 100%; transition: .5s all ease;}
.blog-section .box .title a{font-size: 22px; padding-top: 12px; padding: 15px 15px 8px 15px;
    margin-bottom: 0px; line-height: 32px; text-decoration: none; color: #008dbb; display: flex;
    transition: .5s all ease; display: block;}
.blog-section .box p{margin-bottom: 0; padding: 0 15px; color: #111;}
.blog-section .box a.read-btn{text-decoration: none; color: #ed1c24; font-weight: 400; 
    border: 1px solid #ed1c24; padding: 8px 30px 6px 30px; border-radius: 40px;
    display: inline-flex; font-size: 16px;
    transition: .5s all ease; position: absolute; left: 27%; bottom: 26px;}
.blog-section .box a.read-btn i{padding-top: 5px; padding-left: 8px;}
.blog-section .box:hover a.read-btn{transition: .5s all ease; color: #fff;
    background: #ed1c24;}
.blog-section .box:hover .image img{transform: scale(1.2); transition: .5s all ease;}
.blog-section .box:hover .title a{color: #ed1c24; transition: .5s all ease;}

.blog-page .box{background: #fff; text-align: center; transition: .5s all ease;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 15%); min-height: 400px; 
    margin: 12px 0px; position: relative;}
.blog-page .box .image{width: 100%; height: 180px; overflow: hidden;}
.blog-page .box img{width: 100%; transition: .5s all ease;}
.blog-page .box .title a{font-size: 22px; padding-top: 12px; padding: 15px 15px 8px 15px;
    margin-bottom: 0px; line-height: 32px; text-decoration: none; color: #008dbb; display: flex;
    transition: .5s all ease; display: block;}
.blog-page .box p{margin-bottom: 0; padding: 0 15px; color: #111;}
.blog-page .box a.read-btn{text-decoration: none; color: #ed1c24; font-weight: 400; 
    border: 1px solid #ed1c24; padding: 8px 30px 6px 30px; border-radius: 40px;
    display: inline-flex; font-size: 16px;
    transition: .5s all ease; position: absolute; left: 27%; bottom: 26px;}
.blog-page .box a.read-btn i{padding-top: 5px; padding-left: 8px;}
.blog-page .box:hover a.read-btn{transition: .5s all ease; color: #fff;
    background: #ed1c24;}
.blog-page .box:hover .image img{transform: scale(1.2); transition: .5s all ease;}
.blog-page .box:hover .title a{color: #ed1c24; transition: .5s all ease;}


/*Blog Detail Page CSS*/
.blog-detail-page{padding-top: 60px; background: #f4f5f7; padding-bottom: 40px;}
.blog-detail-page a{text-decoration: none;}
.blog-detail-page .image img{width: 100%;}
.blog-detail-page .blog-date-link{display: flex; margin-top: 10px;
margin-bottom: 6px;}
.blog-detail-page .blog-date-link p{color: #898989; margin-bottom: 0;
font-size: 15px; margin-top: -2px;}
.blog-detail-page .blog-date-link ul{padding: 0; margin: 0;}
.blog-detail-page .blog-date-link ul li{list-style: none; display: inline-block; margin-left: 0;}
.blog-detail-page .blog-date-link ul li a{color: #079ccd;
    font-weight: 400; font-size: 15px;}
.blog-detail-page .blog-date-link ul li a:before {
    content: "|"; margin: 0 7px;}
.blog-detail-page .title h1{font-size: 36px; font-weight: 600;}

.blog-detail-page .blog-right-tags ul{margin: 0; padding: 0;}
.blog-detail-page .blog-right-tags ul li{list-style: none; display: inline-flex; 
    margin-left: 0; margin-bottom: 10px; margin-right: 10px;}
.blog-detail-page .blog-right-tags a{border: 1px solid #c1c1c1; padding: 4px 12px 6px; 
    color: #079ccd; font-weight: 400; font-size: 14px;}
.blog-detail-page .blog-right-tags a:hover{background: #079ccd; color: #fff;}

.blog-detail-page .blog-comment-section{margin-top: 40px; margin-bottom: 60px;}
.blog-detail-page .blog-comment-section h2{font-size: 26px; margin-bottom: 0;
    font-weight: 600;}
.blog-detail-page .blog-comment-section ul{padding: 0; margin: 0; margin-bottom: 15px;}
.blog-detail-page .blog-comment-section ul li{list-style: none; display: inline-block; margin-left: 0;}
.blog-detail-page .blog-comment-section ul li a{color: #079ccd; margin-right: 15px;
    font-weight: 400; font-size: 15px; margin-top: 6px; display: block;}
.blog-detail-page .blog-comment-section ul li a:hover{color: #079ccd;}
.blog-detail-page .blog-comment-section button{border: none; padding: 10px 30px; 
    color: #fff; font-size: 16px; font-weight: 500; margin-top: 20px;
    background-image: linear-gradient(120deg, #079ccd, #079ccd, #ed1c24);}

.blog-detail-page .blog-detail-popular-post{background: #ffffff; padding: 30px;}
.blog-detail-page .blog-detail-popular-post h2{font-size: 24px; font-weight: 600; 
    margin-bottom: 30px;}
.blog-detail-page .blog-detail-popular-post .post {position: relative;
    padding-left: 90px; padding-bottom: 30px; overflow: hidden; margin-bottom: 30px;}
.blog-detail-page .blog-detail-popular-post .post:before {position: absolute; 
    content: ""; left: 0px; bottom: 0px; height: 7px; width: 100%; 
    background-image: url(../images/blog-shape.png);}
.blog-detail-page .blog-detail-popular-post .post .post-thumb {width: 70px;
    height: 70px; border-radius: 50%; background-position: center center;
    background-size: cover; background-repeat: no-repeat; position: absolute;
    left: 0; top: 0;}
.blog-detail-page .blog-detail-popular-post .post h5 {font-size: 17px; font-weight: 600;
    margin-bottom: 2px;}
.blog-detail-page .blog-detail-popular-post .post h5 a {color: #079ccd;
    -webkit-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease;
    font-weight: 600;}
.blog-detail-page .blog-detail-popular-post .post .post-info {font-size: 15px;
    font-weight: 500; color: #ed1c24;}

.blog-detail-page .left-second{background: #ffffff; padding: 30px; margin-top: 30px;}
.blog-detail-page .left-second h2{font-size: 26px; font-weight: 600; 
    margin-bottom: 0; color: #079ccd;}
.blog-detail-page .left-second h3{font-size: 25px; margin-bottom: 0;}
.blog-detail-page .left-second p{margin-top: 6px;}
.blog-detail-page .blog-detail-category{background: #ffffff; padding: 30px;
margin-top: 30px;}
.blog-detail-page .blog-detail-category h2{font-size: 24px; font-weight: 600; 
    margin-bottom: 15px;}
.blog-detail-page .blog-detail-category ul{padding: 0; margin: 0;}
.blog-detail-page .blog-detail-category ul li{list-style: none; margin-left: 0;
    display: inline-block; margin: 10px 5px 0 0px;}
.blog-detail-page .blog-detail-category ul li a{color: #ed1c24; 
    width: 100%; display: block; padding: 6px 21px; border-radius: 50px; 
    font-size: 14px; border: 1px solid #ed1c24;}
.blog-detail-page .blog-detail-category ul li a:hover{background: #ed1c24; color: #fff;}
.blog-detail-page .blog-detail-news{background: #F4F5F7; padding: 30px;
margin-top: 30px;}
.blog-detail-page .blog-share{margin-bottom: 10px;}
.blog-detail-page .blog-share #st-1 {text-align: left;}



.contact-form-section {position: relative; padding: 80px 0px 80px 0px;}
.contact-form-section:after {content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0;
    right: 0; background: #f0f8fb;}
.contact-form-section .container {position: relative; z-index: 1;}
.contact-form-section .section-head{margin-bottom: 30px;}
.contact-form-section .section-head h6 span{position:relative; color: #ed1c24;}
.contact-form-section .section-head h6 span:after {content: ''; position: absolute; display: block; width: 80px; height: 1.5px; background: #ed1c24; box-sizing: border-box; top: 51%; left: 104%;}
.contact-form-section .section-head h6{color: #666;}
.contact-form-section .section-head .section-title{font-size: 40px; font-weight: 800; color: #111;}
.contact-form-section .left .content p{position: relative; text-align: left; margin-left: 20px;}
.contact-form-section .left .content p:after {content: ''; position: absolute; display: block; width: 6px; height: 100%; background: #ed1c24; box-sizing: border-box; top: 0; left: -20px;}
.contact-form-section .left .clientBox .image img{width: 150px;}
.contact-form-section .left .happy-clients h2{color: #ed1c24; margin-top: 40px; font-size: 30px;}
.contact-form-section .left .map{margin-top:75px;}
.contact-form-section .right .title{text-align: center; position: relative;}
.contact-form-section .right .title h2{position: relative; font-size: 28px; z-index: 11; padding: 8px; 
    color: #fff; letter-spacing: 1px;}
.contact-form-section .right .title h2:after {content: ''; position: absolute; display: block; width: 52%; 
    height: 100%; background: #008dbb; box-sizing: border-box; top: 0; left: 24.4%; z-index: -1;border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom: 3px solid #ed1c24;}
.contact-form-section .right form{background: #f0f8fb; padding: 32px 40px 24px 40px; position: relative;
    border-radius: 6px; margin-top: -36px; margin-left: 15px; box-shadow: 0px 0px 25px 0px #00000029;}
.contact-form-section .right form p{text-align: center; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #ed1c24; margin-bottom: 30px}
.contact-form-section .right form input[type=text], .contact-form-section .right input[type=email] { width: 100%; padding: 10px 15px; background: #fff; border: 0 none; border-radius: 6px; color: #5d6572; font-size: 14px;line-height: 30px; font-weight: 500; margin-bottom: 15px;}
.contact-form-section .right textarea {width: 100%; padding: 10px 15px; background: #fff; border: 0 none; border-radius: 0; color: #5d6572; font-size: 14px; height: 170px; resize: none; font-weight: 500; margin-bottom: 15px;}
.contact-form-section .right button {color: #fff; padding: 10px 35px !important; background: #008dbb; transition: all .4s; font-size: 16px; line-height: 25px; font-weight: 600; height: auto; border-color: transparent; border-radius: 60px; position: relative; left: 36%;}
.contact-form-section .right button:hover{box-shadow: 0px 8px 40px 0 rgb(0 0 0 / 28%); transition: all .4s;}
.contact-form-section .form-control:focus {box-shadow: 0 0 0 0.2rem rgb(229 238 246);}
.contact-form-section .right .btn-primary:active{background-color: #00387A; border-color: transparent;}
.contact-form-section .right .btn-primary:focus {box-shadow: none;}



/*internship-section*/
.internship-section{background: #008dbb; padding: 60px 300px; text-align: center;}
.internship-section h3{font-size: 36px; font-weight: 600; color: #fff;}
.internship-section p{color: #eee;}
.internship-section .internship-btn{background: #fff200; color: #000; padding: 10px 30px;
    text-decoration: none; font-weight: 500; letter-spacing: 0.5px; border-radius: 40px;
    display: inline-block; margin-top: 15px; }



/*Footer Section*/
.footer-section{background-image: url('../images/footer-background.jpg');
    padding-top: 60px; padding-bottom: 20px; background-size: cover;
    position: relative; z-index: 1; background: #fff;}
.footer-section .container{position: relative; z-index: 111;}
.footer-section .heading h3::before {content: ''; position: absolute; top: 0px; right: 0px;
    bottom: 0px; left: -12px; border-left: 4px solid #ed1c24;}
.footer-section .heading h3{font-size: 24px; font-weight: 600; color: #ed1c24; 
    word-spacing: 2px; position: relative; left: 12px; margin-bottom: 30px;
    text-transform: uppercase;}

.footer-section .about img{width: 260px; margin-bottom: 15px; margin-top: -15px;}

.footer-section .contact ul {padding: 0; margin-bottom: 0;}
.footer-section .contact ul li {list-style: none; display: block;}
.footer-section .contact ul li .email {display: inline-flex; text-align: left;
    position: relative; margin-bottom: 10px; display: flex; align-items: center;}
.footer-section .contact ul li .email .icon i {font-size: 16px; color: #fff;
    margin-right: 10px; transition: all 0.3s; height: 30px; width: 30px;
    background: #079ccd; display: flex; align-items: center; justify-content: center;
    border-radius: 4px;}
.footer-section .contact ul li .email label {font-size: 17px; font-weight: 700; color: #003366;
    margin-bottom: 0rem; transition: all 0.3s;}
.footer-section .contact ul li .email span {color: #003366; display: block;
    word-spacing: 2px; font-weight: 500; font-size: 19px;}
.footer-section .contact ul li .item-link {position: absolute; z-index: 99; top: 0; left: 0;
    width: 100%; height: 100%;}
.footer-section .quick-link ul {list-style: none; padding-left: 0px;}
.footer-section .quick-link ul li {width: 100%; display: inline-flex;}
.footer-section .quick-link a {color: #003366; padding: 3px 0; font-size: 18px;
    transition: .5s all ease; text-decoration: none; font-weight: 500;}
.footer-section .quick-link a:hover {padding: 3px 0; margin-left: 5px; color: #003366;}
.footer-section .quick-link a i {font-size: 16px;}

.footer-section .contact-detail ul{padding: 0; margin: 0}
.footer-section .contact-detail ul li{list-style: none; margin-bottom: 0px!important;}
.footer-section .contact-detail .email{display: flex;}
.footer-section .contact-detail .content{margin-bottom: 10px!important;}
.footer-section .contact-detail .email .icon{margin-right: 8px;}

.footer-section .service{position: relative;}
.footer-section .service .content{margin-bottom: 30px;}
.footer-section .service ul {list-style: none; padding-left: 0px;}
.footer-section .service ul li {display: block; margin-bottom: 10px;}
.footer-section .service a {font-weight: 400; color: #000; padding: 3px 0; font-size: 17px;
    transition: .5s all ease; text-decoration: none;}
.footer-section .service a:hover {padding: 3px 0; margin-left: 5px; color: #079ccd;}
.footer-section .service a i {font-size: 16px;}

.footer-section .service .rewar-box{position: absolute; top: -18px; right: 22%;}
.footer-section .service .rewar-box a{display: inline-flex; align-items: center;}
.footer-section .service .rewar-box a img{width: 40px;}
.footer-section .service .rewar-box a p{margin-bottom: 0; font-size: 24px; font-weight: 600;
    margin-left: 15px; color: #000; text-transform: uppercase;}
.footer-section .service .rewar-box a p span{color: #ed1c24;}

.footer-section .service .social-icon{display: inline-flex; margin-top: 10px;}
.footer-section .service .social-icon p{font-size: 18px; font-weight: 700;
    text-transform: uppercase; word-spacing: 6px; color: #000; font-style: italic;
    margin-right: 10px; margin-bottom: 0; margin-top: 3px;}
.footer-section .service .social-icon ul{padding: 0; margin: 0; display: inline-flex;}
.footer-section .service .social-icon ul li a {transition: .5s all ease;
    background: #ed1c24; color: #fff; width: 32px; height: 32px; display: flex;
    align-items: center; border-radius: 4px; justify-content: center; text-decoration: none;
    margin-left: 3px; margin-right: 3px;}
.footer-section .service .social-icon ul li a:hover {transition: .5s all ease;
    background-image: linear-gradient(to right, #079ccd , #99cc33);}

.footer-section .service .ndis{display: inline-flex; padding-left: 60px; margin-top: -18px;}
.footer-section .service .ndis img{width: 60px; height: 60px;}
.footer-section .service .ndis p{font-size: 18px; width: 160px; margin-left: 15px;
    font-style: normal; margin-bottom: 0; margin-top: 4px;}


.footer-content-section  {display: inline-flex; padding-top: 40px;}
.footer-content-section .flag-content ul{display: inline-flex; margin-top: 5px;
    padding-left: 0; margin-bottom: 0;}
.footer-content-section .flag-content li{list-style: none;}
.footer-content-section .flag-content li img{height: 50px;}
.footer-content-section .ndis-content {display: inline-flex; padding-bottom: 15px;}
.footer-content-section .ndis-content img{width: 60px;}
.footer-content-section .ndis-content .left-content{display: flex; align-items: center;}
.footer-content-section .ndis-content p{margin-bottom: 0; font-weight: 700; color: #000;
    margin-left: 10px; width: 200px; line-height: 24px;}
.footer-content-section .right p{margin-bottom: 0; color: #000; font-size: 16px;}


.footer-section .footer-social-icon{padding-top: 30px; padding-right: 0; padding-left: 0;}
.footer-section .footer-social-icon ul{padding: 0; margin: 0; text-align: left;}
.footer-section .footer-social-icon ul li{list-style: none; display: inline-block;
    margin-bottom: 10px;}
.footer-section .footer-social-icon ul li a{background-color: #079ccd; color: #fff;
    width: 32px; height: 32px; display: flex; align-items: center; border-radius: 4px;
    justify-content: center; text-decoration: none; margin-left: 3px; margin-right: 3px;}
.footer-related{text-align: center;}
.footer-related .ndis img{width: 60px;}
.footer-related .flag img{width: 150px;}
.footer-related p{font-weight: 700; color: #000; margin-top: 10px;}



.footer-bottom-section{background: #008dbb;
    padding-top: 10px; padding-bottom: 6px;}
.footer-bottom-section p{margin-bottom: 0; color: #fff; font-size: 14px;}
.footer-bottom-section .right{text-align: right;}
.footer-bottom-section .right p img {width: 60px; margin-top: -12px;}

.footer-bottom-section .left{display: inline-flex;}
.footer-bottom-section .left ul{display: inline-flex; padding: 0; margin: 0; margin-left: 40px;}
.footer-bottom-section .left ul li{list-style: none;}
.footer-bottom-section .left ul li a{text-decoration: none; color: #fff; font-weight: 400;
    font-size: 14px; border-right: 1.4px solid #fff; padding: 0 15px;}
.footer-bottom-section .left ul li:last-child a{border-right: 0;}





.page-banner-section{background-size: cover; position: relative; z-index: 1;
    background-image: url('../images/page-banner.jpeg');
    min-height: 200px; overflow: hidden; display: flex; align-items: center;}
.page-banner-section::after {content: ""; position: absolute; top: 0;
    left: 0; width: 100%; height: 100%; opacity: .9; z-index: -1;
    background: #00688bf7;}
.page-banner-section h2{color: #fff; font-weight: 600; text-transform: uppercase;
    word-spacing: 3px; letter-spacing: 1px; font-size: 24px;}
.page-banner-section li a{color: #fff200; text-decoration: none; font-weight: 500;}
.page-banner-section li.active{color: #dbeaf8; font-weight: 500;}
.page-banner-section .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;}




/*About Page*/
.about-page-section{margin-top: 80px; margin-bottom: 80px;}
.about-page-section .col-md-7 .content{padding-right: 30px;}
.about-page-section .inner-box {position: relative;}
.about-page-section .inner-box .inner-content {left: 19px; top: 40px; max-width: 193px; padding: 32px 4px 42px 14px; padding-top: 32px; 
    padding-right: 4px; padding-bottom: 42px; padding-left: 14px; position: absolute; background: #079ccd; z-index: 1;}
.about-page-section .inner-content::before {position: absolute; content: ''; background: #d8e7f5; width: 100%; height: 100%; left: -20px; top: -20px; z-index: -1;}
.about-page-section .inner-content i {position: relative; display: block; font-size: 32px; color: #079ccd; margin-bottom: 15px; margin-left: -15px;}
.about-page-section .inner-content h2 {position: relative; font-size: 26px; font-weight: 600; color: #ed1c24; line-height: 30px;  margin-left: -15px;}
.about-page-section .image-box.image-one {position: relative; margin: 0px 20px 0px 0px; box-shadow: 0 10px 40px rgb(81 74 65 / 20%);}
.about-page-section .image-box.image-two {position: absolute; bottom: 0px; right: -34px; z-index: 1; box-shadow: 0 10px 40px rgb(81 74 65 / 20%);}
.about-page-section .image-box.image-two::before {position: absolute; content: ''; background: #ed1c24; width: 100%; height: 100%; left: -20px; top: -20px; z-index: -1;}
.about-page-section .image-box.image-two img {width: auto; height: 166px;}
.about-page-section .image-box.image-one.img-responsive img {width: 100%;}

.about-page-section .section-head .section-title{font-size: 40px;  margin-bottom: 22px;}
.about-page-section .content p{text-align:left}
.about-page-section .section-head h6 span{position:relative; color: #ed1c24;}
.about-page-section .section-head h6 span:after {content: ''; position: absolute; display: block; width: 80px; height: 1.5px; background: #ed1c24; box-sizing: border-box; top: 0.7rem; left: 6rem;}


.about-section-top {position: relative; padding-top: 5rem; padding-bottom: 3rem;
    border-top-right-radius: 120px;
    background-image: linear-gradient(to right, #ed1c2459 , #ed1c24);}
.about-section-top .section-head {margin-top:-25px;}
.about-section-top .section-head .section-title{font-size: 40px; }
.about-section-top .section-head h6{color: #666;}
.about-section-top .image-box{background: #ed1c24; border-radius: 11px;
    border-bottom-right-radius: 112px;
    overflow: hidden; display: grid; justify-content: center; max-height: 500px;}
.about-section-top .content p{text-align:justify}
.section-head h6 span{position:relative}
.section-head h6 span:after {content: ''; position: absolute; display: block; width: 80px; height: 1.5px; background: #858584; box-sizing: border-box; top: 0.7rem; left: 6rem;}

.about-service{position: relative; padding: 40px 0px; text-align:center;}
.about-service:after {content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; /*background-image: linear-gradient(to right, #ffc884ad , #ffffffc7);*/ background: #e5eef6;}
.about-service .container{position: relative; z-index: 1;}
.about-service .box{text-decoration: none; background: #fff; padding: 25px 15px; text-align: center;border-radius: 6px; margin: 15px 0; display: flex; justify-content: center; align-items: center; min-height: 152px; box-shadow: 0 10px 40px rgb(64 63 61 / 7%); transition: .4s all ease;}
.about-service .box:hover{text-decoration: none; box-shadow: 0 10px 40px rgb(0 0 0 / 25%); transition: .4s all ease;}
.about-service .box:hover .icon{margin-top: -16px; transition: .4s all ease;}
/*.about-service .box .icon i{font-size: 24px; color: #212529;}*/
.about-service .box .icon{display: inline-flex; align-items: center; justify-content: center; transition: .4s all ease; margin-top: 0;}
.about-service .box .title{font-size: 18px;  text-transform: capitalize; margin-top: 10px; color: #212529; display: block; line-height: 26px; margin-bottom: 10px; text-align: left; margin-left: 15px; transition: .4s all ease;}
.about-service .box:hover .title{text-decoration: none; color: #ed1c24; transition: .4s all ease;}
.about-service .box p{margin-bottom: 0; text-align: justify; height: 72px; overflow: hidden; color: #444; font-weight: 500;}
.about-service .showContent.box p{height: auto;}
.about-service .section-title{font-size: 30px; margin-bottom:20px;
    color: #ed1c24;}

.about-service .right .section-head{margin-top: 15px; margin-left: 15px;}
.about-service .right .section-head .section-title{font-size: 40px;  margin-bottom: 22px; color: #079ccd;}
.about-service .right .content{margin-left: 15px;}
        .about-service .right .content p{text-align:left; font-weight: 400;}
.about-service .right .section-head h6 span{position:relative; color: #ed1c24; text-transform: uppercase;}
.about-service .right .section-head h6 span:after {content: ''; position: absolute; display: block; 
    width: 80px; height: 1.5px; background: #ed1c24; box-sizing: border-box; top: 0.5rem; left: 7.5rem;}
.about-service .about-service-image{text-align: center;}
.about-service .about-service-image img{width: 100%;}
.about-service .readmore-about-service{background: #fece91; padding: 2px 15px 4px 15px; border-radius: 70px; color: #212529; margin-top: 15px; display: inline-flex; border: 3px solid #ed1c24; font-size: 14px; transition: all .4s;}
.about-service .readmore-about-service:hover { text-decoration: none; background: #212529; border: 3px solid #6a6a6a; transition: all .4s; color: #fece91;}
.about-service .service-btn{margin-top: 36px; margin-left: 15px;}
.about-service .service-btn a.left{text-decoration: none; background: #ed1c24; color: #fff; padding: 10px 30px;  border-radius: 80px; transition: all .4s;}
.about-service .service-btn a.left:hover{text-decoration: none; background: #212529; transition: all .4s;}
.about-service .service-btn a.right{text-decoration: none; border: 1.5px solid #212529; color: #212529; padding: 10px 30px; font-weight: 500; border-radius: 80px; margin-left: 20px; transition: all .4s;}
.about-service .service-btn a.right:hover{text-decoration: none; background: #212529; transition: all .4s; color: #fff;}


.team-section{margin-bottom: 40px; background-color: #e5eef6; padding: 60px 0px;}
.team-section .heading h1{text-align: center; font-size: 40px;
    margin-bottom: 22px; color: #ed1c24;}
.team-section .single-person {margin-top: 30px; padding: 30px;
    background-color: #fff; border-radius: 5px; text-align: center;}
.team-section .single-person:hover {
    background: linear-gradient(to right, #079ccd, #00b5f7);}
.team-section .single-person .person-image {position: relative; margin-bottom: 30px;
    border-radius: 50%; border: 4px dashed transparent; transition: padding .3s;}
.team-section .single-person:hover .person-image {padding: 12px; border: 4px dashed #fff;}
.team-section .single-person .person-image img {width: 100%; border-radius: 50%;}
.team-section .single-person .person-image .icon {position: absolute; bottom: 0;
    left: 50%; transform: translate(-50%,50%); display: inline-block; width: 60px;
    height: 60px; line-height: 60px; text-align: center;
    background: linear-gradient(to right, #079ccd, #00b5f7); color: #fff;
    border-radius: 50%; font-size: 24px;}
.team-section .single-person:hover .person-image .icon {background: none;
    background-color: #fff; color: #079ccd;}
.team-section .single-person .person-info .full-name {margin-bottom: 10px;
    font-size: 22px; font-weight: 700;}
.team-section .single-person .person-info .speciality {text-transform: uppercase;
    font-size: 14px; color: #079ccd;}
.team-section .single-person:hover .full-name,
.team-section .single-person:hover .speciality {color: #fff;}


/*Event Page*/
.event-section{padding-top: 60px; padding-bottom: 60px; background-size: cover; 
    background-repeat: no-repeat; background-attachment: fixed; position: relative; z-index: 0;}
.event-page-section .event-content-box {height: auto; overflow: unset; border-left: none;
  border-top: none; padding-right: 15px;}
.event-section .event-content {box-shadow: 0 8px 25px rgb(0 0 0 / 15%); margin-left: 0px;
    margin-right: 0px; border-radius: 0px 4px 4px 0px; margin-bottom: 15px;}
.event-section .event-image {width: 500px; height: 305px; overflow: hidden;}
.event-section .event-image img {height: 305px;}
.event-page-section .event-detail {background: #fff; min-height: 305px; padding: 13.8px 20px;}
.event-page-section .event-content .date-title {display: inline-flex;}
.event-page-section .event-content .date-title .event-date {background: #ed1c24; margin-right: 15px;
    margin-left: -20px; margin-top: -13px;}
.event-page-section .event-content .date-title .event-date p {color: #fff; padding: 5px 15px 0px 15px;
    text-align: center; font-size: 22px; font-weight: 600; margin-top: 15px;}
.event-page-section .event-content .date-title .event-date p .day {font-size: 36px; text-align: center;}
.event-page-section .event-content .date-title .event-date p .month {font-size: 18px; padding: 6px 0px;
    display: block; text-align: center;}
.event-section .event-detail h3 {max-height: 105px; overflow: hidden; padding-top: 0px; margin-bottom: 0px;}
.event-section .event-detail h3 a {font-size: 22px; transition: all .3s ease; color: #079ccd;
    font-weight: 600; text-decoration: none;}
.event-section .event-detail .description {max-height: 52px; overflow: hidden; color: #333;
    margin-bottom: 18px; margin-top: 15px;}
.event-section .event-detail .event-detail-bottom {margin-right: 0px; margin-left: 0px;}
.event-section .event-detail .event-meta {padding: 0; margin: 0; list-style: none;}
.event-section .event-detail .event-meta li {display: flex; margin-bottom: 2px; font-size: 15px; color: #ed1c24;}
.event-section .event-detail .event-meta li span {display: inline; margin-right: 10px; font-size: 18px;}
.event-section .event-detail .event-detail-bottom a.btn {float: right; background: #079ccd;
    border-color: #079ccd; color: #fff; font-size: 13px;}
.event-section .event-content .col-md-8 {padding-left: 0px; padding-right: 0px;}
.event-section .event-content .col-md-4 {padding-right: 0px; padding-left: 0px;}

.event-page-section .search-form {box-shadow: 0 8px 25px rgb(0 0 0 / 15%); padding: 30px;}
.event-page-section .heading {margin-bottom: 10px;}
.event-page-section .heading h1 {margin-bottom: 20px; font-size: 20px; font-weight: 700; color: #000;
    text-transform: uppercase; letter-spacing: 0px;}
.advertise-section {margin: 60px 0px;}
.advertise-section .image {width: 100%; max-height: 295px; overflow: hidden;
    margin-bottom: 30px; transition: all 0.3s linear;}
.advertise-section .image:hover {padding-top: 8px; transition: all 0.3s linear;}

.event-detail-page {margin-top: 60px; margin-bottom: 60px;}
.event-detail-page .content {box-shadow: 0 8px 25px rgb(0 0 0 / 15%); padding: 30px;}
.event-detail-page .content .title h1 {margin-bottom: 20px; font-size: 28px; font-weight: 600;}
.event-detail-page .content .image img {max-width: 100%;}
.event-detail-page .content .description {margin-top: 30px;}
.event-detail-page .content .description p {font-size: 17px; line-height: 30px;}
.event-detail-page .event-detail-right {box-shadow: 0 8px 25px rgb(0 0 0 / 15%); padding: 30px;}
.event-detail-page .event-detail-right .heading h1 {font-size: 24px; margin-bottom: 20px; color: #079ccd;}
.event-detail-page .event-detail-right .event-detail-right-content span {font-weight: bold; width: 96px;
    display: inline-block;}
.event-detail-page .event-contact-right {box-shadow: 0 8px 25px rgb(0 0 0 / 15%); padding: 30px; margin-top: 40px;}
.event-detail-page .event-contact-right .heading h1 {font-size: 24px; margin-bottom: 20px; color: #079ccd;}
.event-detail-page .event-contact-right .event-contact-right-content span {font-weight: bold; width: 96px;
    display: inline-block;}

/*Gallery Page CSS*/
.gallery-section{padding: 60px 0px; background: #f1f1f1;}
.gallery-section .gallery-box {text-align: center; color: #fff;
    position: relative;}
.gallery-section .gallery-box .box-content, .gallery-section .gallery-box:after {
  width: 100%; position: absolute; left: 0;}
.gallery-section .gallery-box:after {content: ""; height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(69%, rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.76)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.08) 69%, rgba(0, 0, 0, 0.76) 100%);
  top: 0; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s;}
.gallery-section .gallery-box .post, .gallery-section .gallery-box .title {
  -webkit-transform: translateY(145px); transform: translateY(145px);
  -webkit-transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
  transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}
.gallery-section .gallery-box:hover:after {background: #056585b0;}
.gallery-section .gallery-box .img {width: 100%; height: 260px;
  overflow: hidden;}
.gallery-section .gallery-box .img img {width: 100%; min-height: 260px;}
.gallery-section .gallery-box .box-content {padding: 20px;
    margin-bottom: 15px; bottom: 0; z-index: 1;}
.gallery-section .gallery-box .title {font-size: 22px; font-weight: 700;
  color: #fff; margin: 0px; background: #056585b0; padding: 10px 0;}
.gallery-section .gallery-box:hover .title {background: none;}
.gallery-section .gallery-box .post {display: block; padding: 8px 0;
    font-size: 15px;}
.gallery-section .gallery-box .social li a, .box17 .icon li a {
    border-radius: 5px; font-size: 20px; color: #fff;}
.gallery-section .gallery-box:hover .post, .gallery-section .gallery-box:hover .title {
  -webkit-transform: translateY(0); transform: translateY(0);}
.gallery-section .gallery-box .social {list-style: none; padding: 0 0 5px;
    margin: 40px 0 25px; opacity: 0; position: relative;
    -webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;}
.gallery-section .gallery-box:hover .social {opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);}
.gallery-section .gallery-box .social:before {content: ""; width: 50px;
    height: 2px; background: #fff; margin: 0 auto; position: absolute;
    top: -23px; left: 0; right: 0;}
.gallery-section .gallery-box .social li {display: inline-block;}
.gallery-section .gallery-box .social li a {display: block; width: 140px;
  height: 40px; line-height: 40px; background: #ed1c24; font-size: 16px;
  margin-right: 10px; -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s; text-decoration: none;}
.gallery-section .gallery-box .social li a:hover {background: #00367c;
  text-decoration: none;}
.gallery-section .gallery-box .social li:last-child a {margin-right: 0;}


.gallery-detail-page {padding-top: 60px; padding-bottom: 60px; background: #f1f1f1;}
.gallery-detail-page .image {-webkit-box-shadow: 0px 0px 25px 0px #0000004a;
    box-shadow: 0px 0px 25px 0px #0000004a; min-height: 100px; 
    -webkit-box-align: center; -ms-flex-align: center; align-items: center; 
    overflow: hidden; margin-bottom: 3rem; text-align: center;
    border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
.gallery-detail-page .image img {width: 100%;}
.gallery-detail-page .image p {margin-bottom: 10px; margin-top: 10px; color: #c00;
    font-weight: 700; font-size: 18px;}


.publication-page{padding-top: 60px; background: #f1f1f1; margin-bottom: 0px;
    padding-bottom: 60px;}


.publication-detail-page{padding: 60px 0px; background-color: #e5eef6;}
.publication-detail-page .right .detail-content{margin-bottom: 60px;}
.publication-detail-page .right .detail-content h1{font-size: 30px; color: #037ba3;
    font-weight: 700;}
.publication-detail-page .right .detail-content h4.date{font-size: 18px;
    font-weight: 700; color: #ed1c24;}

.publication-detail-page .right .detail-form h1{font-size: 30px; color: #037ba3;
    font-weight: 700; margin-bottom: 30px;}
.publication-detail-page .right .detail-form{background: #fff;
    box-shadow: 0px 0px 30px rgb(5 5 5 / 20%); padding: 40px;}
.publication-detail-page .right .detail-form .form-group{margin: 15px 0px;}
.publication-detail-page .right .detail-form .form-control {padding: 0.7rem 1rem;}
.publication-detail-page .right .detail-form button{color: #fff; padding: 8px 30px 7px 25px; 
    border-radius: 40px; background: transparent; border: 1px solid #ed1c24;
    color: #ed1c24;}
.publication-detail-page .right .detail-form button:hover{background: #ed1c24; color: #fff;}



/*Contact Page CSS*/
.contact-info{margin-top: 60px;}
.contact-info .left{position: relative;}
.contact-info .contact-info-left{position: absolute; width: 90%; background: #cee7ff;
    border-radius: 6px; top: -115px; z-index: 1; padding: 30px 30px 0px 30px;
    box-shadow: 0 0.1rem 1rem #10101061;}
.contact-info .contact-info-left ul{margin: 0; padding: 0; padding-bottom: 30px;
    padding-top: 20px;}
.contact-info .contact-info-left ul li{list-style: none;}
.contact-info .contact-info-left ul li a{font-size: 20px; text-decoration: none;
    color: #222; margin-bottom: 6px; padding-bottom: 6px; display: block;
    transition: .5s all ease;}
.contact-info .contact-info-left ul li a:hover {padding: 3px 0; margin-left: 5px;
    color: #079ccd;}
.contact-info .box{position: relative; padding: 30px 30px 0px 30px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 15%); margin-bottom: 30px;
    border-radius: 6px; min-height: 176px; transition: .5s all ease;}
.contact-info .box .heading{display: flex; align-items: center; margin-bottom: 15px;}
.contact-info .box .heading .icon{padding: 10px; height: 50px; width: 50px;
    background-image: linear-gradient(120deg, #079ccd, #079ccd, #079ccd);
    margin-right: 10px; line-height: 40px; text-align: center; border-radius: 6px;}
.contact-info .box .heading .icon i{font-size: 24px; color: #fff;}
.contact-info .box .heading p{margin-bottom: 0; font-size: 18px; font-weight: 500;
    margin-top: 0;}
.contact-info .box .heading h6{font-size: 24px; font-weight: 600; color: #079ccd;
    margin-bottom: 0;}
.contact-info .box p{margin-bottom: 0; font-size: 19px; line-height: 28px;
    word-spacing: 0;}
.contact-info .box .item-link {position: absolute; z-index: 99; top: 0; left: 0;
    width: 100%; height: 100%;}
.contact-info .box:hover{background: #cee7ff; transition: .5s all ease;}

.contact-social-icon .heading{position: relative;}
.contact-social-icon .heading h2{text-align: center; font-weight: 600;
    color: #079ccd; margin-top: 30px; margin-bottom: 30px;}
.contact-social-icon ul {padding: 0; margin: 0; text-align: center;
    `margin-top: 20px; margin-bottom: 40px; position: relative;}

.contact-social-icon ul li {list-style: none; display: inline-flex;}
.contact-social-icon ul li a {color: #222;}
.contact-social-icon ul li a .fa-facebook-f {background: #336699; width: 3rem;
    height: 3rem; line-height: 3rem; border-radius: 3rem; text-align: center;
    color: #fff; margin: 0rem 0.6rem; -webkit-box-shadow: 0 0.1rem 1rem #10101061;
    box-shadow: 0 0.1rem 1rem #10101061;}
.contact-social-icon ul li a .fa-instagram {width: 3rem; height: 3rem;
    line-height: 3rem; border-radius: 3rem; text-align: center; color: #fff;
    margin: 0rem 0.6rem; -webkit-box-shadow: 0 0.1rem 1rem #10101061;
    box-shadow: 0 0.1rem 1rem #10101061; background: #f09433;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.contact-social-icon ul li a .fa-linkedin-in {background: #6699ff; width: 3rem;
    height: 3rem; line-height: 3rem; border-radius: 3rem; text-align: center;
    color: #fff; margin: 0rem 0.6rem; -webkit-box-shadow: 0 0.1rem 1rem #10101061;
    box-shadow: 0 0.1rem 1rem #10101061; background: #0a66c2;}
.contact-social-icon ul li a .fa-youtube {background: #cc0000; width: 3rem; height: 3rem;
    line-height: 3rem; border-radius: 3rem; text-align: center; color: #fff;
    margin: 0rem 0.6rem; -webkit-box-shadow: 0 0.1rem 1rem #10101061;
    box-shadow: 0 0.1rem 1rem #10101061;}


.contact-service-section{background: #f1f1f1;}
.contact-service-section li{display: inline-block; 
    margin-right: 20px; margin-top: 10px;}
.contact-service-section li a{text-decoration: none; font-size: 18px;
    color: #079ccd;}


.contact-faq-section{margin-bottom: 60px; position: relative; margin-top: 60px;}
.contact-faq-section::after {content: ""; position: absolute; top: 24%; left: 0;
    width: 100%; height: 50%; opacity: .9; z-index: -1;
    /*background-image: linear-gradient(120deg, #079ccd, #079ccd, #99cc33);*/}
.contact-faq-section .accordion{box-shadow: 0px 0px 30px rgb(5 5 5 / 20%);}
.contact-faq-section .accordion-item:first-of-type {
    border-top-left-radius: 0!important; border-top-right-radius: 0!important;}
.contact-faq-section .left .heading{background: #fff; padding: 0 30px 30px 30px;
    text-align: center;}
.contact-faq-section .left .heading h2 {font-size: 30px;
    font-weight: 700;}
.contact-faq-section .left .heading p{margin-bottom: 0;}
.contact-faq-section .accordion-collapse {border: 0;}
.contact-faq-section .accordion-button {padding: 0px; font-weight: bold; border: 0;
    font-size: 18px; text-align: left; border-bottom: 1px solid #ddd; color: #079ccd;
    padding-right: 20px;}
.contact-faq-section .accordion-button:focus {box-shadow: none; border: none;}
.contact-faq-section .accordion-button:not(.collapsed) {color: #fff; padding-right: 20px;
    background: #008dbb;}
.contact-faq-section .accordion-button:not(.collapsed) .image-icon{margin-right: 10px;}
.contact-faq-section .accordion-button .image-icon{margin-right: 10px;}
.contact-faq-section .accordion-button img{width: 46px; padding: 6px;
    background: #079ccd;}
.contact-faq-section .accordion-body {padding: 15px; background-color: #f6f6f6;}
.contact-faq-section .accordion-button::after {width: auto; height: auto; content: "+";
    font-size: 40px; background-image: none; font-weight: 100; color: #1b6ce5;
    transform: translateY(-4px);}
.contact-faq-section .accordion-button:not(.collapsed)::after {width: auto; height: auto;
    background-image: none; content: "-"; font-size: 48px; color: #fff;
    transform: translate(-5px, -4px); transform: rotate(0deg);}

.contact-faq-section .form-row{width: 100%; display: flex;}
.contact-faq-section .right{text-align: right;}
.contact-faq-section .right .form-content{box-shadow: 0px 0px 30px rgb(5 5 5 / 20%);
    padding: 60px; background: #fff}
.contact-faq-section .right .form-content .heading p{margin-bottom: 0; 
    color: #079ccd; font-weight: 600; font-size: 20px;}
.contact-faq-section .right .form-content .heading h2{font-size: 20px; 
    font-weight: 700; margin-bottom: 30px;}
.contact-faq-section .right form .form-group{margin-bottom: 20px;}
.contact-faq-section .right form .form-control{padding: .7rem 1rem;}
.contact-faq-section .right form .form-control option{font-weight: 400;}
.contact-faq-section .right button{border: none;
    background-image: linear-gradient( 120deg, #079ccd, #079ccd, #99cc33);
    color: #fff; padding: 10px 30px; border-radius: 4px;}
.contact-faq-section .right button i{margin-right: 4px;}

.location-map .row{margin: 0;}
.location-map .row .box{padding: 0;}


/*internship-page CSS*/
.internship-page-text{padding: 30px 0px; background: #f0f8fb;}
.internship-page-text p{margin-bottom: 0px; font-size: 18px;}

.internship-page{margin-top: 40px; margin-bottom: 60px;}
.internship-page .accordion-button{background: transparent; box-shadow: none;
    padding-bottom: 8px; font-size: 24px;}
.internship-page .accordion-header .text-danger{background: #dc3545; 
    color: #fff!important; font-weight: 500; padding: 6px 18px 3px 18px;
    border-radius: 40px; font-size: 14px; letter-spacing: 1px; margin-left: 20px;}
.internship-page .accordion-header .text-success{background: #198754; 
    color: #fff!important; font-weight: 500; padding: 6px 18px 3px 18px;
    border-radius: 40px; font-size: 14px; letter-spacing: 1px; margin-left: 20px;}
.internship-page .accordion-header{box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    padding-bottom: 10px;}
.internship-page .accordion-header p{padding-left: 20px; margin-bottom: 0px;}
.internship-page .accordion-header p i{color: #ed1c24; padding-right: 4px;}
.internship-page li{font-weight: 400;}
.internship-page .accordion-body{background: #f4f5f7;}
.internship-page .accordion-body .apply-btn a{text-decoration: none;
    font-size: 16px; letter-spacing: 0.5px; word-spacing: 2px;
    border: 1px solid #ed1c24; padding: 8px 30px; border-radius: 40px;
    display: inline-block; color: #ed1c24; transition: .5s all ease;}
.internship-page .accordion-body .apply-btn a:hover{background: #ed1c24; 
    color: #fff; transition: .5s all ease;}
.internship-page .form-content{box-shadow: 0px 0px 30px rgb(5 5 5 / 20%);
    padding: 30px; background: #fff}
.internship-page .form-content .heading p{margin-bottom: 0; 
    color: #079ccd; font-weight: 600; font-size: 20px;}
.internship-page .form-content .heading h2{font-size: 20px; 
    font-weight: 700; margin-bottom: 30px;}
.internship-page .form-content form .form-group{margin-bottom: 20px;}
.internship-page .form-content form .form-control{padding: .7rem 1rem;}
.internship-page .form-content form .form-control option{font-weight: 400;}
.internship-page .form-content button{color: #fff; padding: 8px 30px 7px 25px; 
    border-radius: 40px; background: transparent; border: 1px solid #ed1c24;
    color: #ed1c24;}
.internship-page .form-content button:hover{background: #ed1c24; color: #fff;}
.internship-page .form-content button i{margin-right: 4px;}

.internship-apply-page .heading{text-align: center;}
.internship-apply-page form h4{text-align: center; position: relative;
    font-size: 20px; font-weight: 700; color: #0088b5;}
.internship-apply-page form h4:before{position: absolute; content: '';
    background: #ed1c24; width: 30%; height: 1px; top: 13px; left: 0;}
.internship-apply-page form h4:after{position: absolute; content: '';
    background: #ed1c24; width: 30%; height: 1px; top: 13px; right: 0;}

@media (max-width: 575.98px) { 
    .top-section .right ul {text-align: left;}
    .top-section ul li {margin-top: 10px; margin-left: 0;}
    .top-section .social-media ul {text-align: right;}
    .top-section ul li .email .icon i {font-size: 12px; padding: 6px 6px;}
    .top-section ul li .email span {padding-top: 0px;}
    .top-section .right .dropbtn {padding: 0px 0px;}
    .top-section .social-media ul li {border-radius: 48px; width: 26px; height: 26px;}
    .top-section .social-media ul li a i {width: 25px; font-size: 13px;}
    .top-section .right .dropdown {top: -22px;}

    .banner-section .left .box {padding-top: 15px; padding-left: 15px;}
    .banner-section .left .box h4 {font-size: 20px; font-weight: 500; margin-bottom: 0;}
    .banner-section .left .box h2 {font-size: 28px; font-weight: 600; margin-bottom: 4px;}
    .banner-section .left .box h6 {font-size: 14px; font-weight: 400;}
    .banner-section .ndis {padding-bottom: 10px; position: absolute; bottom: 24%;
        right: 0; display: block; text-align: center;}
    .banner-section .ndis img {width: 46px;}
    .banner-section .ndis p {font-size: 20px;}
    .banner-section .ndis p {font-size: 18px; font-weight: 500;}
    .banner-section .left a.check-out-btn {font-size: 11px; margin-right: 0;}
    .banner-section .left a {padding: 8px 16px 8px 16px; font-size: 11px;
        margin-top: 12px;}
    .banner-section .left a i{display: none;}
    .banner-section .right img {width: 40%;}




    .footer-top-contact {padding: 40px 0px;}
    .footer-top-contact .email{margin-bottom: 15px;}
    .footer-section .service{margin-top: 36px;}
    .footer-section .service .rewar-box {right: 4%; display: none;}
    .footer-section .service .social-icon {display: block;}
    .footer-section .social-icon .social-icon-p{display: none;}
    .footer-section .service .social-icon ul {justify-content: center; width: 100%;}
    .footer-section .service .social-icon ul li {width: auto;}
    .footer-section .service .ndis {padding-left: 0; margin-top: 30px;
        justify-content: center; width: 100%;}
    .footer-section {padding-bottom: 15px;}
    .footer-content-section .flag-content{margin-bottom: 10px; text-align: center;}
    .footer-content-section .right p {text-align: justify;}
    .footer-content-section {padding-top: 15px;}

    .footer-bottom-section .left{display: block;}
    .footer-bottom-section .left p{position: relative; top: 38px;}
    .footer-bottom-section .left ul{position: relative; top: -52px;}
 }










 .image-caption i{font-weight: 400; font-size: 14px;}