*{
	padding:0;
	margin:0;
}
body{font-family: 'Poppins', sans-serif;}
a, h1, h2, h3, h4, h5, h6, p, span {font-family: 'Poppins', sans-serif;}
a{text-decoration: none; color:#000;}

header{
    max-width: 120rem;
    margin: auto;
}
.top_strip{
    background: #1d305e;
    padding:7px 0px;
}
.phone_no a{
    font-size: 16px;
    color:#fff;
}
.email{text-align: right;}
.email a{
    font-size: 16px;
    color:#fff;
}
#navArea {
    display: flex;
    justify-content: space-between;
    /*position: fixed;*/
    width: 100%;
    top: 0px;
    background: #0000;
    transition: background 0.5s;
    max-width: 120rem;
    margin: auto;
    z-index: 3;
    box-shadow: 0px 0px 19px 1px #cccccc1f;
}

#navArea .logo img {
    height: 64px;
    transition: height 0.5s;
    padding-top: 10px;
    position: relative;
    top: -5px;
}

#navArea ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: 10px;
}
#navArea ul li a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.5s;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 30px;
}

#navArea.is-sticky {
    background: #fff;
    border-bottom:1px solid #ccc;
    height: 63px;
}

#navArea.is-sticky a {
    color:#000;
}

#navArea.is-sticky .logo img {
    height:55px;
}
.icon_bar{
    display: none;
}
.close_box{
    display: none;
}

