@charset "utf-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
    transition: all .3s linear;
}

 :root {
    --color1: #3d90bd;
    --color2: #FFF;
    --color3: #000;
    --color-4:#204081;
}


.pad-cl{
   padding: 0 5%;
}

@import url('https://fonts.googleapis.com/css2?family=Marck+Script&family=Oswald:wght@300;400&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family*/




body {
    /* font-family: Myridregular !important; */
    /* font-family: 'EB Garamond', serif!important; */
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 0px !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.anFont2 {
    font-family: 'Catamaran', sans-serif !important;
}
/*Css Common*/

.mr-margin-0 {
    margin: 0;
}

.mr-margin-b-0 {
    margin-bottom: 0px !important;
}

.mr-margin-t-0 {
    margin-top: 0px !important;
}

.mr-margin-l-0 {
    margin-left: 0px !important;
}

.mr-margin-r-0 {
    margin-right: 0px !important;
}

.mr-font-13 {
    font-size: 13px !important;
}

.mr-font-14 {
    font-size: 14px !important;
}

.mr-font-15 {
    font-size: 15px !important;
}

.mr-font-16 {
    font-size: 16px !important;
}

.mr-font-17 {
    font-size: 17px !important;
}

.mr-font-18 {
    font-size: 18px !important;
}

.mr-font-19 {
    font-size: 19px !important;
}

.mr-font-20 {
    font-size: 20px !important;
}

.mr-font-21 {
    font-size: 21px !important;
}

.mr-font-22 {
    font-size: 22px !important;
}

.mr-clear-both {
    clear: both;
}

.mr-clear-none {
    clear: none;
}

.mr-display-flex {
    display: flex;
}

.mr-float-left {
    float: left;
}

.mr-float-right {
    float: right;
}

.mr-just-flex-end {
    justify-content: flex-end;
}

.mr-container {
    width: 100%;
}

.mr-col-sm-3 {
    width: 29.37%;
}

.mr-col-sm-4 {
    width: 31.23%;
}

.mr-col-sm-8 {
    width: 68.68%;
}

.mr-text-justify {
    text-align: justify;
}

.al-just-flex-end {
    justify-content: flex-end;
}
/*Custome Css*/

.img-dot {
    margin-top: 8px;
    line-height: 8px;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}

.owl-item img{
    width: auto!important;
}

.NavbarBg {}
/* .navbar-brand {background-color: white; } */
.bestpart {background-color: white; }
 
 
.TopSection {
    background-color: white;
    border-bottom: 1px solid #80808026;
}

.textcolor1 {
    color: #505050;
    font-weight: 600;
}

.TopBar {
    padding: 15px;
}

.TopSocial {
    display: flex;
}

.TopSocial li {
    padding-right: 10px;
    line-height: 0.8;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
     
}

.entry-content {
    font-size: 15px !important;
}

.FooterBg {
    height: 200px;
    background-color: #CCCCCC;
}

.MainContainer {
    padding-top: 60px;
    padding-bottom: 60px;
}




/************scroller-start  */

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e2e8e9; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888888; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0c294e; 
}


/* scroller-end */

/*Header*/

header .al-topsection {
    background-color: #09509E;
    padding: 4px 0px;
}

.al-topsection .al-topitems{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 3%;
}
.al-topsection ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.al-topsection ul li i{
   font-size: 16px;
   color: #ffff;
   margin-right: 2px;
}
.al-topsection ul li a{
    font-size: 16px;
    color: #ffff;
    text-decoration: none;
 }


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #80808061;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 30%;
}

.navbar .navbar-brand .logo{
    width: 100%;
    transition: all .5s ease;
}


#al-navbar{
    padding: 0px 3%!important;
    background-color: #ffff;
}     

#al-navbar .navbar{
    display: flex;
    align-items: center;
    padding: 0px;
}


/* .navbar .navbar-brand{
    flex: 1 1 50%!important;
    margin: 0px!important;
} */

/* #navbarNav {
    flex: 1 1 50%!important;
} */


