@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');
body{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
    color: #000;
}
h1,h2,h3,h4,h5,h6,p,span,button,label,a,div,input,textarea{
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
}
ul li{
    list-style: none;
}
p{
    font-size: 18px;
    line-height: 32px;
}
/**********navbar**********/
.top-adjustment{
    height: 125px;
}
/**/
.totl-nav {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}
.totl-nav.scrollUp{
    transform: translateY(-120px);
}
.totl-nav .row{
    align-items: center;
}
.nav-logobar{
    background: #016ce0;
    padding: 5px 0px;
}
.nav-logobar .logo img {
    //width: 210px;
    height: 110px;
}
.nav-mail {
    text-decoration: none;
    padding-left: 70px;
}

.nav-mail span {
    height: 45px;
    width: 45px;
    display: inline-block;
    border-radius: 13px;
    font-size: 23px;
    background: linear-gradient(45deg, #ff9734, #ffdacc);
    color: #fff;
    text-align: center;
    padding-top: 5px;
    margin-right: 12px;
}
.nav-mail h6 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    margin: 8px 0px 0px;
}
.nav-mail p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}
/**/
.navbar {
    width: 100%;
    background: #fff;
}
/*.navbar-brand {
    position: relative;
    height: 70px;
    width: 200px;
    transition: all 0.5s ease-in-out;
}
.navbar-brand img {
    position: absolute;
    top: 5px;
    left: 0px;
    transition: all 0.5s ease-in-out;
}*/
.nav-item {
    padding: 0px;
}
.nav-item:last-child .nav-link {
    padding-right: 0px!important;
}
.nav-link {
    font-size: 17px;
    font-weight: 700;
    padding: 5px 30px!important;
    color: #0f4392;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
}
.nav-link.nav-active,
.nav-link:hover{
    color: #ff9734!important;
}
/**/
.tp-bg{
    //background: linear-gradient(40deg, rgb(255 78 0 / 70%) 0%, rgb(236 159 5 / 70%) 74%);
    height: 300px;
    background-image: url(../images/top-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tp-bg h1 {
    font-size: 50px;
    font-weight: 500;
}
.tp-bg .breadcrumb li a{
    color: rgba(255,255,255,0.8);
}
.tp-bg .breadcrumb li{
    color: #ff7c00;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: rgba(255,255,255,0.8);
}
.top-space {
    margin-top: 170px;
}
.carousel-item:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, rgba(0,0,0,0.60), transparent);
    width: 60%;
}
.carousel-caption{
    text-align: left;
    width: 35%;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.carousel-caption h5 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}
