body{
    margin:0;
    padding: 0;
    overflow-x: hidden;
    
}
h3{
    color: #BC8D2E;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}
a{
    text-decoration: none;
}
p{
    line-height: 25px;
    text-align: justify;
}

/*header starts here*/
.header_top{
    background-color: #11366D;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #BC8D2E;
}
.header_top img{
    width: 100%;
}
.header_top ul{
    list-style-type: none;
    position: relative;
    vertical-align: middle;
    float: right;
    padding: 0 0 25px 0;
    right: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.header_top ul li{
    margin-right: 50px;
    display: inline-block;  
}
.header_top .contact_list_cnt{
    height: 100%;
    display: flex;
    align-items:center;
    justify-content: right;
}
.header_top ul li.contact-list a{
	display: block;
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	color: white;
	text-decoration: none;
}
.header_top ul li.contact-list a i{
	position: absolute;
	left: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border:1px solid #ffffff;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    background-color: #BC8D2E;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .dropdown-btn { 
    text-decoration: none;
    font-size: 17px;
    line-height: 27px;
    color: #ffffff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    outline: none;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 17px;
    line-height: 27px;
    color:#ffffff;
    display: block;
    transition: 0.3s;
  }
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  } 
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  .dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
  }
  .header_top .active {
    background-color: #BC8D2E;
    color: white;
  }
  .dropdown-container {
    display: none;
    background-color: #BC8D2E;
    padding-left: 8px;
  }
  .menu_bar_cnt{
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 36px;
    border-radius: 50%;
    border:1px solid #ffffff;
    text-align: center;
    padding: 0;
    display: inline-block;    
  }   
  
.pogoSlider{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}