.navbar-toggler {
    border: none!important;
    transition: all .3s linear;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    background-color: #03172b!important;
}
.navbar-toggler:focus .ticon{
    color: #ffff!important;
}
.navbar-toggler:focus, .navbar-toggler:hover .ticon {
    color: #ffff!important;
}
.ticon{
    color: #000!important;
    font-weight: 600!important;
    transition: all .2s linear;
}
button:focus {
    outline: none!important;
    color: #ffff!important;
}
.al-just-flex-end {
  justify-content: flex-end!important;
}
#navbarNav .nav-item {
    font-size: 15px !important;
    text-transform: uppercase;  
    padding: 5px!important;
    line-height: normal!important;
}
#navbarNav .nav-item span {
    color: var(--color3);
    transition: all .3s linear;
    font-weight: 600;
}
#navbarNav .nav-item span:hover {
    color:#125fb1;
}

.ruvtbum{
    display: block;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 108px;
    margin: 0px;
    padding: 0px;"
}


/* hero section */

.al-hero-form {
    position: absolute;
    top: 50%;
    right: 25px;
    background-color: var(--color1);
    color: white;
    padding: 30px;
    border-radius: 5px;
    transform: translateY(-50%);
}

.al-hero-form .al-form1 p {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 15px !important;
}

.al-hero-form .al-form1 form .form-control {
    height: 35px !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
    width: 225px !important;
}

textarea {
    height: 80px !important;
}

 ::placeholder {
    font-size: 15px;
    font-style: italic;
}



/* .al-wel-desc h5 {
    position: relative;
    width: fit-content;
    font-size: 18px;
    color: var(--color3);
    padding-right: 10px;
    font-weight: 600;
   
} */

.al-wel-desc h5::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: var(--color3);
    top: 50%;
    left: 100%;
}

.al-allpost .row{
    padding: 0px!important;
    margin: 0px!important;
}

.al-wel-desc h3 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
}

.Project_Desc{
    margin-top: 1rem;
    padding-right: 2rem;
}


.al-allpost .blog-menu{
    background: #fff;
    padding: 40px 30px;
     box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
     position: relative;
}
.blog-menu .blog-border{
    position: relative;
    padding-bottom: 6px;
}
.blog-menu .blog-border::before{
    position: absolute;
    content: "";
    bottom: 0px;
    width: 3rem;
    height: 2px;
    background-color: #006699;
}
.al-allpost .blog-menu ul {
   margin-top: 15px;
   padding-left: 0px!important;
  }
.al-allpost .blog-menu li {
    color: #000;
    border-bottom: .5px solid #dbd9d9;
    padding-bottom: 2px;
    margin-bottom: 15px;
  }
.al-allpost .blog-menu li a{
  color: #0d2a8a;
  transition: all .3s linear;
}
.al-allpost .blog-menu li a:hover{
    color: #3459d3;
  }
.al-wel-desc p {
    font-size: 18px;
    text-align: justify;
} 



/* slider section */

.ur-hero {
    position:relative;
}
.ur-hero  img{
    position: absolute;
    /* width: 100%;
    height: 100%; */
}
.ur-hero .wel-container{
    padding: 0px 7%;
}

.ur-hero .wel-container .content{
    position: absolute;
    bottom: 5rem;
}

.ur-hero .wel-container .content .sub-text{
    font-size: 22px!important;
    color: #ffff;
    font-weight: 400!important;
    letter-spacing: 2px;
    text-transform: none!important;
    animation-name: slidertxt;
     animation-duration: 8s;
     animation-iteration-count: infinite;
     
 }

.ur-hero .wel-container .content p{
   font-size: 40px;
   color: #ffff!important;
   font-weight: 600;
   letter-spacing: 2px;
   text-transform: uppercase;
   animation-name: slidertxt;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    
}
@keyframes slidertxt {
    0% {
        transform: translateY(-10px);
        
    }
    25% {
        transform: translateY(0px);
        
    }
    50% {
        transform: translateY(-10px);
        
    }
    100% {
        transform: translateY(0px);
        
    }
  } 

  
/*slider-section-end  */

/*about-start */
.ab-sec{
margin-top: 0rem;
position: relative;
}

.wel-container{
padding: 5px 6%;
}