/* start banner css */
.bg_banner{
    background-image: url('../images/banner2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
    max-width: 120rem;
    margin: auto;
    overflow: hidden;
}
.banner_overley{
    background: #000000a6;
    width: 100%;
    height: 100%;
}
.heading_left{
    width: 80%;
    margin: auto;
    margin-top: 160px;
    text-align: center;
}
.heading1{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.subheading1{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.left_btn1{
    border: 1px solid #e81d24;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    color: #e81d24;
    transition: .5s;
}
.left_btn1:hover{
    background: #e81d24;
    color:#fff;
}
.left_btn2{
    border: 1px solid #e81d24;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    color: #e81d24;
    transition: .5s;
}
.left_btn2:hover{
    background: #e81d24;
    color:#fff;
}

/* end banner css */
.bg_highlight{
    padding-top:50px;
}
.highlight_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.highlight_inner{
    width: 32%;
    background: #fff;
    position: relative;
    z-index: 0;
    padding: 24px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 100px;
    transition: .7s;
    border-left: 3px solid #f90303;
}
.highlight_inner:hover{
    height: 100%;
    background: #f90303;
    height: 100px;
    color:#fff;
}
.highlight_inner p{
    margin-bottom: 0;
}
.bg_profile{
    margin-top:50px;
    background: #f1f1f1;
    padding:50px 0px;
}
.dirctor_profile{
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 5px 12px #dbdbdb;
    padding: 10px 50px;
    margin-top:90px;
    background: #192451;
    position: relative;
}
.dirctorPro1{
    width: 100%;
}
.dirctorPro1 img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    top:-90px;
    border: 10px solid #fff;
}
.dirctorPro2{
    width: 100%;
}
.dirctorPro2 h2{
    font-size: 27px;
    font-weight: 600;
    margin-top: 90px;
    color:#fff;
}
.dirctorPro2 h2 span{
    display: block;
    font-size: 20px;
}
.dirctorPro2 ul{
    padding-left: 0;
    list-style-type: none;
}
.dirctorPro2 ul li{
    padding: 2px 0px;
    color:#fff;
}
.abt_sec{
    margin-top: 50px;
}
.abt_round img{
    border-radius: 20px;
}
.bg_about{
    padding:50px 0px;
}
.about_section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about_inner{
    width: 48%;
    position: relative;
    overflow: hidden;
}
.abt_para{
    font-size: 14px;
    color:#e81d24;
}
.abt_heading{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.about_ul li{
    margin-bottom: 10px;
}
.about_ul li::marker{
    color:#e81d24;
}
.about_inner img{
    width: 100%;
}
.abt2{
    margin-top: 30px;
}
.gift_city{
    padding:0px 0px 50px 0px;
}
.gift_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gift_inner1{
    width: 32%;
    background: #fff;
    padding: 15px;
    transition: .5s;
    border:1px solid #ccc;
}
.gift_inner1 img{
    width: 100%;
}
.gift_inner1 .abt_heading{
    font-size: 23px;
    margin-top:20px;
    margin-bottom: 10px;
}
.gift_inner1:hover{
    transform: translateY(-15px);
}
.bg_service{
   background: #f5f5f7;
   padding:50px 0px; 
}
.service_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
}
.service_inner{
    width: 49%;
    border: 1px solid #f1f1f1;
    box-shadow: 0 29px 21px -12px rgba(0, 0, 0, .1) !important;
    transition: .5s;
    position: relative;
}
.service_inner:hover{
    transform: translateY(-15px);
}
.service_inner img{
    width: 100%;
    height: 300px;
}
.service_inner h4{
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}
.bg_contact_form{
    padding:50px 0px;
}
.inquary_heading{
    font-size: 34px;
    text-align: center;
    position: relative;
}
.inquary_heading span::before{
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background: #f90303;
    left: 50%;
    transform: translate(-50%, 45px);
}
.contact_form{
    padding:50px 0px 0px 0px;
}
.form_group{
    margin-bottom: 21px;
}
.form_group label{
    font-size: 15px;
    color: #000;
}
.form_group input,.form_group textarea{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    outline: none;
    transition: .5s;
    padding: 10px 0px;
}
.form_group input:focus{
    border-bottom: 1px solid #1d305e;
}
.form_group textarea:focus{
    border-bottom: 1px solid #1d305e;
}
.form_group .iti--separate-dial-code .iti__selected-flag{
    background: #0000;
}
.form_group button{
    border: 0;
    background: #1d305e;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    float: right;
}
.bg_contact{
    background: #fafafa;
    padding:50px 0px;
}
.footer_item img{
    width: 50%;
    margin-bottom: 30px;
}
.footer_item h3{
    font-size: 16px;
    text-transform: uppercase;
}
.footer_ul{
    padding-left: 0;
}
.ftr_ul{
    margin-top: 10px;
}
.footer_ul li{
    list-style-type: none;
}
.footer_ul li a{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    font-size: 13px;
    padding: 5px 0px;
    transition: .5s;
}
.footer_ul li a span:first-child{
    width: 3%;
}
.footer_ul li a span:last-child{
    width: 90%;
}
.social_link{
    display: flex;
    grid-gap: 20px;
    padding-left: 0;
}
.social_link li{
    list-style-type: none;
}
.social_link li a{
    font-size: 27px;
    color: #192451;
    transition: .5s;
}
.social_link li a:hover{
    color:#f90202;
}
.Subscribe_box input{
    border: 1px solid #5a5858;
    padding: 10px;
    font-size: 13px;
}
.Subscribe_box button{
    border: 1px solid #192451;
    background: #192451;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    top: 1px;
    transition: .5s;
}
.Subscribe_box button:hover{
    background: #fff;
    color:#000;
}
.footer_bottom{
    margin-top: 30px;
}
.footer_bottom p{
    font-size: 13px;
}




/* responsive css */
@media screen and (max-width:767px) and (min-width:200px){
    .icon_bar{
        display: inline-block;
        float: right;
        margin-top: 5px;
        font-size: 33px;
    }
    #navArea{
        padding:0px 15px;
        flex-wrap: wrap;
    }
    #navArea ul{
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        padding: 20px;
        top: 0;
        border-bottom: 1px solid #ccc;
        z-index: 3;
    }
    #navArea ul li a{
        color:#222;
        padding: 10px 0px;
    }
    #navArea ul li{
        color:#222;
        padding: 10px 0px;
    }
    #navArea ul li span{
        display: block;
        position: absolute;
        right: 20px;
        top: 0px;
        font-size: 43px;
        -webkit-text-stroke: 5px #fff;
        color: #f50404;
    }
    .logo{
        width: 100%;
    }
    .main{
        overflow-x:hidden;
    }
    .first_box{
        flex-wrap: wrap;
    }
    .first_inner1{
        width:100%;
        padding: 50px 15px;
        padding-bottom: 20px;
        height: auto;
        padding-top: 77px;
    }
    #navArea .logo img{
        height: 55px;
    }
    #navArea.is-sticky .logo img {
        height: 50px;
    }
    .heading1{
        font-size: 27px;
    }
    .left_btn1{
        margin-bottom: 20px;
    }
    .highlight_inner{
        width: 100%;
        margin-bottom: 20px;
    }
    .highlight_inner:last-child{
        margin-bottom: 0;
    }
    .about_inner{
        width: 100%;
    }
    .dirctor_profile{
        padding:10px 30px;
    }
    .heading_left{
        width: 100%;
        margin-top: 120px;
    }
    .about_section{
        flex-direction: column-reverse;
    }
    .about_inner img{
        margin-bottom: 30px;
    }
    .gift_inner1{
        width: 100%;
        margin-bottom: 20px;
    }
    .gift_inner1:last-child{
        margin-bottom: 0;
    }
    .service_inner{
        width: 100%;
    }
    .iti{
        width: 100%;
    }
    .footer_ul li a span:last-child{
        width: 80%;
    }
}
@media screen and (max-width:1024px) and (min-width:768px){
    .heading1{
        font-size: 24px;
    }
    #navArea ul{
        left:0px;
    }
    #navArea ul li a{
        padding: 0px 10px !important;
    }
    .heading2{
        width: 100%;
        font-size: 2rem;
    }
    .first_inner1{
        height: 700px;
    }
    .form_heading{
        font-size:14px;
    }
    .service_inner{
        width: 48.5%;
    }
    .highlight_inner p{
        font-size: 13px;
    }
}
/* responsive css */