/*header ends here*/
/* banner starts here */
/*.banner{
    border-top: 3px solid #BC8D2E;
}*/
.pogoSlider{
    padding-bottom: 34% !important;
}
.social_cnt {
    background-color: #11366D;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: fixed;
    z-index:99999;
    top: 50%;
    width: 45px;
    height: 170px;
    right: 0%;
}
.social_cnt ul{
    float: right;
}
.social_cnt ul li{ 
    list-style-type: none;
    padding-top: 15px;
}
.social_cnt ul li a{
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	color: white;
	text-decoration: none;
}
.social_cnt ul li a i{
	position: absolute;
	left: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background-color:#BC8D2E ;
}
/* banner ends here */
/*flash news starts here */
.flash_news_cnt{
    background-color:#BC8D2E;
    padding-top: 5px;
    padding-bottom: 5px;
}
.flash_news_cnt marquee{
    color: #ffffff;
}
marquee b{
    position: relative;
}
marquee a{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: normal;
    padding-left: 18px;
}
marquee a::before{
    position: absolute;
    content: '';
    left: 0;
    top: 62%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
}
marquee a:hover{
    color: #fff;
}
/* flash news ends here*/
/* welcome starts here */
.welcome_container{
    padding-top: 100px;
    padding-bottom:100px ;
    background-image: url("images/wel_bg.png");
    background-size:100%;
}
.welcome{
    background-image: url("images/welcm_madh.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.welcome_img img{
    padding:15px;
    border:2px solid #BC8D2E;
    width:90%;  
}   
.welcome_msg{
    padding-top: 210px;
}
.welcome_msg_cnt{
    padding-top: 30px;
    color: #ffffff;
    text-align: justify;
    padding-left: 50px;
    padding-right: 50px;
}
.read_more_container{
    padding-bottom: 40px;
    text-align: center;
    padding-top: 35px;
}
.read_more_container a{
    color: #ffffff;
}
/* welcome ends here */
/*about us starts here*/
.about_us_container{
    background-image: url("images/Abou_bg.png");
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #BC8D2E;
}
.about_us_container .about_img{
    background-image: url("images/Abouus_img.png");
    background-repeat: no-repeat; 
    background-size: 100%; 
    padding: 15px;
}
.about_us_container .img_border{
    height: 600px;
    width: 100%;
    border: 3px solid #BC8D2E;
}
.about_vision_mission{
    background-color: #ffffff; 
    padding-bottom: 30px;
    padding-top: 30px;
}
.about_us_container.aboutus_img{
    width: 100%;
}
.aboutus_cnt p{
    text-align: justify;
}
.aboutus_cnt .read_more_cnt{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #BC8D2E;
    font-size: 16px;
    line-height: 26px;
}
.read_more_cnt a{
    color: #000000;
}
.vision_mision{
    padding-top: 30px;
}
.about_vision_mission{
    margin-left: -80px;
   margin-top: 85px;
}
/*about us ends here*/
/* news & events starts here*/
.news_events_container{
    padding-top: 30px;
    padding-bottom: 30px;
}
.news_events_container  img{
    padding: 10px;
    border:1px solid #BC8D2E;
}
.news_events_container p{
    color:grey; 
}
.news_events_container h4{
    color:grey;   
}
.news_events_container .news_detail{
    text-align: justify;
}
.view_all_events a{
    color: grey;
}
.view_all_events a h5{
    font-size: 16px;
    line-height: 26px;
}
/* news & events ends here*/
/*videos & news letters starts here*/
.videos_news_letters_container{
    background-image: url("images/Feature_vid_bg.png");
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #BC8D2E;
    border-top: 5px solid #BC8D2E;
}
.videos_news_letters_container a{
    color:gray;
    font-size: 16px;
    line-height: 26px;
}
.featured_videos{
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 50px;
    min-height: 357px;
}
.featured_videos .feat_video{
    padding: 10px;
}
.featured_videos .feat_video img{
    width: 100%;
}
.all_video{
    padding-top: 5px;
}
.all_video ul{
    list-style-type: none;
    padding-bottom: 20px;
}
.all_video ul li{
    padding-bottom: 20px;
}
.all_video ul li.videos a{
	display: block;
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	text-decoration: none;
}
.all_video ul li.videos a i{
	position: absolute;
	left: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background-color:black;
}
.view_all_newsletter{
    padding-bottom: 10px;
    padding-top: 39px;
}
.news_letters_cnt{
    padding-top: 10px;
}   
/*videos & news letters ends here */
/* photo albums starts here */
.photo_albums_container{
    background-image: url("images/Photo_album_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 50px;
}
.portfolio_img_cnt img{
    width:100%;
    border-right: 10px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-left:10px solid #ffffff;
    border-bottom: 100px solid #ffffff;
}
.portfolio_img_cnt2 img{
    width:100%;
    border-right: 10px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-left:10px solid #ffffff;
    border-bottom: 50px solid #ffffff;
}
.portfolio_img_cnt3 img{
    width:100%;
    border-right: 10px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-left:10px solid #ffffff;
    border-bottom: 100px solid #ffffff;
}
.portfolio_img_cnt2{
    transform: rotate(-10deg);
}
.portfolio_img_cnt3{
    transform: rotate(10deg);
}
.portfolio_cnt{
    padding-top: 40px;
}
/* photo albums ends here */
.portfolio_cnt img{
    width: 100%;
}
/* footer starts here */
.footer_top_cnt{
    background-image: url("images/foot.png");
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}
.logo .ft_logo img{
    width: 100%;
    padding-bottom: 30px;
}
.logo .logo_cnt{
    text-align: justify;
}
.footer-title{
    padding-top: 50px;
}
.footer-list{
    padding-top: 20px;
    text-align: justify;  
}
.footer_top_cnt ul{
    list-style-type: none;
}

.footer_top_cnt ul li a{
    color: #ffffff;
}
.footer-contact{
    padding-top: 20px;
    text-align: justify;
}
.footer-contact{
    padding: 10px 0px;
    text-align: justify;
}
.footer_bottom{
    background-color:#0f1216;
    color:#ffffff;
    padding-top: 10px;
}
.footer_bottom a{
    display: block;
    color:#ffffff;
}
.footer_bottom .social_icon_list ul{
    list-style-type: none;
    float: right;
}
.footer_bottom .social_icon_list ul li{
    display: inline-block;
}
.footer_bottom .social_icon_list ul li a i{
    height: 30px;
    width: 30px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    line-height: 28px;    
}
.footer_bottom p{
    margin: 0;
}
.social_icon_list ul{
    margin: 0;
}
/* footer ends here */

/* message starts here*/
.principal_msg_container{
    padding: 50px 0px;
    background-color: #f5f5f5;
}
.principal_msg_container .read_more{
    float: left;
}
.principal_msg_container .read_more a{
    color: #000000;
    text-decoration: none;
}
.principal_img img{
    width: 100%;
}
/* message ends here*/

@media only screen and (max-width: 620px){
    body{
        margin:0;
        padding: 0;
        overflow-x: hidden;
    }
    .header_top{
        overflow-x: hidden;
    }
    .social_cnt{
        top:41%;
    }
    .social_cnt li  {
       margin-top: -6px;
       margin-bottom: -6px;
    }
    .welcome_img img{
        width: 100%;
    }
    .about_vision_mission{
        margin-left: 5px;
    }
    .ft_video{
        padding-top: 20px;
    }
    .footer-title  {
        text-align: left;
        padding-left: 30px;
    }
    .footer_top_cnt{
        padding-bottom: 100px;
    }
    .photo_albums h3{
        padding-top: 30px;
    }
    .portfolio_cnt  .portfolio_img_cnt2{
        transform: scaleY(1);
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .portfolio_cnt  .portfolio_img_cnt3{
        transform: scaleY(1);
        margin-bottom: 50px;
    }
    .welcome_img{
        padding-top: 20px;
    }
    .about_us_container .img_border{
        height: 400px;
       
    }
    .social_cnt{
        height: 142px;
        width: 45px;
       margin-right: 5px;

    }
}
   


    