.ab-sec .wel-titile{
overflow: hidden;
}
.ab-sec h3{
font-size: 19px;
letter-spacing: 1px;

color: #5A7DAC;
margin-bottom: 5px;
}
.ab-sec h1{
font-size: 25px;
letter-spacing: 1px;

color: #15809B;

}
.ab-sec .wel-dec{
overflow: hidden;
}
.ab-sec p{
font-size: 16px;

color: #4b4a4a;

}
.ab-sec .btn-box{
overflow: hidden;
}
.ab-sec .btn{
font-size: 14px;

background-color: #666666;
color: #ffff;
padding: 7px 25px;
border-radius: 26px;
margin-top: 1rem;
transition: all .5s linear;
}
.ab-sec .btn:hover{
background-color: #242323 ;
color: #ffff;
transform: translateY(-6px);
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
/* about-end */

.al-info{
    padding: 1rem 0px;
    background: rgb(13,83,146);
    background: linear-gradient(90deg, rgba(13,83,146,1) 0%, rgba(38,171,207,1) 51%, rgba(13,83,146,1) 100%);
    margin-top: 2rem;
    }
    /* .al-info .wel-container{
       display: flex;
       align-items: center;
       justify-content: center;
    } */
    .al-contact .form-control{
        font-size: 14px!important;
    }
    .al-info .info-txt{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 2rem;
    }
    .al-info .info-txt h2{
        font-size: 20px;
        
        color: #ffff;
        line-height: 30px;
    }
    .al-info .info-btn {
        display: flex;
        align-items:flex-start;
        justify-content: flex-start;
    }
    .al-info .info-btn .btn {
        font-size: 14px;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 49%, rgba(255,255,255,1) 100%);
        padding: 5px 22px;
        border-radius: 6px;
        
        transition: all .7s linear;
        color: #054c94;
    }
    .al-info .info-btn .btn:hover {
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 49%, rgba(255,255,255,1) 100%);
        transform: translateY(0px);
    }
    /* information-end */


/* services-section-start */
.al-services{
    margin-top: 2.2rem;
    margin-bottom: 2.5rem;
}
.al-services .wel-container{
   padding: 0px 5%;
}
.al-services .prmb{
    margin-top: 3rem;
}
.al-services h4{
    font-size: 20px;
    color: #0066CC;
    
    margin-top: .8rem;
    font-weight: 600;
}
.al-services .ser-box:hover{
    transform: translateY(10px);
    transition: all .3s linear;
}
/* services-section-end */


/* program-sec-start */
.al-program {
   margin: 1.8rem;
   position: relative;
   overflow: hidden;
}

.al-program .pr-box .pr-effect:hover{
    transition: all .3s linear;
    transform: translateY(10px);
 }


.al-program .pgms-txt {
    margin: 1.2rem;
 }
 .al-program h2 {
    margin-top: 1.4rem;
    font-size: 20px;
    color: #006699;
    
 }
 .al-program p {
    /* margin-top: 1.4rem; */
    font-size: 16px;
    color: #000000;
    text-transform: none;
 }
 .al-program  .btn {
    font-size: 14px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 49%, rgba(255,255,255,1) 100%);
    padding: 6px 12px;
    border-radius: 6px;
    
    transition: all .7s linear;
    margin-top: .5rem;
    border: .5px solid #cccc;
}
.al-program  .btn:hover {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 49%, rgba(255,255,255,1) 100%);
}
/* program-sec-end */


/* news-sec-start */


  .al-news{
    margin-top: 2rem;
    position:relative;
    overflow: hidden;
 }

 .al-news .news-container{
    padding: 10px 5% 10px 0px; 
 }

 .al-news .news-container img{
   transition: all .3s linear;
 }

 .al-news .news-container img{
    transition: all .3s linear;
  }

.al-news .banner-box{
    position: relative;
}


.news-content .news-box .news-text .blog-button {
    margin-top: .5rem;
  }
  .news-content .news-box .news-text .blog-button .blog-btn{
    font-size: 14px;
    
    padding: 7px 15px;
    background-color: #000;
    color: #ffff;
    display: inline-block;
    transition: all .3s linear;
  }
  .news-content .news-box .news-text .blog-button .blog-btn:hover{
    background-color: #3b3a3a;
  }


.al-news .banner-box .banner-text{
    position: absolute;
    top: 2rem; right: 20px;
}