.carousel-caption p{
    font-size: 24px;
    padding-top: 10px;
}
/**/
.hm-abt{
    padding: 70px 0px 70px;
}
.hm-abt1{
    text-align: left;
}
.hm-abt2 h2 {
    font-size: 35px;
    color: #ff7c00;
    font-weight: 600;
}
.hm-abt2 a {
    background: #016ce0;
    color: #fff;
    font-size: 17px;
    padding: 7px 30px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.hm-abt2 a:hover{
    background: #1457bd;
}
/**/
.abt2{
    background: linear-gradient(180deg, #ff763b, #ff9d24);
    padding-bottom: 60px;
    margin-top: 70px;
}
.abt2 p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 50px 0px 0px;
}
.abt2 .abt2-img{
    float: right;
    width: 500px;
    margin: -80px 0px 10px 20px;
    border: 10px solid #fff;
    position: relative;
    border-radius: 50px;
}
.abt2 .abt2-img img{
    border-radius: 40px;
}
.abt2 .abt2-img:before {
    content: '';
    width: 40px;
    height: 40px;
    background: #ff783a;
    position: absolute;
    top: 70px;
    left: -50px;
    border-radius: 0px 31px 0px 0px;
    box-shadow: 10px -10px 0px 0px #fff;
}
.abt2 .abt2-img:after {
content: '';
    width: 40px;
    height: 40px;
    background: #ff7939;
    position: absolute;
    top: 70px;
    right: -50px;
    border-radius: 31px 0px 0px 0px;
    box-shadow: -10px -10px 0px 0px #fff;
}
.abt-flw{
    padding: 70px 0px;
}
.abt-flw h1{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.abt-flw .abt-flwbx{
    border-radius: 15px;
    text-align: center;
    margin-top: 10px;
    padding: 25px 10px;
    height: 165px;
    display: flex;
    flex-wrap: wrap;
    //align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.abt-flw .abt-flwbx:hover{
    transform: scale(1.1);
}
.abt-flw .abt-flwbx i{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}
.abt-flw .abt-flwbx p {
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
/**/
.hm-vsn{
    width: 100%;
    background: #ecf7ff;
    padding: 50px;
    height: 100%;
    border-radius: 10px;
}
.hm-msn{
    background: #ffe9e1;
}
.hm-vsn img {
    height: 75px;
    margin-bottom: 30px;
}
.hm-vsn h2 {
    font-size: 30px;
    color: #016ce0;
    font-weight: 600;
    padding-bottom: 20px;
}
.hm-vsn ul li {
    display: flex;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
}
.hm-vsn ul li i {
    margin-right: 15px;
}
/**/
#curnt-activity {
    padding: 30px 0px 40px 0px;
    background: linear-gradient(90deg, #d7e1ec 0%, #f5f7fa 74%);
    //background: linear-gradient(90deg, rgba(146,205,250,0.4) 0%, rgba(199,235,255,0.4) 100%);
}
/**/
#gallery_section .gallery-item {
    padding: 0px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
#gallery_section .gallery-info {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding: 10px 0px;
    background: linear-gradient(0deg, rgba(0,0,0,0.70), transparent);
}
#gallery_section .gallery-info h3{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
/**/
#upperfooter img{
    opacity: 0.5;
}
/**footer**/
.footer{
    //background: #222;
    //background: linear-gradient(0deg, #000, #262626);
    background: linear-gradient(0deg, #0e1822, #263646);
}
.footer .ftr-bx h6 {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
}
.footer .ftr-bx ul li a {
    font-size: 16px;
    padding: 5px 0px;
    display: block;
    transition: all 0.3s ease-in-out;
    color: rgba(255,255,255,0.6);
}
.footer .ftr-bx ul li a:hover{
    color: #fff;
}
.footer .ftr-social a {
    display: flex!important;
    font-size: 20px!important;
    padding: 0px 0px 0px 1px!important;
    height: 40px;
    /* width: 40px; */
    border-radius: 50%;
    margin-right: 10px;
    justify-content: start;
    align-items: center;
    /* border: 2px solid rgba(255,255,255,0.6); */
    margin: 0px 25px 0px -5px;
}
.footer .ftr-social a img{
    opacity: 0.6;
    width: 25px;
    transition: all 0.3s ease-in-out;
}
.footer .ftr-social a:hover img{
    opacity: 1;
}
.footer .btm-ftr{
    border-top: 1px solid rgba(255,255,255,0.6);
}
.footer .btm-ftr p{
    font-size: 16px;
    color: rgba(255,255,255,0.6);
}
.footer .btm-ftr p span{
    font-size: 28px;
    display: inline-block;
    line-height: 16px;
    margin-right: 6px;
}
/**/
.gallery{
    padding: 60px 0px 60px 0px;
}
.gallery .gal-tablist {
    overflow-x: auto;
    padding: 10px 0px;
}
.gallery .gal-tablist::-webkit-scrollbar {
  height: 5px;
}
.gallery .gal-tablist::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.gallery .gal-tablist::-webkit-scrollbar-thumb {
  background: #888;
}
.gallery .gal-tablist::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.gallery .gal-tablist li a{
    font-size: 16px;
    padding: 5px 20px;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 10px;
    margin: 0px 10px;
    display: inline-block;
    white-space: nowrap;
}
.gallery .gal-tablist li a.gallery_links_hgl{
    background: linear-gradient(45deg, #fd7322, #ffa988);
    color: #fff!important;
}
/**/
.conct1{
    padding: 60px 0px 60px 0px;
}
.conct1 .sec-tlt {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding-bottom: 40px;
}
.conct1 .conct1-bx i{
    color: #000;
    font-size: 40px;
}
.conct1 .conct1-bx{
    text-align: center;
}
.conct1 .conct1-bx h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ff7c00;
    padding: 15px 0px;
}
.conct1 .conct1-bx a {
    font-size: 17px;
    color: #555;
    font-weight: 500;
    display: block;
}
/**/
.conct2 {
    padding: 60px 0px 70px 0px;
    background: #f5f5f5;
}
.conct2 .sec-tlt {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding-bottom: 40px;
}
.contactus1 .sec-tlt {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 80px 0px 30px 0px;
}
.contact-bx input, .contact-bx textarea {
    background: #fff;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    padding: 6px 15px;
    width: 100%;
    margin: 0px 0px 30px 0px;
    color: #333;
}
.contact-bx button {
    background: linear-gradient(45deg, #fd7322, #ffa988);
    color: #fff;
    padding: 8px 50px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}
.map {
    height: 500px;
    border-top: 5px solid #016ce0;
}
/**/
.hm-glrybx{
    border-radius: 20px;
    overflow: hidden;
}
.hm-glrybx img{
    transition: all 0.3s ease-in-out;
}
.hm-glrybx:hover img{
    transform: scale(1.3) rotate(-15deg);
}
#lightgallery .hm-glry-inr{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(0deg, rgba(0,0,0,0.60), transparent);
}
#lightgallery .hm-glry-inr h6 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
/**/
.linkage1{
    padding: 70px 0px 0px 0px;
}
.linkage1-bx{
    margin-bottom: 20px;
}
.linkage1-bx span {
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.20);
    text-align: center;
    padding-top: 3px;
    color: #ff7c00;
}
.linkage1-bx hr {
    width: 2px;
    min-width: 2px;
    height: 50px;
    background: rgba(0, 0, 0, 0.10);
    margin: 0px 20px;
    border: none;
    opacity: 1;
    position: relative;
}
.linkage1-bx hr:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background: #ff7c00;
    transition: all 0.3s ease-in-out;
}
.linkage1-bx:hover hr:before{
    height: 100%;
}
.linkage1-bx:hover span{
    border-color: #ff7c00;
}
/**/
.team-bx {
    padding: 20px;
    background: #ecf7ff;
    height: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
}
.team-bx span {
    text-transform: uppercase;
    font-size: 14px;
    color: #016ce0;
    font-weight: 600;
    letter-spacing: 1px;
}
.team-bx h6 {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0px 5px;
}
.team-bx i {
    font-size: 20px;
    margin-right: 12px;
    margin-top: 2px;
    color: #016ce0;
}
.team-bx p,.team-bx a{
    font-size: 16px;
    color: #555;
    line-height: 24px;
}



@media (max-width: 768px) {
.navbar-nav{
    margin: 0px auto 0px;
}
#gallery_section .gallery-item{
    margin-bottom: 15px;
}
.ftr-bx{
    padding-left: 0px!important;
}
.hm-vsn {
    padding: 50px 30px;
}
.abt2 .abt2-img {
    float: none;
    width: 100%;
    margin: -80px auto 10px;
}
.abt2 .abt2-img:before,
.abt2 .abt2-img:after{
    display: none;
}
}