.al-news .banner-box .banner-text h6{
    font-size: 18px;
    color: #ebeaea;
    
    text-align: end;
}

.al-news .banner-box .banner-text p{
    font-size: 25px;
    color: #ffff;
    text-align: end;
    
    
}

.al-news .item{
overflow: none;
}

.al-news .nehoft{
transition: all .3s linear;
display: inline-block;
}
.al-news .nehoft:hover{
transform: translateY(10px);
}


.al-news .news-box {
    background-color: #E9E9E9;
    overflow: none;
    transition: all .3s linear;
}

.al-news .news-box:hover {
    transform: translateY(10px);
}


.al-news .news-box .news-text {
    padding: 10px 2% 50px 3%;
 }

.al-news .news-box .news-text h3 {
   font-size: 22px;
   
   color: #000;
}

.al-news .news-box .news-text p {
    font-size: 16px;
    
    color: #000;
 } 


 
 /* news-page-start */

 .news-top{
   background-image: url(../images/service-top.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100%;
   padding: 5% 0px;
}

.news-top h3{
    color: #ffff;
    animation-name: new-top;
    animation-duration: 8s;
    animation-iteration-count: infinite;
 }

 @keyframes  new-top {
    0% {
       transform: translateY(-10px);
        
    }
    25% {
        transform: translateY(0px);
        
    }
    50% {
        transform: translateY(-10px);
        
    }
    100% {
        transform: translateY(0px);
        
    }
  } 

 .news-content{
    margin-top:1rem;
    margin-bottom:2rem;
 }

 .news-content img{
   width: 100%;
 }

 .news-content .news-box{
    background-color: #ffff;
    transition: all .4s linear;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }


 .news-content .news-box:hover{
    transform: translateY(10px);
 }

 .news-content .news-box .news-text {
padding: 10px 2% 50px 3%;
}

.news-content .news-box .news-text h3 {
    font-size: 25px!important;
    
    color: #535252;
}


.news-content p {
    font-size: 18px!important;
    
    color:#535252;
}

.txt-tag{
    margin-top: 1rem;
    position: relative;
}

.txt-tag::before{
    content: '';
    width: 3rem;
    height: 3px;
    background: rgb(13,83,146);
    background: linear-gradient(90deg, rgba(13,83,146,1) 0%, rgba(38,171,207,1) 51%, rgba(13,83,146,1) 100%);
    position: absolute;
    bottom: 0px;
    animation-name: newsunderline;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

.txt-tag h3{
    font-size: 30px;
    
    color: #454647;
}


 @keyframes  newsunderline {
     0% {
         width: 8rem;
         
     }
     25% {
        width: 3rem;
         
     }
     50% {
        width: 8rem;
         
     }
     100% {
        width: 3rem;
         
     }
   } 




/* news-sec-end */



/* contact-section-start */



.al-contact .contact-container{
padding:3rem 5%;
}	

.al-contact{
background-color: #F4F4F4;
width: 100%;
margin-top: 0px;
margin-bottom: 0px;

}	 

.al-contact .contact-info{
padding:6% 5%;
background-color: #ffff;
height:fit-content;
}

.cont-txt{
font-size: 30px!important;
text-transform: uppercase;
animation-name: cont-txt;
animation-duration: 8s;
animation-iteration-count: infinite;
}


@keyframes  cont-txt {
0% {
transform: translateY(0px);
 
}
25% {
transform: translateY(10px);
 
}
50% {
transform: translateY(0px);
}
100% {
transform: translateY(10px);
}
} 

.al-contact .con-infobox{
margin-top: 1rem;
}
.al-contact .contact-info h2{
font-size: 18px;
text-transform: uppercase;
color: #09509E;
}

.al-contact .contact-info h6{
font-size: 16px;

color: #9b9999 ;

}

.al-contact .contact-info h4{
font-size: 14px;
text-transform: none;
border-radius: 0px;
font-weight: 400!important;
}

.al-contact .contact-info a{
font-size: 14px;
color: black;
text-transform: none;

}

.al-contact .form-container{
padding: 0px 0% 0px 6%;
}

.al-contact .form-container h2{
font-size: 25px;

color: #000;
}

.al-contact .form-container p{
font-size: 16px;

color: #474646;
}

/* .al-contact .al-contact-form2{
padding-top: 2rem;
} */

.formtxt{
margin-bottom: 1.5rem;
}







/* contact-end */




/* contact-end */








/* about-us */

.ser {
    background-image: url(../images/about-banner-1.jpg) !important;
} 

.cont {
    background-image: url(../images/contact_top_image.jpg) !important;
    background-size: cover !important;
    padding: 6% 0 !important;
}

.tcon{
    background-image: url(../images/contact-banner-1.jpg) !important;
    background-size: cover !important;
    padding: 6% 0 !important;
}

.al-contact-content {
    padding: 50px 0px;
}

.al-contact-form {
    position: relative;
    margin-bottom: 50%;
}

.al-contact-form::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background: var(--color1);
    -webkit-clip-path: polygon(0 0, 0 45%, 100% 0);
    clip-path: polygon(0 0, 0 45%, 100% 0);
}
/*Footer Css*/

.SectionFooter {
    background-color: #151823;
    padding-top: 15px;
    padding-bottom: 0px;
}

.SectionFooter .container-box{
    padding: 1rem 5%;
}


.ft-top{
    padding-bottom: 30px;
    border-bottom: .5px solid #868484;
}

.ft-top .contact-box{
    padding-top: 30px;
}

.ft-top .ft-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    padding-left: 50px;
    
}

.al-kala{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.kala-content{
    transform: translateY(15px);
}

.kala-content p{
    color:#e9e5e5;
    font-size: 14px;
    margin-bottom: 3px!important;
}


.kala-content h3{
    color:#e9e5e5;
    font-size: 15px;
    margin-bottom: 6px;
}

/* .kala-content h4{
    color:#e9e5e5;
    font-size: 13px;
} */




.reg-no{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}



.footer-logo p{
    color: #e9e5e5;
    font-size: 14px;
    /* transform: translateY(-20px); */
    margin-top: 10px;
}

.reg-no img{
    opacity: 0;
    width: 20%;
    height: 40px;
}


.reg-no h4{
    color: #e2db75;
    font-size: 14px;
   transform: translateY(-30px);
    margin-top: 20px;
}


.ft-top .ft-contact .ft-text{
    text-decoration: none;
    color: #e9e5e5;
    font-size: 15px;
    text-transform: none;
}

.ft-top .ft-contact i{
    text-decoration: none;
    color: #e9e5e5;
    font-size: 15px;
    
    margin-right: 5px;
}

.ft-addr{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 20px;
 }

 .ft-addr .addr-box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
 }

 .ft-addr .addr-box i{
    color: #ebe7e7;
    font-size: 15px;
    margin-right: 10px;
    transform: translateY(7px);
 }

.ft-addr p{
   color: #ebe7e7;
   font-size: 15px;
}

.FooerCopyRight

/* .SectionFooter img {
   width: 200px;
   height: 80px;
} */
.FooterTitleBox {
    padding-bottom: 15px;
    border-bottom: 1px solid grey;
    margin-bottom: 30px;
}






.FooterSocial li a {
    color: white !important;
}


.footor-contact1 {
    padding-left: 1rem;
}

.footor-contact1 ul {
    padding-left: 0;
}

.footor-contact1 h6 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    letter-spacing: 1.5px;
}

.footor-contact1 ul li a {
    color: #c5c5c5;
    font-size: 15px;
}

.footor-social {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.footor-social li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7d7d7d;
    color: white;
    margin-right: 15px;
    border-radius: 5px;
}

.footor-social li a:hover {
    background-color: #1693a9;
    transition: all .3s linear;
}

.footor-social li a i {
    font-size: 15px;
}

.footor-contact {
    display: flex;
    margin-bottom: 25px;
}

.footor-contact .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--color1);
}

.footor-contact .icon:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--color1);
    padding: 10px 10px;
}



.footor-contact .text {
    padding-left: 20px;
    padding-right: 10px;
}



.Footer-links {
    list-style: none;
    padding-left: 30px;
}

.Footer-links li {
    position: relative;
    padding-left: 17px;
    font-size: 18px;
    transition: .2s ease;
}

.Footer-links li:hover {
    transform: translateX(10px);
}

.Footer-links li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\f054';
    font-family: 'FontAwesome';
    color: #7e8399;
}

.Footer-links li a {
    color: #7e8399 !important;
}

.footersocial {
    align-items: center;
}

.FooerCopyRight {
    background-color: #0f1836;
    padding-top: 10px;
    padding-bottom: 10px;
}

.OtherPageTitles {
    font-size: 40px;
    font-weight: 400;
    color: #222;
    display: inline;
    
}

.NewsBox {
    background-color: #f6f7fb;
    border-radius: 25px;
    overflow: hidden;
}

.NewsDate {
    font-size: 15px;
    font-weight: 600;
    color: grey;
    margin-bottom: 20px !IMPORTANT;
}

.NewsTitle {
    font-size: 18px;
    font-weight: 600;
    color: #31333e;
    margin-bottom: 20px !important;
}

.NewsContent {
    padding: 30px;
}

.NewsDesc {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
}

.footor-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

button#back2top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    opacity: 0;
    visibility: hidden;
    /*For better looking button*/
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    background-color: var(--color1);
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 18px;
    margin: 0;
}


/* gallery start */
.gallery-banner{
    background-image: url(../images/about-banner-1.jpg) !important;
    padding: 4% 0px; 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.page-top{
    background-image: url(../images/about-banner-1.jpg) !important;
    padding: 4% 0px; 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 0px!important;
}
.page-top h2{
    font-size:35px;
    text-transform: uppercase;
    color: #fff!important;
    animation-name: mymove;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}
.gallery-text{
    color: #000;
    font-size: 18px;
    margin-top: 8px;
}
.gicon-box:hover{
    transform: translateY(10px);
    transition: all .4s linear;
}
.gallery-banner h2{
    font-size:35px;
    text-transform: uppercase;
    color: #fff!important;
    animation-name: mymove;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

.back{
    margin-bottom: 1rem;
}

@keyframes mymove {
    0% {
        transform: translateY(-10px);
        
    }
    25% {
        transform: translateY(0px);
        
    }
    50% {
        transform: translateY(-10px);
        
    }
    100% {
        transform: translateY(0px);
        
    }
  } 
/* gallery-end */


/* animation-start */



 .delighter.left { transform:translateX(-100%); opacity:0; transition: all 1.2s ease-out; }
 .delighter.left.started { transform:none; opacity:1; } 
 .delighter.right { transform:translateX(100%); opacity:0; transition: all 1.2s ease-out; }
 .delighter.right.started { transform:none; opacity:1; } 


 .delighter.top { transform:translateY(-100%); opacity:0; transition: all 1.2s ease-out; }
 .delighter.top.started { transform:none; opacity:1; }
 
 .delighter.bottom { transform:translateY(50%); opacity:0; transition: all 1.2s ease-out; }
 .delighter.bottom.started { transform:none; opacity:1; }

 .delighter.width { width: 0%; opacity:0; transition: all 1.2s ease-out; }
 .delighter.width.started { width: 100%; opacity:1; }

 .delighter.scale { transform: scale(0); opacity:0; transition: all 1.2s ease-out; }
 .delighter.scale.started {transform:none; opacity:1; }

 .delighter.opacity {width:80%;opacity:0; transition: all 1.5s ease-out; }
 .delighter.opacity.started {width:100%;opacity:1; }
  

/* animation-end */

@media(max-width:1280px){
    #navbarNav .nav-item {
        font-size: 12px !important;
        text-transform: uppercase;  
    }
}

@media(max-width:1080px) {
    
    
    #navbarNav .nav-item {
        font-size: 11px !important;
        text-transform: uppercase;  
    }

    .SectionFooter .ft-box{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        
    }

    .SectionFooter .ft-text{
        font-size: 15px;
    }
    .SectionFooter .ft-box .icon i{
        font-size: 16px;
    }

    .ab-sec .txt-container .ab-titile{
        font-size: 22px;
    }

    .ab-sec img{
        width: 70%!important;
    }
    
}  


@media(max-width:991px){
    .al-topsection ul{
        gap: 1.2rem;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        width: 40%;
    }


    #navbarNav .nav-item {
        font-size: 13px !important;
        text-transform: uppercase;  
    }

    
    .al-topsection ul li i{
       font-size: 15px;
       color: #ffff;
       margin-right: 6px;
    }
    .al-topsection ul li a{
        font-size: 15px;
        color: #ffff;
        text-decoration: none;
     }

     .ur-hero .wel-container .content{
        position: absolute;
        bottom: 3rem;  
    }

    .ur-hero .wel-container .content .sub-text{
        font-size: 18px!important;  
        text-transform: none;
     }

    .ur-hero .wel-container .content p{
       font-size: 30px; 
    }

    #navbarNav .nav-item span {
        color: var(--color3);
        transition: all .3s linear;
        font-weight: 500;
    }

    .navbar-toggler {
        padding: 0.2rem 0.3rem;
        font-size: 1rem!important;
        line-height: 1;
        background-color: transparent;
        border:none;
        border-radius: 0.25rem;
    }

    #al-navbar .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .al-info .info-txt {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 0rem;
    }

    .al-info .row{
        justify-content: center;
    }

    .al-info .info-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }


   

    .al-news .banner-box .banner-text{
        position: absolute;
        top: 2rem; right: 20px;
    }

    .al-news .banner-box .banner-text h6{
        font-size: 16px;
        color: #ebeaea;
        
        text-align: end;
    }

    .al-news .banner-box .banner-text p{
        font-size: 20px;
        color: #ffff;
        text-align: end;
        text-transform: none;
    }

   
    .al-news .news-box .news-text h3 {
       font-size: 22px;
       text-transform: none;
       color: #000;
    }

    .al-news .news-box .news-text p {
        font-size: 16px;
        text-transform: none;
        color: #000;
     }

     .al-contact .contact-form{
        margin-top: 2rem;
      }

      .al-contact .form-container {
        padding: 0px 0% 0px 0%;
    }

    .al-contact .contact-info h4 {
        font-size: 14px;
        text-transform: none;
        border-radius: 0px;
        font-weight: 400!important;
        margin-bottom: 0px!important;
    }

    .al-contact .con-infobox {
        margin-top: .5rem;
    }

    .cont-txt{
        font-size: 25px!important;
        text-transform: uppercase;
        animation-name: cont-txt;
        animation-duration: 8s;
        animation-iteration-count: infinite;
    }
   
}

@media only screen and (max-width: 991px) {
    .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar-right>.nav-item {
        padding: 15px 0px;
        font-size: 14px!important;
    }
    .dropdown-menu {
        top: 97% !important;
        background-color: white !important;
        padding: 0 !important;
        overflow: hidden;
        border-radius: 0 !important;
    }
    .dropdown-menu .dropdown-item {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        color: var(--color1) !important;
        transition: .2s ease-in;
    }
    .dropdown-menu li:hover>.dropdown-item {
        color: white !important;
    }
    .dropdown-menu li:hover>.dropdown-item {
        background-color: var(--color1) !important;
    }
    .dropdown-menu .dropdown-item a {
        color: white !important;
    }

    .mr-just-flex-end {
        justify-content: normal;
    }
    .al-hero-form {
        display: none;
    }
    .ur-hero .content .left-section{
        align-items: center;
        justify-content: center;
    }

    .fet-col .head-2{
        font-size:20px;
    } 

    
    
    .SectionFooter .ft-text{
        font-size: 13px;
    }
    .SectionFooter .ft-box .icon i{
        font-size: 16px;
    }

    

    .contact-info{
        padding: 6%;
    }
    
}


@media (max-width: 768px) {
    
    .ab-sec .ab-titile{
        font-size: 22px;
        margin-bottom: 1.1rem;
    }

    .ab-sec p{
        font-size: 15px;
    }

    .ab-sec .btn{
        font-size: 13px;
    }

    .al-ses .ser-txt{
        font-size: 15px;
    }

    .ur-hero .wel-container .content{
        position: absolute;
        bottom: 2rem;
       
    }


    .ur-hero .wel-container .content p{
        font-size: 18px;
        color: black;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
     }

    


     .ab-sec img{
        width: 45%!important;
    } 

    .ab-sec .txt-container{
        background-image: none;
    } 

    /* .ft-top .ft-contact {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
        padding-left: 50px;
        
    } */

    .footer-logo{
        margin-bottom: 20px;
    }

    .contact-box{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo{
        text-align: center;
    }

    .cert-container{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .al-kala{
        margin-top: 20px;
    }
    .footor-social {
        display: flex;
        padding-left: 0;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
     
    .ft-addr{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
        padding-bottom: 0px;
     }

     .btn-container{
        margin-top: 1rem;
     }

     .con-info p{
        font-size: 13px;
     }

     .btn-container .btn{
        padding: 7px 16px;
        font-size: 15px;
     }
     .btn-container .btn:hover{
        padding: 7px 16px;
        font-size: 15px;
     }

     .al-program .pr-box{
        margin-bottom: 1.6rem;
     }

     .al-news .news-container{
        padding: 10px 5%; 
     }

     .al-news .new-banner{
        display: none;
     }

     .al-news{
        margin: 0px;
     }
     .al-program {
        margin-bottom: 0rem;
    }

    .SectionFooter .ft-logo{
        text-align: center;
    }
    .ft-top .contact-box {
        padding-top: 15px;
    }
    .ft-top .ft-contact {
        margin-bottom: 10px;
        padding-left: 0px;
    }
    .cont-txt{
        font-size: 18px!important;
    }
    .al-contact .contact-info h2 {
        font-size: 16px;
    }
    .al-contact .contact-info h4 {
        font-size: 13px;
        
    }
    .al-contact .contact-info a {
        font-size: 13px;
        color: black;
    }
    .al-contact .form-container h2 {
        font-size: 20px;
    }
    .al-contact .form-container p {
        font-size: 14px;
        text-transform: none;
        color: #474646;
    }

    .ur-hero .wel-container .content .sub-text{
        font-size: 14px!important;  
        text-transform: none!important;
     }

     .reg-no img{
        opacity: 0;
        width: 28%!important;
        height: 40px;
    }

    .footer-logo p{
        margin-top: 0px;
        transform: translateY(-15px);
    }


     
}






@media only screen and (max-width: 601px) {
    
    .mr-xs-col-12 {
        width: 100%;
    }
    .mr-xs-float-none {
        float: none;
    }
    .FooterWrap {
        width: 100%;
        float: none;
    }

    .al-topitems ul {
        display: block;
    }
    
    .al-topitems ul li {
       margin-top: 5px;
    }
    
    
    .ur-hero .content .left-section h1{
        font-size: 25px;
    }
    .ur-hero .content .left-section .btn{
        font-size: 11px;
    }
    
    /* .navbar-brand{
        width: 160px;
        height: 80%;
    } */



     .fet-col .box{
         height: 40vh;
     }


     /* .navbar .navbar-brand img{
        width: 80%!important;
     } */

     .al-topsection .al-topitems {
        display: flex;
        align-items: center;
        justify-content: center;
       
    }

    

    .al-topitems ul{
        display: flex!important;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }

    .al-topsection ul li i{
        font-size: 14px;
        color: #ffff;
        margin-right: 5px;
     }
     .al-topsection ul li a{
         font-size: 14px;
         color: #ffff;
         text-decoration: none;
      }


      .ur-hero .wel-container .content{
        position: absolute;
        bottom: 1.5rem;
       
    }


    .ur-hero .wel-container .content p{
        font-size: 16px;
        color: black;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
     }

     .btn-container .btn{
        padding: 7px 16px;
        font-size: 15px;
     }

     .ab-sec h3 {
        font-size: 18px;
        
    }

    .ab-sec h1 {
        font-size: 25px;
    }

    .ab-sec .btn {
        font-size: 13px;
        padding:7px 25px;
        /* border-radius: 26px;
        margin-top: 1rem;
        transition: all .5s linear; */
    }

    .al-info .info-txt h2 {
        font-size: 20px;
    }

    .al-info .info-btn .btn {
        font-size: 13px;
        /* background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 49%, rgba(255,255,255,1) 100%); */
        padding: 5px 20px;
        border-radius: 6px;
        /* 
        transition: all .7s linear; */
    }

    
    

}

           

            